]> matita.cs.unibo.it Git - helm.git/commitdiff
Modified Files:
authorIrene Schena <irene.schena@unibo.it>
Thu, 5 Sep 2002 13:50:49 +0000 (13:50 +0000)
committerIrene Schena <irene.schena@unibo.it>
Thu, 5 Sep 2002 13:50:49 +0000 (13:50 +0000)
1)dces dcq dctype: new versions
Removed Files:
1)eor

helm/schemas/dces
helm/schemas/dcq
helm/schemas/dctype
helm/schemas/eor [deleted file]

index 18bd29fcf4c2bceacbff406db513a582b430097c..f0723c5000dde9364088fa51bd0c4c3b48132237 100644 (file)
 <?xml version="1.0"?>
-
-<!-- 
-  RDF Schema declaration for the Dublin Core Element Set 1.1
-  2001/08/14
-  comments, etc. to webteam <dcmi-feedback@dublincore.org>
--->
-
-<!-- HELM: OLD URL OF SCHEMAS: VRP gives errors --> 
 <!--<!DOCTYPE rdf:RDF [
         <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
         <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
-        <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
+        <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
    ]>-->
 
 <!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
-        <!ENTITY eorns 'http://www.cs.unibo.it/~schena/eor#'>
  ]>
+         <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
+         <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
+         <!ENTITY dctermsns 'http://www.cs.unibo.it/~schena/dcq#'>
+ ]>
 
 <rdf:RDF xmlns:rdf="&rdfns;"
          xmlns:rdfs="&rdfsns;"
          xmlns:dc="&dcns;"
-         xmlns:eor="&eorns;">
+         xmlns:dcterms="&dctermsns;">
 
+<rdf:Description rdf:about="http://dublincore.org/documents/dces/">
+  <dc:title xml:lang="en-US">Dublin Core Metadata Element Set, Version 1.1: Reference Description</dc:title>
+</rdf:Description>
 
-<!-- Description of Schema --> 
 
-<eor:Schema rdf:about="&dcns;">
-  <rdf:value>The Dublin Core Element Set v1.1</rdf:value>
-  <dc:title>The Dublin Core Element Set v1.1</dc:title>
-  <dc:publisher>The Dublin Core Metadata Initiative</dc:publisher>
-  <dc:description>The Dublin Core metadata vocabulary is a simple vocabulary
-      intended to facilitate discovery of resources. </dc:description>
-  <dc:language>English</dc:language>
-  <dc:relation rdf:resource="http://dublincore.org/documents/dces/"/>
-  <dc:date>2000-07-02</dc:date>
-</eor:Schema>
+<rdf:Description rdf:about="&dcns;">
+  <dc:title xml:lang="en-US">The Dublin Core Element Set v1.1 namespace providing access to it's content by means of an RDF Schema</dc:title>
+  <dc:publisher xml:lang="en-US">The Dublin Core Metadata Initiative</dc:publisher>
+  <dc:description xml:lang="en-US"> The Dublin Core Element Set v1.1 namespace provides URIs for the Dublin Core Elements v1.1.  Entries are declared using RDF Schema language to support RDF applications.  </dc:description>
+  <dc:language xml:lang="en-US">English</dc:language>
+  <dcterms:issued>1999-07-02</dcterms:issued>
+  <dcterms:modified>2002-05-22</dcterms:modified>
+  <dc:source rdf:resource="http://dublincore.org/documents/dces/"/>
+  <dc:source rdf:resource="http://dublincore.org/usage/decisions/"/>
+  <dcterms:isReferencedBy rdf:resource="http://www.dublincore.org/documents/2001/10/26/dcmi-namespace/"/>
+  <dcterms:isRequiredBy rdf:resource="http://purl.org/dc/terms/"/>
+  <dcterms:isReferencedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
+</rdf:Description>   
+
+<rdf:Property rdf:about = "&dcns;title">
+  <rdfs:label xml:lang="en-US">Title</rdfs:label>
+  <rdfs:comment xml:lang="en-US">A name given to the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Typically, a Title will be a name by which the resource is formally known.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
+</rdf:Property>
 
-<!-- HELM: every declaration has the rdf:ID = "name" instead of 
-     rdf:about = "&dctypens;name"                               -->
 
-<!-- Begin: Title Declaration -->
 
-<rdf:Property rdf:ID = "title">
-  <rdfs:label>Title</rdfs:label>
-  <rdfs:comment>A name given to the resource.</rdfs:comment>
-  <eor:comment>Typically, a Title will be a name by which the resource
-  is formally known.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+<rdf:Property rdf:about="&dcns;contributor">
+  <rdfs:label xml:lang="en-US">Contributor</rdfs:label>
+  <rdfs:comment xml:lang="en-US">An entity responsible for making contributions to the content of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Examples of a Contributor include a person, an organisation, or a service.  Typically, the name of a Contributor should be used to indicate the entity.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "contributor">
-  <rdfs:label>Contributor</rdfs:label>
-  <rdfs:comment>An entity responsible for making contributions to the
-  content of the resource.</rdfs:comment>
-  <eor:comment>Examples of a Contributor include a person, an
-  organisation, or a service.  Typically, the name of a Contributor
-  should be used to indicate the entity.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
-</rdf:Property>
+
  
-<rdf:Property rdf:ID = "creator">
-  <rdfs:label>Author/Creator</rdfs:label>
-  <rdfs:comment>An entity primarily responsible for making the content
-  of the resource.</rdfs:comment>
-  <eor:comment> Examples of a Creator include a person, an
-  organisation, or a service. Typically, the name of a Creator should
-  be used to indicate the entity.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+<rdf:Property rdf:about="&dcns;creator">
+  <rdfs:label xml:lang="en-US">Creator</rdfs:label>
+  <rdfs:comment xml:lang="en-US">An entity primarily responsible for making the content of the resource.</rdfs:comment>
+  <dc:description>Examples of a Creator include a person, an organisation, or a service. Typically, the name of a Creator should be used to indicate the entity.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "publisher">
-  <rdfs:label>Publisher</rdfs:label>
-  <rdfs:comment>An entity responsible for making the resource
-  available.</rdfs:comment>
-  <eor:comment> Examples of a Publisher include a person, an
-  organisation, or a service.  Typically, the name of a Publisher
-  should be used to indicate the entity.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;publisher">
+  <rdfs:label xml:lang="en-US">Publisher</rdfs:label>
+  <rdfs:comment xml:lang="en-US">An entity responsible for making the resource available.</rdfs:comment>
+  <dc:description xml:lang="en-US"> Examples of a Publisher include a person, an organisation, or a service.  Typically, the name of a Publisher should be used to indicate the entity.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "subject">
-  <rdfs:label>Subject</rdfs:label>
-  <rdfs:comment>The topic of the content of the resource.</rdfs:comment>
-  <eor:comment> Typically, a Subject will be expressed as keywords,
-  key phrases or classification codes that describe a topic of the
-  resource.  Recommended best practice is to select a value from a
-  controlled vocabulary or formal classification scheme.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;subject">
+  <rdfs:label xml:lang="en-US">Subject and Keywords</rdfs:label>
+  <rdfs:comment xml:lang="en-US">The topic of the content of the resource.
+  </rdfs:comment>
+  <dc:description xml:lang="en-US">Typically, a Subject will be expressed as keywords, key phrases or classification codes that describe a topic of the resource.  Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "description">
-  <rdfs:label>Description</rdfs:label>
-  <rdfs:comment>An account of the content of the resource.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;description">
+  <rdfs:label xml:lang="en-US">Description</rdfs:label>
+  <rdfs:comment xml:lang="en-US">An account of the content of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "date">
-  <rdfs:label>Date</rdfs:label>
-  <rdfs:comment>A date associated with an event in the life cycle of
-  the resource.</rdfs:comment>
-  <eor:comment>Typically, Date will be associated with the creation or
-  availability of the resource.  Recommended best practice for
-  encoding the date value is defined in a profile of ISO 8601 [W3CDTF]
-  and follows the YYYY-MM-DD format.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;date">
+  <rdfs:label xml:lang="en-US">Date</rdfs:label>
+  <rdfs:comment xml:lang="en-US">A date associated with an event in the life cycle of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Typically, Date will be associated with the creation or availability of the resource.  Recommended best practice for encoding the date value is defined in a profile of ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "type">
-  <rdfs:label>Resource Type</rdfs:label>
-  <rdfs:comment>The nature or genre of the content of the
-  resource.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+
+<rdf:Property rdf:about="&dcns;type">
+  <rdfs:label xml:lang="en-US">Resource Type</rdfs:label>
+  <rdfs:comment xml:lang="en-US">The nature or genre of the content of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Dublin Core Types). To describe the physical or digital manifestation of the resource, use the FORMAT element.</dc:description> 
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:references rdf:resource="http://purl.org/dc/dcmitype/"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "format">
-  <rdfs:label>Format</rdfs:label>
-  <rdfs:comment>The physical or digital manifestation of the
+<rdf:Property rdf:about="&dcns;format">
+  <rdfs:label xml:lang="en-US">Format</rdfs:label>
+  <rdfs:comment xml:lang="en-US">The physical or digital manifestation of the
   resource.</rdfs:comment>
