rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/dc.rb
CHANGED
@@ -3,778 +3,780 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://purl.org/dc/terms/>
|
7
|
+
# @!visibility private
|
6
8
|
DC = Class.new(RDF::StrictVocabulary("http://purl.org/dc/terms/")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://purl.org/dc/terms/",
|
10
|
-
"http://purl.org/dc/terms/modified": "2012-06-14"
|
11
|
-
"http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI"
|
12
|
-
"http://purl.org/dc/terms/title": "DCMI Metadata Terms - other"
|
12
|
+
"http://purl.org/dc/terms/modified": "2012-06-14",
|
13
|
+
"http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI",
|
14
|
+
"http://purl.org/dc/terms/title": {en: "DCMI Metadata Terms - other"}
|
13
15
|
|
14
16
|
# Class definitions
|
15
17
|
term :Agent,
|
16
|
-
comment: "A resource that acts or has the power to act."
|
17
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
18
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
19
|
-
label: "Agent"
|
20
|
-
type: ["http://purl.org/dc/terms/AgentClass"
|
18
|
+
comment: {en: "A resource that acts or has the power to act."},
|
19
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
20
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
21
|
+
label: {en: "Agent"},
|
22
|
+
type: ["http://purl.org/dc/terms/AgentClass", "http://www.w3.org/2000/01/rdf-schema#Class"]
|
21
23
|
term :AgentClass,
|
22
|
-
comment: "A group of agents."
|
23
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
24
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
25
|
-
label: "Agent Class"
|
26
|
-
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class"
|
27
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
24
|
+
comment: {en: "A group of agents."},
|
25
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
26
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
27
|
+
label: {en: "Agent Class"},
|
28
|
+
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class",
|
29
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
28
30
|
term :BibliographicResource,
|
29
|
-
comment: "A book, article, or other documentary resource."
|
30
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
31
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
32
|
-
label: "Bibliographic Resource"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
31
|
+
comment: {en: "A book, article, or other documentary resource."},
|
32
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
33
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
34
|
+
label: {en: "Bibliographic Resource"},
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
36
|
term :FileFormat,
|
35
|
-
comment: "A digital resource format."
|
36
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
37
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
38
|
-
label: "File Format"
|
39
|
-
subClassOf: "http://purl.org/dc/terms/MediaType"
|
40
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
37
|
+
comment: {en: "A digital resource format."},
|
38
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
39
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
40
|
+
label: {en: "File Format"},
|
41
|
+
subClassOf: "http://purl.org/dc/terms/MediaType",
|
42
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
41
43
|
term :Frequency,
|
42
|
-
comment: "A rate at which something recurs."
|
43
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
44
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
45
|
-
label: "Frequency"
|
46
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
44
|
+
comment: {en: "A rate at which something recurs."},
|
45
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
46
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
47
|
+
label: {en: "Frequency"},
|
48
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
47
49
|
term :Jurisdiction,
|
48
|
-
comment: "The extent or range of judicial, law enforcement, or other authority."
|
49
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
50
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
51
|
-
label: "Jurisdiction"
|
52
|
-
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction"
|
53
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
50
|
+
comment: {en: "The extent or range of judicial, law enforcement, or other authority."},
|
51
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
52
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
53
|
+
label: {en: "Jurisdiction"},
|
54
|
+
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
|
55
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
54
56
|
term :LicenseDocument,
|
55
|
-
comment: "A legal document giving official permission to do something with a resource."
|
56
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
57
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
58
|
-
label: "License Document"
|
59
|
-
subClassOf: "http://purl.org/dc/terms/RightsStatement"
|
60
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
57
|
+
comment: {en: "A legal document giving official permission to do something with a resource."},
|
58
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
59
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
60
|
+
label: {en: "License Document"},
|
61
|
+
subClassOf: "http://purl.org/dc/terms/RightsStatement",
|
62
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
61
63
|
term :LinguisticSystem,
|
62
|
-
comment: "A system of signs, symbols, sounds, gestures, or rules used in communication."
|
63
|
-
"http://purl.org/dc/terms/description": "Written, spoken, sign, and computer languages are linguistic systems."
|
64
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
65
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
66
|
-
label: "Linguistic System"
|
67
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
64
|
+
comment: {en: "A system of signs, symbols, sounds, gestures, or rules used in communication."},
|
65
|
+
"http://purl.org/dc/terms/description": {en: "Written, spoken, sign, and computer languages are linguistic systems."},
|
66
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
67
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
68
|
+
label: {en: "Linguistic System"},
|
69
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
68
70
|
term :Location,
|
69
|
-
comment: "A spatial region or named place."
|
70
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
71
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
72
|
-
label: "Location"
|
73
|
-
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction"
|
74
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
71
|
+
comment: {en: "A spatial region or named place."},
|
72
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
73
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
74
|
+
label: {en: "Location"},
|
75
|
+
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
|
76
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
75
77
|
term :LocationPeriodOrJurisdiction,
|
76
|
-
comment: "A location, period of time, or jurisdiction."
|
77
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
78
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
79
|
-
label: "Location, Period, or Jurisdiction"
|
80
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
78
|
+
comment: {en: "A location, period of time, or jurisdiction."},
|
79
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
80
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
81
|
+
label: {en: "Location, Period, or Jurisdiction"},
|
82
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
81
83
|
term :MediaType,
|
82
|
-
comment: "A file format or physical medium."
|
83
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
84
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
85
|
-
label: "Media Type"
|
86
|
-
subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent"
|
87
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
84
|
+
comment: {en: "A file format or physical medium."},
|
85
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
86
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
87
|
+
label: {en: "Media Type"},
|
88
|
+
subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent",
|
89
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
88
90
|
term :MediaTypeOrExtent,
|
89
|
-
comment: "A media type or extent."
|
90
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
91
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
92
|
-
label: "Media Type or Extent"
|
93
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
91
|
+
comment: {en: "A media type or extent."},
|
92
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
93
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
94
|
+
label: {en: "Media Type or Extent"},
|
95
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
94
96
|
term :MethodOfAccrual,
|
95
|
-
comment: "A method by which resources are added to a collection."
|
96
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
97
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
98
|
-
label: "Method of Accrual"
|
99
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
97
|
+
comment: {en: "A method by which resources are added to a collection."},
|
98
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
99
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
100
|
+
label: {en: "Method of Accrual"},
|
101
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
100
102
|
term :MethodOfInstruction,
|
101
|
-
comment: "A process that is used to engender knowledge, attitudes, and skills."
|
102
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
103
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
104
|
-
label: "Method of Instruction"
|
105
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
103
|
+
comment: {en: "A process that is used to engender knowledge, attitudes, and skills."},
|
104
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
105
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
106
|
+
label: {en: "Method of Instruction"},
|
107
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
106
108
|
term :PeriodOfTime,
|
107
|
-
comment: "An interval of time that is named or defined by its start and end dates."
|
108
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
109
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
110
|
-
label: "Period of Time"
|
111
|
-
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction"
|
112
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
109
|
+
comment: {en: "An interval of time that is named or defined by its start and end dates."},
|
110
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
111
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
112
|
+
label: {en: "Period of Time"},
|
113
|
+
subClassOf: "http://purl.org/dc/terms/LocationPeriodOrJurisdiction",
|
114
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
113
115
|
term :PhysicalMedium,
|
114
|
-
comment: "A physical material or carrier."
|
115
|
-
"http://purl.org/dc/terms/description": "Examples include paper, canvas, or DVD."
|
116
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
117
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
118
|
-
label: "Physical Medium"
|
119
|
-
subClassOf: "http://purl.org/dc/terms/MediaType"
|
120
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
116
|
+
comment: {en: "A physical material or carrier."},
|
117
|
+
"http://purl.org/dc/terms/description": {en: "Examples include paper, canvas, or DVD."},
|
118
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
119
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
120
|
+
label: {en: "Physical Medium"},
|
121
|
+
subClassOf: "http://purl.org/dc/terms/MediaType",
|
122
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
121
123
|
term :PhysicalResource,
|
122
|
-
comment: "A material thing."
|
123
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
124
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
125
|
-
label: "Physical Resource"
|
126
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
124
|
+
comment: {en: "A material thing."},
|
125
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
126
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
127
|
+
label: {en: "Physical Resource"},
|
128
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
127
129
|
term :Policy,
|
128
|
-
comment: "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."
|
129
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
130
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
131
|
-
label: "Policy"
|
132
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
130
|
+
comment: {en: "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."},
|
131
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
132
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
133
|
+
label: {en: "Policy"},
|
134
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
133
135
|
term :ProvenanceStatement,
|
134
|
-
comment: "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."
|
135
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
136
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
137
|
-
label: "Provenance Statement"
|
138
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
136
|
+
comment: {en: "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."},
|
137
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
138
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
139
|
+
label: {en: "Provenance Statement"},
|
140
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
139
141
|
term :RightsStatement,
|
140
|
-
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."
|
141
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
142
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
143
|
-
label: "Rights Statement"
|
144
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
142
|
+
comment: {en: "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."},
|
143
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
144
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
145
|
+
label: {en: "Rights Statement"},
|
146
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
145
147
|
term :SizeOrDuration,
|
146
|
-
comment: "A dimension or extent, or a time taken to play or execute."
|
147
|
-
"http://purl.org/dc/terms/description": "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."
|
148
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
149
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
150
|
-
label: "Size or Duration"
|
151
|
-
subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent"
|
152
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
148
|
+
comment: {en: "A dimension or extent, or a time taken to play or execute."},
|
149
|
+
"http://purl.org/dc/terms/description": {en: "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."},
|
150
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
151
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
152
|
+
label: {en: "Size or Duration"},
|
153
|
+
subClassOf: "http://purl.org/dc/terms/MediaTypeOrExtent",
|
154
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
153
155
|
term :Standard,
|
154
|
-
comment: "A reference point against which other things can be evaluated or compared."
|
155
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
156
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
157
|
-
label: "Standard"
|
158
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
156
|
+
comment: {en: "A reference point against which other things can be evaluated or compared."},
|
157
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
158
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
159
|
+
label: {en: "Standard"},
|
160
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
159
161
|
|
160
162
|
# Property definitions
|
161
163
|
property :abstract,
|
162
|
-
comment: "A summary of the resource."
|
163
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
164
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
165
|
-
label: "Abstract"
|
166
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/description"
|
167
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
164
|
+
comment: {en: "A summary of the resource."},
|
165
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
166
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
167
|
+
label: {en: "Abstract"},
|
168
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/description", "http://purl.org/dc/terms/description"],
|
169
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
168
170
|
property :accessRights,
|
169
|
-
comment: "Information about who access the resource or an indication of its security status."
|
170
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement"
|
171
|
-
"http://purl.org/dc/terms/description": "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."
|
172
|
-
"http://purl.org/dc/terms/issued": "2003-02-15"
|
173
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
174
|
-
label: "Access Rights"
|
175
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights"
|
176
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
171
|
+
comment: {en: "Information about who access the resource or an indication of its security status."},
|
172
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement",
|
173
|
+
"http://purl.org/dc/terms/description": {en: "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."},
|
174
|
+
"http://purl.org/dc/terms/issued": "2003-02-15",
|
175
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
176
|
+
label: {en: "Access Rights"},
|
177
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights", "http://purl.org/dc/terms/rights"],
|
178
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
177
179
|
property :accrualMethod,
|
178
|
-
comment: "The method by which items are added to a collection."
|
179
|
-
domain: "http://purl.org/dc/dcmitype/Collection"
|
180
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfAccrual"
|
181
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."
|
182
|
-
"http://purl.org/dc/terms/issued": "2005-06-13"
|
183
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
184
|
-
label: "Accrual Method"
|
185
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
180
|
+
comment: {en: "The method by which items are added to a collection."},
|
181
|
+
domain: "http://purl.org/dc/dcmitype/Collection",
|
182
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfAccrual",
|
183
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."},
|
184
|
+
"http://purl.org/dc/terms/issued": "2005-06-13",
|
185
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
186
|
+
label: {en: "Accrual Method"},
|
187
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
186
188
|
property :accrualPeriodicity,
|
187
|
-
comment: "The frequency with which items are added to a collection."
|
188
|
-
domain: "http://purl.org/dc/dcmitype/Collection"
|
189
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Frequency"
|
190
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."
|
191
|
-
"http://purl.org/dc/terms/issued": "2005-06-13"
|
192
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
193
|
-
label: "Accrual Periodicity"
|
194
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
189
|
+
comment: {en: "The frequency with which items are added to a collection."},
|
190
|
+
domain: "http://purl.org/dc/dcmitype/Collection",
|
191
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Frequency",
|
192
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."},
|
193
|
+
"http://purl.org/dc/terms/issued": "2005-06-13",
|
194
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
195
|
+
label: {en: "Accrual Periodicity"},
|
196
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
195
197
|
property :accrualPolicy,
|
196
|
-
comment: "The policy governing the addition of items to a collection."
|
197
|
-
domain: "http://purl.org/dc/dcmitype/Collection"
|
198
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Policy"
|
199
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."
|
200
|
-
"http://purl.org/dc/terms/issued": "2005-06-13"
|
201
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
202
|
-
label: "Accrual Policy"
|
203
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
198
|
+
comment: {en: "The policy governing the addition of items to a collection."},
|
199
|
+
domain: "http://purl.org/dc/dcmitype/Collection",
|
200
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Policy",
|
201
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."},
|
202
|
+
"http://purl.org/dc/terms/issued": "2005-06-13",
|
203
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
204
|
+
label: {en: "Accrual Policy"},
|
205
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
204
206
|
property :alternative,
|
205
|
-
comment: "An alternative name for the resource."
|
206
|
-
"http://purl.org/dc/terms/description": "The distinction between titles and alternative titles is application-specific."
|
207
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
208
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
209
|
-
label: "Alternative Title"
|
210
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
211
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/title"
|
212
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
207
|
+
comment: {en: "An alternative name for the resource."},
|
208
|
+
"http://purl.org/dc/terms/description": {en: "The distinction between titles and alternative titles is application-specific."},
|
209
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
210
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
211
|
+
label: {en: "Alternative Title"},
|
212
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
213
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/title", "http://purl.org/dc/terms/title"],
|
214
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
213
215
|
property :audience,
|
214
|
-
comment: "A class of agents for whom the resource is intended or useful."
|
215
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass"
|
216
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."
|
217
|
-
"http://purl.org/dc/terms/issued": "2001-05-21"
|
218
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
219
|
-
label: "Audience"
|
220
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
216
|
+
comment: {en: "A class of agents for whom the resource is intended or useful."},
|
217
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
|
218
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."},
|
219
|
+
"http://purl.org/dc/terms/issued": "2001-05-21",
|
220
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
221
|
+
label: {en: "Audience"},
|
222
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
221
223
|
property :available,
|
222
|
-
comment: "Date that the resource became or will become available."
|
223
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
224
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
225
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
226
|
-
label: "Date Available"
|
227
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
228
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
229
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
224
|
+
comment: {en: "Date that the resource became or will become available."},
|
225
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
226
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
227
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
228
|
+
label: {en: "Date Available"},
|
229
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
230
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
231
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
230
232
|
property :bibliographicCitation,
|
231
|
-
comment: "A bibliographic reference for the resource."
|
232
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."
|
233
|
-
"http://purl.org/dc/terms/issued": "2003-02-15"
|
234
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
235
|
-
label: "Bibliographic Citation"
|
236
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
237
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier"
|
238
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
233
|
+
comment: {en: "A bibliographic reference for the resource."},
|
234
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."},
|
235
|
+
"http://purl.org/dc/terms/issued": "2003-02-15",
|
236
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
237
|
+
label: {en: "Bibliographic Citation"},
|
238
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
239
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier", "http://purl.org/dc/terms/identifier"],
|
240
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
239
241
|
property :conformsTo,
|
240
|
-
comment: "An established standard to which the described resource conforms."
|
241
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Standard"
|
242
|
-
"http://purl.org/dc/terms/issued": "2001-05-21"
|
243
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
244
|
-
label: "Conforms To"
|
245
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
246
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
242
|
+
comment: {en: "An established standard to which the described resource conforms."},
|
243
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Standard",
|
244
|
+
"http://purl.org/dc/terms/issued": "2001-05-21",
|
245
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
246
|
+
label: {en: "Conforms To"},
|
247
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
248
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
247
249
|
property :contributor,
|
248
|
-
comment: "An entity responsible for making contributions to the resource."
|
249
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent"
|
250
|
-
"http://purl.org/dc/terms/description": "The guidelines for using names of persons or organizations as creators apply to contributors."
|
251
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
252
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
253
|
-
label: "Contributor"
|
254
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/contributor"
|
255
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
250
|
+
comment: {en: "An entity responsible for making contributions to the resource."},
|
251
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
|
252
|
+
"http://purl.org/dc/terms/description": {en: "The guidelines for using names of persons or organizations as creators apply to contributors."},
|
253
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
254
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
255
|
+
label: {en: "Contributor"},
|
256
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/contributor",
|
257
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
256
258
|
property :coverage,
|
257
|
-
comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."
|
258
|
-
"http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Jurisdiction"
|
259
|
-
"http://purl.org/dc/terms/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 practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."
|
260
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
261
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
262
|
-
label: "Coverage"
|
263
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/coverage"
|
264
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
259
|
+
comment: {en: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."},
|
260
|
+
"http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Jurisdiction", "http://purl.org/dc/terms/Location", "http://purl.org/dc/terms/Period"],
|
261
|
+
"http://purl.org/dc/terms/description": {en: "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 practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."},
|
262
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
263
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
264
|
+
label: {en: "Coverage"},
|
265
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/coverage",
|
266
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
265
267
|
property :created,
|
266
|
-
comment: "Date of creation of the resource."
|
267
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
268
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
269
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
270
|
-
label: "Date Created"
|
271
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
272
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
273
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
268
|
+
comment: {en: "Date of creation of the resource."},
|
269
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
270
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
271
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
272
|
+
label: {en: "Date Created"},
|
273
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
274
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
275
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
274
276
|
property :creator,
|
275
|
-
comment: "An entity responsible for making the resource."
|
276
|
-
equivalentProperty: "http://xmlns.com/foaf/0.1/maker"
|
277
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent"
|
278
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."
|
279
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
280
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
281
|
-
label: "Creator"
|
282
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/creator"
|
283
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
277
|
+
comment: {en: "An entity responsible for making the resource."},
|
278
|
+
equivalentProperty: "http://xmlns.com/foaf/0.1/maker",
|
279
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
|
280
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."},
|
281
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
282
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
283
|
+
label: {en: "Creator"},
|
284
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/creator", "http://purl.org/dc/terms/contributor"],
|
285
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
284
286
|
property :date,
|
285
|
-
comment: "A point or period of time associated with an event in the lifecycle of the resource."
|
286
|
-
"http://purl.org/dc/terms/description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."
|
287
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
288
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
289
|
-
label: "Date"
|
290
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
291
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/date"
|
292
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
287
|
+
comment: {en: "A point or period of time associated with an event in the lifecycle of the resource."},
|
288
|
+
"http://purl.org/dc/terms/description": {en: "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."},
|
289
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
290
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
291
|
+
label: {en: "Date"},
|
292
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
293
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/date",
|
294
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
293
295
|
property :dateAccepted,
|
294
|
-
comment: "Date of acceptance of the resource."
|
295
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."
|
296
|
-
"http://purl.org/dc/terms/issued": "2002-07-13"
|
297
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
298
|
-
label: "Date Accepted"
|
299
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
300
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
301
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
296
|
+
comment: {en: "Date of acceptance of the resource."},
|
297
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."},
|
298
|
+
"http://purl.org/dc/terms/issued": "2002-07-13",
|
299
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
300
|
+
label: {en: "Date Accepted"},
|
301
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
302
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
303
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
302
304
|
property :dateCopyrighted,
|
303
|
-
comment: "Date of copyright of the resource."
|
304
|
-
"http://purl.org/dc/terms/description": "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
305
|
-
"http://purl.org/dc/terms/issued": "2002-07-13"
|
306
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
307
|
-
label: "Date Copyrighted"
|
308
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
309
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
310
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
305
|
+
comment: {en: "Date of copyright of the resource."},
|
306
|
+
"http://purl.org/dc/terms/description": {en: "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
307
|
+
"http://purl.org/dc/terms/issued": "2002-07-13",
|
308
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
309
|
+
label: {en: "Date Copyrighted"},
|
310
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
311
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
312
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
311
313
|
property :dateSubmitted,
|
312
|
-
comment: "Date of submission of the resource."
|
313
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."
|
314
|
-
"http://purl.org/dc/terms/issued": "2002-07-13"
|
315
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
316
|
-
label: "Date Submitted"
|
317
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
318
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
319
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
314
|
+
comment: {en: "Date of submission of the resource."},
|
315
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."},
|
316
|
+
"http://purl.org/dc/terms/issued": "2002-07-13",
|
317
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
318
|
+
label: {en: "Date Submitted"},
|
319
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
320
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
321
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
320
322
|
property :description,
|
321
|
-
comment: "An account of the resource."
|
322
|
-
"http://purl.org/dc/terms/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."
|
323
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
324
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
325
|
-
label: "Description"
|
326
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/description"
|
327
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
323
|
+
comment: {en: "An account of the resource."},
|
324
|
+
"http://purl.org/dc/terms/description": {en: "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."},
|
325
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
326
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
327
|
+
label: {en: "Description"},
|
328
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/description",
|
329
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
328
330
|
property :educationLevel,
|
329
|
-
comment: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."
|
330
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass"
|
331
|
-
"http://purl.org/dc/terms/issued": "2002-07-13"
|
332
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
333
|
-
label: "Audience Education Level"
|
334
|
-
subPropertyOf: "http://purl.org/dc/terms/audience"
|
335
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
331
|
+
comment: {en: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."},
|
332
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
|
333
|
+
"http://purl.org/dc/terms/issued": "2002-07-13",
|
334
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
335
|
+
label: {en: "Audience Education Level"},
|
336
|
+
subPropertyOf: "http://purl.org/dc/terms/audience",
|
337
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
336
338
|
property :extent,
|
337
|
-
comment: "The size or duration of the resource."
|
338
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/SizeOrDuration"
|
339
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."
|
340
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
341
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
342
|
-
label: "Extent"
|
343
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/format"
|
344
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
339
|
+
comment: {en: "The size or duration of the resource."},
|
340
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/SizeOrDuration",
|
341
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."},
|
342
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
343
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
344
|
+
label: {en: "Extent"},
|
345
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/format", "http://purl.org/dc/terms/format"],
|
346
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
345
347
|
property :format,
|
346
|
-
comment: "The file format, physical medium, or dimensions of the resource."
|
347
|
-
"http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Extent"
|
348
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration."
|
349
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
350
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
351
|
-
label: "Format"
|
352
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/format"
|
353
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
348
|
+
comment: {en: "The file format, physical medium, or dimensions of the resource."},
|
349
|
+
"http://purl.org/dc/dcam/rangeIncludes": ["http://purl.org/dc/terms/Extent", "http://purl.org/dc/terms/MediaType"],
|
350
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration."},
|
351
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
352
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
353
|
+
label: {en: "Format"},
|
354
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/format",
|
355
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
354
356
|
property :hasFormat,
|
355
|
-
comment: "A related resource that is substantially the same as the pre-existing described resource, but in another format."
|
356
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."
|
357
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
358
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
359
|
-
label: "Has Format"
|
360
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
361
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
357
|
+
comment: {en: "A related resource that is substantially the same as the pre-existing described resource, but in another format."},
|
358
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."},
|
359
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
360
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
361
|
+
label: {en: "Has Format"},
|
362
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
363
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
362
364
|
property :hasPart,
|
363
|
-
comment: "A related resource that is included either physically or logically in the described resource."
|
364
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."
|
365
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
366
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
367
|
-
label: "Has Part"
|
368
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
369
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
365
|
+
comment: {en: "A related resource that is included either physically or logically in the described resource."},
|
366
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."},
|
367
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
368
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
369
|
+
label: {en: "Has Part"},
|
370
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
371
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
370
372
|
property :hasVersion,
|
371
|
-
comment: "A related resource that is a version, edition, or adaptation of the described resource."
|
372
|
-
"http://purl.org/dc/terms/description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."
|
373
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
374
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
375
|
-
label: "Has Version"
|
376
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
377
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
373
|
+
comment: {en: "A related resource that is a version, edition, or adaptation of the described resource."},
|
374
|
+
"http://purl.org/dc/terms/description": {en: "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."},
|
375
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
376
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
377
|
+
label: {en: "Has Version"},
|
378
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
379
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
378
380
|
property :identifier,
|
379
|
-
comment: "An unambiguous reference to the resource within a given context."
|
380
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."
|
381
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
382
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
383
|
-
label: "Identifier"
|
384
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
385
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier"
|
386
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
381
|
+
comment: {en: "An unambiguous reference to the resource within a given context."},
|
382
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."},
|
383
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
384
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
385
|
+
label: {en: "Identifier"},
|
386
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
387
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier",
|
388
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
387
389
|
property :instructionalMethod,
|
388
|
-
comment: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."
|
389
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfInstruction"
|
390
|
-
"http://purl.org/dc/terms/description": "Instructional Method typically includes 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."
|
391
|
-
"http://purl.org/dc/terms/issued": "2005-06-13"
|
392
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
393
|
-
label: "Instructional Method"
|
394
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
390
|
+
comment: {en: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."},
|
391
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/MethodOfInstruction",
|
392
|
+
"http://purl.org/dc/terms/description": {en: "Instructional Method typically includes 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."},
|
393
|
+
"http://purl.org/dc/terms/issued": "2005-06-13",
|
394
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
395
|
+
label: {en: "Instructional Method"},
|
396
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
395
397
|
property :isFormatOf,
|
396
|
-
comment: "A pre-existing related resource that is substantially the same as the described resource, but in another format."
|
397
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."
|
398
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
399
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
400
|
-
label: "Is Format Of"
|
401
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
402
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
398
|
+
comment: {en: "A pre-existing related resource that is substantially the same as the described resource, but in another format."},
|
399
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."},
|
400
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
401
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
402
|
+
label: {en: "Is Format Of"},
|
403
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
404
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
403
405
|
property :isPartOf,
|
404
|
-
comment: "A related resource in which the described resource is physically or logically included."
|
405
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."
|
406
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
407
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
408
|
-
label: "Is Part Of"
|
409
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
410
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
406
|
+
comment: {en: "A related resource in which the described resource is physically or logically included."},
|
407
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."},
|
408
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
409
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
410
|
+
label: {en: "Is Part Of"},
|
411
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
412
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
411
413
|
property :isReferencedBy,
|
412
|
-
comment: "A related resource that references, cites, or otherwise points to the described resource."
|
413
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of References."
|
414
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
415
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
416
|
-
label: "Is Referenced By"
|
417
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
418
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
414
|
+
comment: {en: "A related resource that references, cites, or otherwise points to the described resource."},
|
415
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of References."},
|
416
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
417
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
418
|
+
label: {en: "Is Referenced By"},
|
419
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
420
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
419
421
|
property :isReplacedBy,
|
420
|
-
comment: "A related resource that supplants, displaces, or supersedes the described resource."
|
421
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."
|
422
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
423
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
424
|
-
label: "Is Replaced By"
|
425
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
426
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
422
|
+
comment: {en: "A related resource that supplants, displaces, or supersedes the described resource."},
|
423
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."},
|
424
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
425
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
426
|
+
label: {en: "Is Replaced By"},
|
427
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
428
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
427
429
|
property :isRequiredBy,
|
428
|
-
comment: "A related resource that requires the described resource to support its function, delivery, or coherence."
|
429
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Requires."
|
430
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
431
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
432
|
-
label: "Is Required By"
|
433
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
434
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
430
|
+
comment: {en: "A related resource that requires the described resource to support its function, delivery, or coherence."},
|
431
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Requires."},
|
432
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
433
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
434
|
+
label: {en: "Is Required By"},
|
435
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
436
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
435
437
|
property :isVersionOf,
|
436
|
-
comment: "A related resource of which the described resource is a version, edition, or adaptation."
|
437
|
-
"http://purl.org/dc/terms/description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."
|
438
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
439
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
440
|
-
label: "Is Version Of"
|
441
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
442
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
438
|
+
comment: {en: "A related resource of which the described resource is a version, edition, or adaptation."},
|
439
|
+
"http://purl.org/dc/terms/description": {en: "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."},
|
440
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
441
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
442
|
+
label: {en: "Is Version Of"},
|
443
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
444
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
443
445
|
property :issued,
|
444
|
-
comment: "Date of formal issuance of the resource."
|
445
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
446
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
447
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
448
|
-
label: "Date Issued"
|
449
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
450
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
451
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
446
|
+
comment: {en: "Date of formal issuance of the resource."},
|
447
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
448
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
449
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
450
|
+
label: {en: "Date Issued"},
|
451
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
452
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
453
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
452
454
|
property :language,
|
453
|
-
comment: "A language of the resource."
|
454
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LinguisticSystem"
|
455
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."
|
456
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
457
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
458
|
-
label: "Language"
|
459
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/language"
|
460
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
455
|
+
comment: {en: "A language of the resource."},
|
456
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LinguisticSystem",
|
457
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."},
|
458
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
459
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
460
|
+
label: {en: "Language"},
|
461
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/language",
|
462
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
461
463
|
property :license,
|
462
|
-
comment: "A legal document giving official permission to do something with the resource."
|
463
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LicenseDocument"
|
464
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."
|
465
|
-
"http://purl.org/dc/terms/issued": "2004-06-14"
|
466
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
467
|
-
label: "License"
|
468
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights"
|
469
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
464
|
+
comment: {en: "A legal document giving official permission to do something with the resource."},
|
465
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/LicenseDocument",
|
466
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."},
|
467
|
+
"http://purl.org/dc/terms/issued": "2004-06-14",
|
468
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
469
|
+
label: {en: "License"},
|
470
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights", "http://purl.org/dc/terms/rights"],
|
471
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
470
472
|
property :mediator,
|
471
|
-
comment: "An entity that mediates access to the resource."
|
472
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass"
|
473
|
-
"http://purl.org/dc/terms/description": "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."
|
474
|
-
"http://purl.org/dc/terms/issued": "2001-05-21"
|
475
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
476
|
-
label: "Mediator"
|
477
|
-
subPropertyOf: "http://purl.org/dc/terms/audience"
|
478
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
473
|
+
comment: {en: "An entity that mediates access to the resource."},
|
474
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/AgentClass",
|
475
|
+
"http://purl.org/dc/terms/description": {en: "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."},
|
476
|
+
"http://purl.org/dc/terms/issued": "2001-05-21",
|
477
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
478
|
+
label: {en: "Mediator"},
|
479
|
+
subPropertyOf: "http://purl.org/dc/terms/audience",
|
480
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
479
481
|
property :medium,
|
480
|
-
comment: "The material or physical carrier of the resource."
|
481
|
-
"http://purl.org/dc/dcam/domainIncludes": "http://purl.org/dc/terms/PhysicalResource"
|
482
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PhysicalMedium"
|
483
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
484
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
485
|
-
label: "Medium"
|
486
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/format"
|
487
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
482
|
+
comment: {en: "The material or physical carrier of the resource."},
|
483
|
+
"http://purl.org/dc/dcam/domainIncludes": "http://purl.org/dc/terms/PhysicalResource",
|
484
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PhysicalMedium",
|
485
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
486
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
487
|
+
label: {en: "Medium"},
|
488
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/format", "http://purl.org/dc/terms/format"],
|
489
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
488
490
|
property :modified,
|
489
|
-
comment: "Date on which the resource was changed."
|
490
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
491
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
492
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
493
|
-
label: "Date Modified"
|
494
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
495
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
496
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
491
|
+
comment: {en: "Date on which the resource was changed."},
|
492
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
493
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
494
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
495
|
+
label: {en: "Date Modified"},
|
496
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
497
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
498
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
497
499
|
property :provenance,
|
498
|
-
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."
|
499
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/ProvenanceStatement"
|
500
|
-
"http://purl.org/dc/terms/description": "The statement may include a description of any changes successive custodians made to the resource."
|
501
|
-
"http://purl.org/dc/terms/issued": "2004-09-20"
|
502
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
503
|
-
label: "Provenance"
|
504
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
500
|
+
comment: {en: "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."},
|
501
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/ProvenanceStatement",
|
502
|
+
"http://purl.org/dc/terms/description": {en: "The statement may include a description of any changes successive custodians made to the resource."},
|
503
|
+
"http://purl.org/dc/terms/issued": "2004-09-20",
|
504
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
505
|
+
label: {en: "Provenance"},
|
506
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
505
507
|
property :publisher,
|
506
|
-
comment: "An entity responsible for making the resource available."
|
507
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent"
|
508
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
509
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
510
|
-
label: "Publisher"
|
511
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/publisher"
|
512
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
508
|
+
comment: {en: "An entity responsible for making the resource available."},
|
509
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
|
510
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
511
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
512
|
+
label: {en: "Publisher"},
|
513
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/publisher",
|
514
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
513
515
|
property :references,
|
514
|
-
comment: "A related resource that is referenced, cited, or otherwise pointed to by the described resource."
|
515
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."
|
516
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
517
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
518
|
-
label: "References"
|
519
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
520
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
516
|
+
comment: {en: "A related resource that is referenced, cited, or otherwise pointed to by the described resource."},
|
517
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."},
|
518
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
519
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
520
|
+
label: {en: "References"},
|
521
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
522
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
521
523
|
property :relation,
|
522
|
-
comment: "A related resource."
|
523
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."
|
524
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
525
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
526
|
-
label: "Relation"
|
527
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/relation"
|
528
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
524
|
+
comment: {en: "A related resource."},
|
525
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."},
|
526
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
527
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
528
|
+
label: {en: "Relation"},
|
529
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation",
|
530
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
529
531
|
property :replaces,
|
530
|
-
comment: "A related resource that is supplanted, displaced, or superseded by the described resource."
|
531
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."
|
532
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
533
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
534
|
-
label: "Replaces"
|
535
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
536
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
532
|
+
comment: {en: "A related resource that is supplanted, displaced, or superseded by the described resource."},
|
533
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."},
|
534
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
535
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
536
|
+
label: {en: "Replaces"},
|
537
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
538
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
537
539
|
property :requires,
|
538
|
-
comment: "A related resource that is required by the described resource to support its function, delivery, or coherence."
|
539
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."
|
540
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
541
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
542
|
-
label: "Requires"
|
543
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation"
|
544
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
540
|
+
comment: {en: "A related resource that is required by the described resource to support its function, delivery, or coherence."},
|
541
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."},
|
542
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
543
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
544
|
+
label: {en: "Requires"},
|
545
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/relation", "http://purl.org/dc/terms/relation"],
|
546
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
545
547
|
property :rights,
|
546
|
-
comment: "Information about rights held in and over the resource."
|
547
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement"
|
548
|
-
"http://purl.org/dc/terms/description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."
|
549
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
550
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
551
|
-
label: "Rights"
|
552
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/rights"
|
553
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
548
|
+
comment: {en: "Information about rights held in and over the resource."},
|
549
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/RightsStatement",
|
550
|
+
"http://purl.org/dc/terms/description": {en: "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."},
|
551
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
552
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
553
|
+
label: {en: "Rights"},
|
554
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/rights",
|
555
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
554
556
|
property :rightsHolder,
|
555
|
-
comment: "A person or organization owning or managing rights over the resource."
|
556
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent"
|
557
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."
|
558
|
-
"http://purl.org/dc/terms/issued": "2004-06-14"
|
559
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
560
|
-
label: "Rights Holder"
|
561
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
557
|
+
comment: {en: "A person or organization owning or managing rights over the resource."},
|
558
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Agent",
|
559
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."},
|
560
|
+
"http://purl.org/dc/terms/issued": "2004-06-14",
|
561
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
562
|
+
label: {en: "Rights Holder"},
|
563
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
562
564
|
property :source,
|
563
|
-
comment: "A related resource from which the described resource is derived."
|
564
|
-
"http://purl.org/dc/terms/description": "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."
|
565
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
566
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
567
|
-
label: "Source"
|
568
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/source"
|
569
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
565
|
+
comment: {en: "A related resource from which the described resource is derived."},
|
566
|
+
"http://purl.org/dc/terms/description": {en: "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."},
|
567
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
568
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
569
|
+
label: {en: "Source"},
|
570
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/source", "http://purl.org/dc/terms/relation"],
|
571
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
570
572
|
property :spatial,
|
571
|
-
comment: "Spatial characteristics of the resource."
|
572
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Location"
|
573
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
574
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
575
|
-
label: "Spatial Coverage"
|
576
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage"
|
577
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
573
|
+
comment: {en: "Spatial characteristics of the resource."},
|
574
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/Location",
|
575
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
576
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
577
|
+
label: {en: "Spatial Coverage"},
|
578
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage", "http://purl.org/dc/terms/coverage"],
|
579
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
578
580
|
property :subject,
|
579
|
-
comment: "A topic of the resource."
|
580
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."
|
581
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
582
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
583
|
-
label: "Subject"
|
584
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/subject"
|
585
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
581
|
+
comment: {en: "A topic of the resource."},
|
582
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."},
|
583
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
584
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
585
|
+
label: {en: "Subject"},
|
586
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/subject",
|
587
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
586
588
|
property :tableOfContents,
|
587
|
-
comment: "A list of subunits of the resource."
|
588
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
589
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
590
|
-
label: "Table Of Contents"
|
591
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/description"
|
592
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
589
|
+
comment: {en: "A list of subunits of the resource."},
|
590
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
591
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
592
|
+
label: {en: "Table Of Contents"},
|
593
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/description", "http://purl.org/dc/terms/description"],
|
594
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
593
595
|
property :temporal,
|
594
|
-
comment: "Temporal characteristics of the resource."
|
595
|
-
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PeriodOfTime"
|
596
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
597
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
598
|
-
label: "Temporal Coverage"
|
599
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage"
|
600
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
596
|
+
comment: {en: "Temporal characteristics of the resource."},
|
597
|
+
"http://purl.org/dc/dcam/rangeIncludes": "http://purl.org/dc/terms/PeriodOfTime",
|
598
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
599
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
600
|
+
label: {en: "Temporal Coverage"},
|
601
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/coverage", "http://purl.org/dc/terms/coverage"],
|
602
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
601
603
|
property :title,
|
602
|
-
comment: "A name given to the resource."
|
603
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
604
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
605
|
-
label: "Title"
|
606
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
607
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/title"
|
608
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
604
|
+
comment: {en: "A name given to the resource."},
|
605
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
606
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
607
|
+
label: {en: "Title"},
|
608
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
609
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/title",
|
610
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
609
611
|
property :type,
|
610
|
-
comment: "The nature or genre of the resource."
|
611
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."
|
612
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
613
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
614
|
-
label: "Type"
|
615
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/type"
|
616
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
612
|
+
comment: {en: "The nature or genre of the resource."},
|
613
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."},
|
614
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
615
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
616
|
+
label: {en: "Type"},
|
617
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/type",
|
618
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
617
619
|
property :valid,
|
618
|
-
comment: "Date (often a range) of validity of a resource."
|
619
|
-
"http://purl.org/dc/terms/description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."
|
620
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
621
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
622
|
-
label: "Date Valid"
|
623
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
624
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/date"
|
625
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
620
|
+
comment: {en: "Date (often a range) of validity of a resource."},
|
621
|
+
"http://purl.org/dc/terms/description": {en: "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."},
|
622
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
623
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
624
|
+
label: {en: "Date Valid"},
|
625
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
626
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/date", "http://purl.org/dc/terms/date"],
|
627
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
626
628
|
|
627
629
|
# Datatype definitions
|
628
630
|
term :Box,
|
629
|
-
comment: "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."
|
630
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
631
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/"
|
632
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
633
|
-
label: "DCMI Box"
|
634
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
631
|
+
comment: {en: "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."},
|
632
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
633
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/",
|
634
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
635
|
+
label: {en: "DCMI Box"},
|
636
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
635
637
|
term :ISO3166,
|
636
|
-
comment: "The set of codes listed in ISO 3166-1 for the representation of names of countries."
|
637
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
638
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.iso.org/obp/ui/#search"
|
639
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
640
|
-
label: "ISO 3166"
|
641
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
638
|
+
comment: {en: "The set of codes listed in ISO 3166-1 for the representation of names of countries."},
|
639
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
640
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.iso.org/obp/ui/#search",
|
641
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
642
|
+
label: {en: "ISO 3166"},
|
643
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
642
644
|
term :"ISO639-2",
|
643
|
-
comment: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."
|
644
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
645
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html"
|
646
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
647
|
-
label: "ISO 639-2"
|
648
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
645
|
+
comment: {en: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."},
|
646
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
647
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html",
|
648
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
649
|
+
label: {en: "ISO 639-2"},
|
650
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
649
651
|
term :"ISO639-3",
|
650
|
-
comment: "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."
|
651
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
652
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.sil.org/iso639-3/"
|
653
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
654
|
-
label: "ISO 639-3"
|
655
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
652
|
+
comment: {en: "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."},
|
653
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
654
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.sil.org/iso639-3/",
|
655
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
656
|
+
label: {en: "ISO 639-3"},
|
657
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
656
658
|
term :Period,
|
657
|
-
comment: "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."
|
658
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
659
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/"
|
660
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
661
|
-
label: "DCMI Period"
|
662
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
659
|
+
comment: {en: "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."},
|
660
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
661
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/",
|
662
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
663
|
+
label: {en: "DCMI Period"},
|
664
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
663
665
|
term :Point,
|
664
|
-
comment: "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."
|
665
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
666
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/"
|
667
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
668
|
-
label: "DCMI Point"
|
669
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
666
|
+
comment: {en: "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."},
|
667
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
668
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/",
|
669
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
670
|
+
label: {en: "DCMI Point"},
|
671
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
670
672
|
term :RFC1766,
|
671
|
-
comment: "The set of tags, constructed according to RFC 1766, for the identification of languages."
|
672
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
673
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc1766.txt"
|
674
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
675
|
-
label: "RFC 1766"
|
676
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
673
|
+
comment: {en: "The set of tags, constructed according to RFC 1766, for the identification of languages."},
|
674
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
675
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc1766.txt",
|
676
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
677
|
+
label: {en: "RFC 1766"},
|
678
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
677
679
|
term :RFC3066,
|
678
|
-
comment: "The set of tags constructed according to RFC 3066 for the identification of languages."
|
679
|
-
"http://purl.org/dc/terms/description": "RFC 3066 has been obsoleted by RFC 4646."
|
680
|
-
"http://purl.org/dc/terms/issued": "2002-07-13"
|
681
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3066.txt"
|
682
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
683
|
-
label: "RFC 3066"
|
684
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
680
|
+
comment: {en: "The set of tags constructed according to RFC 3066 for the identification of languages."},
|
681
|
+
"http://purl.org/dc/terms/description": {en: "RFC 3066 has been obsoleted by RFC 4646."},
|
682
|
+
"http://purl.org/dc/terms/issued": "2002-07-13",
|
683
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3066.txt",
|
684
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
685
|
+
label: {en: "RFC 3066"},
|
686
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
685
687
|
term :RFC4646,
|
686
|
-
comment: "The set of tags constructed according to RFC 4646 for the identification of languages."
|
687
|
-
"http://purl.org/dc/terms/description": "RFC 4646 obsoletes RFC 3066."
|
688
|
-
"http://purl.org/dc/terms/issued": "2008-01-14"
|
689
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc4646.txt"
|
690
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
691
|
-
label: "RFC 4646"
|
692
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
688
|
+
comment: {en: "The set of tags constructed according to RFC 4646 for the identification of languages."},
|
689
|
+
"http://purl.org/dc/terms/description": {en: "RFC 4646 obsoletes RFC 3066."},
|
690
|
+
"http://purl.org/dc/terms/issued": "2008-01-14",
|
691
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc4646.txt",
|
692
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
693
|
+
label: {en: "RFC 4646"},
|
694
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
693
695
|
term :RFC5646,
|
694
|
-
comment: "The set of tags constructed according to RFC 5646 for the identification of languages."
|
695
|
-
"http://purl.org/dc/terms/description": "RFC 5646 obsoletes RFC 4646."
|
696
|
-
"http://purl.org/dc/terms/issued": "2010-10-11"
|
697
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc5646.txt"
|
698
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
699
|
-
label: "RFC 5646"
|
700
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
696
|
+
comment: {en: "The set of tags constructed according to RFC 5646 for the identification of languages."},
|
697
|
+
"http://purl.org/dc/terms/description": {en: "RFC 5646 obsoletes RFC 4646."},
|
698
|
+
"http://purl.org/dc/terms/issued": "2010-10-11",
|
699
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc5646.txt",
|
700
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
701
|
+
label: {en: "RFC 5646"},
|
702
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
701
703
|
term :URI,
|
702
|
-
comment: "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."
|
703
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
704
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3986.txt"
|
705
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
706
|
-
label: "URI"
|
707
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
704
|
+
comment: {en: "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."},
|
705
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
706
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.ietf.org/rfc/rfc3986.txt",
|
707
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
708
|
+
label: {en: "URI"},
|
709
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
708
710
|
term :W3CDTF,
|
709
|
-
comment: "The set of dates and times constructed according to the W3C Date and Time Formats Specification."
|
710
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
711
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/NOTE-datetime"
|
712
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
713
|
-
label: "W3C-DTF"
|
714
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
711
|
+
comment: {en: "The set of dates and times constructed according to the W3C Date and Time Formats Specification."},
|
712
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
713
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/NOTE-datetime",
|
714
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
715
|
+
label: {en: "W3C-DTF"},
|
716
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
715
717
|
|
716
718
|
# Extra definitions
|
717
719
|
term :DCMIType,
|
718
|
-
comment: "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."
|
719
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
720
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/"
|
721
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
722
|
-
label: "DCMI Type Vocabulary"
|
723
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
720
|
+
comment: {en: "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."},
|
721
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
722
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/dc/dcmitype/",
|
723
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
724
|
+
label: {en: "DCMI Type Vocabulary"},
|
725
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
724
726
|
term :DDC,
|
725
|
-
comment: "The set of conceptual resources specified by the Dewey Decimal Classification."
|
726
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
727
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.oclc.org/dewey/"
|
728
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
729
|
-
label: "DDC"
|
730
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
727
|
+
comment: {en: "The set of conceptual resources specified by the Dewey Decimal Classification."},
|
728
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
729
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.oclc.org/dewey/",
|
730
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
731
|
+
label: {en: "DDC"},
|
732
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
731
733
|
term :IMT,
|
732
|
-
comment: "The set of media types specified by the Internet Assigned Numbers Authority."
|
733
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
734
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.iana.org/assignments/media-types/"
|
735
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
736
|
-
label: "IMT"
|
737
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
734
|
+
comment: {en: "The set of media types specified by the Internet Assigned Numbers Authority."},
|
735
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
736
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.iana.org/assignments/media-types/",
|
737
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
738
|
+
label: {en: "IMT"},
|
739
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
738
740
|
term :LCC,
|
739
|
-
comment: "The set of conceptual resources specified by the Library of Congress Classification."
|
740
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
741
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html"
|
742
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
743
|
-
label: "LCC"
|
744
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
741
|
+
comment: {en: "The set of conceptual resources specified by the Library of Congress Classification."},
|
742
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
743
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html",
|
744
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
745
|
+
label: {en: "LCC"},
|
746
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
745
747
|
term :LCSH,
|
746
|
-
comment: "The set of labeled concepts specified by the Library of Congress Subject Headings."
|
747
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
748
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
749
|
-
label: "LCSH"
|
750
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
748
|
+
comment: {en: "The set of labeled concepts specified by the Library of Congress Subject Headings."},
|
749
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
750
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
751
|
+
label: {en: "LCSH"},
|
752
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
751
753
|
term :MESH,
|
752
|
-
comment: "The set of labeled concepts specified by the Medical Subject Headings."
|
753
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
754
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html"
|
755
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
756
|
-
label: "MeSH"
|
757
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
754
|
+
comment: {en: "The set of labeled concepts specified by the Medical Subject Headings."},
|
755
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
756
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html",
|
757
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
758
|
+
label: {en: "MeSH"},
|
759
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
758
760
|
term :NLM,
|
759
|
-
comment: "The set of conceptual resources specified by the National Library of Medicine Classification."
|
760
|
-
"http://purl.org/dc/terms/issued": "2005-06-13"
|
761
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://wwwcf.nlm.nih.gov/class/"
|
762
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
763
|
-
label: "NLM"
|
764
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
761
|
+
comment: {en: "The set of conceptual resources specified by the National Library of Medicine Classification."},
|
762
|
+
"http://purl.org/dc/terms/issued": "2005-06-13",
|
763
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://wwwcf.nlm.nih.gov/class/",
|
764
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
765
|
+
label: {en: "NLM"},
|
766
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
765
767
|
term :TGN,
|
766
|
-
comment: "The set of places specified by the Getty Thesaurus of Geographic Names."
|
767
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
768
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html"
|
769
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
770
|
-
label: "TGN"
|
771
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
768
|
+
comment: {en: "The set of places specified by the Getty Thesaurus of Geographic Names."},
|
769
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
770
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html",
|
771
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
772
|
+
label: {en: "TGN"},
|
773
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
772
774
|
term :UDC,
|
773
|
-
comment: "The set of conceptual resources specified by the Universal Decimal Classification."
|
774
|
-
"http://purl.org/dc/terms/issued": "2000-07-11"
|
775
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.udcc.org/"
|
776
|
-
isDefinedBy: "http://purl.org/dc/terms/"
|
777
|
-
label: "UDC"
|
778
|
-
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
775
|
+
comment: {en: "The set of conceptual resources specified by the Universal Decimal Classification."},
|
776
|
+
"http://purl.org/dc/terms/issued": "2000-07-11",
|
777
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.udcc.org/",
|
778
|
+
isDefinedBy: "http://purl.org/dc/terms/",
|
779
|
+
label: {en: "UDC"},
|
780
|
+
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme"
|
779
781
|
end
|
780
782
|
end
|