Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Initial commit of Dublin Core Vocabulary Management Tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed May 8, 2010
0 parents commit 16f695c
Show file tree
Hide file tree
Showing 82 changed files with 29,316 additions and 0 deletions.
55 changes: 55 additions & 0 deletions 2007-06-17/dcmitype-changes.txt
@@ -0,0 +1,55 @@
======================================================================
Declaring a DCMI vocabulary term - example of dcmitype:Event

----------------------------------------------------------------------
OLD - from http://dublincore.org/2006/12/18/dctype.rdf

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcmitype="http://purl.org/dc/dcmitype/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<dcterms:DCMIType rdf:about="http://purl.org/dc/dcmitype/Event">
<rdfs:label xml:lang="en-US">Event</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:comment xml:lang="en-US">A non-persistent, time-based occurrence.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#vocabulary-term"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Event-002"/>
</dcterms:DCMIType>
</rdf:RDF>

----------------------------------------------------------------------
NEW -

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcam="http://purl.org/dc/dcam/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Event">
<rdfs:label xml:lang="en-US">Event</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:comment xml:lang="en-US">A non-persistent, time-based occurrence.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dcam:memberOf rdf:resource="http://purl.org/dc/terms/DCMIType"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Event-002"/>
</rdf:Description>
</rdf:RDF>

----------------------------------------------------------------------
OLD to NEW - differences

-- Delete
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#vocabulary-term"/>

-- Change
<dcterms:DCMIType rdf:about="http://purl.org/dc/dcmitype/Event">
to
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Event">

-- Add
<dcam:memberOf rdf:resource="http://purl.org/dc/terms/DCMIType"/>

77 changes: 77 additions & 0 deletions 2007-06-17/dcmitype-testdata.xml
@@ -0,0 +1,77 @@
<?xml version='1.0'?>

<dc>

<term>
<Anchor>Event-003</Anchor>
<URI>http://purl.org/dc/dcmitype/Event</URI>
<Namespace>http://purl.org/dc/dcmitype/</Namespace>
<Name>Event</Name>
<Label>Event</Label>
<Definition>A non-persistent, time-based occurrence.</Definition>
<Comment>Metadata for an event provides descriptive
information that is the basis for discovery of the
purpose, location, duration, and responsible
agents associated with an event. Examples
include an exhibition, webcast, conference, workshop,
open day, performance, battle, trial, wedding, tea
party, conflagration.</Comment>
<Type-of-Term>http://www.w3.org/2000/01/rdf-schema#Class</Type-of-Term>
<Status>http://dublincore.org/usage/documents/process/#recommended</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2007-xx-xx</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2007-xx</Decision>
<Version>http://dublincore.org/usage/terms/history/#Event-003</Version>
<Replaces>http://dublincore.org/usage/terms/history/#Event-002</Replaces>
</term>

<term>
<Anchor>Event-002</Anchor>
<URI>http://purl.org/dc/dcmitype/Event</URI>
<Namespace>http://purl.org/dc/dcmitype/</Namespace>
<Name>Event</Name>
<Label>Event</Label>
<Definition>A non-persistent, time-based occurrence.</Definition>
<Comment>Metadata for an event provides descriptive
information that is the basis for discovery of the
purpose, location, duration, and responsible
agents associated with an event. Examples
include an exhibition, webcast, conference, workshop,
open day, performance, battle, trial, wedding, tea
party, conflagration.</Comment>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#vocabulary-term</Type-of-Term>
<Status>http://dublincore.org/usage/documents/process/#recommended</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2006-08-28</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2006-02</Decision>
<Version>http://dublincore.org/usage/terms/history/#Event-002</Version>
<Replaces>http://dublincore.org/usage/terms/history/#Event-001</Replaces>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#Event-003</Is-Replaced-By>
</term>

<term>
<Anchor>Event-001</Anchor>
<URI>http://purl.org/dc/dcmitype/Event</URI>
<Namespace>http://purl.org/dc/dcmitype/</Namespace>
<Name>Event</Name>
<Label>Event</Label>
<Definition>An event is a non-persistent, time-based occurrence.
Metadata for an event provides descriptive
information that is the basis for discovery of the
purpose, location, duration, responsible agents, and
links to related events and resources. The resource
of type event may not be retrievable if the described
instantiation has expired or is yet to occur.
Examples - exhibition, web-cast, conference,
workshop, open-day, performance, battle, trial,
wedding, tea-party, conflagration.</Definition>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#vocabulary-term</Type-of-Term>
<Status>http://dublincore.org/usage/documents/process/#recommended</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Decision>http://dublincore.org/usage/decisions/#Decision-2000-02</Decision>
<Version>http://dublincore.org/usage/terms/history/#Event-001</Version>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#Event-002</Is-Replaced-By>
</term>