-  <eor:comment> Typically, Format may include the media-type or
-  dimensions of the resource. Format may be used to determine the
-  software, hardware or other equipment needed to display or operate
-  the resource. Examples of dimensions include size and duration.
-  Recommended best practice is to select a value from a controlled
-  vocabulary (for example, the list of Internet Media Types [MIME]
-  defining computer media formats).</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+  <dc:description xml:lang="en-US">Typically, Format may include the media-type or dimensions of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Examples of dimensions include size and duration.  Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types defining computer media formats).</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "identifier">
+
+
+<rdf:Property rdf:about="&dcns;identifier">
   <rdfs:label>Resource Identifier</rdfs:label>
-  <rdfs:comment>An unambiguous reference to the resource within a
-  given context.</rdfs:comment>
-  <eor:comment>Recommended best practice is to identify the resource
-  by means of a string or number conforming to a formal identification
-  system.  Example formal identification systems include the Uniform
-  Resource Identifier (URI) (including the Uniform Resource Locator
-  (URL)), the Digital Object Identifier (DOI) and the International
-  Standard Book Number (ISBN).</eor:comment>
+  <rdfs:comment xml:lang="en-US">An unambiguous reference to the resource within a given context.</rdfs:comment>
+  <dc:description xml:lang="en-US">Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system.  Example formal identification systems include the Uniform Resource Identifier (URI) (including the Uniform Resource Locator (URL)), the Digital Object Identifier (DOI) and the International Standard Book Number (ISBN).</dc:description>
   <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "language">
-  <rdfs:label>Language</rdfs:label>
-  <rdfs:comment> A language of the intellectual content of the
-  resource.</rdfs:comment>
-  <eor:comment> Recommended best practice for the values of the
-  Language element is defined by RFC 1766 [RFC1766] which includes a
-  two-letter Language Code (taken from the ISO 639 standard [ISO639]),
-  followed optionally, by a two-letter Country Code (taken from the
-  ISO 3166 standard [ISO3166]).  For example, 'en' for English, 'fr'
-  for French, or 'en-uk' for English used in the United
-  Kingdom.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;language">
+  <rdfs:label xml:lang="en-US">Language</rdfs:label>
+  <rdfs:comment xml:lang="en-US">A language of the intellectual content of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US"> Recommended best practice is to use RFC 3066 [RFC30 66], which, in conjunction with ISO 639 [ISO639], defines two- and three-letter primary language tags with optional subtags.  Examples include "en" or "eng" for English, "akk" for Akkadian, and "en-GB" for English used in the United Kingdom.  </dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
+  <dcterms:modified>2001-05-21</dcterms:modified>
+  <rdfs:seeAlso
+    rdf:resource="http://www.dublincore.org/usage/decisions/#2001.04"/>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "relation">
-  <rdfs:label>Relation</rdfs:label>
-  <rdfs:comment> A reference to a related resource.</rdfs:comment>
-  <eor:comment> Recommended best practice is to reference the resource
-  by means of a string or number conforming to a formal identification
-  system.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+
+<rdf:Property rdf:about="&dcns;relation">
+  <rdfs:label xml:lang="en-US">Relation</rdfs:label>
+  <rdfs:comment xml:lang="en-US">A reference to a related resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification system.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "source">
-  <rdfs:label>Source</rdfs:label>
-  <rdfs:comment>A Reference to a resource from which the present
-  resource is derived.</rdfs:comment>
-  <eor:comment> The present resource may be derived from the Source
-  resource in whole or in part.  Recommended best practice is to
-  reference the resource by means of a string or number conforming to
-  a formal identification system.</eor:comment>
+
+
+<rdf:Property rdf:about="&dcns;source">
+  <rdfs:label xml:lang="en-US">Source</rdfs:label>
+  <rdfs:comment xml:lang="en-US">A Reference to a resource from which the present resource is derived.</rdfs:comment>
+  <dc:description xml:lang="en-US">The present resource may be derived from the Source resource in whole or in part.  Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification system.</dc:description>
   <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "coverage">
-  <rdfs:label>Coverage</rdfs:label>
-  <rdfs:comment> The extent or scope of the content of the
-  resource.</rdfs:comment>
-  <eor:comment>Coverage will typically include spatial location (a
-  place name or geographic coordinates), temporal period (a period
-  label, date, or date range) or jurisdiction (such as a named
-  administrative entity).  Recommended best practice is to select a
-  value from a controlled vocabulary (for example, the Thesaurus of
-  Geographic Names [TGN]) and that, where appropriate, named places or
-  time periods be used in preference to numeric identifiers such as
-  sets of coordinates or date ranges.</eor:comment>
+
+
+
+<rdf:Property rdf:about="&dcns;coverage">
+  <rdfs:label xml:lang="en-US">Coverage</rdfs:label>
+  <rdfs:comment xml:lang="en-US">The extent or scope of the content of the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Coverage will typically include spatial location (a place name or geographic coordinates), temporal period (a period label, date, or date range) or jurisdiction (such as a named administrative entity).  Recommended best practice is to select a value from a controlled vocabulary (for example, the Thesaurus of Geographic Names [TGN]) and that, where appropriate, named places or time periods be used in preference to numeric identifiers such as sets of coordinates or date ranges.</dc:description>
   <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
-<rdf:Property rdf:ID = "rights">
-  <rdfs:label>Rights</rdfs:label>
-  <rdfs:comment> Information about rights held in and over the
-  resource.</rdfs:comment>
-  <eor:comment> Typically, a Rights element will contain a rights
-  management statement for the resource, or reference a service
-  providing such information. Rights information often encompasses
-  Intellectual Property Rights (IPR), Copyright, and various Property
-  Rights.  If the Rights element is absent, no assumptions can be made
-  about the status of these and other rights with respect to the
-  resource.</eor:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcns;" />
+
+
+<rdf:Property rdf:about="&dcns;rights">
+  <rdfs:label xml:lang="en-US">Rights Management</rdfs:label>
+  <rdfs:comment xml:lang="en-US">Information about rights held in and over the resource.</rdfs:comment>
+  <dc:description xml:lang="en-US">Typically, a Rights element will contain a rights management statement for the resource, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights.  If the Rights element is absent, no assumptions can be made about the status of these and other rights with respect to the resource.</dc:description>
+  <rdfs:isDefinedBy rdf:resource="&dcns;"/>
+  <dcterms:issued>1999-07-02</dcterms:issued>
 </rdf:Property>
 
+
 </rdf:RDF>
index 819865b578e82f589656fdc88cfe9dee40c371ce..04ea953a9f05069776f3db487f565ec7f724cc26 100644 (file)
 <?xml version="1.0"?>
