aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/dct.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-05 01:00:44 -0400
committerDavid Robillard <d@drobilla.net>2015-04-05 02:31:12 -0400
commit770af26981ef5734806d81794aca29baa258107e (patch)
treeb84f4fcaf208e9f8c61736505d97f1e8d57a05f1 /schemas.lv2/dct.ttl
parent37ba349ca906a03463d1cc56ec046646ccfa6aeb (diff)
downloadlv2-770af26981ef5734806d81794aca29baa258107e.tar.xz
Clean up external vocabularies.
When these are shown in a UI, it was an awful mess. This strips a lot of junk that is useless in an LV2 context, and cleans up the labels to have a consistent style.
Diffstat (limited to 'schemas.lv2/dct.ttl')
-rw-r--r--schemas.lv2/dct.ttl1194
1 files changed, 249 insertions, 945 deletions
diff --git a/schemas.lv2/dct.ttl b/schemas.lv2/dct.ttl
index bf5e2d6..5cdd504 100644
--- a/schemas.lv2/dct.ttl
+++ b/schemas.lv2/dct.ttl
@@ -1,1036 +1,340 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
-@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-<http://purl.org/dc/terms/>
- dcterms:modified "2010-10-11" ;
- dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ;
- dcterms:title "DCMI Metadata Terms in the /terms/ namespace"@en-us .
+dcterms:
+ a owl:Ontology ;
+ dcterms:modified "2010-10-11" ;
+ dcterms:title "DCMI Metadata Terms"@en-us ;
+ rdfs:comment "This version of the DCMI Terms vocabulary has been heavily trimmed for LV2." .
dcterms:Agent
- dcterms:description "Examples of Agent include person, organization, and software agent."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Agent-001> ;
- dcterms:issued "2008-01-14" ;
- a dcterms:AgentClass, rdfs:Class ;
- rdfs:comment "A resource that acts or has the power to act."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Agent"@en-us .
+ a dcterms:AgentClass ,
+ rdfs:Class ;
+ dcterms:description "Examples of Agent include person, organization, and software agent."@en-us ;
+ rdfs:comment "A resource that acts or has the power to act."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Agent"@en-us .
dcterms:AgentClass
- dcterms:description "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#AgentClass-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A group of agents."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Agent Class"@en-us ;
- rdfs:subClassOf dcterms:AgentClass .
-
-dcterms:BibliographicResource
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#BibliographicResource-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A book, article, or other documentary resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Bibliographic Resource"@en-us .
-
-dcterms:Box
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Box-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "DCMI Box"@en-us ;
- rdfs:seeAlso <http://dublincore.org/documents/dcmi-box/> .
-
-dcterms:DCMIType
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#DCMIType-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2010-10-11" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "DCMI Type Vocabulary"@en-us ;
- rdfs:seeAlso <http://dublincore.org/documents/dcmi-type-vocabulary/>, <http://purl.org/dc/dcmitype/> .
-
-dcterms:DDC
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#DDC-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of conceptual resources specified by the Dewey Decimal Classification."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "DDC"@en-us ;
- rdfs:seeAlso <http://www.oclc.org/dewey/> .
-
-dcterms:FileFormat
- dcterms:description "Examples include the formats defined by the list of Internet Media Types."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#FileFormat-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A digital resource format."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "File Format"@en-us ;
- rdfs:subClassOf dcterms:MediaType .
-
-dcterms:Frequency
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Frequency-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A rate at which something recurs."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Frequency"@en-us .
-
-dcterms:IMT
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#IMT-004> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of media types specified by the Internet Assigned Numbers Authority."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "IMT"@en-us ;
- rdfs:seeAlso <http://www.iana.org/assignments/media-types/> .
-
-dcterms:ISO3166
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ISO3166-004> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of codes listed in ISO 3166-1 for the representation of names of countries."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "ISO 3166"@en-us ;
- rdfs:seeAlso <http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html> .
-
-dcterms:ISO639-2
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ISO639-2-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "ISO 639-2"@en-us ;
- rdfs:seeAlso <http://lcweb.loc.gov/standards/iso639-2/langhome.html> .
-
-dcterms:ISO639-3
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ISO639-3-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "ISO 639-3"@en-us ;
- rdfs:seeAlso <http://www.sil.org/iso639-3/> .
-
-dcterms:Jurisdiction
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Jurisdiction-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Jurisdiction"@en-us ;
- rdfs:subClassOf dcterms:LocationPeriodOrJurisdiction .
-
-dcterms:LCC
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LCC-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of conceptual resources specified by the Library of Congress Classification."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "LCC"@en-us ;
- rdfs:seeAlso <http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html> .
-
-dcterms:LCSH
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LCSH-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of labeled concepts specified by the Library of Congress Subject Headings."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "LCSH"@en-us .
+ a rdfs:Class ;
+ dcterms:description "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers."@en-us ;
+ rdfs:comment "A group of agents."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Agent Class"@en-us ;
+ rdfs:subClassOf dcterms:AgentClass .
dcterms:LicenseDocument
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LicenseDocument-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A legal document giving official permission to do something with a Resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "License Document"@en-us ;
- rdfs:subClassOf dcterms:RightsStatement .
+ a rdfs:Class ;
+ rdfs:comment "A legal document giving official permission to do something with a Resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "License Document"@en-us ;
+ rdfs:subClassOf dcterms:RightsStatement .
dcterms:LinguisticSystem
- dcterms:description "Examples include written, spoken, sign, and computer languages."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LinguisticSystem-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Linguistic System"@en-us .
-
-dcterms:Location
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Location-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A spatial region or named place."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Location"@en-us ;
- rdfs:subClassOf dcterms:LocationPeriodOrJurisdiction .
-
-dcterms:LocationPeriodOrJurisdiction
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#LocationPeriodOrJurisdiction-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A location, period of time, or jurisdiction."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Location, Period, or Jurisdiction"@en-us .
-
-dcterms:MESH
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MESH-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of labeled concepts specified by the Medical Subject Headings."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "MeSH"@en-us ;
- rdfs:seeAlso <http://www.nlm.nih.gov/mesh/meshhome.html> .
+ a rdfs:Class ;
+ dcterms:description "Examples include written, spoken, sign, and computer languages."@en-us ;
+ rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Linguistic System"@en-us .
dcterms:MediaType
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MediaType-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A file format or physical medium."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Media Type"@en-us ;
- rdfs:subClassOf dcterms:MediaTypeOrExtent .
+ a rdfs:Class ;
+ rdfs:comment "A file format or physical medium."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Media Type"@en-us ;
+ rdfs:subClassOf dcterms:MediaTypeOrExtent .
dcterms:MediaTypeOrExtent
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MediaTypeOrExtent-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A media type or extent."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Media Type or Extent"@en-us .
-
-dcterms:MethodOfAccrual
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MethodOfAccrual-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A method by which resources are added to a collection."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Method of Accrual"@en-us .
-
-dcterms:MethodOfInstruction
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MethodOfInstruction-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Method of Instruction"@en-us .
-
-dcterms:NLM
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#NLM-002> ;
- dcterms:issued "2005-06-13" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of conceptual resources specified by the National Library of Medicine Classification."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "NLM"@en-us ;
- rdfs:seeAlso <http://wwwcf.nlm.nih.gov/class/> .
-
-dcterms:Period
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Period-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "DCMI Period"@en-us ;
- rdfs:seeAlso <http://dublincore.org/documents/dcmi-period/> .
-
-dcterms:PeriodOfTime
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#PeriodOfTime-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "An interval of time that is named or defined by its start and end dates."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Period of Time"@en-us ;
- rdfs:subClassOf dcterms:LocationPeriodOrJurisdiction .
-
-dcterms:PhysicalMedium
- dcterms:description "Examples include paper, canvas, or DVD."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#PhysicalMedium-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A physical material or carrier."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Physical Medium"@en-us ;
- rdfs:subClassOf dcterms:MediaType .
-
-dcterms:PhysicalResource
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#PhysicalResource-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A material thing."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Physical Resource"@en-us .
-
-dcterms:Point
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Point-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "DCMI Point"@en-us ;
- rdfs:seeAlso <http://dublincore.org/documents/dcmi-point/> .
-
-dcterms:Policy
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Policy-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Policy"@en-us .
-
-dcterms:ProvenanceStatement
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#ProvenanceStatement-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Provenance Statement"@en-us .
-
-dcterms:RFC1766
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC1766-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of tags, constructed according to RFC 1766, for the identification of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "RFC 1766"@en-us ;
- rdfs:seeAlso <http://www.ietf.org/rfc/rfc1766.txt> .
-
-dcterms:RFC3066
- dcterms:description "RFC 3066 has been obsoleted by RFC 4646."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC3066-002> ;
- dcterms:issued "2002-07-13" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "RFC 3066"@en-us ;
- rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> .
-
-dcterms:RFC4646
- dcterms:description "RFC 4646 obsoletes RFC 3066."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC4646-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of tags constructed according to RFC 4646 for the identification of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "RFC 4646"@en-us ;
- rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> .
-
-dcterms:RFC5646
- dcterms:description "RFC 5646 obsoletes RFC 4646."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RFC5646-001> ;
- dcterms:issued "2010-10-11" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of tags constructed according to RFC 5646 for the identification of languages."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "RFC 5646"@en-us ;
- rdfs:seeAlso <http://www.ietf.org/rfc/rfc5646.txt> .
+ a rdfs:Class ;
+ rdfs:comment "A media type or extent."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Media Type or Extent"@en-us .
dcterms:RightsStatement
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#RightsStatement-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Rights Statement"@en-us .
-
-dcterms:SizeOrDuration
- dcterms:description "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#SizeOrDuration-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A dimension or extent, or a time taken to play or execute."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Size or Duration"@en-us ;
- rdfs:subClassOf dcterms:MediaTypeOrExtent .
+ a rdfs:Class ;
+ rdfs:comment "A statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Rights Statement"@en-us .
dcterms:Standard
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Standard-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "A basis for comparison; a reference point against which other things can be evaluated."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Standard"@en-us .
-
-dcterms:TGN
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#TGN-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of places specified by the Getty Thesaurus of Geographic Names."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "TGN"@en-us ;
- rdfs:seeAlso <http://www.getty.edu/research/tools/vocabulary/tgn/index.html> .
-
-dcterms:UDC
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#UDC-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a dcam:VocabularyEncodingScheme ;
- rdfs:comment "The set of conceptual resources specified by the Universal Decimal Classification."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "UDC"@en-us ;
- rdfs:seeAlso <http://www.udcc.org/> .
+ a rdfs:Class ;
+ rdfs:comment "A basis for comparison; a reference point against which other things can be evaluated."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Standard"@en-us .
dcterms:URI
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#URI-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "URI"@en-us ;
- rdfs:seeAlso <http://www.ietf.org/rfc/rfc3986.txt> .
+ a rdfs:Datatype ;
+ rdfs:comment "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "URI"@en-us ;
+ rdfs:seeAlso <http://www.ietf.org/rfc/rfc3986.txt> .
dcterms:W3CDTF
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#W3CDTF-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdfs:Datatype ;
- rdfs:comment "The set of dates and times constructed according to the W3C Date and Time Formats Specification."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "W3C-DTF"@en-us ;
- rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime> .
+ a rdfs:Datatype ;
+ rdfs:comment "The set of dates and times constructed according to the W3C Date and Time Formats Specification."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "W3C-DTF"@en-us ;
+ rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime> .
dcterms:abstract
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#abstract-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A summary of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Abstract"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description>, dcterms:description .
-
-dcterms:accessRights
- dcterms:description "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accessRights-002> ;
- dcterms:issued "2003-02-15" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Information about who can access the resource or an indication of its security status."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Access Rights"@en-us ;
- rdfs:range dcterms:RightsStatement ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>, dcterms:rights .
-
-dcterms:accrualMethod
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualMethod-003> ;
- dcterms:issued "2005-06-13" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "The method by which items are added to a collection."@en-us ;
- rdfs:domain <http://purl.org/dc/dcmitype/Collection> ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Accrual Method"@en-us ;
- rdfs:range dcterms:MethodOfAccrual .
-
-dcterms:accrualPeriodicity
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualPeriodicity-003> ;
- dcterms:issued "2005-06-13" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "The frequency with which items are added to a collection."@en-us ;
- rdfs:domain <http://purl.org/dc/dcmitype/Collection> ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Accrual Periodicity"@en-us ;
- rdfs:range dcterms:Frequency .
-
-dcterms:accrualPolicy
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#accrualPolicy-003> ;
- dcterms:issued "2005-06-13" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "The policy governing the addition of items to a collection."@en-us ;
- rdfs:domain <http://purl.org/dc/dcmitype/Collection> ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Accrual Policy"@en-us ;
- rdfs:range dcterms:Policy .
+ a rdf:Property ;
+ rdfs:comment "A summary of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "Abstract"@en-us ;
+ rdfs:subPropertyOf dcterms:description .
dcterms:alternative
- dcterms:description "The distinction between titles and alternative titles is application-specific."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#alternative-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "An alternative name for the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Alternative Title"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title>, dcterms:title .
-
-dcterms:audience
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#audience-003> ;
- dcterms:issued "2001-05-21" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A class of entity for whom the resource is intended or useful."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Audience"@en-us ;
- rdfs:range dcterms:AgentClass .
+ a rdf:Property ;
+ dcterms:description "The distinction between titles and alternative titles is application-specific."@en-us ;
+ rdfs:comment "An alternative name for the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "alternative title"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:title .
dcterms:available
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#available-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date (often a range) that the resource became or will become available."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Available"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
-
-dcterms:bibliographicCitation
- dcterms:description "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#bibliographicCitation-002> ;
- dcterms:issued "2003-02-15" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A bibliographic reference for the resource."@en-us ;
- rdfs:domain dcterms:BibliographicResource ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Bibliographic Citation"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier>, dcterms:identifier .
+ a rdf:Property ;
+ rdfs:comment "Date (often a range) that the resource became or will become available."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date available"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:conformsTo
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#conformsTo-003> ;
- dcterms:issued "2001-05-21" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "An established standard to which the described resource conforms."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Conforms To"@en-us ;
- rdfs:range dcterms:Standard ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation .
+ a rdf:Property ;
+ rdfs:comment "An established standard to which the described resource conforms."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "conforms to"@en-us ;
+ rdfs:range dcterms:Standard ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:contributor
- dcterms:description "Examples of a Contributor include a person, an organization, or a service."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#contributorT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "An entity responsible for making contributions to the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Contributor"@en-us ;
- rdfs:range dcterms:Agent ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/contributor> .
-
-dcterms:coverage
- dcterms:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#coverageT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Coverage"@en-us ;
- rdfs:range dcterms:LocationPeriodOrJurisdiction ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage> .
+ a rdf:Property ;
+ dcterms:description "Examples of a Contributor include a person, an organization, or a service."@en-us ;
+ rdfs:comment "An entity responsible for making contributions to the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "contributor"@en-us ;
+ rdfs:range dcterms:Agent .
dcterms:created
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#created-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date of creation of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Created"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
+ a rdf:Property ;
+ rdfs:comment "Date of creation of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date created"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:creator
- dcterms:description "Examples of a Creator include a person, an organization, or a service."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#creatorT-002> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "An entity primarily responsible for making the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Creator"@en-us ;
- rdfs:range dcterms:Agent ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator>, dcterms:contributor ;
- owl:equivalentProperty <http://xmlns.com/foaf/0.1/maker> .
+ a rdf:Property ;
+ dcterms:description "Examples of a Creator include a person, an organization, or a service."@en-us ;
+ rdfs:comment "An entity primarily responsible for making the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "creator"@en-us ;
+ rdfs:range dcterms:Agent ;
+ rdfs:subPropertyOf dcterms:contributor ;
+ owl:equivalentProperty <http://xmlns.com/foaf/0.1/maker> .
dcterms:date
- dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .
+ a rdf:Property ;
+ dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en-us ;
+ rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date"@en-us ;
+ rdfs:range rdfs:Literal .
dcterms:dateAccepted
- dcterms:description "Examples of resources to which a Date Accepted may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateAccepted-002> ;
- dcterms:issued "2002-07-13" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date of acceptance of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Accepted"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
+ a rdf:Property ;
+ dcterms:description "Examples of resources to which a Date Accepted may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."@en-us ;
+ rdfs:comment "Date of acceptance of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date accepted"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:dateCopyrighted
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateCopyrighted-002> ;
- dcterms:issued "2002-07-13" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date of copyright."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Copyrighted"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
+ a rdf:Property ;
+ rdfs:comment "Date of copyright."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date copyrighted"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:dateSubmitted
- dcterms:description "Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department) or an article (submitted to a journal)."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#dateSubmitted-002> ;
- dcterms:issued "2002-07-13" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date of submission of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Submitted"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
+ a rdf:Property ;
+ dcterms:description "Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department) or an article (submitted to a journal)."@en-us ;
+ rdfs:comment "Date of submission of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date submitted"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:description
- dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#descriptionT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "An account of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Description"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description> .
-
-dcterms:educationLevel
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#educationLevel-002> ;
- dcterms:issued "2002-07-13" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Audience Education Level"@en-us ;
- rdfs:range dcterms:AgentClass ;
- rdfs:subPropertyOf dcterms:audience .
-
-dcterms:extent
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#extent-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The size or duration of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Extent"@en-us ;
- rdfs:range dcterms:SizeOrDuration ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format>, dcterms:format .
+ a rdf:Property ;
+ dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en-us ;
+ rdfs:comment "An account of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "description"@en-us .
dcterms:format
- dcterms:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#formatT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The file format, physical medium, or dimensions of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Format"@en-us ;
- rdfs:range dcterms:MediaTypeOrExtent ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> .
+ a rdf:Property ;
+ dcterms:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en-us ;
+ rdfs:comment "The file format, physical medium, or dimensions of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "format"@en-us ;
+ rdfs:range dcterms:MediaTypeOrExtent .
dcterms:hasFormat
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasFormat-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Has Format"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "has format"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:hasPart
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasPart-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is included either physically or logically in the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Has Part"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is included either physically or logically in the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "has part"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:hasVersion
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#hasVersion-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Has Version"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
-
-dcterms:identifier
- dcterms:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#identifierT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "An unambiguous reference to the resource within a given context."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Identifier"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier> .
-
-dcterms:instructionalMethod
- dcterms:description "Instructional Method will typically include ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#instructionalMethod-002> ;
- dcterms:issued "2005-06-13" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Instructional Method"@en-us ;
- rdfs:range dcterms:MethodOfInstruction .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "has version"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isFormatOf
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isFormatOf-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is substantially the same as the described resource, but in another format."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Format Of"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is substantially the same as the described resource, but in another format."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is format of"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isPartOf
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isPartOf-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource in which the described resource is physically or logically included."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Part Of"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource in which the described resource is physically or logically included."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is part of"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isReferencedBy
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isReferencedBy-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Referenced By"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is referenced by"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isReplacedBy
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isReplacedBy-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Replaced By"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is replaced by"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isRequiredBy
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isRequiredBy-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Required By"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is required by"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:isVersionOf
- dcterms:description "Changes in version imply substantive changes in content rather than differences in format."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#isVersionOf-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Is Version Of"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ dcterms:description "Changes in version imply substantive changes in content rather than differences in format."@en-us ;
+ rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "is version of"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:issued
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#issued-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date of formal issuance (e.g., publication) of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Issued"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
+ a rdf:Property ;
+ rdfs:comment "Date of formal issuance (e.g., publication) of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date issued"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:language
- dcterms:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#languageT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A language of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Language"@en-us ;
- rdfs:range dcterms:LinguisticSystem ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/language> .
+ a rdf:Property ;
+ dcterms:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646."@en-us ;
+ rdfs:comment "A language of the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "language"@en-us ;
+ rdfs:range dcterms:LinguisticSystem .
dcterms:license
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#license-002> ;
- dcterms:issued "2004-06-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A legal document giving official permission to do something with the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "License"@en-us ;
- rdfs:range dcterms:LicenseDocument ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>, dcterms:rights .
-
-dcterms:mediator
- dcterms:description "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#mediator-003> ;
- dcterms:issued "2001-05-21" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "An entity that mediates access to the resource and for whom the resource is intended or useful."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Mediator"@en-us ;
- rdfs:range dcterms:AgentClass ;
- rdfs:subPropertyOf dcterms:audience .
-
-dcterms:medium
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#medium-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The material or physical carrier of the resource."@en-us ;
- rdfs:domain dcterms:PhysicalResource ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Medium"@en-us ;
- rdfs:range dcterms:PhysicalMedium ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format>, dcterms:format .
+ a rdf:Property ;
+ rdfs:comment "A legal document giving official permission to do something with the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "license"@en-us ;
+ rdfs:range dcterms:LicenseDocument ;
+ rdfs:subPropertyOf dcterms:rights .
dcterms:modified
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#modified-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date on which the resource was changed."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Modified"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
-
-dcterms:provenance
- dcterms:description "The statement may include a description of any changes successive custodians made to the resource."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#provenance-002> ;
- dcterms:issued "2004-09-20" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Provenance"@en-us ;
- rdfs:range dcterms:ProvenanceStatement .
+ a rdf:Property ;
+ rdfs:comment "Date on which the resource was changed."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "date modified"@en-us ;
+ rdfs:range rdfs:Literal ;
+ rdfs:subPropertyOf dcterms:date .
dcterms:publisher
- dcterms:description "Examples of a Publisher include a person, an organization, or a service."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#publisherT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "An entity responsible for making the resource available."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Publisher"@en-us ;
- rdfs:range dcterms:Agent ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher> .
+ a rdf:Property ;
+ dcterms:description "Examples of a Publisher include a person, an organization, or a service."@en-us ;
+ rdfs:comment "An entity responsible for making the resource available."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "publisher"@en-us ;
+ rdfs:range dcterms:Agent .
dcterms:references
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#references-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "References"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "references"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:relation
- dcterms:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#relationT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Relation"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ dcterms:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en-us ;
+ rdfs:comment "A related resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "relation"@en-us .
dcterms:replaces
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#replaces-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Replaces"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "replaces"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:requires
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#requires-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Requires"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
+ a rdf:Property ;
+ rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "requires"@en-us ;
+ rdfs:subPropertyOf dcterms:relation .
dcterms:rights
- dcterms:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#rightsT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Information about rights held in and over the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Rights"@en-us ;
- rdfs:range dcterms:RightsStatement ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights> .
+ a rdf:Property ;
+ dcterms:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en-us ;
+ rdfs:comment "Information about rights held in and over the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "rights"@en-us ;
+ rdfs:range dcterms:RightsStatement .
dcterms:rightsHolder
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#rightsHolder-002> ;
- dcterms:issued "2004-06-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A person or organization owning or managing rights over the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Rights Holder"@en-us ;
- rdfs:range dcterms:Agent .
-
-dcterms:source
- dcterms:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#sourceT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A related resource from which the described resource is derived."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Source"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/source>, dcterms:relation ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
-
-dcterms:spatial
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#spatial-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Spatial characteristics of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Spatial Coverage"@en-us ;
- rdfs:range dcterms:Location ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage>, dcterms:coverage .
-
-dcterms:subject
- dcterms:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#subjectT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The topic of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Subject"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/subject> ;
- skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
-
-dcterms:tableOfContents
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#tableOfContents-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "A list of subunits of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Table Of Contents"@en-us ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description>, dcterms:description .
-
-dcterms:temporal
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#temporal-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Temporal characteristics of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Temporal Coverage"@en-us ;
- rdfs:range dcterms:PeriodOfTime ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage>, dcterms:coverage .
+ a rdf:Property ;
+ rdfs:comment "A person or organization owning or managing rights over the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "rights holder"@en-us ;
+ rdfs:range dcterms:Agent .
dcterms:title
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#titleT-002> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "A name given to the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Title"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> .
-
-dcterms:type
- dcterms:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en-us ;
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#typeT-001> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "The nature or genre of the resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Type"@en-us ;
- rdfs:range rdfs:Class ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/type> .
-
-dcterms:valid
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#valid-003> ;
- dcterms:issued "2000-07-11" ;
- dcterms:modified "2008-01-14" ;
- a rdf:Property ;
- rdfs:comment "Date (often a range) of validity of a resource."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
- rdfs:label "Date Valid"@en-us ;
- rdfs:range rdfs:Literal ;
- rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
-
+ a rdf:Property ;
+ rdfs:comment "A name given to the resource."@en-us ;
+ rdfs:isDefinedBy dcterms: ;
+ rdfs:label "title"@en-us ;
+ rdfs:range rdfs:Literal .