</dc>

65 changes: 65 additions & 0 deletions 2007-06-17/schemes-changes-SES.txt
@@ -0,0 +1,65 @@
======================================================================
Declaring a syntax encoding scheme - example of dcterms:W3CDTF

----------------------------------------------------------------------
OLD - from http://dublincore.org/2006/12/18/dcq.rdf

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<dcterms:DateScheme rdf:about="http://purl.org/dc/terms/W3CDTF">
<rdfs:label xml:lang="en-US">W3C-DTF</rdfs:label>
<rdfs:comment xml:lang="en-US">W3C Encoding rules for dates and times - a profile based on ISO 8601</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://purl.org/dc/terms/TemporalScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dcterms:modified>2002-06-15</dcterms:modified>
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#encoding-scheme"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#W3CDTF-002"/>
</dcterms:DateScheme>
</rdf:RDF>

----------------------------------------------------------------------
NEW -

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcam="http://purl.org/dc/dcam/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<rdf:Description rdf:about="http://purl.org/dc/terms/W3CDTF">
<rdfs:label xml:lang="en-US">W3C-DTF</rdfs:label>
<rdfs:comment xml:lang="en-US">W3C Encoding rules for dates and times - a profile based on ISO 8601</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dcterms:modified>2002-06-15</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#W3CDTF-002"/>
</rdf:Description>
</rdf:RDF>

----------------------------------------------------------------------
OLD to NEW - differences

-- Change
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#encoding-scheme"/>
to
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>

-- Change
<dcterms:DateScheme rdf:about="http://purl.org/dc/terms/W3CDTF">
to
<rdf:Description rdf:about="http://purl.org/dc/terms/W3CDTF">

-- Deprecate DateScheme and like constructs (see Global Changes above)

-- Delete
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://purl.org/dc/terms/TemporalScheme"/>
and all like constructs


65 changes: 65 additions & 0 deletions 2007-06-17/schemes-changes-VES.txt
@@ -0,0 +1,65 @@
======================================================================
Declaring a DCMI vocabulary encoding scheme - example of dcterms:LCSH

----------------------------------------------------------------------
OLD - from http://dublincore.org/2006/12/18/dcq.rdf

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<dcterms:SubjectScheme rdf:about="http://purl.org/dc/terms/LCSH">
<rdfs:label xml:lang="en-US">LCSH</rdfs:label>
<rdfs:comment xml:lang="en-US">Library of Congress Subject Headings</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dcterms:modified>2002-06-15</dcterms:modified>
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#encoding-scheme"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LCSH-002"/>
</dcterms:SubjectScheme>
<rdfs:Class rdf:about="http://purl.org/dc/terms/SubjectScheme">
<rdfs:label xml:lang="en-US">Subject Encoding Schemes</rdfs:label>
<rdfs:comment xml:lang="en-US">A set of subject encoding schemes and/or formats</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<dcterms:references rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
<dcterms:issued>2000-07-11</dcterms:issued>
</rdfs:Class>
</rdf:RDF>

----------------------------------------------------------------------
NEW -

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcam="http://purl.org/dc/dcam/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<rdf:Description rdf:about="http://purl.org/dc/terms/LCSH">
<rdfs:label xml:lang="en-US">LCSH</rdfs:label>
<rdfs:comment xml:lang="en-US">Library of Congress Subject Headings</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<dcterms:issued>2000-07-11</dcterms:issued>
<dcterms:modified>2002-06-15</dcterms:modified>
<rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LCSH-002"/>
</rdf:Description>
</rdf:RDF>

----------------------------------------------------------------------
OLD to NEW - differences

-- Change
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#encoding-scheme"/>
to
<rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>

-- Change
<dcterms:SubjectScheme rdf:about="http://purl.org/dc/terms/LCSH">
to
<rdf:Description rdf:about="http://purl.org/dc/terms/LCSH">

-- Deprecate SubjectScheme and like constructs (see Global Changes above)



109 changes: 109 additions & 0 deletions 2007-06-17/schemes-testdata.xml
@@ -0,0 +1,109 @@
<?xml version='1.0'?>

<dc>

<term>
<Anchor>LCSH-003</Anchor>
<URI>http://purl.org/dc/terms/LCSH</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>LCSH</Name>
<Label>LCSH</Label>
<Definition>Library of Congress Subject Headings</Definition>
<Type-of-Term>http://purl.org/dc/dcam/VocabularyEncodingScheme</Type-of-Term>
<Status>http://dublincore.org/usage/documents/process/#registered</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2007-xx-xx</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2007-xx</Decision>
<Version>http://dublincore.org/usage/terms/history/#LCSH-002</Version>
<Replaces>http://dublincore.org/usage/terms/history/#LCSH-001</Replaces>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#LCSH-003</Is-Replaced-By>
</term>