+<!--<!DOCTYPE rdf:RDF [
+     <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+     <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
+     <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
+     <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
+     <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
+  ]>-->
+
+  <!DOCTYPE rdf:RDF [
+     <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+     <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
+     <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
+     <!ENTITY dctermsns 'http://www.cs.unibo.it/~schena/dcq#'>
+     <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
+  ]>
+
+  <rdf:RDF 
+     xmlns:rdf="&rdfns;"
+     xmlns:rdfs="&rdfsns;"
+     xmlns:dc="&dcns;"
+     xmlns:dcterms="&dctermsns;"
+     xmlns:dctype="&dctypens;">
+
+
+<rdf:Description rdf:about="&dctermsns;">
+   <dc:title xml:lang="en-US">The Dublin Core Terms Namespace providing access to it's content by means of an RDF Schema.</dc:title>
+   <dc:publisher xml:lang="de">The Dublin Core Metadata Initiative</dc:publisher>
+   <dc:description xml:lang="en-US"> The Dublin Core Terms namespace provides URIs for the Dublin Core Element Set Qualifier Vocabulary. Vocabulary terms are declared using RDF Schema language to support RDF applications.  The Dublin Core qualifiers form a richer vocabulary, which is intended to facilitate discovery of resources.  It will be updated according to dc-usage decisions.</dc:description>
+   <dc:language xml:lang="en-US">English</dc:language>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+   <dcterms:modified>2002-05-24</dcterms:modified>
+   <dc:source 
+      rdf:resource="http://www.dublincore.org/documents/2000/07/11/dcmes-qualifiers/"/>
+   <dc:source rdf:resource="http://www.dublincore.org/usage/decisions/"/>
+   <dcterms:requires rdf:resource="http://purl.org/dc/elements/1.1/"/>
+   <dcterms:references rdf:resource="http://purl.org/dc/dcmitype/"/>
+</rdf:Description>
+    
+
+<rdf:Description 
+  rdf:about="http://www.dublincore.org/documents/2000/07/11/dcmes-qualifiers/">
+  <dc:title  xml:lang="en-US">Dublin Core Qualifiers</dc:title>
+</rdf:Description>
+
+
+<rdf:Description rdf:about="http://www.dublincore.org/usage/decisions/">
+  <dc:title xml:lang="en-US">DCMI Usage Board decisions</dc:title> 
+</rdf:Description>  
+  
+
+  <rdf:Property rdf:about="&dctermsns;alternative">
+    <rdfs:label xml:lang="en-US">Alternative</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Any form of the title used as a substitute or alternative to the formal title of the resource.</rdfs:comment>
+    <dc:description xml:lang="en-US">This qualifier can include Title abbreviations as well as translations.</dc:description>
+    <rdfs:subPropertyOf rdf:resource="&dcns;title"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+
+  <rdfs:Class rdf:about="&dctermsns;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="&dctermsns;"/>
+    <dcterms:references rdf:resource="&dcns;subject"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdfs:Class>
+
+  <dcterms:SubjectScheme rdf:about="&dctermsns;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="&rdfsns;Class"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SubjectScheme>
+
+  <dcterms:SubjectScheme rdf:about="&dctermsns;LCC">
+    <rdfs:label xml:lang="en-US">LCC</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Library of Congress Classifications</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class" />
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdfs:seeAlso 
+         rdf:resource="http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SubjectScheme>
+
+  <dcterms:SubjectScheme rdf:about="&dctermsns;DDC">
+    <rdfs:label xml:lang="en-US">DDC</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Dewey Decimal Classification</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso rdf:resource="http://www.oclc.org/dewey/index.htm" />
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SubjectScheme>
+
+  <dcterms:SubjectScheme rdf:about="&dctermsns;UDC">
+    <rdfs:label xml:lang="en-US">UDC</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Universal Decimal Classification</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso rdf:resource="http://www.udcc.org/"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SubjectScheme>
+
+  <dcterms:SubjectScheme rdf:about="&dctermsns;MESH">
+    <rdfs:label xml:lang="en-US">MeSH</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Medical Subject Headings</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso rdf:resource="http://www.nlm.nih.gov/mesh/meshhome.html"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SubjectScheme>
+
+
+  <rdf:Property rdf:about="&dctermsns;abstract">
+    <rdfs:label xml:lang="en-US">Abstract</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A summary of the content of the resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;description"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;tableOfContents">
+    <rdfs:label xml:lang="en-US">Table Of Contents</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A list of subunits of the content of the resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;description"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+
+  <rdf:Property rdf:about="&dctermsns;created">
+    <rdfs:label xml:lang="en-US">Created</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date of creation of the resource</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;issued">
+    <rdfs:label xml:lang="en-US">Issued</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date of formal issuance (e.g., publication) of the resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;modified">
+    <rdfs:label xml:lang="en-US">Modified</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date on which the resource was changed</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;valid">
+    <rdfs:label xml:lang="en-US">Valid</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date (often a range) of validity of a resource</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;available">
+    <rdfs:label xml:lang="en-US">Available</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date (often a range) that the resource will become or did become available.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+
+
+
+  <rdfs:Class rdf:about="&dctermsns;DateScheme">
+    <rdfs:label xml:lang="en-US">Date Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of date encoding schemes and/or formats </rdfs:comment>
+    <dcterms:references rdf:resource="&dcns;date"/>
+    <dcterms:references rdf:resource="&dctermsns;temporal"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdfs:Class>
+
+  <dcterms:DateScheme rdf:about="&dctermsns;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 ISO8601 </rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdf:type rdf:resource="&dctermsns;TemporalScheme"/>
+    <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/> 
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:DateScheme>
+
+  <dcterms:DateScheme rdf:about="&dctermsns;Period">
+    <rdfs:label xml:lang="en-US">DCMI Period</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A specification of the limits of a time interval.</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdf:type rdf:resource="&dctermsns;TemporalScheme"/>
+    <rdfs:seeAlso 
+      rdf:resource="http://dublincore.org/documents/2000/07/28/dcmi-period/"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/> 
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:DateScheme>
+
+
+
+
+
+
+  <rdf:Property rdf:about="&dctermsns;extent">
+    <rdfs:label xml:lang="en-US">Extent</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The size or duration of the resource</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;format"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;medium">
+    <rdfs:label xml:lang="en-US">Medium</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The material or physical carrier of the resource</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;format"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+
+
+
+  <rdfs:Class rdf:about="&dctermsns;FormatScheme">
+    <rdfs:label xml:lang="en-US">Format Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of format encoding schemes.</rdfs:comment>
+    <dcterms:references rdf:resource="&dcns;format"/>
+    <rdfs:isDefinedBy rdf:resource ="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdfs:Class>
+
+  <dcterms:FormatScheme rdf:about="&dctermsns;IMT">
+    <rdfs:label xml:lang="en-US">IMT</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The Internet media type of the resource</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdfs:seeAlso 
+  rdf:resource="http://www.isi.edu/in-notes/iana/assignments/media-types/media-types"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:FormatScheme>
 
