rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- 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 +4719 -4347
- 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 +501 -227
- 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 +563 -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 +9464 -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 +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -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 +63 -142
- 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 +23 -6
data/lib/rdf/vocab/mods.rb
CHANGED
@@ -3,780 +3,782 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/mods/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.loc.gov/mods/rdf/v1#>
|
7
|
+
# @!visibility private
|
6
8
|
MODS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/mods/rdf/v1#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.loc.gov/mods/rdf/v1#",
|
10
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://id.loc.gov/ontologies/ClassificationSchemes"
|
11
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://www.w3.org/2002/07/owl#imports": ["http://id.loc.gov/ontologies/ClassificationSchemes", "http://id.loc.gov/ontologies/Identifiers", "http://id.loc.gov/ontologies/ResourceTypes", "http://id.loc.gov/ontologies/Roles", "http://id.loc.gov/ontologies/TargetAudiences", "http://purl.org/dc/dcmitype/", "http://purl.org/dc/elements/1.1/", "http://purl.org/vocab/changeset/schema", "http://purl.org/vocab/vann/", "http://vocab.org/changeset/", "http://www.loc.gov/mads/rdf/v1", "http://www.loc.gov/standards/mads/rdf/v1.rdf", "http://www.w3.org/2004/02/skos/core", "http://www.w3.org/2008/05/skos-xl", "http://xmlns.com/foaf/0.1/"],
|
13
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
14
|
|
13
15
|
# Class definitions
|
14
16
|
term :Cartographics,
|
15
|
-
comment: "Aggregates cartographic properties."
|
16
|
-
label: "MODS - Cartographic Information"
|
17
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
18
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
17
|
+
comment: "Aggregates cartographic properties.",
|
18
|
+
label: "MODS - Cartographic Information",
|
19
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
20
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
19
21
|
term :ClassificationGroup,
|
20
|
-
comment: "For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme."
|
21
|
-
label: "MODS - Classification Group"
|
22
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
23
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
22
|
+
comment: "For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme.",
|
23
|
+
label: "MODS - Classification Group",
|
24
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
25
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
24
26
|
term :IdentifierGroup,
|
25
|
-
comment: "Used when the identifier type is not from the controlled list. Bundles together an identifier and its type."
|
26
|
-
label: "MODS - Identifier - Typed"
|
27
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
28
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
27
|
+
comment: "Used when the identifier type is not from the controlled list. Bundles together an identifier and its type.",
|
28
|
+
label: "MODS - Identifier - Typed",
|
29
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
30
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
29
31
|
term :Location,
|
30
|
-
comment: "An aggregator for location properties."
|
31
|
-
label: "MODS - Location"
|
32
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
32
|
+
comment: {en: "An aggregator for location properties."},
|
33
|
+
label: "MODS - Location",
|
34
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
33
35
|
term :LocationCopy,
|
34
|
-
comment: " An aggregator for copy properties."
|
35
|
-
label: "MODS - Location - Copy"
|
36
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
36
|
+
comment: " An aggregator for copy properties.",
|
37
|
+
label: "MODS - Location - Copy",
|
38
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
37
39
|
term :ModsResource,
|
38
|
-
comment: "\nThe resource which is the subject of this description.\n "
|
39
|
-
equivalentClass: "http://id.loc.gov/vocabulary/resourceTypes/Res"
|
40
|
-
label: "MODS - A MODS Resource"
|
41
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
40
|
+
comment: "\nThe resource which is the subject of this description.\n ",
|
41
|
+
equivalentClass: "http://id.loc.gov/vocabulary/resourceTypes/Res",
|
42
|
+
label: "MODS - A MODS Resource",
|
43
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
42
44
|
term :NoteGroup,
|
43
|
-
comment: "Aggregates a note with its type. "
|
44
|
-
label: "MODS - Note Typed"
|
45
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
45
|
+
comment: "Aggregates a note with its type. ",
|
46
|
+
label: "MODS - Note Typed",
|
47
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
46
48
|
term :Part,
|
47
|
-
comment: "An aggregator for part properties."
|
48
|
-
label: "MODS - Part"
|
49
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
49
|
+
comment: {en: "An aggregator for part properties."},
|
50
|
+
label: "MODS - Part",
|
51
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
50
52
|
term :RoleRelationship,
|
51
|
-
comment: "Aggregates a name with its role. "
|
52
|
-
label: "MODS - Role Relationship"
|
53
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
53
|
+
comment: "Aggregates a name with its role. ",
|
54
|
+
label: "MODS - Role Relationship",
|
55
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
54
56
|
|
55
57
|
# Property definitions
|
56
58
|
property :abstract,
|
57
|
-
comment: "A summary of the content of the resource."
|
58
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
59
|
-
label: "Abstract"
|
60
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
61
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
59
|
+
comment: "A summary of the content of the resource.",
|
60
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
61
|
+
label: "Abstract",
|
62
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
63
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
62
64
|
property :accessCondition,
|
63
|
-
comment: "Information about restrictions imposed on access to the resource."
|
64
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
65
|
-
label: "Access Condition"
|
66
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
67
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
65
|
+
comment: "Information about restrictions imposed on access to the resource.",
|
66
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
67
|
+
label: "Access Condition",
|
68
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
69
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
68
70
|
property :adminMetadata,
|
69
|
-
comment: "Administrative metadata for the MODS description, corresponds to recordInfo (MODS XML) which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended."
|
70
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
71
|
-
label: "Administrative Metadata"
|
72
|
-
range: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata"
|
73
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
71
|
+
comment: "Administrative metadata for the MODS description, corresponds to recordInfo (MODS XML) which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.",
|
72
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
73
|
+
label: "Administrative Metadata",
|
74
|
+
range: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata",
|
75
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
74
76
|
property :cartographics,
|
75
|
-
comment: "A geographic entity expressed in cartographic terms."
|
76
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
77
|
-
label: "Cartographics "
|
78
|
-
range: "http://www.loc.gov/mods/rdf/v1#Cartographics"
|
79
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
77
|
+
comment: "A geographic entity expressed in cartographic terms.",
|
78
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
79
|
+
label: "Cartographics ",
|
80
|
+
range: "http://www.loc.gov/mods/rdf/v1#Cartographics",
|
81
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
80
82
|
property :cartographicsCoordinates,
|
81
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics"
|
82
|
-
label: "Cartographics - Coordinates"
|
83
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
84
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
83
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics",
|
84
|
+
label: "Cartographics - Coordinates",
|
85
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
86
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
85
87
|
property :cartographicsProjection,
|
86
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics"
|
87
|
-
label: "Cartographics - Projection"
|
88
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
89
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
88
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics",
|
89
|
+
label: "Cartographics - Projection",
|
90
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
91
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
90
92
|
property :cartographicsScale,
|
91
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics"
|
92
|
-
label: "Cartographics - Scale"
|
93
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
94
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
93
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics",
|
94
|
+
label: "Cartographics - Scale",
|
95
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
96
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
95
97
|
property :classification,
|
96
|
-
comment: "A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas."
|
97
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
98
|
-
equivalentProperty: "http://id.loc.gov/vocabulary/classSchemes/classification"
|
99
|
-
label: "Classification"
|
100
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
98
|
+
comment: "A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.",
|
99
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
100
|
+
equivalentProperty: "http://id.loc.gov/vocabulary/classSchemes/classification",
|
101
|
+
label: "Classification",
|
102
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
101
103
|
property :classificationGroup,
|
102
|
-
comment: "Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme."
|
103
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
104
|
-
label: "Classification Group"
|
105
|
-
range: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup"
|
106
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
104
|
+
comment: "Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.",
|
105
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
106
|
+
label: "Classification Group",
|
107
|
+
range: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup",
|
108
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
107
109
|
property :classificationGroupScheme,
|
108
|
-
comment: "The classification scheme"
|
109
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup"
|
110
|
-
label: "Classification Group - Scheme"
|
111
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
112
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
110
|
+
comment: "The classification scheme",
|
111
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup",
|
112
|
+
label: "Classification Group - Scheme",
|
113
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
114
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
113
115
|
property :classificationGroupValue,
|
114
|
-
comment: "The classification value"
|
115
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup"
|
116
|
-
label: "Classification Group - Value"
|
117
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
118
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
116
|
+
comment: "The classification value",
|
117
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup",
|
118
|
+
label: "Classification Group - Value",
|
119
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
120
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
119
121
|
property :dateCaptured,
|
120
|
-
comment: "Date that the resource was digitized or a subsequent snapshot was taken."
|
121
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
122
|
-
label: "Date Captured"
|
123
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
124
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
122
|
+
comment: "Date that the resource was digitized or a subsequent snapshot was taken.",
|
123
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
124
|
+
label: "Date Captured",
|
125
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
126
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
125
127
|
property :dateCapturedEnd,
|
126
|
-
comment: "When there is both a start and end for the capture date this is the end date."
|
127
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
128
|
-
label: "Date Captured - End"
|
129
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured"
|
130
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
128
|
+
comment: "When there is both a start and end for the capture date this is the end date.",
|
129
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
130
|
+
label: "Date Captured - End",
|
131
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured",
|
132
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
131
133
|
property :dateCapturedStart,
|
132
|
-
comment: "When there is both a start and end for the capture date this is the start date."
|
133
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
134
|
-
label: "Date Captured - Start"
|
135
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured"
|
136
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
134
|
+
comment: "When there is both a start and end for the capture date this is the start date.",
|
135
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
136
|
+
label: "Date Captured - Start",
|
137
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured",
|
138
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
137
139
|
property :dateCreated,
|
138
|
-
comment: "The resource's creation date."
|
139
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
140
|
-
label: " Date Created"
|
141
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
142
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
140
|
+
comment: "The resource's creation date.",
|
141
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
142
|
+
label: " Date Created",
|
143
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
144
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
143
145
|
property :dateCreatedEnd,
|
144
|
-
comment: "When there is both a start and end for the creation date this is the end date."
|
145
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
146
|
-
label: "Date Created - End"
|
147
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated"
|
148
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
146
|
+
comment: "When there is both a start and end for the creation date this is the end date.",
|
147
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
148
|
+
label: "Date Created - End",
|
149
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated",
|
150
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
149
151
|
property :dateCreatedStart,
|
150
|
-
comment: "When there is both a start and end for the creation date this is the start date."
|
151
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
152
|
-
label: "Date Created - Start"
|
153
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated"
|
154
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
152
|
+
comment: "When there is both a start and end for the creation date this is the start date.",
|
153
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
154
|
+
label: "Date Created - Start",
|
155
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated",
|
156
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
155
157
|
property :dateModified,
|
156
|
-
comment: "Date when resource was modified."
|
157
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
158
|
-
label: "Date Modified"
|
159
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
160
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
158
|
+
comment: "Date when resource was modified.",
|
159
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
160
|
+
label: "Date Modified",
|
161
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
162
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
161
163
|
property :dateModifiedEnd,
|
162
|
-
comment: "When there is both a start and end for the modification date this is the end date."
|
163
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
164
|
-
label: "Date Modified - End"
|
165
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified"
|
166
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
164
|
+
comment: "When there is both a start and end for the modification date this is the end date.",
|
165
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
166
|
+
label: "Date Modified - End",
|
167
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified",
|
168
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
167
169
|
property :dateModifiedStart,
|
168
|
-
comment: "When there is both a start and end for the modification date this is the start date."
|
169
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
170
|
-
label: "Date Modified - Start"
|
171
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified"
|
172
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
170
|
+
comment: "When there is both a start and end for the modification date this is the start date.",
|
171
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
172
|
+
label: "Date Modified - Start",
|
173
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified",
|
174
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
173
175
|
property :dateOfCopyright,
|
174
|
-
comment: "Date when resource was copyrighted."
|
175
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
176
|
-
label: "Date of Copyright"
|
177
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
178
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
176
|
+
comment: "Date when resource was copyrighted.",
|
177
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
178
|
+
label: "Date of Copyright",
|
179
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
180
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
179
181
|
property :dateOfCopyrightEnd,
|
180
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
181
|
-
label: "Date of Copyright - End"
|
182
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright"
|
183
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
182
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
183
|
+
label: "Date of Copyright - End",
|
184
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright",
|
185
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
184
186
|
property :dateOfCopyrightStart,
|
185
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
186
|
-
label: "Date of Copyright - Start"
|
187
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright"
|
188
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
187
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
188
|
+
label: "Date of Copyright - Start",
|
189
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright",
|
190
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
189
191
|
property :dateValid,
|
190
|
-
comment: "A date when resource was valid. (Not necessarily the first or last date, but this is an assertion that on that given date the information was valid.)"
|
191
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
192
|
-
label: "Date Valid"
|
193
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
194
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
192
|
+
comment: "A date when resource was valid. (Not necessarily the first or last date, but this is an assertion that on that given date the information was valid.)",
|
193
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
194
|
+
label: "Date Valid",
|
195
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
196
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
195
197
|
property :dateValidEnd,
|
196
|
-
comment: "When the resource is valid over an interval with a start and end date, this is the end date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)"
|
197
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
198
|
-
label: "Date Valid - End"
|
199
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid"
|
200
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
198
|
+
comment: "When the resource is valid over an interval with a start and end date, this is the end date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)",
|
199
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
200
|
+
label: "Date Valid - End",
|
201
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid",
|
202
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
201
203
|
property :dateValidStart,
|
202
|
-
comment: "When the resource is valid over an interval with a start and end date, this is the start date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)"
|
203
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
204
|
-
label: "Date Valid - Start"
|
205
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid"
|
206
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
204
|
+
comment: "When the resource is valid over an interval with a start and end date, this is the start date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)",
|
205
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
206
|
+
label: "Date Valid - Start",
|
207
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid",
|
208
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
207
209
|
property :digitalOrigin,
|
208
|
-
comment: "a designation of the source of a digital file important to its creation, use and management."
|
209
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
210
|
-
label: "Digital Origin"
|
211
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
212
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
210
|
+
comment: "a designation of the source of a digital file important to its creation, use and management.",
|
211
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
212
|
+
label: "Digital Origin",
|
213
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
214
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
213
215
|
property :edition,
|
214
|
-
comment: "Version of the resource."
|
215
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
216
|
-
label: "Edition"
|
217
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
218
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
216
|
+
comment: "Version of the resource.",
|
217
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
218
|
+
label: "Edition",
|
219
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
220
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
219
221
|
property :frequency,
|
220
|
-
comment: "publication frequency"
|
221
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
222
|
-
label: "Frequency"
|
223
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
224
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
222
|
+
comment: "publication frequency",
|
223
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
224
|
+
label: "Frequency",
|
225
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
226
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
225
227
|
property :genre,
|
226
|
-
comment: "The genre (or one of several genres) of the resource. Represented in the MADS namespace. "
|
227
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
228
|
-
label: "Genre"
|
229
|
-
range: "http://www.loc.gov/mads/rdf/v1#GenreForm"
|
230
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
228
|
+
comment: "The genre (or one of several genres) of the resource. Represented in the MADS namespace. ",
|
229
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
230
|
+
label: "Genre",
|
231
|
+
range: "http://www.loc.gov/mads/rdf/v1#GenreForm",
|
232
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
231
233
|
property :identifier,
|
232
|
-
comment: "identifier is a property for which all terms in the \"identifier\" vocabulary become subproperties. Thus for example 'identifer:isbn' is a subproperty saying in effect \"has this ISBN\" where 'isbn' is a term within that vocabulary. (The prefix 'identifier:' is used to denote the namespace for the \"identifier\" vocabulary."
|
233
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
234
|
-
equivalentProperty: "http://id.loc.gov/vocabulary/identifiers/id"
|
235
|
-
label: "Identifier"
|
236
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
237
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
234
|
+
comment: "identifier is a property for which all terms in the \"identifier\" vocabulary become subproperties. Thus for example 'identifer:isbn' is a subproperty saying in effect \"has this ISBN\" where 'isbn' is a term within that vocabulary. (The prefix 'identifier:' is used to denote the namespace for the \"identifier\" vocabulary.",
|
235
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
236
|
+
equivalentProperty: "http://id.loc.gov/vocabulary/identifiers/id",
|
237
|
+
label: "Identifier",
|
238
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
239
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
238
240
|
property :identifierGroup,
|
239
|
-
comment: "Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type."
|
240
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
241
|
-
label: "Identifier Group"
|
242
|
-
range: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup"
|
243
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
241
|
+
comment: "Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.",
|
242
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
243
|
+
label: "Identifier Group",
|
244
|
+
range: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup",
|
245
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
244
246
|
property :identifierGroupType,
|
245
|
-
comment: "The identifier type."
|
246
|
-
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup"
|
247
|
-
label: "Identifier Group - Type"
|
248
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
249
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
247
|
+
comment: "The identifier type.",
|
248
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup",
|
249
|
+
label: "Identifier Group - Type",
|
250
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
251
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
250
252
|
property :identifierGroupValue,
|
251
|
-
comment: "The identifier value\t."
|
252
|
-
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup"
|
253
|
-
label: "Identifier Group - Value"
|
254
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
255
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
253
|
+
comment: "The identifier value\t.",
|
254
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup",
|
255
|
+
label: "Identifier Group - Value",
|
256
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
257
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
256
258
|
property :identifierValue,
|
257
|
-
comment: "Used in conjuction with identifierType, when the type is not from the controlled vocabulary."
|
258
|
-
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup"
|
259
|
-
label: "Identifier - Value"
|
260
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
261
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
259
|
+
comment: "Used in conjuction with identifierType, when the type is not from the controlled vocabulary.",
|
260
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup",
|
261
|
+
label: "Identifier - Value",
|
262
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
263
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
262
264
|
property :issuance,
|
263
|
-
comment: "Describes the issuance of the resource."
|
264
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
265
|
-
label: "Issuance"
|
266
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
267
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
265
|
+
comment: "Describes the issuance of the resource.",
|
266
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
267
|
+
label: "Issuance",
|
268
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
269
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
268
270
|
property :languageOfResource,
|
269
|
-
comment: "The language (or one of several languages) of the resource. "
|
270
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
271
|
-
label: "Language of Resource"
|
272
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
271
|
+
comment: "The language (or one of several languages) of the resource. ",
|
272
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
273
|
+
label: "Language of Resource",
|
274
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
273
275
|
property :locationCopy,
|
274
|
-
comment: "Information about a specific tangible instance of a bibliographic resource or set which comprises one or more pieces via indication of sublocation and/or locator."
|
275
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Location"
|
276
|
-
label: "Location - Copy"
|
277
|
-
range: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
278
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
276
|
+
comment: "Information about a specific tangible instance of a bibliographic resource or set which comprises one or more pieces via indication of sublocation and/or locator.",
|
277
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location",
|
278
|
+
label: "Location - Copy",
|
279
|
+
range: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
280
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
279
281
|
property :locationCopyElectronicLocator,
|
280
|
-
comment: "URI of the copy of the resource."
|
281
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
282
|
-
label: "Location - Copy -- Electronic Locator"
|
283
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
284
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
282
|
+
comment: "URI of the copy of the resource.",
|
283
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
284
|
+
label: "Location - Copy -- Electronic Locator",
|
285
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
286
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
285
287
|
property :locationCopyEnumerationAndChronology,
|
286
|
-
comment: "A summary holdings statement for the copy. A string with information including volume or issue, date of publication or date of issue of a component of a multi-part resource, distinguishing it from other components of the same resource. "
|
287
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
288
|
-
label: "Location - Copy - Enumeration And Chronology"
|
289
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
290
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
288
|
+
comment: "A summary holdings statement for the copy. A string with information including volume or issue, date of publication or date of issue of a component of a multi-part resource, distinguishing it from other components of the same resource. ",
|
289
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
290
|
+
label: "Location - Copy - Enumeration And Chronology",
|
291
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
292
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
291
293
|
property :locationCopyEnumerationAndChronologyBasic,
|
292
|
-
comment: "One of three levels of enumerationAndChronology: 'basic'"
|
293
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
294
|
-
label: "Location - Copy - Enumeration And Chronology -- Basic"
|
295
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
296
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology"
|
297
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
294
|
+
comment: "One of three levels of enumerationAndChronology: 'basic'",
|
295
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
296
|
+
label: "Location - Copy - Enumeration And Chronology -- Basic",
|
297
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
298
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology",
|
299
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
298
300
|
property :locationCopyEnumerationAndChronologyIndex,
|
299
|
-
comment: "One of three levels of enumerationAndChronology:'index'"
|
300
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
301
|
-
label: "Location - Copy - Enumeration And Chronology -- Index"
|
302
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
303
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology"
|
304
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
301
|
+
comment: "One of three levels of enumerationAndChronology:'index'",
|
302
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
303
|
+
label: "Location - Copy - Enumeration And Chronology -- Index",
|
304
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
305
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology",
|
306
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
305
307
|
property :locationCopyEnumerationAndChronologySupplement,
|
306
|
-
comment: "One of three levels of enumerationAndChronology:'supplement'"
|
307
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
308
|
-
label: "Location - Copy - Enumeration And Chronology -- Supplement"
|
309
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
310
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology"
|
311
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
308
|
+
comment: "One of three levels of enumerationAndChronology:'supplement'",
|
309
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
310
|
+
label: "Location - Copy - Enumeration And Chronology -- Supplement",
|
311
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
312
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology",
|
313
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
312
314
|
property :locationCopyForm,
|
313
|
-
comment: "The form of a particular copy may be indicated when the general description refers to multiple forms and there is different detailed holdings information associated with different forms."
|
314
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
315
|
-
label: "Location - Copy -- Form"
|
316
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
317
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
315
|
+
comment: "The form of a particular copy may be indicated when the general description refers to multiple forms and there is different detailed holdings information associated with different forms.",
|
316
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
317
|
+
label: "Location - Copy -- Form",
|
318
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
319
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
318
320
|
property :locationCopyNote,
|
319
|
-
comment: "A note pertaining to a specific copy."
|
320
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
321
|
-
label: "Location - Copy -- Note"
|
322
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
323
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
321
|
+
comment: "A note pertaining to a specific copy.",
|
322
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
323
|
+
label: "Location - Copy -- Note",
|
324
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
325
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
324
326
|
property :locationCopyShelfLocator,
|
325
|
-
comment: "Shelfmark or other shelving designation that indicates the location identifier for a copy."
|
326
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
327
|
-
label: "Location - Copy -- Shelf Locator"
|
328
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
329
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
327
|
+
comment: "Shelfmark or other shelving designation that indicates the location identifier for a copy.",
|
328
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
329
|
+
label: "Location - Copy -- Shelf Locator",
|
330
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
331
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
330
332
|
property :locationCopySublocation,
|
331
|
-
comment: "Department, division, or section of an institution holding a copy of the resource."
|
332
|
-
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy"
|
333
|
-
label: "Location - Copy -- Sublocation"
|
334
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
335
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
333
|
+
comment: "Department, division, or section of an institution holding a copy of the resource.",
|
334
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy",
|
335
|
+
label: "Location - Copy -- Sublocation",
|
336
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
337
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
336
338
|
property :locationOfResource,
|
337
|
-
comment: "The location (or one of several locations) at which the resource resides."
|
338
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
339
|
-
label: "Location"
|
340
|
-
range: "http://www.loc.gov/mods/rdf/v1#Location"
|
341
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
339
|
+
comment: "The location (or one of several locations) at which the resource resides.",
|
340
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
341
|
+
label: "Location",
|
342
|
+
range: "http://www.loc.gov/mods/rdf/v1#Location",
|
343
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
342
344
|
property :locationPhysical,
|
343
|
-
comment: "The institution or repository that holds the resource, or where it is available."
|
344
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Location"
|
345
|
-
label: "Location - Physical Location"
|
346
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
347
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
345
|
+
comment: "The institution or repository that holds the resource, or where it is available.",
|
346
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location",
|
347
|
+
label: "Location - Physical Location",
|
348
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
349
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
348
350
|
property :locationShelfLocator,
|
349
|
-
comment: "Shelfmark or other shelving designation"
|
350
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Location"
|
351
|
-
label: "Location - Shelf Locator"
|
352
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
353
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
351
|
+
comment: "Shelfmark or other shelving designation",
|
352
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location",
|
353
|
+
label: "Location - Shelf Locator",
|
354
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
355
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
354
356
|
property :locationUrl,
|
355
|
-
comment: "Location of the resource (a URL)"
|
356
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Location"
|
357
|
-
label: "Location - URL"
|
358
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
359
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
357
|
+
comment: "Location of the resource (a URL)",
|
358
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location",
|
359
|
+
label: "Location - URL",
|
360
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
361
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
360
362
|
property :mediaType,
|
361
|
-
comment: "An Internet Media (MIME) type e.g. text/html. "
|
362
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
363
|
-
label: "Media Type"
|
364
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
365
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
363
|
+
comment: "An Internet Media (MIME) type e.g. text/html. ",
|
364
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
365
|
+
label: "Media Type",
|
366
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
367
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
366
368
|
property :name,
|
367
|
-
comment: "A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. "
|
368
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
369
|
-
label: "Name"
|
370
|
-
range: "http://www.loc.gov/mads/rdf/v1#Name"
|
371
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
369
|
+
comment: "A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. ",
|
370
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
371
|
+
label: "Name",
|
372
|
+
range: "http://www.loc.gov/mads/rdf/v1#Name",
|
373
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
372
374
|
property :namePrincipal,
|
373
|
-
comment: "A name that has been distinguished as the principal name associated with the resource. There should be no more than one name principal name. (The rule for determining the principal name is as follows: If the role associated with the name is 'creator' AND if it is the only name whose role is 'creator' then it is the principal name. Thus if there are more than one name, or no name, whose role is 'creator', then there is no principal name.) If there is a principal name, and if there is a uniform title, then that name and title are to be combined into a nameTitle. "
|
374
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
375
|
-
label: "Name - Principle"
|
376
|
-
range: "http://www.loc.gov/mads/rdf/v1#Name"
|
377
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#name"
|
378
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
375
|
+
comment: "A name that has been distinguished as the principal name associated with the resource. There should be no more than one name principal name. (The rule for determining the principal name is as follows: If the role associated with the name is 'creator' AND if it is the only name whose role is 'creator' then it is the principal name. Thus if there are more than one name, or no name, whose role is 'creator', then there is no principal name.) If there is a principal name, and if there is a uniform title, then that name and title are to be combined into a nameTitle. ",
|
376
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
377
|
+
label: "Name - Principle",
|
378
|
+
range: "http://www.loc.gov/mads/rdf/v1#Name",
|
379
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#name",
|
380
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
379
381
|
property :note,
|
380
|
-
comment: "Textual information about the resource. This property is used when no type is specified. (In contrast to hasTypedNote, whose object is an aggregator that includes both the type and note.)"
|
381
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
382
|
-
label: "Note"
|
383
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
384
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
382
|
+
comment: "Textual information about the resource. This property is used when no type is specified. (In contrast to hasTypedNote, whose object is an aggregator that includes both the type and note.)",
|
383
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
384
|
+
label: "Note",
|
385
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
386
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
385
387
|
property :noteGroup,
|
386
|
-
comment: "Used for a note with a type (other than \"statement of responsibility\")"
|
387
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
388
|
-
label: "Note Group"
|
389
|
-
range: "http://www.loc.gov/mods/rdf/v1#NoteGroup"
|
390
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
388
|
+
comment: "Used for a note with a type (other than \"statement of responsibility\")",
|
389
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
390
|
+
label: "Note Group",
|
391
|
+
range: "http://www.loc.gov/mods/rdf/v1#NoteGroup",
|
392
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
391
393
|
property :noteGroupType,
|
392
|
-
comment: "A property of NoteGroup - used when a type is supplied for the note. The type."
|
393
|
-
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup"
|
394
|
-
label: "NoteGroup - Type"
|
395
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
396
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
394
|
+
comment: "A property of NoteGroup - used when a type is supplied for the note. The type.",
|
395
|
+
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup",
|
396
|
+
label: "NoteGroup - Type",
|
397
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
398
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
397
399
|
property :noteGroupValue,
|
398
|
-
comment: "A property of noteGroup - used when a type is supplied for the note. The text of the note."
|
399
|
-
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup"
|
400
|
-
label: "NoteGroup - Value"
|
401
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
402
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
400
|
+
comment: "A property of noteGroup - used when a type is supplied for the note. The text of the note.",
|
401
|
+
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup",
|
402
|
+
label: "NoteGroup - Value",
|
403
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
404
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
403
405
|
property :part,
|
404
|
-
comment: "Information about a physical part of the resource, including the part number, its caption and title, and dimensions. "
|
405
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
406
|
-
label: "Part"
|
407
|
-
range: "http://www.loc.gov/mods/rdf/v1#Part"
|
408
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
406
|
+
comment: "Information about a physical part of the resource, including the part number, its caption and title, and dimensions. ",
|
407
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
408
|
+
label: "Part",
|
409
|
+
range: "http://www.loc.gov/mods/rdf/v1#Part",
|
410
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
409
411
|
property :partDate,
|
410
|
-
comment: "Date associated with a part."
|
411
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
412
|
-
label: "Part Date"
|
413
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date"
|
414
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
412
|
+
comment: "Date associated with a part.",
|
413
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
414
|
+
label: "Part Date",
|
415
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date",
|
416
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
415
417
|
property :partDetailType,
|
416
|
-
comment: "The type of the resource part, e.g. volume, issue, page."
|
417
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
418
|
-
label: "Part - Detail Type"
|
419
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
420
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
418
|
+
comment: "The type of the resource part, e.g. volume, issue, page.",
|
419
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
420
|
+
label: "Part - Detail Type",
|
421
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
422
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
421
423
|
property :partEnd,
|
422
|
-
comment: "The value of the end of a part. For example, if unit of the part has value 'page', this is the number of the last page. "
|
423
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
424
|
-
label: "Part - End"
|
425
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
426
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
424
|
+
comment: "The value of the end of a part. For example, if unit of the part has value 'page', this is the number of the last page. ",
|
425
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
426
|
+
label: "Part - End",
|
427
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
428
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
427
429
|
property :partLevel,
|
428
|
-
comment: "A property of a part - the level of numbering in the host/parent item."
|
429
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
430
|
-
label: "Part - Level"
|
431
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
432
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
430
|
+
comment: "A property of a part - the level of numbering in the host/parent item.",
|
431
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
432
|
+
label: "Part - Level",
|
433
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
434
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
433
435
|
property :partList,
|
434
|
-
comment: "A property of a part - a textual listing of the units within the part."
|
435
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
436
|
-
label: "Part - List"
|
437
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
438
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
436
|
+
comment: "A property of a part - a textual listing of the units within the part.",
|
437
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
438
|
+
label: "Part - List",
|
439
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
440
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
439
441
|
property :partName,
|
440
|
-
comment: "A string that designates the part name."
|
441
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
442
|
-
label: "Part - Name"
|
443
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
444
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
442
|
+
comment: "A string that designates the part name.",
|
443
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
444
|
+
label: "Part - Name",
|
445
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
446
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
445
447
|
property :partNumber,
|
446
|
-
comment: "A string that designates the part number."
|
447
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
448
|
-
label: "Part - Number"
|
449
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
450
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
448
|
+
comment: "A string that designates the part number.",
|
449
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
450
|
+
label: "Part - Number",
|
451
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
452
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
451
453
|
property :partOrder,
|
452
|
-
comment: "An integer that designates the sequence of parts"
|
453
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
454
|
-
label: "Part - Order"
|
455
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
456
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
454
|
+
comment: "An integer that designates the sequence of parts",
|
455
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
456
|
+
label: "Part - Order",
|
457
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
458
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
457
459
|
property :partStart,
|
458
|
-
comment: "The beginning unit of the part."
|
459
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
460
|
-
label: "Part - Start"
|
461
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
462
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
460
|
+
comment: "The beginning unit of the part.",
|
461
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
462
|
+
label: "Part - Start",
|
463
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
464
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
463
465
|
property :partTotal,
|
464
|
-
comment: "The total number of units within a part."
|
465
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
466
|
-
label: "Part - Total"
|
467
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
468
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
466
|
+
comment: "The total number of units within a part.",
|
467
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
468
|
+
label: "Part - Total",
|
469
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
470
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
469
471
|
property :partType,
|
470
|
-
comment: "The segment type of a part. (When parts are included, the resource is ususally a document, so the part type would be the segment type of the document.)"
|
471
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
472
|
-
label: "Part - Type"
|
473
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
474
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
472
|
+
comment: "The segment type of a part. (When parts are included, the resource is ususally a document, so the part type would be the segment type of the document.)",
|
473
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
474
|
+
label: "Part - Type",
|
475
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
476
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
475
477
|
property :partUnit,
|
476
|
-
comment: "the unit -- e.g. page, chapter -- applying to the start, end, and total values."
|
477
|
-
domain: "http://www.loc.gov/mods/rdf/v1#Part"
|
478
|
-
label: "Part - Unit"
|
479
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
480
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
478
|
+
comment: "the unit -- e.g. page, chapter -- applying to the start, end, and total values.",
|
479
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part",
|
480
|
+
label: "Part - Unit",
|
481
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
482
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
481
483
|
property :physicalExtent,
|
482
|
-
comment: "a statement of the number and specific material of the units of the resource that express physical extent."
|
483
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
484
|
-
label: "Physical Extent"
|
485
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
486
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
484
|
+
comment: "a statement of the number and specific material of the units of the resource that express physical extent.",
|
485
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
486
|
+
label: "Physical Extent",
|
487
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
488
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
487
489
|
property :physicalForm,
|
488
|
-
comment: "A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint"
|
489
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
490
|
-
label: "Physical Form"
|
491
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
492
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
490
|
+
comment: "A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint",
|
491
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
492
|
+
label: "Physical Form",
|
493
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
494
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
493
495
|
property :placeOfOrigin,
|
494
|
-
comment: "Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic."
|
495
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
496
|
-
label: "Place"
|
497
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
498
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
496
|
+
comment: "Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic.",
|
497
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
498
|
+
label: "Place",
|
499
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
500
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
499
501
|
property :publisher,
|
500
|
-
comment: "The name of the entity that published, printed, distributed, released, issued, or produced the resource."
|
501
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
502
|
-
label: "Publisher"
|
503
|
-
range: "http://www.loc.gov/mads/rdf/v1#Name"
|
504
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
502
|
+
comment: "The name of the entity that published, printed, distributed, released, issued, or produced the resource.",
|
503
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
504
|
+
label: "Publisher",
|
505
|
+
range: "http://www.loc.gov/mads/rdf/v1#Name",
|
506
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
505
507
|
property :recordContentSource,
|
506
|
-
comment: "The code or name of the organization that either created the original description or modified it."
|
507
|
-
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata"
|
508
|
-
label: "Record Content Source"
|
509
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
510
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
508
|
+
comment: "The code or name of the organization that either created the original description or modified it.",
|
509
|
+
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata",
|
510
|
+
label: "Record Content Source",
|
511
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
512
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
511
513
|
property :recordDescriptionStandard,
|
512
|
-
comment: "Part of administrative metadata. The standard which designates the rules used for the content of the description."
|
513
|
-
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata"
|
514
|
-
label: "Record Description Standard"
|
515
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
516
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
514
|
+
comment: "Part of administrative metadata. The standard which designates the rules used for the content of the description.",
|
515
|
+
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata",
|
516
|
+
label: "Record Description Standard",
|
517
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
518
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
517
519
|
property :recordIdentifier,
|
518
|
-
comment: "The system control number assigned by the organization creating, using, or distributing the description."
|
519
|
-
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata"
|
520
|
-
label: "Record Identifier"
|
521
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
522
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
520
|
+
comment: "The system control number assigned by the organization creating, using, or distributing the description.",
|
521
|
+
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata",
|
522
|
+
label: "Record Identifier",
|
523
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
524
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
523
525
|
property :recordOrigin,
|
524
|
-
comment: "Describes the origin or provenance of the description."
|
525
|
-
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata"
|
526
|
-
label: "Record Origin"
|
527
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
528
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
526
|
+
comment: "Describes the origin or provenance of the description.",
|
527
|
+
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata",
|
528
|
+
label: "Record Origin",
|
529
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
530
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
529
531
|
property :reformattingQuality,
|
530
|
-
comment: "The reformatting quality; e.g. access, preservation, replacement."
|
531
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
532
|
-
label: "Reformatting Quality"
|
533
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
532
|
+
comment: "The reformatting quality; e.g. access, preservation, replacement.",
|
533
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
534
|
+
label: "Reformatting Quality",
|
535
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
534
536
|
property :relatedConstituent,
|
535
|
-
comment: "Relates the described MODS resource to another MODS resource which is a constituent of the described resource. "
|
536
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
537
|
-
label: "Related item - Constituent"
|
538
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
539
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
540
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
537
|
+
comment: "Relates the described MODS resource to another MODS resource which is a constituent of the described resource. ",
|
538
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
539
|
+
label: "Related item - Constituent",
|
540
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
541
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
542
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
541
543
|
property :relatedFormat,
|
542
|
-
comment: "Relates the described MODS resource to a similar MODS resource of a different format."
|
543
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
544
|
-
label: "Related item - Other Format"
|
545
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
546
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
547
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
544
|
+
comment: "Relates the described MODS resource to a similar MODS resource of a different format.",
|
545
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
546
|
+
label: "Related item - Other Format",
|
547
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
548
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
549
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
548
550
|
property :relatedHost,
|
549
|
-
comment: "Relates the described MODS resource to another MODS resource which is a host of the described resource."
|
550
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
551
|
-
label: "Related item - Host"
|
552
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
553
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
554
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
551
|
+
comment: "Relates the described MODS resource to another MODS resource which is a host of the described resource.",
|
552
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
553
|
+
label: "Related item - Host",
|
554
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
555
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
556
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
555
557
|
property :relatedInstantiation,
|
556
|
-
comment: "Relates the described resource to a another MODS resource with different origination information."
|
557
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
558
|
-
label: "Related item - Instantiation"
|
559
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
560
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
561
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
558
|
+
comment: "Relates the described resource to a another MODS resource with different origination information.",
|
559
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
560
|
+
label: "Related item - Instantiation",
|
561
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
562
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
563
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
562
564
|
property :relatedItem,
|
563
|
-
comment: "Relates the described MODS resource to another, related MODS resource."
|
564
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
565
|
-
label: "Related Item"
|
566
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
567
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
565
|
+
comment: "Relates the described MODS resource to another, related MODS resource.",
|
566
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
567
|
+
label: "Related Item",
|
568
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
569
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
568
570
|
property :relatedOriginal,
|
569
|
-
comment: "Relates the described MODS resource to another MODS resource which is an original of the described resource."
|
570
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
571
|
-
label: "Related item - Original"
|
572
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
573
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
574
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
571
|
+
comment: "Relates the described MODS resource to another MODS resource which is an original of the described resource.",
|
572
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
573
|
+
label: "Related item - Original",
|
574
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
575
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
576
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
575
577
|
property :relatedPreceding,
|
576
|
-
comment: "Relates the described MODS resource to a MODS resource which preceded the described resource."
|
577
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
578
|
-
label: "Related item - Preceding"
|
579
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
580
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
581
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
578
|
+
comment: "Relates the described MODS resource to a MODS resource which preceded the described resource.",
|
579
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
580
|
+
label: "Related item - Preceding",
|
581
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
582
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
583
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
582
584
|
property :relatedReference,
|
583
|
-
comment: "Relates the described MODS resource to another MODS resource which the described resource references."
|
584
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
585
|
-
label: "Related item - Reference"
|
586
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
587
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
588
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
585
|
+
comment: "Relates the described MODS resource to another MODS resource which the described resource references.",
|
586
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
587
|
+
label: "Related item - Reference",
|
588
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
589
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
590
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
589
591
|
property :relatedReferencedBy,
|
590
|
-
comment: [""
|
591
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
592
|
-
label: "Related item - Referenced By"
|
593
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
594
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
595
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
592
|
+
comment: ["", "Relates the described MODS resource to another MODS resource which references the described resource."],
|
593
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
594
|
+
label: "Related item - Referenced By",
|
595
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
596
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
597
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
596
598
|
property :relatedReview,
|
597
|
-
comment: "Relates the described MODS resource to another MODS resource which is review of the described resource."
|
598
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
599
|
-
label: "Related item - Review"
|
600
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
601
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
602
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
599
|
+
comment: "Relates the described MODS resource to another MODS resource which is review of the described resource.",
|
600
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
601
|
+
label: "Related item - Review",
|
602
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
603
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
604
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
603
605
|
property :relatedSeries,
|
604
|
-
comment: "Relates the described resource to a another MODS resource which is a series of which the described resource is a part."
|
605
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
606
|
-
label: "Related item - Series"
|
607
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
608
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
609
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
606
|
+
comment: "Relates the described resource to a another MODS resource which is a series of which the described resource is a part.",
|
607
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
608
|
+
label: "Related item - Series",
|
609
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
610
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
611
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
610
612
|
property :relatedSucceeding,
|
611
|
-
comment: "Relates the described resource to a another MODS resource which suceeded it."
|
612
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
613
|
-
label: "Related item - Suceeding"
|
614
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
615
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
616
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
613
|
+
comment: "Relates the described resource to a another MODS resource which suceeded it.",
|
614
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
615
|
+
label: "Related item - Suceeding",
|
616
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
617
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
618
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
617
619
|
property :relatedVersion,
|
618
|
-
comment: "Relates the described MODS resource to another MODS resource which is a different version of the described resource."
|
619
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
620
|
-
label: "Related Item - Other Version"
|
621
|
-
range: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
622
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem"
|
623
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
620
|
+
comment: "Relates the described MODS resource to another MODS resource which is a different version of the described resource.",
|
621
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
622
|
+
label: "Related Item - Other Version",
|
623
|
+
range: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
624
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem",
|
625
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
624
626
|
property :role,
|
625
|
-
comment: "role is an abstract property, for which all terms in the relator vocabulary of roles become subproperties. Thus for example 'relator:artist' refers to the role 'artist' within that vocabulary. (The prefix 'relator:' is used to denote the namespace for the \"relator\" vocabulary. \n\nThe property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name."
|
626
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
627
|
-
equivalentProperty: "http://id.loc.gov/vocabulary/relators/role"
|
628
|
-
label: "Role (unbound)"
|
629
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
627
|
+
comment: "role is an abstract property, for which all terms in the relator vocabulary of roles become subproperties. Thus for example 'relator:artist' refers to the role 'artist' within that vocabulary. (The prefix 'relator:' is used to denote the namespace for the \"relator\" vocabulary. \n\nThe property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.",
|
628
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
629
|
+
equivalentProperty: "http://id.loc.gov/vocabulary/relators/role",
|
630
|
+
label: "Role (unbound)",
|
631
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
630
632
|
property :roleRelationship,
|
631
|
-
comment: "Binds a name to the role that the named entity played for the resource. "
|
632
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
633
|
-
label: "Role Relationship"
|
634
|
-
range: "http://www.loc.gov/mods/rdf/v1#RoleRelationship"
|
635
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
633
|
+
comment: "Binds a name to the role that the named entity played for the resource. ",
|
634
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
635
|
+
label: "Role Relationship",
|
636
|
+
range: "http://www.loc.gov/mods/rdf/v1#RoleRelationship",
|
637
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
636
638
|
property :roleRelationshipName,
|
637
|
-
comment: "The name included in a roleRelationship. The roleRelationship binds an name and a role, where the name is a name associated with the resource and is specified elsewhere via the hasName property. This mechanism is used when the role is not part of a known vocabulary. Otherwise, the relationship is expressed by using the role vocabulary term as the property; for example, see relator:creator."
|
638
|
-
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship"
|
639
|
-
label: "Role Relationship - Name"
|
640
|
-
range: "http://www.loc.gov/mads/rdf/v1#Name"
|
641
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
639
|
+
comment: "The name included in a roleRelationship. The roleRelationship binds an name and a role, where the name is a name associated with the resource and is specified elsewhere via the hasName property. This mechanism is used when the role is not part of a known vocabulary. Otherwise, the relationship is expressed by using the role vocabulary term as the property; for example, see relator:creator.",
|
640
|
+
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship",
|
641
|
+
label: "Role Relationship - Name",
|
642
|
+
range: "http://www.loc.gov/mads/rdf/v1#Name",
|
643
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
642
644
|
property :roleRelationshipRole,
|
643
|
-
comment: "The role associated with a name, where the name and role are bound together in a roleRelationship."
|
644
|
-
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship"
|
645
|
-
label: "Role Relationship - Role"
|
646
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
647
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
645
|
+
comment: "The role associated with a name, where the name and role are bound together in a roleRelationship.",
|
646
|
+
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship",
|
647
|
+
label: "Role Relationship - Role",
|
648
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
649
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
648
650
|
property :statementOfResponsibility,
|
649
|
-
comment: "A note, when the note type is \"statement of responsibility\""
|
650
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
651
|
-
label: "Statement of Responsibility"
|
652
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
653
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
651
|
+
comment: "A note, when the note type is \"statement of responsibility\"",
|
652
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
653
|
+
label: "Statement of Responsibility",
|
654
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
655
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
654
656
|
property :subject,
|
655
|
-
comment: "An abstract property defined for which the various subject catergories (e.g. subjectGenre, subjectTitle) are subproperties."
|
656
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
657
|
-
label: "Subject"
|
658
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
657
|
+
comment: "An abstract property defined for which the various subject catergories (e.g. subjectGenre, subjectTitle) are subproperties.",
|
658
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
659
|
+
label: "Subject",
|
660
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
659
661
|
property :subjectComplex,
|
660
|
-
comment: "A subject of the resource composed of several component subjects. "
|
661
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
662
|
-
label: "Subject - Complex"
|
663
|
-
range: "http://www.loc.gov/mads/rdf/v1#ComplexSubject"
|
664
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
665
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
662
|
+
comment: "A subject of the resource composed of several component subjects. ",
|
663
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
664
|
+
label: "Subject - Complex",
|
665
|
+
range: "http://www.loc.gov/mads/rdf/v1#ComplexSubject",
|
666
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
667
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
666
668
|
property :subjectGenre,
|
667
|
-
comment: "A subject of the resource which is a genre, expressed in terms of a MADS GenreForm."
|
668
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
669
|
-
label: "Subject - Genre Subject"
|
670
|
-
range: "http://www.loc.gov/mads/rdf/v1#GenreForm"
|
671
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
672
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
669
|
+
comment: "A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.",
|
670
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
671
|
+
label: "Subject - Genre Subject",
|
672
|
+
range: "http://www.loc.gov/mads/rdf/v1#GenreForm",
|
673
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
674
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
673
675
|
property :subjectGeographic,
|
674
|
-
comment: "A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic."
|
675
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
676
|
-
label: "Subject - Geographic "
|
677
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
678
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
679
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
676
|
+
comment: "A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.",
|
677
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
678
|
+
label: "Subject - Geographic ",
|
679
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
680
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
681
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
680
682
|
property :subjectGeographicCode,
|
681
|
-
comment: "A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic."
|
682
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
683
|
-
label: "Subject - Geographic Code "
|
684
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
685
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subjectGeographic"
|
686
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
683
|
+
comment: "A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.",
|
684
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
685
|
+
label: "Subject - Geographic Code ",
|
686
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
687
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subjectGeographic",
|
688
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
687
689
|
property :subjectHierarchicalGeographic,
|
688
|
-
comment: "A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics."
|
689
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
690
|
-
label: "Subject - Hierarchical Geographic "
|
691
|
-
range: "http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic"
|
692
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
693
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
690
|
+
comment: "A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.",
|
691
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
692
|
+
label: "Subject - Hierarchical Geographic ",
|
693
|
+
range: "http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic",
|
694
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
695
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
694
696
|
property :subjectName,
|
695
|
-
comment: "A subject of the resource which is a name, expressed in terms of a MADS Name."
|
696
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
697
|
-
label: "Subject - Name Subject"
|
698
|
-
range: "http://www.loc.gov/mads/rdf/v1#Name"
|
699
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
700
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
697
|
+
comment: "A subject of the resource which is a name, expressed in terms of a MADS Name.",
|
698
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
699
|
+
label: "Subject - Name Subject",
|
700
|
+
range: "http://www.loc.gov/mads/rdf/v1#Name",
|
701
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
702
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
701
703
|
property :subjectOccupation,
|
702
|
-
comment: "A subject of the resource which is an occupation, expressed in terms of a MADS Occupation."
|
703
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
704
|
-
label: "Subject - Occupation"
|
705
|
-
range: "http://www.loc.gov/mads/rdf/v1#Occupation"
|
706
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
707
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
704
|
+
comment: "A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.",
|
705
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
706
|
+
label: "Subject - Occupation",
|
707
|
+
range: "http://www.loc.gov/mads/rdf/v1#Occupation",
|
708
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
709
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
708
710
|
property :subjectTemporal,
|
709
|
-
comment: "A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal."
|
710
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
711
|
-
label: "Subject - Temporal"
|
712
|
-
range: "http://www.loc.gov/mads/rdf/v1#Temporal"
|
713
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
714
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
711
|
+
comment: "A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.",
|
712
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
713
|
+
label: "Subject - Temporal",
|
714
|
+
range: "http://www.loc.gov/mads/rdf/v1#Temporal",
|
715
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
716
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
715
717
|
property :subjectTitle,
|
716
|
-
comment: "A subject of the resource which is a title, expressed in terms of a MADS Title."
|
717
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
718
|
-
label: "Subject - Title"
|
719
|
-
range: "http://www.loc.gov/mads/rdf/v1#Title"
|
720
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
721
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
718
|
+
comment: "A subject of the resource which is a title, expressed in terms of a MADS Title.",
|
719
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
720
|
+
label: "Subject - Title",
|
721
|
+
range: "http://www.loc.gov/mads/rdf/v1#Title",
|
722
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
723
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
722
724
|
property :subjectTopic,
|
723
|
-
comment: "A subject of the resource which is a topic, expressed in terms of a MADS Topic."
|
724
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
725
|
-
label: "Subject - Topic"
|
726
|
-
range: "http://www.loc.gov/mads/rdf/v1#Topic"
|
727
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject"
|
728
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
725
|
+
comment: "A subject of the resource which is a topic, expressed in terms of a MADS Topic.",
|
726
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
727
|
+
label: "Subject - Topic",
|
728
|
+
range: "http://www.loc.gov/mads/rdf/v1#Topic",
|
729
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject",
|
730
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
729
731
|
property :tableOfContents,
|
730
|
-
comment: "Description of the contents of the resource."
|
731
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
732
|
-
label: "Table of Contents"
|
733
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
734
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
732
|
+
comment: "Description of the contents of the resource.",
|
733
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
734
|
+
label: "Table of Contents",
|
735
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
736
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
735
737
|
property :targetAudience,
|
736
|
-
comment: "The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized."
|
737
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
738
|
-
label: "Target Audience"
|
739
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
740
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
738
|
+
comment: "The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.",
|
739
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
740
|
+
label: "Target Audience",
|
741
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
742
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
741
743
|
property :title,
|
742
|
-
comment: "A title for the resource. Represented as a MADS Title."
|
743
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
744
|
-
label: "Title"
|
745
|
-
range: "http://www.loc.gov/mads/rdf/v1#Title"
|
746
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
744
|
+
comment: "A title for the resource. Represented as a MADS Title.",
|
745
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
746
|
+
label: "Title",
|
747
|
+
range: "http://www.loc.gov/mads/rdf/v1#Title",
|
748
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
747
749
|
property :titlePrincipal,
|
748
|
-
comment: "A title which has been distinguished as the principal title. (This corresponds to a MODS XML titleInfo with no type attribute.) There should be no more than one principal title. Represented as a MADS Title."
|
749
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
750
|
-
label: "Title - Principal"
|
751
|
-
range: "http://www.loc.gov/mads/rdf/v1#Title"
|
752
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title"
|
753
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
750
|
+
comment: "A title which has been distinguished as the principal title. (This corresponds to a MODS XML titleInfo with no type attribute.) There should be no more than one principal title. Represented as a MADS Title.",
|
751
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
752
|
+
label: "Title - Principal",
|
753
|
+
range: "http://www.loc.gov/mads/rdf/v1#Title",
|
754
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title",
|
755
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
754
756
|
property :titleUniform,
|
755
|
-
comment: "A title which has been distinguished as a uniform title. (This corresponds to a MODS XML titleInfo with 'type=uniform' attribute.) There should be no more than one uniform title. Represented as a MADS Title, or, if there is a primary name, it is represented as a MADS NameTitle. "
|
756
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
757
|
-
label: "Title - Uniform"
|
758
|
-
range: "http://www.loc.gov/mads/rdf/v1#Title"
|
759
|
-
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title"
|
760
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
757
|
+
comment: "A title which has been distinguished as a uniform title. (This corresponds to a MODS XML titleInfo with 'type=uniform' attribute.) There should be no more than one uniform title. Represented as a MADS Title, or, if there is a primary name, it is represented as a MADS NameTitle. ",
|
758
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
759
|
+
label: "Title - Uniform",
|
760
|
+
range: "http://www.loc.gov/mads/rdf/v1#Title",
|
761
|
+
subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title",
|
762
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
761
763
|
|
762
764
|
# Extra definitions
|
763
765
|
term :access,
|
764
|
-
type: ["http://www.loc.gov/mods/rdf/ReformattingQuality"
|
766
|
+
type: ["http://www.loc.gov/mods/rdf/ReformattingQuality", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
765
767
|
term :date,
|
766
|
-
comment: "An abstract property for which date properties in general are subproperties."
|
767
|
-
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource"
|
768
|
-
label: "Date"
|
768
|
+
comment: "An abstract property for which date properties in general are subproperties.",
|
769
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource",
|
770
|
+
label: "Date"
|
769
771
|
term :digitizedAnalog,
|
770
|
-
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin"
|
772
|
+
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
771
773
|
term :digitizedMicrofilm,
|
772
|
-
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin"
|
774
|
+
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
773
775
|
term :integratingResource,
|
774
|
-
type: ["http://www.loc.gov/mods/rdf/Issuance"
|
776
|
+
type: ["http://www.loc.gov/mods/rdf/Issuance", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
775
777
|
term :monographic,
|
776
|
-
type: ["http://www.loc.gov/mods/rdf/Issuance"
|
778
|
+
type: ["http://www.loc.gov/mods/rdf/Issuance", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
777
779
|
term :reformattedDigital,
|
778
|
-
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin"
|
780
|
+
type: ["http://www.loc.gov/mods/rdf/DigitalOrigin", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
779
781
|
term :serial,
|
780
|
-
type: ["http://www.loc.gov/mods/rdf/Issuance"
|
782
|
+
type: ["http://www.loc.gov/mods/rdf/Issuance", "http://www.w3.org/2002/07/owl#NamedIndividual"]
|
781
783
|
end
|
782
784
|
end
|