JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for DC-REGISTRY Archives


DC-REGISTRY Archives

DC-REGISTRY Archives


DC-REGISTRY@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

DC-REGISTRY Home

DC-REGISTRY Home

DC-REGISTRY  August 2001

DC-REGISTRY August 2001

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

DCMI Schemas

From:

"Wagner,Harry" <[log in to unmask]>

Reply-To:

A mailing list for the group discussing registration of qualifiers to the D <[log in to unmask]>

Date:

Tue, 14 Aug 2001 13:56:12 -0400

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (39 lines) , dces.txt (200 lines) , dcq.txt (585 lines) , dctype.txt (150 lines) , eor.txt (97 lines)

All,
Attached are my proposal for the DCMI Schemas.  Please let me know if you
think these need changed.  It is important that we reach consensus quickly
on this in order to move the Registry project forward.  Once we agree on the
Schema definitions I would like to take the following actions:

1. Publish the dces schema at: http://dublincore.org/2001/08/14/dces
2. Publish the dcq schema at: http://dublincore.org/2001/08/14/dcq
3. Publish the dctype schema at: http://dublincore.org/2001/08/14/dctype
4. Change the PURL http://purl.org/dc/elements/1.1/ to point to the proposed
dces schema (1)
5. Create http://purl.org/dc/terms/ and point it at the proposed qualifiers
schema (2)
6. Create http://purl.org/dc/dcmitype/ and point it at the proposed
controlled vocabularies schema (3)

There has been some discussion regarding generating the human-readable
version of the Schemas from the machine-readable version.  I believe this
could be done by adding some additional properties to the EOR Schema (i.e.,
eor:Definition) and then processing the machine-readable version through an
XSLT processor.  However, in light of the static nature of the DCMI Schemas,
is this really worth the effort involved?  If we think it is we should
update the EOR schema and add the required information to the DMCI Schemas
now, even if we don't automatically generate the human-readable version in
phase 1.

Your comments, suggestions, etc. are very much appreciated.
Best Regards,

Harry Wagner
OCLC / DCMI
Dublin, OH  43017
(614) 761-5178
mailto:[log in to unmask]

 <<dces.txt>>  <<dcq.txt>>  <<dctype.txt>>  <<eor.txt>>