-<!-- 
-  RDF Schema declaration for the Qualified Dublin Core Element Set 
-  2001/08/14
-  comments, etc. to webteam <dcmi-feedback@dublincore.org>
--->
-
-<!-- HELM: OLD URL OF SCHEMAS: VRP gives errors --> 
-<!-- <!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
-        <!ENTITY dcqns 'http://purl.org/dc/terms/'>
-        <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
-   ]>-->
-
-<!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
-        <!ENTITY dcqns 'http://www.cs.unibo.it/~schena/dcq#'>
-        <!ENTITY eorns 'http://www.cs.unibo.it/~schena/eor#'>
-   ]>
-
-<rdf:RDF xmlns:rdf="&rdfns;"
-         xmlns:rdfs="&rdfsns;"
-         xmlns:dc="&dcns;"
-         xmlns:dcq="&dcqns;"
-         xmlns:eor="&eorns;">
-
-<!-- Description of Schema --> 
-
-<eor:Schema rdf:about="&dcqns;">
-  <rdf:value>The Dublin Core Element Set Qualifier Vocabulary</rdf:value>
-  <dc:title>The Dublin Core Element Set Qualifier Vocabulary</dc:title>
-  <dc:publisher>The Dublin Core Metadata Initiative</dc:publisher>
-  <dc:description>The Dublin Core Element Set Qualifier Vocabulary is
-  an richer vocabulary
-      intended to facilitate discovery of resources. </dc:description>
-  <dc:language>English</dc:language>
-  <dc:relation rdf:resource="http://dublincore.org/documents/dcmes-qualifiers/"/>
-  <dc:date>2000-07-11</dc:date>
-</eor:Schema>
-
-<!-- HELM: every declaration has the rdf:ID = "name" instead of 
-     rdf:about = "&dcqns;name"                               -->
-
-
-<!-- Begin: Title  -->
-
-<!-- Title refinement declarations  -->
-
-<rdf:Property rdf:ID = "alternative">
-  <rdfs:label>Alternative</rdfs:label>
-  <rdfs:comment>Any form of the title used as a substitute or
-  alternative to the formal title of the resource.</rdfs:comment>
-  <eor:comment>This qualifier can include Title abbreviations as well as translations.</eor:comment>
-  <rdfs:subPropertyOf rdf:resource = 
-  "&dcns;title" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- End: Title Declaration -->
-
-
-<!-- Begin: Subject -->
-
-<!-- Subject refinement declarations -->
-
-<rdf:Property rdf:ID = "classification">
-  <rdfs:label>Classification</rdfs:label>
-  <rdfs:comment>Subject identified by notation (code) taken from a
-  controlled classification scheme.</rdfs:comment>
-  <eor:comment>The name of the controlled classification scheme from
-  which the classification is derived should always be identified as a
-  value qualifier Existing resource discovery implementations treat
-  classification notation (codes) differently to 'words' describing
-  `subject.  Typically notation is used to create a browsing structure
-  whereas words are not, notation is not displayed in retrieved lists
-  whereas 'subject words' are displayed. It is important for software
-  to precisely recognise notations as different from 'subject
-  words'. Looking for numeric strings cannot be relied on as notations
-  may be alphanumeric so it is useful to identify them by means of a
-  qualifier. It is unrealistic to expect software to identify
-  notations as such by means of the value qualifier for subject, as
-  there is a potentially huge list of value qualifiers which cover
-  subject headings, and thesauri as well as classification
-  notations. </eor:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;subject" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- Subject range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!-- <rdf:Description rdf:about = "&dcns;subject">
-  <rdfs:range rdf:resource = "#SubjectScheme" />
-</rdf:Description>-->
-
-<!-- Encoding Scheme declarations -->
-
-<rdfs:Class rdf:ID = "SubjectScheme">
-  <rdfs:label>Subject Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of subject encoding schemes and/or formats</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "LCSH">
-  <rdfs:label>LCSH</rdfs:label>
-  <rdfs:comment>Library of Congress Subject Headings</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SubjectScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "LCC">
-  <rdfs:label>LCC</rdfs:label>
-  <rdfs:comment>Library of Congress Classification</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SubjectScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "DDC">
-  <rdfs:label>DDC</rdfs:label>
-  <rdfs:comment>Dewey Decimal Classification</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SubjectScheme" />
-  <rdfs:seeAlso rdf:resource = "http://www.oclc.org/fp/" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "UDC">
-  <rdfs:label>UDC</rdfs:label>
-  <rdfs:comment>Universal Decimal Classification</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SubjectScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "MESH">
-  <rdfs:label>MeSH</rdfs:label>
-  <rdfs:comment>Medical Subject Headings</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SubjectScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<!-- End: Subject -->
-
-
-<!-- Begin: Description -->
-
-<!-- Description refinement declarations -->
-
-<rdf:Property rdf:ID = "abstract">
-  <rdfs:label>Abstract</rdfs:label>
-  <rdfs:comment>A summary of the content of the resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;description" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "note">
-  <rdfs:label>Note</rdfs:label>
-  <rdfs:comment>Any additional information about the content of the
-  resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;description" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "tableOfContents">
-  <rdfs:label>Table Of Contents</rdfs:label>
-  <rdfs:comment>A list of subunits of the content of the
-  resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;description" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "release">
-  <rdfs:label>Release</rdfs:label>
-  <rdfs:comment>An identification of the edition, release or version
-  of the resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;description" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- End: Description -->
-
-
-<!-- Begin: Date -->
-
-<!-- Date refinement declaration -->
-
-<rdf:Property rdf:ID = "created">
-  <rdfs:label>Created</rdfs:label>
-  <rdfs:comment>Date of creation of the resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;date" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "issued">
-  <rdfs:label>Issued</rdfs:label>
-  <rdfs:comment>Date of formal issuance (e.g., publication) of the
-  resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;date" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "modified">
-  <rdfs:label>Modified</rdfs:label>
-  <rdfs:comment>Date on which the resource was changed.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;date" />
-  <rdfs:isDefinedBy rdf:resource =
-  "&dcqns;" /> </rdf:Property>
-
-<rdf:Property rdf:ID = "valid">
-  <rdfs:label>Valid</rdfs:label>
-  <rdfs:comment>Date (often a range) of validity of a resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;date" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "available">
-  <rdfs:label>Available</rdfs:label>
-  <rdfs:comment>Date (often a range) that the resource will become or
-  did become available.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource =
-  "&dcns;date" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- Date range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!--<rdf:Description rdf:about = "&dcns;date">
-  <rdfs:range rdf:resource = "#DateScheme" />
-</rdf:Description>-->
-
-<!-- Encoding Schemes -->
-
-<rdfs:Class rdf:ID = "DateScheme">
-  <rdfs:label>Date Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of date encoding schemes and/or formats</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "W3CDTF">
-  <rdfs:label>W3C-DTF</rdfs:label>
-  <rdfs:comment>W3C Encoding rules for dates and times - a profile
-  based on ISO8601 </rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#DateScheme" />
-  <rdfs:seeAlso rdf:resource = "http://www.w3.org/TR/NOTE-datetime" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" /> 
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Period">
-  <rdfs:label>DCMI Period</rdfs:label>
-  <rdfs:comment>A specification of the limits of a time
-  interval.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#DateScheme" />
-  <rdfs:seeAlso rdf:resource =
-  "http://purl.org/dc/documents/rec-dcmiperiod-20000619.htm" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" /> 
-</rdfs:Class>
-
-<!-- End: Date -->
-
-
-<!-- Begin: format -->
-
-<!-- format refinement declarations -->
-
-<rdf:Property rdf:ID = "extent">
-  <rdfs:label>Extent</rdfs:label>
-  <rdfs:comment>The size or duration of the resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;format" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "medium">
-  <rdfs:label>Medium</rdfs:label>
-  <rdfs:comment>The material or physical carrier of the
-  resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;format" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- format range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!-- <rdf:Description rdf:about = "&dcns;format">
-  <rdfs:range rdf:resource = "#FormatScheme" />
-</rdf:Description> -->
-
-<!-- Encoding Scheme declarations -->
-
-<rdfs:Class rdf:ID = "FormatScheme">
-  <rdfs:label>Format Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of format encoding schemes.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "IMT">
-  <rdfs:label>IMT</rdfs:label>
-  <rdfs:comment>The Internet media type of the resource.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#FormatScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-  <rdfs:seeAlso rdf:resource =
-  "http://www.isi.edu/in-notes/iana/assignments/media-types/media-types"
-  /> </rdfs:Class>
-
-<!-- End: format -->
-
-
-<!-- Begin: Identifier -->
-
-<!-- Identifier refinement declarations -->
-
-<!-- Identifier range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!--<rdf:Description rdf:about = "&dcns;identifier">
-  <rdfs:range rdf:resource = "#IdentifierScheme" />
-</rdf:Description>-->
-
-<!-- Encoding Scheme declarations -->
-
-<rdfs:Class rdf:ID = "IdentifierScheme">
-  <rdfs:label>Identifier Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of Identified encoding schemes and/or
-  formats.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID= "URI">
-  <rdfs:label>URI</rdfs:label>
-  <rdfs:comment>A URI Uniform Resource Identifier</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#IdentifierScheme" />
-  <rdfs:seeAlso rdf:resource = "http://www.ietf.org/rfc/rfc2396.txt" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<!-- End: Identifier -->
-
-
-<!-- Begin: Language -->
-
-<!-- Language refinement declarations -->
-
-<!-- Language range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!--<rdf:Description rdf:about = "&dcns;language">
-  <rdfs:range rdf:resource = "#LanguageScheme" />
-</rdf:Description>-->
-
-<!-- Encoding Scheme declarations -->
-
-<rdfs:Class rdf:ID = "LanguageScheme">
-  <rdfs:label>Language Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of language encoding schemes and/or
-  formats.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "RFC1766">
-  <rdfs:label>RFC1766</rdfs:label>
-  <rdfs:comment>Internet RFC 1766 'Tags for the identification of
-  Language' specifies a two letter code taken from ISO 639, followed
-  optionally by a two letter country code taken from ISO
-  3166.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#LanguageScheme" />
-  <rdfs:seeAlso rdf:resource = "http://www.ietf.org/rfc/rfc1766.txt" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "ISO639-2">
-  <rdfs:label>ISO 639-2</rdfs:label>
-  <rdfs:comment>ISO 639-2: Codes for the representation of names of languages.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#LanguageScheme" />
-  <rdfs:seeAlso rdf:resource =
-  "http://www.loc.gov/standards/iso639-2/langhome.html" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<!-- End: language -->
-
-
-<!-- Begin: Relation -->
-
-<!-- Relation refinement declarations -->
-
-<rdf:Property rdf:ID = "isPartOf">
-  <rdfs:label>Is Part Of</rdfs:label>
-  <rdfs:comment>The described resource is a physical or logical part 
-of the referenced resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "hasPart">
-  <rdfs:label>Has Part</rdfs:label>
-  <rdfs:comment>The described resource includes the referenced
-  resource either physically or logically. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "isVersionOf">
-  <rdfs:label>Is Version Of</rdfs:label>
-  <rdfs:comment>The described resource is a version, edition, or
-  adaptation of the referenced resource. Changes in version imply
-  substantive changes in content rather than differences in
-  format. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "hasVersion">
-  <rdfs:label>Has Version</rdfs:label>
-  <rdfs:comment>The described resource has a version, edition, or
-  adaptation, namely, the referenced resource. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "isFormatOf">
-  <rdfs:label>Is Format Of</rdfs:label>
-  <rdfs:comment>The described resource is the same intellectual
-  content of the referenced resource, but presented in another
-  format. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "hasFormat">
-  <rdfs:label>Has Format</rdfs:label>
-  <rdfs:comment>The described resource pre-existed the referenced
-  resource, which is essentially the same intellectual content
-  presented in another format. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "references">
-  <rdfs:label>References</rdfs:label>
-  <rdfs:comment>The described resource references, cites, or otherwise
-  points to the referenced resource.  </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "isReferencedBy">
-  <rdfs:label>Is Referenced By</rdfs:label>
-  <rdfs:comment>The described resource is referenced, cited, or
-  otherwise pointed to by the referenced resource. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "requires">
-  <rdfs:label>Requires</rdfs:label>
-  <rdfs:comment>The described resource requires the referenced
-  resource to support its function, delivery, or coherence of
-  content. </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "isRequiredBy">
-  <rdfs:label>Is Required By</rdfs:label>
-  <rdfs:comment>The described resource is required by the referenced
-  resource, either physically or logically.  </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "replaces">
-  <rdfs:label>Replaces</rdfs:label>
-  <rdfs:comment>The described resource supplants, displaces, or
-  supersedes the referenced resource.  </rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "isReplacedBy">
-  <rdfs:label>Is Replaced By</rdfs:label>
-  <rdfs:comment>The described resource is supplanted, displaced, or
-  superceded by the referenced resource.</rdfs:comment>
-  <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID ="conformsTo">
-       <rdfs:label>ConformsTo</rdfs:label> 
-       <rdfs:comment>A reference to an established standard to which the resource conforms.</rdfs:comment>
-   <rdfs:subPropertyOf rdf:resource = "&dcns;relation" />
-   <rdfs:isDefinedBy rdf:resource = "&dcqns;" /> 
-</rdf:Property>
-
-<!-- Relation range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!--<rdf:Description rdf:about = "&dcns;relation">
-  <rdfs:range rdf:resource = "#IdentifierScheme" />
-</rdf:Description>-->
-
-<!-- Encoding Scheme declarations -->
-
-<!-- End: Relation -->
-
-
-<!-- Begin: coverage -->
-
-<!-- Coverage refinement declarations -->
-
-<rdf:Property rdf:ID = "spatial">
-  <rdfs:label>Spatial</rdfs:label>
-  <rdfs:comment>Spatial characteristics of the intellectual content of
-  the resoure.</rdfs:comment>
-  <rdfs:range rdf:resource = "#SpatialScheme" />
-  <rdfs:subPropertyOf rdf:resource = "&dcns;coverage" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "temporal">
-  <rdfs:label>Temporal</rdfs:label>
-  <rdfs:comment>Temporal characteristics of the intellectual content
-  of the resource.</rdfs:comment>
-  <rdfs:range rdf:resource = "#DateScheme" />
-  <rdfs:subPropertyOf rdf:resource = "&dcns;coverage" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- Coverage range declarations -->
-
-<!-- Encoding Schemes -->
-
-<rdfs:Class rdf:ID = "SpatialScheme">
-  <rdfs:label>Place Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of geographic place encoding schemes and/or
-  formats</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Box">
-  <rdfs:label>DCMI Box</rdfs:label>
-  <rdfs:comment>The DCMI Box identifies a region of space using its
-  geographic limits.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-  <rdfs:seeAlso rdf:resource =
-  "http://purl.org/dc/documents/rec-dcmibox-20000619.htm" />
+
+
+
+
+
+  <rdfs:Class rdf:about="&dctermsns;LanguageScheme">
+    <rdfs:label xml:lang="en-US">Language Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of language encoding schemes and/or formats.</rdfs:comment>
+    <dcterms:references rdf:resource="&dcns;language"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdfs:Class>
+
+
+  <dcterms:LanguageScheme rdf:about="&dctermsns;RFC1766">
+    <rdfs:label xml:lang="en-US">RFC1766</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166.  </rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc1766.txt"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:LanguageScheme>
+
+  <dcterms:LanguageScheme rdf:about="&dctermsns;ISO639-2">
+    <rdfs:label xml:lang="en-US">ISO 639-2</rdfs:label>
+    <rdfs:comment xml:lang="en-US">ISO 639-2: Codes for the representation of names of languages.</rdfs:comment>
+<!-- ERROR: namespace <rdf:type rdf:resource="&rdfns;Class"/> -->
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso 
+      rdf:resource="http://www.loc.gov/standards/iso639-2/langhome.html"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:LanguageScheme>
+
+  <rdf:Property rdf:about="&dctermsns;isPartOf">
+    <rdfs:label xml:lang="en-US">Is Part Of</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is a physical or logical part of the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;hasPart">
+    <rdfs:label xml:lang="en-US">Has Part</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource includes the referenced resource either physically or logically.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;isVersionOf">
+    <rdfs:label xml:lang="en-US">Is Version Of</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;hasVersion">
+    <rdfs:label xml:lang="en-US">Has Version</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource has a version, edition, or adaptation, namely, the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;isFormatOf">
+    <rdfs:label xml:lang="en-US">Is Format Of</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is the same intellectual content of the referenced resource, but presented in another format.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;hasFormat">
+    <rdfs:label xml:lang="en-US">Has Format</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;" />
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;references">
+    <rdfs:label xml:lang="en-US">References</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource references, cites, or otherwise points to the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource = "&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;isReferencedBy">
+    <rdfs:label xml:lang="en-US">Is Referenced By</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is referenced, cited, or otherwise pointed to by the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;requires">
+    <rdfs:label xml:lang="en-US">Requires</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource requires the referenced resource to support its function, delivery, or coherence of content.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;isRequiredBy">
+    <rdfs:label xml:lang="en-US">Is Required By</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is required by the referenced resource, either physically or logically.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;replaces">
+    <rdfs:label xml:lang="en-US">Replaces</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource supplants, displaces, or supersedes the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;isReplacedBy">
+    <rdfs:label xml:lang="en-US">Is Replaced By</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The described resource is supplanted, displaced, or superceded by the referenced resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;conformsTo">
+    <rdfs:label xml:lang="en-US">conforms to</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A reference to an established standard to which the resource conforms.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2001-05-21</dcterms:issued>
+    <rdfs:seeAlso 
+       rdf:resource="http://www.dublincore.org/usage/decisions/#2001.01"/>
+  </rdf:Property>
+  
+  <rdf:Property rdf:about="&dctermsns;spatial">
+    <rdfs:label xml:lang="en-US">Spatial</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Spatial characteristics of the intellectual content of the resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;coverage"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;temporal">
+    <rdfs:label xml:lang="en-US">Temporal</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Temporal characteristics of the intellectual content of the resource.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;coverage"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdf:Property>
+
+
+
+
+  <rdfs:Class rdf:about="&dctermsns;SpatialScheme">
+    <rdfs:label xml:lang="en-US">Place Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of geographic place encoding schemes and/or formats</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:references rdf:resource="&dctermsns;spatial"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </rdfs:Class>
+
+  <dcterms:SpatialScheme rdf:about="&dctermsns;TGN">
+    <rdfs:label xml:lang="en-US">TGN</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The Getty Thesaurus of Geographic Names</rdfs:comment>
+    <rdfs:seeAlso 
+           rdf:resource="http://www.gii.getty.edu/vocabulary/tgn.html"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SpatialScheme>
+
+  <dcterms:SpatialScheme rdf:about="&dctermsns;ISO3166">
+    <rdfs:label xml:lang="en-US">ISO3166</rdfs:label>
+    <rdfs:comment xml:lang="en-US">ISO3166 Codes for the representation of names of countries</rdfs:comment>
+    <rdfs:seeAlso rdf:resource="http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SpatialScheme>
+
+  <dcterms:SpatialScheme rdf:about="&dctermsns;Box">
+    <rdfs:label xml:lang="en-US">DCMI Box</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The DCMI Box identifies a region of space using its geographic limits.</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso 
+      rdf:resource="http://dublincore.org/documents/2000/07/28/dcmi-box/"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/> 
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:SpatialScheme>
+
+  <dcterms:SpatialScheme rdf:about="&dctermsns;Point">
+    <rdfs:label xml:lang="en-US">DCMI Point</rdfs:label>
+    <rdfs:comment xml:lang="en-US">The DCMI Point identifies a point in space using its geographic coordinates</rdfs:comment>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:seeAlso 
+      rdf:resource="http://dublincore.org/documents/2000/07/28/dcmi-point/"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued> 
+  </dcterms:SpatialScheme>
+
+  <rdfs:Class rdf:about="&dctermsns;TemporalScheme">
+    <rdfs:label xml:lang="en-US">Encoding Schemes
+      for temporal characteristics</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of encoding schemes for 
+     the coverage qualifier &quot;temporal&quot;</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:references rdf:resource="&dctermsns;temporal"/>
   </rdfs:Class>
 
-<rdfs:Class rdf:ID = "Point">
-  <rdfs:label>DCMI Point</rdfs:label>
-  <rdfs:comment>The DCMI Point identifies a point in space using its
-  geographic coordinates.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-  <rdfs:seeAlso rdf:resource =
-  "http://purl.org/dc/documents/rec-dcmipoint-20000619.htm" />
+
+  <rdfs:Class rdf:about="&dctermsns;TypeScheme">
+    <rdfs:label xml:lang="en-US">Resource Type Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of resource type encoding schemes and/or formats</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:references rdf:resource="&dcns;type"/>
   </rdfs:Class>
 
-<rdfs:Class rdf:ID = "TGN">
-  <rdfs:label>TGN</rdfs:label>
-  <rdfs:comment>The Getty Thesaurus of Geographic Names</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-  <rdfs:seeAlso rdf:resource =
-  "http://www.gii.getty.edu/vocabulary/tgn.html" /> </rdfs:Class>
-
-<rdfs:Class rdf:ID = "DD">
-  <rdfs:label>Decimal Degrees</rdfs:label>
-  <rdfs:comment>A latitude and longitude expressed in decimal
-  degrees</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "DMS">
-  <rdfs:label>Degrees, minutes, seconds</rdfs:label>
-  <rdfs:comment>A latitude and longitude expressed in degrees,
-  minutes, seconds.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "ISO3166">
-  <rdfs:label>ISO3166</rdfs:label>
-  <rdfs:comment>ISO3166 Codes for the representation of names of
-  countries</rdfs:comment>
-  <rdfs:subClassOf rdf:resource = "#SpatialScheme" />
-  <rdfs:seeAlso rdf:resource = "ftp://dkuug.dk/i18n/ISO_3166" />
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<!-- End: coverage -->
-
-
-<!-- Begin: audience -->
-
-<rdf:Property rdf:ID = "audience">
-       <rdfs:label>Audience</rdfs:label> 
-       <rdfs:comment>A class of entity for whom the resource is intended or useful.</rdfs:comment> 
-       <eor:comment>A class of entity may be determined by the creator or the publisher or by a third 
-       party.</eor:comment>
-   <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdf:Property>
-
-<!-- audience refinement declarations -->
-
-<rdf:Property rdf:ID ="mediator">
-       <rdfs:label>Mediator</rdfs:label> 
-       <rdfs:comment>A class of entity that mediates access to the resource and for whom the resource is 
-       intended or useful.</rdfs:comment> 
-       <eor:comment>The audience for a resource in the education/training domain are of two 
-       basic classes: (1) an ultimate beneficiary of the resource (usually a student or trainee), 
-       and (2) frequently, an entity that mediates access to the resource (usually a teacher or trainer). 
-       The mediator element refinement represents the second of these two classes.</eor:comment>
-   <rdfs:subPropertyOf rdf:resource = "#audience" />
-   <rdfs:isDefinedBy rdf:resource = "&dcqns;" /> 
-</rdf:Property>
-
-<!-- End: audience -->
-
-
-<!-- HELM: Added from version 2001/03/16 -->
-
-<!-- Begin: type -->
-
-<!-- type range declarations -->
-<!-- HELM: Here we want to constraint an external property to a particular 
-range. VRP gives a Warning when (extending or modifying) constraining the 
-range of a property defined in another schema. -->
-<!-- <rdf:Description rdf:about = "&dcns;type">
-  <rdfs:range rdf:resource = "#TypeScheme" />
-</rdf:Description> -->
-
-<rdfs:Class rdf:ID = "TypeScheme">
-  <rdfs:label>Resource Type Encoding Schemes</rdfs:label>
-  <rdfs:comment>A set of resource type encoding schemes and/or 
-formats</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&dcqns;" />
-</rdfs:Class>
-
-<!-- End: type -->
-
-</rdf:RDF>
+  <dcterms:TypeScheme rdf:about="&dctermsns;DCMIType">
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdfs:label xml:lang="en-US">DCMI Type Vocabulary</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A list of types used to categorize the nature or genre of the content of the resource</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdfs:seeAlso rdf:resource="&dctypens;"/>
+    <rdfs:seeAlso 
+      rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+  </dcterms:TypeScheme> 
+
+  
+  <rdfs:Class rdf:about="&dctermsns;IdentifierScheme">
+    <rdfs:label xml:lang="en-US">Resource Identifier Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of resource identifier encoding schemes and/or formats</rdfs:comment>
+   <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:references rdf:resource="&dcns;identifier"/>
+  </rdfs:Class>
+
+  <rdfs:Class rdf:about="&dctermsns;RelationScheme">
+    <rdfs:label xml:lang="en-US">Resource Relation Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of resource relation encoding schemes and/or formats</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:references rdf:resource="&dcns;relation"/>
+  </rdfs:Class>
+
+  <rdfs:Class rdf:about="&dctermsns;SourceScheme">
+    <rdfs:label xml:lang="en-US">Source Encoding Schemes</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A set of source encoding schemes and/or formats</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:references rdf:resource="&dcns;source"/>
+  </rdfs:Class>
+
+  <dcterms:IdentifierScheme rdf:about="&dctermsns;URI">
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <rdf:type rdf:resource="&dctermsns;RelationScheme"/>
+    <rdf:type rdf:resource="&dctermsns;SourceScheme"/>
+    <rdfs:label xml:lang="en-US">URI</rdfs:label>
+    <rdfs:comment xml:lang="en-US">A URI Uniform Resource Identifier</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc2396.txt"/>
+    <rdfs:seeAlso
+      rdf:resource="http://www.dublincore.org/usage/decisions/#2001.04"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:modified>2001-05-21</dcterms:modified>
+  </dcterms:IdentifierScheme>
+
+
+  <rdf:Property rdf:about="&dctermsns;audience">
+   <rdfs:label xml:lang="en-US">Audience</rdfs:label>
+   <rdfs:comment>A class of entity for whom the resource is intended or useful.</rdfs:comment>
+   <dc:description>A class of entity may be determined by the creator or the publisher or by a third party.</dc:description>
+   <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+   <rdfs:seeAlso 
+     rdf:resource="http://dublincore.org/usage/decisions/#2001.01"/>
+   <dcterms:issued>2001-05-21</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;mediator">
+   <rdfs:label xml:lang="en-US">Mediator</rdfs:label>
+   <rdfs:comment>A class of entity that mediates access to the resource and for whom the resource is intended or useful.</rdfs:comment>
+   <dc:description>The audience for a resource of two basic classes: (1) an ultimate beneficiary of the resource, and (2) frequently, an entity that mediates access to the resource.  The mediator element refinement represents the second of these two classes.</dc:description>
+   <rdfs:subPropertyOf rdf:resource="&dctermsns;audience"/>
+   <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+   <rdfs:seeAlso 
+     rdf:resource="http://dublincore.org/usage/decisions/#2001.01"/>
+   <dcterms:issued>2001-05-21</dcterms:issued>
+  </rdf:Property>
+
+  <dcterms:LanguageScheme rdf:about="&dctermsns;RFC3066">
+    <rdfs:label xml:lang="en-US">RFC 3066</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Internet RFC 3066 'Tags for the Identification of Languages' 
+        specifies a primary subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter 
+        code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from 
+        ISO 3166.  When a language in ISO 639 has both a two-letter and three-letter code, use the 
+        two-letter code; when it has only a three-letter code, use the three-letter code.  This RFC 
+        replaces RFC 1766.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <rdf:type rdf:resource="&rdfsns;Class"/>
+    <dcterms:issued>2002-07-13</dcterms:issued>
+  </dcterms:LanguageScheme>
+
+  <rdf:Property rdf:about="&dctermsns;dateAccepted">
+    <rdfs:label xml:lang="en-US">Date Accepted</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date of acceptance of the resource (e.g. of thesis by university 
+        department, of article by journal, etc.).
+        </rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2002-07-13</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;dateCopyrighted">
+    <rdfs:label xml:lang="en-US">Date Copyrighted</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date of a statement of copyright.</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2002-07-13</dcterms:issued>
+  </rdf:Property>
+
+  <rdf:Property rdf:about="&dctermsns;dateSubmitted">
+    <rdfs:label xml:lang="en-US">Date Submitted</rdfs:label>
+    <rdfs:comment xml:lang="en-US">Date of submission of the resource (e.g. thesis, articles, etc.).
+        </rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="&dcns;date"/>
+    <rdfs:isDefinedBy rdf:resource="&dctermsns;"/>
+    <dcterms:issued>2002-07-13</dcterms:issued>
+  </rdf:Property>
+
+
+</rdf:RDF> 
+
index a51cbe0466731b7bf6de1f2f8b86ced207fd8ea9..184c032c71498697ab946996d30cc86e6f70703f 100644 (file)
-<?xml version = "1.0"?>
-
-<!-- 
-  RDF Schema declaration for the Dublin Core Resource Type Vocabulary
- 2001/03/08
-  comments, etc. to webteam <dcmi-feedback@dublincore.org>
--->
-<!-- HELM: OLD URL OF SCHEMAS: VRP gives errors -->  
+<?xml version="1.0"?>
+
 <!--<!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
-        <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
-        <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
-   ]>-->
-
-<!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
-        <!ENTITY eorns 'http://www.cs.unibo.it/~schena/eor#'>
-        <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
-        <!ENTITY dcqns 'http://www.cs.unibo.it/~schena/dcq#'>
-   ]>
-
-
-<rdf:RDF xmlns:rdf="&rdfns;"
+     <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+     <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
+     <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
+     <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
+     <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
+  ]>-->
+
+ <!DOCTYPE rdf:RDF [
+         <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
+         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
+         <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
+         <!ENTITY dctermsns 'http://www.cs.unibo.it/~schena/dcq#'>
+         <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
+ ]>
+
+ <rdf:RDF 
+         xmlns:rdf="&rdfns;"
          xmlns:rdfs="&rdfsns;"
          xmlns:dc="&dcns;"
-         xmlns:eor="&eorns;"
-         xmlns:dcq="&dcqns;">
-
-<!-- Description of Schema --> 
-
-<eor:Schema rdf:about="&dctypens;">
-  <rdf:value>The Dublin Core Type Vocabulary</rdf:value>
-  <dc:title>The Dublin Core Type Vocabulary</dc:title>
-  <dc:creator>The Dublin Core Metadata Initiative</dc:creator>
-  <dc:description>The Dublin Core metadata vocabulary is a simple set 
-      of resource types intended to facilitate discovery of 
-      resources. </dc:description>
-  <dc:language>English</dc:language>
-  <dc:date>2000-07-11</dc:date>
-</eor:Schema>
-
-<!-- HELM: every declaration has the rdf:ID = "name" instead of 
-     rdf:about = "&dctypens;name"                               -->
-
-
-<!-- Begin Type Declaration -->
-
-<!-- addition DC Vocabulary range declarations -->
-<!-- HELM: What's the relation with the dc:type property?
-Here we want to constraint an external property to a particular range.
-VRP gives a Warning when (extending or modifying) constraining the range 
-of a property defined in another schema; the correct way is to specialize it 
-with a subProperty.--> 
-<!-- OLD
-<rdf:Description rdf:about = "&dctypens;type">
-  <rdfs:range rdf:resource = "Resource" /> ERROR!
-</rdf:Description>
-Could be:
-<rdf:Description rdf:about = "&dcns;type">
-  <rdfs:range rdf:resource = "#Resource" />
-</rdf:Description>
--->
-<!-- Class declaration -->
-<!--<rdfs:Class rdf:ID = "Resource">
-  <rdfs:label>Resource</rdfs:label>
-  <rdfs:comment>A general class of describable resources.</rdfs:comment>
-  <rdfs:seeAlso rdf:resource = "http://www.loc.gov/marc/dc/typequalif-19991210.html" />
-  <rdfs:subClassOf rdf:resource = "&rdfsns;Resource" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>-->
-
-<!-- HELM: Class added from version 2001/03/19 -->
-<rdfs:Class rdf:ID = "DCMIType">
-  <rdfs:label>DCMI Type Vocabulary</rdfs:label>
-  <rdfs:comment>The DCMI Vocabulary provides a general, cross-domain
-list of approved terms that may be used as values for the Resource
-Type element to identify the genre of a resource.</rdfs:comment>
-  <rdfs:seeAlso rdf:resource = "http://dublincore.org/documents/dcmi-type-vocabulary/" />
-  <rdfs:subClassOf rdf:resource = "&dcqns;TypeScheme" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<!-- HELM: From version 2001/03/19 substituted:
-     <rdfs:subClassOf rdf:resource = "#Resource" />
-      with <rdf:type rdf:resource = "#DCMIType" />   -->
-
-<rdfs:Class rdf:ID = "Collection">
-  <rdfs:label>Collection</rdfs:label>
-  <rdfs:comment>A collection is an aggregation of items. The term collection
-    means that the resource is described as a group; its parts may be 
-    separately described and navigated.</rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Dataset">
-  <rdfs:label>Dataset</rdfs:label>
-  <rdfs:comment>A dataset is information encoded in a defined structure (for 
-example, lists, tables, and databases), intended to be useful for direct 
-machine processing. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Event">
-  <rdfs:label>Event</rdfs:label>
-  <rdfs:comment>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.  </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Image">
-  <rdfs:label>Image</rdfs:label>
-  <rdfs:comment>An image is a primarily symbolic visual representation
-other than text. For example - images and photographs of physical
-objects, paintings, prints, drawings, other images and graphics,
-animations and moving pictures, film, diagrams, maps, musical
-notation. Note that image may include both electronic and physical
-representations.</rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "InteractiveResource">
-  <rdfs:label>Interactive Resource</rdfs:label>
-  <rdfs:comment>An interactive resource is a resource which requires
-interaction from the user to be understood, executed, or
-experienced. For example - forms on web pages, applets, multimedia
-learning objects, chat services, virtual reality. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Service">
-  <rdfs:label>Service</rdfs:label>
-  <rdfs:comment>A service is a system that provides one or more
-functions of value to the end-user. Examples include: a photocopying
-service, a banking service, an authentication service, interlibrary
-loans, a Z39.50 or Web server. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Software">
-  <rdfs:label>Software</rdfs:label>
-  <rdfs:comment>a computer program in source or compiled form which
-may be available for installation non-transiently on another
-machine. For software which exists only to create an interactive
-environment, use interactive instead. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Sound">
-  <rdfs:label>Sound</rdfs:label>
-  <rdfs:comment>A sound is a resource whose content is primarily intended to be 
-rendered as audio. For example - a music playback file format, an audio 
-compact disc, and recorded speech or sounds. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Text">
-  <rdfs:label>Text</rdfs:label>
-  <rdfs:comment>A text is a resource whose content is primarily words
-for reading. For example - books, letters, dissertations, poems,
-newspapers, articles, archives of mailing lists.  Note that facsimiles
-or images of texts are still of the genre text. </rdfs:comment>
-  <rdf:type rdf:resource = "#DCMIType" />
-  <rdfs:isDefinedBy rdf:resource = "&dctypens;" />
-</rdfs:Class>
-
-<!-- End: Type -->
-
-</rdf:RDF>
+         xmlns:dcterms="&dctermsns;"
+         xmlns:dctype="&dctypens;">         
+<!--ERROR: namespace
+         xmlns:dcmitype="&dctypens;" --> 
+
+
+<rdf:Description rdf:about="&dctypens;">
+    <dc:title xml:lang="en-US">The DCMI Types namespace providing access to its content by means of an RDF Schema</dc:title>
+    <dc:publisher xml:lang="en-US">The Dublin Core Metadata Initiative</dc:publisher>
+    <dc:description xml:lang="en-US"> The Dublin Core Types namespace provides URIs for the entries of the DCMI Type Vocabulary. Entries are declared using RDF Schema language to support RDF applications.  The Schema will be updated according to dc-usage decisions.  </dc:description>
+    <dc:language xml:lang="en-US">English</dc:language>
+    <dcterms:requires 
+        rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
+    <dc:source 
+      rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
+    <dc:source rdf:resource="http://dublincore.org/usage/terms/"/>
+    <dcterms:requires rdf:resource="http://purl.org/dc/elements/1.1/"/>
+    <dcterms:isReferencedBy rdf:resource="http://purl.org/dc/terms/"/>
+    <dcterms:issued>2000-07-11</dcterms:issued>
+    <dcterms:modified>2002-05-22</dcterms:modified>
+  </rdf:Description>
+
+
+ <dcterms:TypeScheme rdf:about="&dctermsns;DCMIType">
+   <rdf:type rdf:resource="&rdfsns;Class"/> 
+   <dc:description xml:lang="en-US">The DCMI Type Vocabulary provides a general, 
+cross-domain list of approved terms that may be used as values for the 
+Resource Type element to identify the genre of a resource.</dc:description>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:TypeScheme>
+
+
+ <dcterms:DCMIType rdf:about="&dctypens;Collection">
+   <rdfs:label xml:lang="en-US">Collection</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">A collection is an aggregation of items. The term collection means that the resource is described as a group; its parts may be separately described and navigated.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Dataset">
+   <rdfs:label xml:lang="en-US">Dataset</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Event">
+   <rdfs:label xml:lang="en-US">Event</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">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.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Image">
+   <rdfs:label xml:lang="en-US">Image</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">An image is a primarily symbolic visual representation other than text. For example - images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that image may include both electronic and physical representations.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;InteractiveResource">
+   <rdfs:label xml:lang="en-US">Interactive Resource</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced. For example - forms on web pages, applets, multimedia learning objects, chat services, virtual reality.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Software">
+   <rdfs:label xml:lang="en-US">Software</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine. For software which exists only to create an interactive environment, use interactive instead.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Service">
+   <rdfs:label xml:lang="en-US">Service</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">A service is a system that provides one or more functions of value to the end-user. Examples include: a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Sound">
+   <rdfs:label xml:lang="en-US">Sound</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">A sound is a resource whose content is primarily intended to be rendered as audio. For example - a music playback file format, an audio compact disc, and recorded speech or sounds.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ <dcterms:DCMIType rdf:about="&dctypens;Text">
+   <rdfs:label xml:lang="en-US">Text</rdfs:label>
+   <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
+   <rdfs:comment xml:lang="en-US">A text is a resource whose content is primarily words for reading. For example - books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre text.</rdfs:comment>
+   <rdf:type rdf:resource="&rdfsns;Class"/>
+   <dcterms:issued>2000-07-11</dcterms:issued>
+ </dcterms:DCMIType>
+
+ </rdf:RDF>
diff --git a/helm/schemas/eor b/helm/schemas/eor
deleted file mode 100644 (file)
index 02299f4..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0"?>
-
-<!-- 
-  RDF Schema declaration for the EOR Toolkit Vocabulary
- 2001/03/28
-  comments, etc. to webteam <dcmi-feedback@dublincore.org>
--->
-
-<!-- HELM: OLD URL OF SCHEMAS: VRP gives errors -->  
-<!--<!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
-        <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
-ADDED   <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
-   ]>-->
-
-<!DOCTYPE rdf:RDF [
-        <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
-        <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
-        <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
-        <!ENTITY eorns 'http://www.cs.unibo.it/~schena/eor#'>
-        <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
-   ]>
-
-<rdf:RDF xmlns:rdf="&rdfns;"
-         xmlns:rdfs="&rdfsns;"
-         xmlns:dc="&dcns;"
-         xmlns:eor="&eorns;"
-         xmlns:dct="&dctypens;">
-
-<eor:Schema rdf:about="&eorns;">
-  <!-- dumb down rule... use rdf:value for a simple default name -->   
-  <rdf:value>The EOR Vocabulary v1.0</rdf:value> 
-  <dc:title>The EOR Vocabulary v1.0</dc:title>
-  <dc:creator>Eric Miller, emiller@oclc.org</dc:creator>
-  <dc:contributor>Tod Matola, matola@oclc.org</dc:contributor>
-  <dc:contributor>Harry Wagner, wagnerh@oclc.org</dc:contributor>
-  <dc:description>The EOR vocabulary is a simple vocabulary intended
-  to support the EOR Toolkit and provides an additional level of
-  conformance, validation and general description beyond the
-  base-level RDF specifications specifically defined for RDF-based,
-  Dublin Core metadata applications.</dc:description>
-  <dc:date>2000-03-13</dc:date>
-</eor:Schema>
-
-<!-- Data Type declaration -->
-
-<rdfs:Class rdf:ID = "DataType">
-  <rdfs:label>Data Type</rdfs:label>
-  <rdfs:comment>A data type.</rdfs:comment>
-  <rdfs:subClassOf rdf:resource ="http://www.w3.org/2000/01/rdf-schema#Literal" />
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdfs:Class>
-
-<!-- Class declarations -->
-
-<rdfs:Class rdf:ID = "Schema">
-  <rdfs:label>RDF Schema</rdfs:label>
-  <rdfs:comment>A RDF schema</rdfs:comment>
-  <rdfs:subClassOf rdf:resource ="&dctypens;Text"/>
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "Profile">
-  <rdfs:label>Profile</rdfs:label>
-  <rdfs:comment>An application profile</rdfs:comment>
-<!-- HELM: <rdfs:subClassOf rdf:resource = "Schema" /> ERROR -->
-  <rdfs:subClassOf rdf:resource = "#Schema" />
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdfs:Class>
-
-<rdfs:Class rdf:ID = "WebPage">
-  <rdfs:label>Web Page</rdfs:label>
-  <rdfs:comment>A web page</rdfs:comment>
-  <rdfs:subClassOf rdf:resource ="&dctypens;Text"/>
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdfs:Class>
-
-<!-- Additional Class relations -->
-
-<rdf:Property rdf:ID = "alias">
-  <rdfs:label>alias</rdfs:label>
-  <rdfs:comment>An alias.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdf:Property>
-
-
-<!-- Additional Property declarations -->
-
-<rdf:Property rdf:ID = "label">
-  <rdfs:label>label</rdfs:label>
-  <rdfs:comment>A application-specific label.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdf:Property>
-
-<rdf:Property rdf:ID = "comment">
-  <rdfs:label>Comment</rdfs:label>
-  <rdfs:comment>A comment or note providing additional
-  application-specific information.</rdfs:comment>
-  <rdfs:isDefinedBy rdf:resource = "&eorns;" />
-</rdf:Property>
-
-</rdf:RDF>