<term>
<Anchor>LCSH-002</Anchor>
<URI>http://purl.org/dc/terms/LCSH</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>LCSH</Name>
<Label>LCSH</Label>
<Definition>Library of Congress Subject Headings</Definition>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#encoding-scheme</Type-of-Term>
<Qualifies>http://purl.org/dc/elements/1.1/subject</Qualifies>
<Status>http://dublincore.org/usage/documents/process/#registered</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2002-06-15</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2002-01</Decision>
<Version>http://dublincore.org/usage/terms/history/#LCSH-002</Version>
<Replaces>http://dublincore.org/usage/terms/history/#LCSH-001</Replaces>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#LCSH-003</Is-Replaced-By>
</term>

<term>
<Anchor>LCSH-001</Anchor>
<URI>http://purl.org/dc/terms/LCSH</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>LCSH</Name>
<Label>LCSH</Label>
<Definition>Library of Congress Subject Headings</Definition>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#encoding-scheme</Type-of-Term>
<Qualifies>http://purl.org/dc/elements/1.1/subject</Qualifies>
<Date-Issued>2000-07-11</Date-Issued>
<Decision>http://dublincore.org/usage/decisions/#Decision-2000-01</Decision>
<Version>http://dublincore.org/usage/terms/history/#LCSH-001</Version>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#LCSH-002</Is-Replaced-By>
</term>

<term>
<Anchor>W3CDTF-003</Anchor>
<URI>http://purl.org/dc/terms/W3CDTF</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>W3CDTF</Name>
<Label>W3C-DTF</Label>
<Definition>W3C Encoding rules for dates and times - a profile based on ISO 8601</Definition>
<See>http://www.w3.org/TR/NOTE-datetime</See>
<Type-of-Term>http://www.w3.org/2000/01/rdf-schema#Datatype</Type-of-Term>
<Status>http://dublincore.org/usage/documents/process/#registered</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2007-xx-xx</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2007-xx</Decision>
<Version>http://dublincore.org/usage/terms/history/#W3CDTF-003</Version>
<Replaces>http://dublincore.org/usage/terms/history/#W3CDTF-002</Replaces>
</term>

<term>
<Anchor>W3CDTF-002</Anchor>
<URI>http://purl.org/dc/terms/W3CDTF</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>W3CDTF</Name>
<Label>W3C-DTF</Label>
<Definition>W3C Encoding rules for dates and times - a profile based on ISO 8601</Definition>
<See>http://www.w3.org/TR/NOTE-datetime</See>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#encoding-scheme</Type-of-Term>
<Qualifies>http://purl.org/dc/elements/1.1/date</Qualifies>
<Qualifies>http://purl.org/dc/terms/temporal</Qualifies>
<Status>http://dublincore.org/usage/documents/process/#registered</Status>
<Date-Issued>2000-07-11</Date-Issued>
<Date-Modified>2002-06-15</Date-Modified>
<Decision>http://dublincore.org/usage/decisions/#Decision-2002-01</Decision>
<Version>http://dublincore.org/usage/terms/history/#W3CDTF-002</Version>
<Replaces>http://dublincore.org/usage/terms/history/#W3CDTF-001</Replaces>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#W3CDTF-003</Is-Replaced-By>
</term>

<term>
<Anchor>W3CDTF-001</Anchor>
<URI>http://purl.org/dc/terms/W3CDTF</URI>
<Namespace>http://purl.org/dc/terms/</Namespace>
<Name>W3CDTF</Name>
<Label>W3C-DTF</Label>
<Definition>W3C Encoding rules for dates and times - a profile based on ISO 8601</Definition>
<See>http://www.w3.org/TR/NOTE-datetime</See>
<Type-of-Term>http://dublincore.org/usage/documents/principles/#encoding-scheme</Type-of-Term>
<Qualifies>http://purl.org/dc/elements/1.1/date</Qualifies>
<Qualifies>http://purl.org/dc/terms/temporal</Qualifies>
<Date-Issued>2000-07-11</Date-Issued>
<Decision>http://dublincore.org/usage/decisions/#Decision-2000-01</Decision>
<Version>http://dublincore.org/usage/terms/history/#W3CDTF-001</Version>
<Is-Replaced-By>http://dublincore.org/usage/terms/history/#W3CDTF-002</Is-Replaced-By>
</term>

</dc>

0 comments on commit 16f695c

Please sign in to comment.