<?xml version="1.0"?> <!--   RDF Schema declaration for the Dublin Core Element Set 1.1   2000/03/13   comments, etc. to webteam <[log in to unmask]>  $Id: dces,v 1.1 2001/03/28 22:39:29 matola Exp $ --> <!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#'>    ]> <rdf:RDF xmlns:rdf="&rdfns;"          xmlns:rdfs="&rdfsns;"          xmlns:dc="&dcns;"          xmlns:eor="&eorns;"> <!-- Description of Schema --> <eor:Schema rdf:about="&dcns;">   <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> <!-- Begin: Title Declaration --> <rdf:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;format">   <rdfs:label>Format</rdfs:label>   <rdfs:comment>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;" /> </rdf:Property> <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:isDefinedBy rdf:resource = "&dcns;" /> </rdf:Property> <rdf:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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:Property rdf:about = "&dcns;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>   <rdfs:isDefinedBy rdf:resource = "&dcns;" /> </rdf:Property> <rdf:Property rdf:about = "&dcns;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>   <rdfs:isDefinedBy rdf:resource = "&dcns;" /> </rdf:Property> <rdf:Property rdf:about = "&dcns;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:RDF>
<?xml version="1.0"?> <!--   RDF Schema declaration for the Qualified Dublin Core Element Set   2000/03/13   comments, etc. to webteam <[log in to unmask]>  $Id: dcq,v 1.3 2001/03/28 22:48:58 matola Exp $ --> <!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#'>    ]> <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;">   <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> <!-- Begin: Title --> <!-- Title refinement declarations --> <rdf:Property rdf:about = "&dcqns;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>   <rdfs:subPropertyOf rdf:resource =   "&dcns;title" />   <rdfs:isDefinedBy rdf:resource = "&dcqns;" /> </rdf:Property> <!-- End: Title Declaration --> <!-- Begin: Subject --> <!-- Subject refinement declarations --> <rdf:Property rdf:about = "&dcqns;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 --> <rdf:Description rdf:about = "&dcns;subject">   <rdfs:range rdf:resource = "SubjectScheme" /> </rdf:Description> <!-- Encoding Scheme declarations --> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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 --> <rdf:Description rdf:about = "&dcns;date">   <rdfs:range rdf:resource = "DateScheme" /> </rdf:Description> <!-- Encoding Schemes --> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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 --> <rdf:Description rdf:about = "&dcns;format">   <rdfs:range rdf:resource = "FormatScheme" /> </rdf:Description> <!-- Encoding Scheme declarations --> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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 --> <rdf:Description rdf:about = "&dcns;identifier">   <rdfs:range rdf:resource = "IdentifierScheme" /> </rdf:Description> <!-- Encoding Scheme declarations --> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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 --> <rdf:Description rdf:about = "&dcns;language">   <rdfs:range rdf:resource = "LanguageScheme" /> </rdf:Description> <!-- Encoding Scheme declarations --> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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> <!-- Relation range declarations --> <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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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> <rdfs:Class rdf:about = "&dcqns;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> <rdfs:Class rdf:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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:about = "&dcqns;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 --> </rdf:RDF>
<?xml version = "1.0"?> <!--   RDF Schema declaration for the Dublin Core Resource Type Vocabulary  2001/03/08   comments, etc. to webteam <[log in to unmask]>  $Id: dctype,v 1.2 2001/03/28 22:41:29 matola Exp $ --> <!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#'>    ]> <rdf:RDF xmlns:rdf="&rdfns;"          xmlns:rdfs="&rdfsns;"          xmlns:dc="&dcns;"          xmlns:eor="&eorns;"> <!-- Description of Schema --> <eor:Schema rdf:about="&dctypens;">   <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> <!-- Begin Type Declaration --> <!-- addition DC Vocabulary range declarations --> <rdf:Description rdf:about = "&dctypens;type">   <rdfs:range rdf:resource = "Resource" /> </rdf:Description> <!-- Class declaration --> <rdfs:Class rdf:about = "&dctypens;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> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" /> <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <rdfs:Class rdf:about = "&dctypens;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>   <rdfs:subClassOf rdf:resource = "&dctypens;Resource" />   <rdfs:isDefinedBy rdf:resource = "&dctypens;" /> </rdfs:Class> <!-- End: Type --> </rdf:RDF>
<?xml version="1.0"?> <!--   RDF Schema declaration for the EOR Toolkit Vocabulary  2001/03/28   comments, etc. to webteam <[log in to unmask]>  $Id: eor,v 1.1 2001/03/28 22:39:29 matola Exp $ --> <!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#'>    ]> <rdf:RDF xmlns:rdf="&rdfns;"          xmlns:rdfs="&rdfsns;"          xmlns:dc="&dcns;"          xmlns:eor="&eorns;"> <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, [log in to unmask]</dc:creator>   <dc:contributor>Tod Matola, [log in to unmask]</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:about = "&eorns;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:about = "&eorns;Schema">   <rdfs:label>RDF Schema</rdfs:label>   <rdfs:comment>A RDF schema</rdfs:comment>   <rdfs:subClassOf rdf:resource =   "http://dublincore.org/2000/03/13-dctype#Text" />   <rdfs:isDefinedBy rdf:resource = "&eorns;" /> </rdfs:Class> <rdfs:Class rdf:about = "&eorns;Profile">   <rdfs:label>Profile</rdfs:label>   <rdfs:comment>An application profile</rdfs:comment>   <rdfs:subClassOf rdf:resource = "Schema" />   <rdfs:isDefinedBy rdf:resource = "&eorns;" /> </rdfs:Class> <rdfs:Class rdf:about = "&eorns;WebPage">   <rdfs:label>Web Page</rdfs:label>   <rdfs:comment>A web page</rdfs:comment>   <rdfs:subClassOf rdf:resource =   "http://dublincore.org/2000/03/13-dctype#Text" />   <rdfs:isDefinedBy rdf:resource = "&eorns;" /> </rdfs:Class> <!-- Additional Class relations --> <rdf:Property rdf:about = "&eorns;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:about = "&eorns;label">   <rdfs:label>label</rdfs:label>   <rdfs:comment>A application-specific label.</rdfs:comment>   <rdfs:isDefinedBy rdf:resource = "&eorns;" /> </rdf:Property> <rdf:Property rdf:about = "&eorns;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>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

August 2021
May 2021
August 2017
June 2017
April 2017
March 2017
February 2017
January 2017
December 2016
January 2016
October 2015
September 2015
August 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
November 2014
October 2014
September 2014
July 2014
June 2014
March 2014
January 2014
September 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
September 2012
August 2012
July 2012
June 2012
May 2012
March 2012
February 2012
December 2011
October 2011
September 2011
June 2011
May 2011
April 2011
January 2011
December 2010
November 2010
October 2010
September 2010
June 2010
May 2010
October 2009
July 2009
February 2009
December 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
October 2007
August 2007
June 2007
April 2007
March 2007
February 2007
December 2006
October 2006
September 2006
August 2006
June 2006
April 2006
March 2006
January 2006
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
August 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
February 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
May 2001
April 2001
March 2001
January 2001
November 2000
October 2000
September 2000
August 2000
April 2000
February 2000
December 1999


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager