rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/mads.rb
CHANGED
@@ -3,860 +3,862 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/mads/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.loc.gov/mads/rdf/v1#>
|
7
|
+
# @!visibility private
|
6
8
|
MADS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.loc.gov/mads/rdf/v1#",
|
10
|
-
comment: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. \n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "
|
11
|
-
"http://purl.org/dc/terms/modified": "2019-01-04T17:01:03.065-05:00"
|
12
|
-
"http://www.w3.org/2002/07/owl#ontologyIRI": "http://www.loc.gov/mads/rdf/v1#"
|
13
|
-
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1"
|
14
|
-
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0"
|
15
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "1.4.0"
|
16
|
-
label: "MADS/RDF (Metadata Authority Description Schema in RDF)"
|
17
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: {en: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. \n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "},
|
13
|
+
"http://purl.org/dc/terms/modified": "2019-01-04T17:01:03.065-05:00",
|
14
|
+
"http://www.w3.org/2002/07/owl#ontologyIRI": "http://www.loc.gov/mads/rdf/v1#",
|
15
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1",
|
16
|
+
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0",
|
17
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.4.0",
|
18
|
+
label: "MADS/RDF (Metadata Authority Description Schema in RDF)",
|
19
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
18
20
|
|
19
21
|
# Class definitions
|
20
22
|
term :Address,
|
21
|
-
label: "Address"
|
22
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
23
|
+
label: {en: "Address"},
|
24
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
23
25
|
term :Affiliation,
|
24
|
-
comment: "A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates."
|
25
|
-
label: "Affiliation"
|
26
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
26
|
+
comment: {en: "A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates."},
|
27
|
+
label: {en: "Affiliation"},
|
28
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
27
29
|
term :Area,
|
28
|
-
comment: "Describes a resource whose label is a non-jurisdictional geographic entity."
|
29
|
-
label: "Area Type"
|
30
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
31
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
30
|
+
comment: "Describes a resource whose label is a non-jurisdictional geographic entity.",
|
31
|
+
label: {en: "Area Type"},
|
32
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
33
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
32
34
|
term :Authority,
|
33
|
-
comment: "A concept with a controlled label."
|
34
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority"
|
35
|
-
label: "Authority"
|
36
|
-
subClassOf: ["http://www.w3.org/2002/07/owl#Thing"
|
37
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
35
|
+
comment: "A concept with a controlled label.",
|
36
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority", "http://www.loc.gov/mads/rdf/v1#MADSCollection", "http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.loc.gov/mads/rdf/v1#Variant"],
|
37
|
+
label: {en: "Authority"},
|
38
|
+
subClassOf: ["http://www.w3.org/2002/07/owl#Thing", "http://www.w3.org/2004/02/skos/core#Concept"],
|
39
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
38
40
|
term :City,
|
39
|
-
comment: "Describes a resource whose label is an inhabited place incorporated as a city, town, etc."
|
40
|
-
label: "City Type"
|
41
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
42
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
41
|
+
comment: "Describes a resource whose label is an inhabited place incorporated as a city, town, etc.",
|
42
|
+
label: {en: "City Type"},
|
43
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
44
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
43
45
|
term :CitySection,
|
44
|
-
comment: "Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street."
|
45
|
-
label: "City Section Type"
|
46
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
47
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
46
|
+
comment: "Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.",
|
47
|
+
label: {en: "City Section Type"},
|
48
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
49
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
48
50
|
term :ComplexSubject,
|
49
|
-
comment: "The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource."
|
50
|
-
label: "Complex Subject Type"
|
51
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType"
|
52
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
51
|
+
comment: {en: "The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource."},
|
52
|
+
label: {en: "Complex Subject Type"},
|
53
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType",
|
54
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
53
55
|
term :ComplexType,
|
54
|
-
comment: "madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType."
|
56
|
+
comment: {en: "madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType."},
|
55
57
|
equivalentClass: term(
|
56
|
-
cardinality: "1"
|
57
|
-
onProperty: "http://www.loc.gov/mads/rdf/v1#componentList"
|
58
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
58
|
+
cardinality: "1",
|
59
|
+
onProperty: "http://www.loc.gov/mads/rdf/v1#componentList",
|
60
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
59
61
|
),
|
60
|
-
"http://www.w3.org/2002/07/owl#disjointUnionOf": list("http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic"
|
61
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
62
|
-
label: "Complex Type"
|
63
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType"
|
64
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
62
|
+
"http://www.w3.org/2002/07/owl#disjointUnionOf": list("http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic", "http://www.loc.gov/mads/rdf/v1#ComplexSubject", "http://www.loc.gov/mads/rdf/v1#NameTitle"),
|
63
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
64
|
+
label: {en: "Complex Type"},
|
65
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType",
|
66
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
65
67
|
term :ConferenceName,
|
66
|
-
comment: "Describes a resource whose label represents a conference name."
|
67
|
-
label: "Conference Name Type"
|
68
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name"
|
69
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
68
|
+
comment: "Describes a resource whose label represents a conference name.",
|
69
|
+
label: {en: "Conference Name Type"},
|
70
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name",
|
71
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
70
72
|
term :Continent,
|
71
|
-
comment: "Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica."
|
72
|
-
label: "Continent Type"
|
73
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
74
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
73
|
+
comment: "Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica.",
|
74
|
+
label: {en: "Continent Type"},
|
75
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
76
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
75
77
|
term :CorporateName,
|
76
|
-
comment: "Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities."
|
77
|
-
label: "Corporate Name Type"
|
78
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name"
|
79
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
78
|
+
comment: "Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.",
|
79
|
+
label: {en: "Corporate Name Type"},
|
80
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name",
|
81
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
80
82
|
term :Country,
|
81
|
-
comment: "Describes a resource whose label is a country, i.e. a political entity considered a country. "
|
82
|
-
label: "Country Type"
|
83
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
84
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
83
|
+
comment: "Describes a resource whose label is a country, i.e. a political entity considered a country. ",
|
84
|
+
label: {en: "Country Type"},
|
85
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
86
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
85
87
|
term :County,
|
86
|
-
comment: "Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England."
|
87
|
-
label: "County Type"
|
88
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
89
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
88
|
+
comment: "Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.",
|
89
|
+
label: {en: "County Type"},
|
90
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
91
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
90
92
|
term :DateNameElement,
|
91
|
-
label: "Date Name Element"
|
92
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement"
|
93
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
93
|
+
label: "Date Name Element",
|
94
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement",
|
95
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
94
96
|
term :DeprecatedAuthority,
|
95
|
-
comment: "A former Authority."
|
96
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority"
|
97
|
-
label: "Deprecated Authority"
|
98
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
99
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
97
|
+
comment: "A former Authority.",
|
98
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection", "http://www.loc.gov/mads/rdf/v1#MADSScheme"],
|
99
|
+
label: "Deprecated Authority",
|
100
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
101
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
100
102
|
term :Element,
|
101
|
-
comment: "madsrdf:Element types describe the various parts of labels."
|
103
|
+
comment: "madsrdf:Element types describe the various parts of labels.",
|
102
104
|
equivalentClass: term(
|
103
|
-
cardinality: "1"
|
104
|
-
onProperty: "http://www.loc.gov/mads/rdf/v1#elementValue"
|
105
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
105
|
+
cardinality: "1",
|
106
|
+
onProperty: "http://www.loc.gov/mads/rdf/v1#elementValue",
|
107
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
106
108
|
),
|
107
|
-
label: "Element"
|
108
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
109
|
+
label: {en: "Element"},
|
110
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
109
111
|
term :ExtraterrestrialArea,
|
110
|
-
comment: "Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet."
|
111
|
-
label: "Extraterrestrial Area Type"
|
112
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
113
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
112
|
+
comment: "Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet.",
|
113
|
+
label: {en: "Extraterrestrial Area Type"},
|
114
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
115
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
114
116
|
term :FamilyName,
|
115
|
-
comment: "Describes a resource whose label represents a family name."
|
116
|
-
label: "Family Name Type"
|
117
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name"
|
118
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
117
|
+
comment: "Describes a resource whose label represents a family name.",
|
118
|
+
label: {en: "Family Name Type"},
|
119
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name",
|
120
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
119
121
|
term :FamilyNameElement,
|
120
|
-
label: "Family Name Element"
|
121
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement"
|
122
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
122
|
+
label: "Family Name Element",
|
123
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement",
|
124
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
123
125
|
term :FullNameElement,
|
124
|
-
label: "Fullname Element"
|
125
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement"
|
126
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
126
|
+
label: "Fullname Element",
|
127
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement",
|
128
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
127
129
|
term :GenreForm,
|
128
|
-
comment: "Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation."
|
129
|
-
label: "Genre/Form Type"
|
130
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
131
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
130
|
+
comment: {en: "Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation."},
|
131
|
+
label: {en: "Genre/Form Type"},
|
132
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
133
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
132
134
|
term :GenreFormElement,
|
133
|
-
label: "Genre/Form Element"
|
134
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
135
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
135
|
+
label: {en: "Genre/Form Element"},
|
136
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
137
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
136
138
|
term :Geographic,
|
137
|
-
comment: "Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination (City, Country, Region, etc.) cannot be made."
|
138
|
-
label: "Geographic Authority"
|
139
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
140
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
139
|
+
comment: {en: "Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination (City, Country, Region, etc.) cannot be made."},
|
140
|
+
label: {en: "Geographic Authority"},
|
141
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
142
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
141
143
|
term :GeographicElement,
|
142
|
-
label: "Geographic Element"
|
143
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
144
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
144
|
+
label: {en: "Geographic Element"},
|
145
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
146
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
145
147
|
term :GivenNameElement,
|
146
|
-
label: "Given Name Element"
|
147
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement"
|
148
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
148
|
+
label: "Given Name Element",
|
149
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement",
|
150
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
149
151
|
term :HierarchicalGeographic,
|
150
|
-
comment: "A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them."
|
151
|
-
label: "Hierarchical Geographic Type"
|
152
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType"
|
153
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
152
|
+
comment: {en: "A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them."},
|
153
|
+
label: {en: "Hierarchical Geographic Type"},
|
154
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType",
|
155
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
154
156
|
term :Identifier,
|
155
|
-
comment: "A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs."
|
156
|
-
label: "Other Identifier"
|
157
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
157
|
+
comment: "A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs.",
|
158
|
+
label: "Other Identifier",
|
159
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
158
160
|
term :Island,
|
159
|
-
comment: "Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country. "
|
160
|
-
label: "Island Type"
|
161
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
162
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
161
|
+
comment: "Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country. ",
|
162
|
+
label: {en: "Island Type"},
|
163
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
164
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
163
165
|
term :Language,
|
164
|
-
comment: "Describes a resource whose label represents a language."
|
165
|
-
equivalentClass: "http://purl.org/dc/terms/LinguisticSystem"
|
166
|
-
label: "Language Type"
|
167
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
168
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
166
|
+
comment: {en: "Describes a resource whose label represents a language."},
|
167
|
+
equivalentClass: "http://purl.org/dc/terms/LinguisticSystem",
|
168
|
+
label: {en: "Language Type"},
|
169
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
170
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
169
171
|
term :LanguageElement,
|
170
|
-
label: "Language Element"
|
171
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
172
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
172
|
+
label: "Language Element",
|
173
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
174
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
173
175
|
term :MADSCollection,
|
174
|
-
comment: "A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources."
|
175
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority"
|
176
|
-
label: "MADS Collection"
|
177
|
-
subClassOf: "http://www.w3.org/2004/02/skos/core#Collection"
|
178
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
176
|
+
comment: "A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.",
|
177
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.loc.gov/mads/rdf/v1#Variant"],
|
178
|
+
label: "MADS Collection",
|
179
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Collection",
|
180
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
179
181
|
term :MADSScheme,
|
180
|
-
comment: "MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme."
|
181
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority"
|
182
|
-
label: "MADS Scheme"
|
183
|
-
subClassOf: "http://www.w3.org/2004/02/skos/core#ConceptScheme"
|
184
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
182
|
+
comment: {en: "MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme."},
|
183
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection", "http://www.loc.gov/mads/rdf/v1#Variant"],
|
184
|
+
label: {en: "MADS Scheme"},
|
185
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
186
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
185
187
|
term :MADSType,
|
186
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#MADSCollection"
|
187
|
-
label: "MADS Type"
|
188
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
188
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#MADSCollection", "http://www.loc.gov/mads/rdf/v1#MADSScheme"],
|
189
|
+
label: "MADS Type",
|
190
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
189
191
|
term :MainTitleElement,
|
190
|
-
label: "Main Title Element"
|
191
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement"
|
192
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
192
|
+
label: "Main Title Element",
|
193
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
|
194
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
193
195
|
term :Name,
|
194
|
-
comment: "Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified."
|
195
|
-
label: "Name Type"
|
196
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
197
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
196
|
+
comment: {en: "Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified."},
|
197
|
+
label: {en: "Name Type"},
|
198
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
199
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
198
200
|
term :NameElement,
|
199
|
-
label: "Name Element"
|
200
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
201
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
201
|
+
label: {en: "Name Element"},
|
202
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
203
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
202
204
|
term :NameTitle,
|
203
|
-
comment: "The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types (madsrdf:Name and madsrdf:Title) are of madsrdf:SimpleType types."
|
204
|
-
label: "Name/Title Type"
|
205
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType"
|
206
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
205
|
+
comment: {en: "The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types (madsrdf:Name and madsrdf:Title) are of madsrdf:SimpleType types."},
|
206
|
+
label: {en: "Name/Title Type"},
|
207
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType",
|
208
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
207
209
|
term :NonSortElement,
|
208
|
-
label: "Non-sort Element"
|
209
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement"
|
210
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
210
|
+
label: "Non-sort Element",
|
211
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
|
212
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
211
213
|
term :Occupation,
|
212
|
-
comment: "Describes a resource whose label represents an occcupation."
|
213
|
-
label: "Occupation Type"
|
214
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
215
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
214
|
+
comment: "Describes a resource whose label represents an occcupation.",
|
215
|
+
label: {en: "Occupation Type"},
|
216
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
217
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
216
218
|
term :PartNameElement,
|
217
|
-
label: "Part Name Element"
|
218
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement"
|
219
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
219
|
+
label: "Part Name Element",
|
220
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
|
221
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
220
222
|
term :PartNumberElement,
|
221
|
-
label: "Part Number Element"
|
222
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement"
|
223
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
223
|
+
label: "Part Number Element",
|
224
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
|
225
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
224
226
|
term :PersonalName,
|
225
|
-
comment: "Describes a resource whose label represents a personal name."
|
226
|
-
label: "Personal Name Type"
|
227
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name"
|
228
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
227
|
+
comment: "Describes a resource whose label represents a personal name.",
|
228
|
+
label: {en: "Personal Name Type"},
|
229
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Name",
|
230
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
229
231
|
term :Province,
|
230
|
-
comment: "Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. "
|
231
|
-
label: "Province Type"
|
232
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
233
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
232
|
+
comment: "Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ",
|
233
|
+
label: {en: "Province Type"},
|
234
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
235
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
234
236
|
term :RWO,
|
235
|
-
comment: "A madsrdf:RWO is an abstract entity and identifies a Real World Object (RWO) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority."
|
236
|
-
label: "Real World Object"
|
237
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
238
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
237
|
+
comment: "A madsrdf:RWO is an abstract entity and identifies a Real World Object (RWO) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority.",
|
238
|
+
label: "Real World Object",
|
239
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
240
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
239
241
|
term :Region,
|
240
|
-
comment: "Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. "
|
241
|
-
label: "Region Type"
|
242
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
243
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
242
|
+
comment: "Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. ",
|
243
|
+
label: {en: "Region Type"},
|
244
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
245
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
244
246
|
term :SimpleType,
|
245
|
-
comment: "madsrdf:SimpleType is a resource with a label constituting a single word or phrase."
|
246
|
-
label: "Simple Type"
|
247
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType"
|
248
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
247
|
+
comment: {en: "madsrdf:SimpleType is a resource with a label constituting a single word or phrase."},
|
248
|
+
label: {en: "Simple Type"},
|
249
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType",
|
250
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
249
251
|
term :Source,
|
250
|
-
comment: "A resource that represents the source of information about another resource. madsrdf:Source is a type of citation."
|
251
|
-
label: "Source"
|
252
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
252
|
+
comment: "A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.",
|
253
|
+
label: "Source",
|
254
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
253
255
|
term :State,
|
254
|
-
comment: "Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S."
|
255
|
-
label: "State Type"
|
256
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
257
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
256
|
+
comment: "Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.",
|
257
|
+
label: {en: "State Type"},
|
258
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
259
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
258
260
|
term :SubTitleElement,
|
259
|
-
label: "Subtitle Element"
|
260
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement"
|
261
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
261
|
+
label: "Subtitle Element",
|
262
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
|
263
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
262
264
|
term :Temporal,
|
263
|
-
comment: "Describes a resource whose label represents a time-based notion."
|
264
|
-
label: "Temporal Type"
|
265
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
266
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
265
|
+
comment: "Describes a resource whose label represents a time-based notion.",
|
266
|
+
label: {en: "Temporal Type"},
|
267
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
268
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
267
269
|
term :TemporalElement,
|
268
|
-
label: "Temporal Element"
|
269
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
270
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
270
|
+
label: "Temporal Element",
|
271
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
272
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
271
273
|
term :TermsOfAddressNameElement,
|
272
|
-
label: "Terms of Address Element"
|
273
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement"
|
274
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
274
|
+
label: "Terms of Address Element",
|
275
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement",
|
276
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
275
277
|
term :Territory,
|
276
|
-
comment: "Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. "
|
277
|
-
label: "Territory Type"
|
278
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
279
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
278
|
+
comment: "Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. ",
|
279
|
+
label: {en: "Territory Type"},
|
280
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
281
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
280
282
|
term :Title,
|
281
|
-
comment: "Describes a resource whose label represents a title."
|
282
|
-
label: "Title Type"
|
283
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
284
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
283
|
+
comment: "Describes a resource whose label represents a title.",
|
284
|
+
label: {en: "Title Type"},
|
285
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
286
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
285
287
|
term :TitleElement,
|
286
|
-
label: "Title Element"
|
287
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
288
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
288
|
+
label: {en: "Title Element"},
|
289
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
290
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
289
291
|
term :Topic,
|
290
|
-
comment: "Describes a resource whose label represents a topic."
|
291
|
-
label: "Topic Type"
|
292
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType"
|
293
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
292
|
+
comment: "Describes a resource whose label represents a topic.",
|
293
|
+
label: {en: "Topic Type"},
|
294
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
|
295
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
294
296
|
term :TopicElement,
|
295
|
-
label: "Topic Element"
|
296
|
-
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element"
|
297
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
297
|
+
label: {en: "Topic Element"},
|
298
|
+
subClassOf: "http://www.loc.gov/mads/rdf/v1#Element",
|
299
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
298
300
|
term :Variant,
|
299
|
-
comment: "A resource whose label is the alternate form of an Authority or Deprecated Authority."
|
300
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority"
|
301
|
-
label: "Variant"
|
302
|
-
subClassOf: ["http://www.w3.org/2002/07/owl#Thing"
|
303
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
301
|
+
comment: {en: "A resource whose label is the alternate form of an Authority or Deprecated Authority."},
|
302
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection", "http://www.loc.gov/mads/rdf/v1#MADSScheme"],
|
303
|
+
label: {en: "Variant"},
|
304
|
+
subClassOf: ["http://www.w3.org/2002/07/owl#Thing", "http://www.w3.org/2008/05/skos-xl#Label"],
|
305
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
304
306
|
|
305
307
|
# Property definitions
|
306
308
|
property :activityEndDate,
|
307
|
-
comment: "Latest date in a period of activity. "
|
308
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
309
|
-
label: "Activity End"
|
310
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
309
|
+
comment: "Latest date in a period of activity. ",
|
310
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
311
|
+
label: "Activity End",
|
312
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
311
313
|
property :activityStartDate,
|
312
|
-
comment: "Earliest date in a period of activity. "
|
313
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
314
|
-
label: "Activity Start"
|
315
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
314
|
+
comment: "Earliest date in a period of activity. ",
|
315
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
316
|
+
label: "Activity Start",
|
317
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
316
318
|
property :adminMetadata,
|
317
|
-
comment: "This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended."
|
319
|
+
comment: {en: "This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended."},
|
318
320
|
domain: term(
|
319
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
320
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
321
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
322
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority", "http://www.loc.gov/mads/rdf/v1#Variant")
|
321
323
|
),
|
322
|
-
label: "Administrative Metadata"
|
323
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
324
|
+
label: {en: "Administrative Metadata"},
|
325
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
324
326
|
property :affiliationEnd,
|
325
|
-
comment: "The date an individual ceased to be affiliated with an organization."
|
326
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
327
|
-
label: "Affiliation Ended"
|
328
|
-
range: "http://www.w3.org/2001/XMLSchema#date"
|
329
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
327
|
+
comment: "The date an individual ceased to be affiliated with an organization.",
|
328
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
329
|
+
label: "Affiliation Ended",
|
330
|
+
range: "http://www.w3.org/2001/XMLSchema#date",
|
331
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
330
332
|
property :affiliationStart,
|
331
|
-
comment: "The date an individual established an affiliation with an organization."
|
332
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
333
|
-
label: "Affiliation Started"
|
334
|
-
range: "http://www.w3.org/2001/XMLSchema#date"
|
335
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
333
|
+
comment: "The date an individual established an affiliation with an organization.",
|
334
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
335
|
+
label: "Affiliation Started",
|
336
|
+
range: "http://www.w3.org/2001/XMLSchema#date",
|
337
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
336
338
|
property :associatedLanguage,
|
337
|
-
comment: "Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. "
|
338
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
339
|
-
label: "Associated Language"
|
340
|
-
range: "http://www.loc.gov/mads/rdf/v1#Language"
|
341
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
339
|
+
comment: "Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. ",
|
340
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
341
|
+
label: "Associated Language",
|
342
|
+
range: "http://www.loc.gov/mads/rdf/v1#Language",
|
343
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
342
344
|
property :associatedLocale,
|
343
|
-
comment: "A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions."
|
344
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
345
|
-
label: "Associated Locale"
|
346
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
347
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
345
|
+
comment: "A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.",
|
346
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
347
|
+
label: "Associated Locale",
|
348
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
349
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
348
350
|
property :authoritativeLabel,
|
349
|
-
comment: "A lexical string representing a controlled, curated label for the Authority."
|
350
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
351
|
-
label: "Authoritative Label"
|
352
|
-
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label"
|
353
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
351
|
+
comment: {en: "A lexical string representing a controlled, curated label for the Authority."},
|
352
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
353
|
+
label: {en: "Authoritative Label"},
|
354
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label", "http://www.w3.org/2004/02/skos/core#prefLabel"],
|
355
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
354
356
|
property :birthDate,
|
355
|
-
comment: "The year a person was born. Date of birth may also include the month and day of the person’s birth. (RDA 9.3.2.1)"
|
356
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
357
|
-
label: "Birth Date"
|
358
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
357
|
+
comment: "The year a person was born. Date of birth may also include the month and day of the person’s birth. (RDA 9.3.2.1)",
|
358
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
359
|
+
label: "Birth Date",
|
360
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
359
361
|
property :birthPlace,
|
360
|
-
comment: "The town, city, province, state, and/or country in which a person was born."
|
361
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
362
|
-
label: "Place of Birth"
|
363
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
364
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
362
|
+
comment: "The town, city, province, state, and/or country in which a person was born.",
|
363
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
364
|
+
label: "Place of Birth",
|
365
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
366
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
365
367
|
property :changeNote,
|
366
|
-
comment: "A note detailing a modification to an Authority or Variant."
|
367
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#changeNote"
|
368
|
-
label: "Change Note"
|
369
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
370
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
368
|
+
comment: {en: "A note detailing a modification to an Authority or Variant."},
|
369
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#changeNote",
|
370
|
+
label: {en: "Change Note"},
|
371
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
372
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
371
373
|
property :citationNote,
|
372
|
-
comment: "A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source."
|
373
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Source"
|
374
|
-
label: "Citation Note"
|
375
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
374
|
+
comment: {en: "A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source."},
|
375
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Source",
|
376
|
+
label: {en: "Citation Note"},
|
377
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
376
378
|
property :citationSource,
|
377
|
-
comment: "The cited resource."
|
378
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Source"
|
379
|
-
label: "Citation Source"
|
380
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
379
|
+
comment: {en: "The cited resource."},
|
380
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Source",
|
381
|
+
label: {en: "Citation Source"},
|
382
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
381
383
|
property :citationStatus,
|
382
|
-
comment: "Should use a standard term - such as 'found' or 'not found' - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source."
|
383
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Source"
|
384
|
-
label: "Citation Status"
|
385
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
386
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
384
|
+
comment: {en: "Should use a standard term - such as 'found' or 'not found' - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source."},
|
385
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Source",
|
386
|
+
label: {en: "Citation Status"},
|
387
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
388
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
387
389
|
property :city,
|
388
|
-
comment: "The city component of an address."
|
389
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
390
|
-
label: "City"
|
391
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
390
|
+
comment: {en: "The city component of an address."},
|
391
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
392
|
+
label: {en: "City"},
|
393
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
392
394
|
property :classification,
|
393
|
-
comment: "The classification code associated with a madsrdf:Authority."
|
394
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
395
|
-
label: "Classification"
|
396
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
397
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
395
|
+
comment: {en: "The classification code associated with a madsrdf:Authority."},
|
396
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
397
|
+
label: {en: "Classification"},
|
398
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
399
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
398
400
|
property :code,
|
399
|
-
comment: "A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept."
|
401
|
+
comment: "A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept.",
|
400
402
|
domain: term(
|
401
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
402
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
403
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
404
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority")
|
403
405
|
),
|
404
|
-
label: "Code"
|
405
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#notation"
|
406
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
406
|
+
label: "Code",
|
407
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#notation",
|
408
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
407
409
|
property :componentList,
|
408
|
-
comment: "madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource."
|
409
|
-
domain: "http://www.loc.gov/mads/rdf/v1#ComplexType"
|
410
|
-
label: "Component List"
|
410
|
+
comment: "madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.",
|
411
|
+
domain: "http://www.loc.gov/mads/rdf/v1#ComplexType",
|
412
|
+
label: "Component List",
|
411
413
|
range: term(
|
412
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
413
|
-
unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
414
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
415
|
+
unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq")
|
414
416
|
),
|
415
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
417
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
416
418
|
property :country,
|
417
|
-
comment: "Country associated with an address."
|
418
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
419
|
-
label: "Country"
|
420
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
419
|
+
comment: "Country associated with an address.",
|
420
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
421
|
+
label: "Country",
|
422
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
421
423
|
property :creationDateEnd,
|
422
|
-
comment: "Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart."
|
423
|
-
label: "Work end"
|
424
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
424
|
+
comment: "Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.",
|
425
|
+
label: "Work end",
|
426
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
425
427
|
property :creationDateStart,
|
426
|
-
comment: "For a work, earliest date (normally the year) associated with a work; that date may be the date the work was created or first published or released. For an expression, the earliest date (normally the year) associated with an expression; that date may be the date of the earliest known manifestation of that expression. In both cases the date may be the starting date of a range or a single date."
|
427
|
-
label: "Work begun"
|
428
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
428
|
+
comment: "For a work, earliest date (normally the year) associated with a work; that date may be the date the work was created or first published or released. For an expression, the earliest date (normally the year) associated with an expression; that date may be the date of the earliest known manifestation of that expression. In both cases the date may be the starting date of a range or a single date.",
|
429
|
+
label: "Work begun",
|
430
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
429
431
|
property :deathDate,
|
430
|
-
comment: "The year a person died. Date of death may also include the month and day of the person’s death. (RDA 9.3.3.1)"
|
431
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
432
|
-
label: "Death Date"
|
433
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
432
|
+
comment: "The year a person died. Date of death may also include the month and day of the person’s death. (RDA 9.3.3.1)",
|
433
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
434
|
+
label: "Death Date",
|
435
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
434
436
|
property :deathPlace,
|
435
|
-
comment: "The town, city, province, state, and/or country in which a person died."
|
436
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
437
|
-
label: "Place of Death"
|
438
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
439
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
437
|
+
comment: "The town, city, province, state, and/or country in which a person died.",
|
438
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
439
|
+
label: "Place of Death",
|
440
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
441
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
440
442
|
property :definitionNote,
|
441
|
-
comment: "An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description."
|
442
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#definition"
|
443
|
-
label: "Definition Note"
|
444
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
445
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
443
|
+
comment: {en: "An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description."},
|
444
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#definition",
|
445
|
+
label: {en: "Definition Note"},
|
446
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
447
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
446
448
|
property :deletionNote,
|
447
|
-
comment: "A note pertaining to the deletion of a resource."
|
448
|
-
label: "Deletion Note"
|
449
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#changeNote"
|
450
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
449
|
+
comment: "A note pertaining to the deletion of a resource.",
|
450
|
+
label: "Deletion Note",
|
451
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#changeNote",
|
452
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
451
453
|
property :deprecatedLabel,
|
452
|
-
comment: "A label once considered authoritative (controlled and curated) but which is no longer."
|
453
|
-
domain: "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority"
|
454
|
-
label: "Deprecated Label"
|
455
|
-
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label"
|
456
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
454
|
+
comment: "A label once considered authoritative (controlled and curated) but which is no longer.",
|
455
|
+
domain: "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority",
|
456
|
+
label: "Deprecated Label",
|
457
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label", "http://www.w3.org/2004/02/skos/core#hiddenLabel"],
|
458
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
457
459
|
property :editorialNote,
|
458
|
-
comment: "A note pertaining to the management of the label associated with the resource."
|
459
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#editorialNote"
|
460
|
-
label: "Editorial Note"
|
461
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
462
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
460
|
+
comment: "A note pertaining to the management of the label associated with the resource.",
|
461
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#editorialNote",
|
462
|
+
label: "Editorial Note",
|
463
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
464
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
463
465
|
property :elementList,
|
464
|
-
comment: "The madsrdf:elementList property is used to organize the various parts of labels."
|
465
|
-
label: "Element List"
|
466
|
+
comment: {en: "The madsrdf:elementList property is used to organize the various parts of labels."},
|
467
|
+
label: "Element List",
|
466
468
|
range: term(
|
467
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
468
|
-
unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
469
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
470
|
+
unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq")
|
469
471
|
),
|
470
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
472
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
471
473
|
property :elementValue,
|
472
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Element"
|
473
|
-
label: "Element Value"
|
474
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
475
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
474
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Element",
|
475
|
+
label: "Element Value",
|
476
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
477
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
476
478
|
property :email,
|
477
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
478
|
-
label: "Email"
|
479
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
479
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
480
|
+
label: "Email",
|
481
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
480
482
|
property :entityDescriptor,
|
481
|
-
comment: "Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or "
|
482
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
483
|
-
label: "Entity Descriptor"
|
484
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
483
|
+
comment: "Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or ",
|
484
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
485
|
+
label: "Entity Descriptor",
|
486
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
485
487
|
property :establishDate,
|
486
|
-
comment: "The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. "
|
487
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
488
|
-
label: "Established"
|
489
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
488
|
+
comment: "The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. ",
|
489
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
490
|
+
label: "Established",
|
491
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
490
492
|
property :exampleNote,
|
491
|
-
comment: "A example of how the resource might be used."
|
492
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#example"
|
493
|
-
label: "Example Note"
|
494
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
495
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
493
|
+
comment: "A example of how the resource might be used.",
|
494
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#example",
|
495
|
+
label: "Example Note",
|
496
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
497
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
496
498
|
property :extendedAddress,
|
497
|
-
comment: "The second address line, if needed."
|
498
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
499
|
-
label: "Extended Address"
|
500
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
499
|
+
comment: "The second address line, if needed.",
|
500
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
501
|
+
label: "Extended Address",
|
502
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
501
503
|
property :extension,
|
502
|
-
label: "Extension"
|
503
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
504
|
+
label: "Extension",
|
505
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
504
506
|
property :fax,
|
505
|
-
comment: "Fax number"
|
506
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
507
|
-
label: "Fax"
|
508
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
507
|
+
comment: "Fax number",
|
508
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
509
|
+
label: "Fax",
|
510
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
509
511
|
property :fieldOfActivity,
|
510
|
-
comment: "The field of activity associated with an individual."
|
511
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
512
|
-
label: "Field of Activity"
|
513
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
512
|
+
comment: "The field of activity associated with an individual.",
|
513
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
514
|
+
label: "Field of Activity",
|
515
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
514
516
|
property :fullerName,
|
515
|
-
comment: "Full form of name needed to distinguish a person from another person with the same preferred name."
|
516
|
-
label: "Fuller Name"
|
517
|
-
range: "http://www.loc.gov/mads/rdf/v1#PersonalName"
|
518
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
517
|
+
comment: "Full form of name needed to distinguish a person from another person with the same preferred name.",
|
518
|
+
label: "Fuller Name",
|
519
|
+
range: "http://www.loc.gov/mads/rdf/v1#PersonalName",
|
520
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
519
521
|
property :gender,
|
520
|
-
comment: "The gender with which a person identifies. "
|
521
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
522
|
-
label: "Gender"
|
523
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
522
|
+
comment: "The gender with which a person identifies. ",
|
523
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
524
|
+
label: "Gender",
|
525
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
524
526
|
property :hasAbbreviationVariant,
|
525
|
-
label: "Has Abbreviation Variant"
|
526
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant"
|
527
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
527
|
+
label: "Has Abbreviation Variant",
|
528
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant",
|
529
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
528
530
|
property :hasAcronymVariant,
|
529
|
-
label: "Has Acronym Variant"
|
530
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant"
|
531
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
531
|
+
label: "Has Acronym Variant",
|
532
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant",
|
533
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
532
534
|
property :hasAffiliation,
|
533
|
-
comment: "Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated."
|
534
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
535
|
-
label: "Has Affiliation"
|
536
|
-
range: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
537
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
535
|
+
comment: "Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.",
|
536
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
537
|
+
label: "Has Affiliation",
|
538
|
+
range: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
539
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
538
540
|
property :hasAffiliationAddress,
|
539
|
-
comment: "The address of the group or organization with which an individual is associated."
|
540
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
541
|
-
label: "Has Affiliation Address"
|
542
|
-
range: "http://www.loc.gov/mads/rdf/v1#Address"
|
543
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
541
|
+
comment: "The address of the group or organization with which an individual is associated.",
|
542
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
543
|
+
label: "Has Affiliation Address",
|
544
|
+
range: "http://www.loc.gov/mads/rdf/v1#Address",
|
545
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
544
546
|
property :hasBroaderAuthority,
|
545
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority"
|
546
|
-
label: "Has Broader Authority"
|
547
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
548
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
547
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority",
|
548
|
+
label: "Has Broader Authority",
|
549
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority", "http://www.w3.org/2004/02/skos/core#broader"],
|
550
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
549
551
|
property :hasBroaderExternalAuthority,
|
550
|
-
comment: "Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme."
|
551
|
-
label: "Has Broader External Authority"
|
552
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority"
|
553
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
552
|
+
comment: "Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.",
|
553
|
+
label: "Has Broader External Authority",
|
554
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority", "http://www.w3.org/2004/02/skos/core#broadMatch"],
|
555
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
554
556
|
property :hasChararacteristic,
|
555
|
-
comment: "A term that specifies a characteristic that differentiates a work or expression from another one. "
|
556
|
-
label: "Other characteristic"
|
557
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
557
|
+
comment: "A term that specifies a characteristic that differentiates a work or expression from another one. ",
|
558
|
+
label: "Other characteristic",
|
559
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
558
560
|
property :hasCloseExternalAuthority,
|
559
|
-
comment: "Records a relationship between an Authority and one that is closely related from a different MADS Scheme."
|
560
|
-
label: "Has Close External Authority"
|
561
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
562
|
-
type: ["http://www.w3.org/2002/07/owl#ObjectProperty"
|
561
|
+
comment: "Records a relationship between an Authority and one that is closely related from a different MADS Scheme.",
|
562
|
+
label: "Has Close External Authority",
|
563
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority", "http://www.w3.org/2004/02/skos/core#closeMatch"],
|
564
|
+
type: ["http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty"]
|
563
565
|
property :hasCorporateParentAuthority,
|
564
|
-
comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined."
|
565
|
-
domain: "http://www.loc.gov/mads/rdf/v1#CorporateName"
|
566
|
-
label: "Has Parent Organization"
|
567
|
-
range: "http://www.loc.gov/mads/rdf/v1#CorporateName"
|
568
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
569
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
566
|
+
comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.",
|
567
|
+
domain: "http://www.loc.gov/mads/rdf/v1#CorporateName",
|
568
|
+
label: "Has Parent Organization",
|
569
|
+
range: "http://www.loc.gov/mads/rdf/v1#CorporateName",
|
570
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority",
|
571
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
570
572
|
property :hasCorporateSubsidiaryAuthority,
|
571
|
-
comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined."
|
572
|
-
domain: "http://www.loc.gov/mads/rdf/v1#CorporateName"
|
573
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasCorporateParentAuthority"
|
574
|
-
label: "Is Parent Organization Of"
|
575
|
-
range: "http://www.loc.gov/mads/rdf/v1#CorporateName"
|
576
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
577
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
573
|
+
comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.",
|
574
|
+
domain: "http://www.loc.gov/mads/rdf/v1#CorporateName",
|
575
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasCorporateParentAuthority",
|
576
|
+
label: "Is Parent Organization Of",
|
577
|
+
range: "http://www.loc.gov/mads/rdf/v1#CorporateName",
|
578
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority",
|
579
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
578
580
|
property :hasDemonym,
|
579
|
-
comment: "Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym."
|
580
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#isDemonymFor"
|
581
|
-
label: "Has Demonym"
|
582
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
581
|
+
comment: "Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym.",
|
582
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#isDemonymFor",
|
583
|
+
label: "Has Demonym",
|
584
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
583
585
|
property :hasEarlierEstablishedForm,
|
584
|
-
comment: "Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML."
|
585
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasLaterEstablishedForm"
|
586
|
-
label: "Has Earlier Established Form"
|
587
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see"
|
588
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
586
|
+
comment: {en: "Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML."},
|
587
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasLaterEstablishedForm",
|
588
|
+
label: "Has Earlier Established Form",
|
589
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see",
|
590
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
589
591
|
property :hasExactExternalAuthority,
|
590
|
-
comment: "Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme."
|
591
|
-
label: "Has Exact External Authority"
|
592
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasCloseExternalAuthority"
|
593
|
-
type: ["http://www.w3.org/2002/07/owl#ObjectProperty"
|
592
|
+
comment: "Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.",
|
593
|
+
label: "Has Exact External Authority",
|
594
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasCloseExternalAuthority", "http://www.w3.org/2004/02/skos/core#exactMatch"],
|
595
|
+
type: ["http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty"]
|
594
596
|
property :hasExpansionVariant,
|
595
|
-
label: "Has Expansion Variant"
|
596
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant"
|
597
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
597
|
+
label: "Has Expansion Variant",
|
598
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant",
|
599
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
598
600
|
property :hasHiddenVariant,
|
599
|
-
comment: "Use for variants that are searchable, but not necessarily for display."
|
600
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
601
|
-
label: "Has Hidden Variant"
|
602
|
-
range: "http://www.loc.gov/mads/rdf/v1#Variant"
|
603
|
-
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#hiddenLabel"
|
604
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
601
|
+
comment: {en: "Use for variants that are searchable, but not necessarily for display."},
|
602
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
603
|
+
label: {en: "Has Hidden Variant"},
|
604
|
+
range: "http://www.loc.gov/mads/rdf/v1#Variant",
|
605
|
+
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#hiddenLabel",
|
606
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
605
607
|
property :hasIdentifier,
|
606
|
-
comment: "Associates a resource with a madsrdf:Identifier."
|
607
|
-
label: "Has Identifier"
|
608
|
-
range: "http://www.loc.gov/mads/rdf/v1#Identifier"
|
609
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
608
|
+
comment: "Associates a resource with a madsrdf:Identifier.",
|
609
|
+
label: "Has Identifier",
|
610
|
+
range: "http://www.loc.gov/mads/rdf/v1#Identifier",
|
611
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
610
612
|
property :hasLaterEstablishedForm,
|
611
|
-
comment: "Use to reference the later form of a resource. This is Related type='later' in MADS XML."
|
612
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasEarlierEstablishedForm"
|
613
|
-
label: "Has Later Established Form"
|
614
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see"
|
615
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
613
|
+
comment: {en: "Use to reference the later form of a resource. This is Related type='later' in MADS XML."},
|
614
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasEarlierEstablishedForm",
|
615
|
+
label: "Has Later Established Form",
|
616
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see",
|
617
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
616
618
|
property :hasMADSCollectionMember,
|
617
|
-
comment: "Associates an Authority or other Collection with a madsrdf:MADSCollection."
|
618
|
-
domain: "http://www.loc.gov/mads/rdf/v1#MADSCollection"
|
619
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection"
|
620
|
-
label: "Has MADSCollection Member"
|
619
|
+
comment: {en: "Associates an Authority or other Collection with a madsrdf:MADSCollection."},
|
620
|
+
domain: "http://www.loc.gov/mads/rdf/v1#MADSCollection",
|
621
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection",
|
622
|
+
label: {en: "Has MADSCollection Member"},
|
621
623
|
range: term(
|
622
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
623
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
624
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
625
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection")
|
624
626
|
),
|
625
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#member"
|
626
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
627
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#member",
|
628
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
627
629
|
property :hasMADSSchemeMember,
|
628
|
-
comment: "Associates an Authority or Collection with a madsrdf:MADSScheme."
|
629
|
-
domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme"
|
630
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme"
|
631
|
-
label: "Has MADS Scheme Member"
|
630
|
+
comment: {en: "Associates an Authority or Collection with a madsrdf:MADSScheme."},
|
631
|
+
domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme",
|
632
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme",
|
633
|
+
label: "Has MADS Scheme Member",
|
632
634
|
range: term(
|
633
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
634
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
635
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
636
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection")
|
635
637
|
),
|
636
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
638
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
637
639
|
property :hasNarrowerAuthority,
|
638
|
-
comment: "Creates a direct relationship between an Authority and one that is more narrowly defined."
|
639
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority"
|
640
|
-
label: "Has Narrower Authority"
|
641
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
642
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
640
|
+
comment: "Creates a direct relationship between an Authority and one that is more narrowly defined.",
|
641
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority",
|
642
|
+
label: "Has Narrower Authority",
|
643
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority", "http://www.w3.org/2004/02/skos/core#narrower"],
|
644
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
643
645
|
property :hasNarrowerExternalAuthority,
|
644
|
-
comment: "Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme."
|
645
|
-
label: "Has Narrower External Authority"
|
646
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority"
|
647
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
646
|
+
comment: "Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.",
|
647
|
+
label: "Has Narrower External Authority",
|
648
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority", "http://www.w3.org/2004/02/skos/core#narrowMatch"],
|
649
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
648
650
|
property :hasReciprocalAuthority,
|
649
|
-
comment: "Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML."
|
650
|
-
label: "Has Reciprocal Authority"
|
651
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority"
|
652
|
-
type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
|
651
|
+
comment: {en: "Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML."},
|
652
|
+
label: "Has Reciprocal Authority",
|
653
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority", "http://www.w3.org/2004/02/skos/core#related"],
|
654
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
|
653
655
|
property :hasReciprocalExternalAuthority,
|
654
|
-
comment: "Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared."
|
655
|
-
label: "Has Reciprocal External Authority"
|
656
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority"
|
657
|
-
type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
|
656
|
+
comment: "Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.",
|
657
|
+
label: "Has Reciprocal External Authority",
|
658
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority", "http://www.w3.org/2004/02/skos/core#relatedMatch"],
|
659
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
|
658
660
|
property :hasRelatedAuthority,
|
659
|
-
comment: "Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.'"
|
660
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
661
|
-
label: "Has Related Authority"
|
662
|
-
range: "http://www.loc.gov/mads/rdf/v1#Authority"
|
663
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
664
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
661
|
+
comment: {en: "Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.'"},
|
662
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
663
|
+
label: {en: "Has Related Authority"},
|
664
|
+
range: "http://www.loc.gov/mads/rdf/v1#Authority",
|
665
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
666
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
665
667
|
property :hasSource,
|
666
|
-
comment: "Associates a resource description with its Source."
|
667
|
-
label: "Has Source"
|
668
|
-
range: "http://www.loc.gov/mads/rdf/v1#Source"
|
669
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
668
|
+
comment: {en: "Associates a resource description with its Source."},
|
669
|
+
label: "Has Source",
|
670
|
+
range: "http://www.loc.gov/mads/rdf/v1#Source",
|
671
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
670
672
|
property :hasTopMemberOfMADSScheme,
|
671
|
-
comment: "Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme."
|
672
|
-
domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme"
|
673
|
-
label: "Has Top Member of MADS Scheme"
|
674
|
-
range: "http://www.loc.gov/mads/rdf/v1#Authority"
|
675
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember"
|
676
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
673
|
+
comment: "Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.",
|
674
|
+
domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme",
|
675
|
+
label: "Has Top Member of MADS Scheme",
|
676
|
+
range: "http://www.loc.gov/mads/rdf/v1#Authority",
|
677
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember", "http://www.w3.org/2004/02/skos/core#hasTopConcept"],
|
678
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
677
679
|
property :hasTranslationVariant,
|
678
|
-
comment: "A Variant whose label represents a translation of that of the authoritative label."
|
679
|
-
label: "Has Translation Variant"
|
680
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant"
|
681
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
680
|
+
comment: "A Variant whose label represents a translation of that of the authoritative label.",
|
681
|
+
label: "Has Translation Variant",
|
682
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant",
|
683
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
682
684
|
property :hasVariant,
|
683
|
-
comment: "Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.'"
|
684
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
685
|
-
label: "Has Variant"
|
686
|
-
range: "http://www.loc.gov/mads/rdf/v1#Variant"
|
687
|
-
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#altLabel"
|
688
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
685
|
+
comment: {en: "Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.'"},
|
686
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
687
|
+
label: "Has Variant",
|
688
|
+
range: "http://www.loc.gov/mads/rdf/v1#Variant",
|
689
|
+
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#altLabel",
|
690
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
689
691
|
property :hiddenLabel,
|
690
|
-
comment: "A label entered for discovery purposes but not shown."
|
691
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Variant"
|
692
|
-
label: "Hidden Label"
|
693
|
-
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm"
|
694
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
692
|
+
comment: "A label entered for discovery purposes but not shown.",
|
693
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Variant",
|
694
|
+
label: "Hidden Label",
|
695
|
+
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm",
|
696
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
695
697
|
property :historyNote,
|
696
|
-
comment: "A note pertaining to the history of the resource."
|
697
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#historyNote"
|
698
|
-
label: "History Note"
|
699
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
700
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
698
|
+
comment: "A note pertaining to the history of the resource.",
|
699
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#historyNote",
|
700
|
+
label: "History Note",
|
701
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
702
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
701
703
|
property :honoraryTitle,
|
702
|
-
comment: "Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation."
|
703
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
704
|
-
label: "Honorary Title"
|
705
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
704
|
+
comment: "Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.",
|
705
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
706
|
+
label: "Honorary Title",
|
707
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
706
708
|
property :hours,
|
707
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
708
|
-
label: "Hours"
|
709
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
709
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
710
|
+
label: "Hours",
|
711
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
710
712
|
property :idScheme,
|
711
|
-
comment: "The scheme associated with the identifier. For example, \"LCCN\" would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number."
|
712
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Identifier"
|
713
|
-
label: "Identifier Scheme"
|
714
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
713
|
+
comment: "The scheme associated with the identifier. For example, \"LCCN\" would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number.",
|
714
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Identifier",
|
715
|
+
label: "Identifier Scheme",
|
716
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
715
717
|
property :idValue,
|
716
|
-
comment: "The value of the identifier conforming to the Identifier Scheme syntax."
|
717
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Identifier"
|
718
|
-
label: "Identifier Value"
|
719
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
720
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
718
|
+
comment: "The value of the identifier conforming to the Identifier Scheme syntax.",
|
719
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Identifier",
|
720
|
+
label: "Identifier Value",
|
721
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
722
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
721
723
|
property :identifiesRWO,
|
722
|
-
comment: "Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label."
|
723
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Authority"
|
724
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#isIdentifiedByAuthority"
|
725
|
-
label: "Identifies RWO"
|
726
|
-
range: "http://www.loc.gov/mads/rdf/v1#RWO"
|
727
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/focus"
|
728
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
724
|
+
comment: "Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.",
|
725
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Authority",
|
726
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#isIdentifiedByAuthority",
|
727
|
+
label: "Identifies RWO",
|
728
|
+
range: "http://www.loc.gov/mads/rdf/v1#RWO",
|
729
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/focus",
|
730
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
729
731
|
property :isDemonymFor,
|
730
|
-
comment: "Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place."
|
731
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasDemonym"
|
732
|
-
label: "Is Demonym For"
|
733
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
732
|
+
comment: "Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place.",
|
733
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasDemonym",
|
734
|
+
label: "Is Demonym For",
|
735
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
734
736
|
property :isIdentifiedByAuthority,
|
735
|
-
comment: "Associates a Real World Object with its Authority description."
|
736
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
737
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#identifiesRWO"
|
738
|
-
label: "Is Identified By Authority"
|
739
|
-
range: "http://www.loc.gov/mads/rdf/v1#Authority"
|
740
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
737
|
+
comment: "Associates a Real World Object with its Authority description.",
|
738
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
739
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#identifiesRWO",
|
740
|
+
label: "Is Identified By Authority",
|
741
|
+
range: "http://www.loc.gov/mads/rdf/v1#Authority",
|
742
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
741
743
|
property :isMemberOfMADSCollection,
|
742
|
-
comment: "Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection."
|
744
|
+
comment: {en: "Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection."},
|
743
745
|
domain: term(
|
744
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
745
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
746
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
747
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection")
|
746
748
|
),
|
747
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSCollectionMember"
|
748
|
-
label: "Is Member Of MADSCollection"
|
749
|
-
range: "http://www.loc.gov/mads/rdf/v1#MADSCollection"
|
750
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
749
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSCollectionMember",
|
750
|
+
label: {en: "Is Member Of MADSCollection"},
|
751
|
+
range: "http://www.loc.gov/mads/rdf/v1#MADSCollection",
|
752
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
751
753
|
property :isMemberOfMADSScheme,
|
752
754
|
domain: term(
|
753
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
754
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
755
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
756
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection")
|
755
757
|
),
|
756
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember"
|
757
|
-
label: "Is Member of MADS Scheme"
|
758
|
-
range: "http://www.loc.gov/mads/rdf/v1#MADSScheme"
|
759
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme"
|
760
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
758
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember",
|
759
|
+
label: "Is Member of MADS Scheme",
|
760
|
+
range: "http://www.loc.gov/mads/rdf/v1#MADSScheme",
|
761
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme",
|
762
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
761
763
|
property :isTopMemberOfMADSScheme,
|
762
|
-
comment: "Identifies a MADS Scheme in which the Authority is at the top of the hierarchy."
|
764
|
+
comment: "Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.",
|
763
765
|
domain: term(
|
764
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
765
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
766
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
767
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#MADSCollection")
|
766
768
|
),
|
767
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme"
|
768
|
-
label: "Is Top Member of MADS Scheme"
|
769
|
-
range: "http://www.loc.gov/mads/rdf/v1#MADSScheme"
|
770
|
-
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme"
|
771
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
769
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme",
|
770
|
+
label: "Is Top Member of MADS Scheme",
|
771
|
+
range: "http://www.loc.gov/mads/rdf/v1#MADSScheme",
|
772
|
+
subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme", "http://www.w3.org/2004/02/skos/core#topConceptOf"],
|
773
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
772
774
|
property :natureOfAffiliation,
|
773
|
-
comment: "Records the individual's role or position in the organization with which the individual is affiliated. A \"job title\" might be appropriate."
|
774
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
775
|
-
label: "Nature of Affiliation"
|
776
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
775
|
+
comment: "Records the individual's role or position in the organization with which the individual is affiliated. A \"job title\" might be appropriate.",
|
776
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
777
|
+
label: "Nature of Affiliation",
|
778
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
777
779
|
property :note,
|
778
|
-
comment: "A note about the resource."
|
779
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#note"
|
780
|
-
label: "Note"
|
781
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
780
|
+
comment: "A note about the resource.",
|
781
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#note",
|
782
|
+
label: "Note",
|
783
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
782
784
|
property :occupation,
|
783
|
-
comment: "A profession or occupation in which the person works or has worked."
|
784
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
785
|
-
label: "Occupation"
|
786
|
-
range: "http://www.loc.gov/mads/rdf/v1#Occupation"
|
787
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
785
|
+
comment: "A profession or occupation in which the person works or has worked.",
|
786
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
787
|
+
label: "Occupation",
|
788
|
+
range: "http://www.loc.gov/mads/rdf/v1#Occupation",
|
789
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
788
790
|
property :organization,
|
789
|
-
comment: "The group or organization with which an individual is associated."
|
790
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
791
|
-
label: "Organization or Group"
|
792
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
791
|
+
comment: "The group or organization with which an individual is associated.",
|
792
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
793
|
+
label: "Organization or Group",
|
794
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
793
795
|
property :phone,
|
794
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation"
|
795
|
-
label: "Phone"
|
796
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
796
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Affiliation",
|
797
|
+
label: "Phone",
|
798
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
797
799
|
property :postcode,
|
798
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
799
|
-
label: "Post Code / Zip Code"
|
800
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
800
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
801
|
+
label: "Post Code / Zip Code",
|
802
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
801
803
|
property :prominentFamilyMember,
|
802
|
-
comment: "A well-known individual who is a member of the family."
|
803
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
804
|
-
label: "Prominent Family Member"
|
805
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
804
|
+
comment: "A well-known individual who is a member of the family.",
|
805
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
806
|
+
label: "Prominent Family Member",
|
807
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
806
808
|
property :scopeNote,
|
807
|
-
equivalentProperty: "http://www.w3.org/2004/02/skos/core#scopeNote"
|
808
|
-
label: "Scope Note"
|
809
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note"
|
810
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
809
|
+
equivalentProperty: "http://www.w3.org/2004/02/skos/core#scopeNote",
|
810
|
+
label: "Scope Note",
|
811
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note",
|
812
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
811
813
|
property :see,
|
812
|
-
comment: "Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource."
|
814
|
+
comment: "Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource.",
|
813
815
|
domain: term(
|
814
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
815
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
816
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
817
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority")
|
816
818
|
),
|
817
|
-
label: "See Also"
|
819
|
+
label: "See Also",
|
818
820
|
range: term(
|
819
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
820
|
-
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority"
|
821
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
822
|
+
unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority", "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority")
|
821
823
|
),
|
822
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso"
|
823
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
824
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso",
|
825
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
824
826
|
property :state,
|
825
|
-
comment: "The state associated with an address."
|
826
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
827
|
-
label: "State"
|
828
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
827
|
+
comment: "The state associated with an address.",
|
828
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
829
|
+
label: "State",
|
830
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
829
831
|
property :streetAddress,
|
830
|
-
comment: "First line of address. For second line, use madsrdf:extendedAddress."
|
831
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Address"
|
832
|
-
label: "Street Address"
|
833
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
832
|
+
comment: "First line of address. For second line, use madsrdf:extendedAddress.",
|
833
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Address",
|
834
|
+
label: "Street Address",
|
835
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
834
836
|
property :terminateDate,
|
835
|
-
comment: "The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. "
|
836
|
-
domain: "http://www.loc.gov/mads/rdf/v1#RWO"
|
837
|
-
label: "Terminated"
|
838
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
837
|
+
comment: "The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. ",
|
838
|
+
domain: "http://www.loc.gov/mads/rdf/v1#RWO",
|
839
|
+
label: "Terminated",
|
840
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
839
841
|
property :useFor,
|
840
|
-
comment: "\"Use [This Resource] For.\" Traditional \"USE FOR\" reference."
|
841
|
-
inverseOf: "http://www.loc.gov/mads/rdf/v1#useInstead"
|
842
|
-
label: "Use For"
|
843
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see"
|
844
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
842
|
+
comment: "\"Use [This Resource] For.\" Traditional \"USE FOR\" reference.",
|
843
|
+
inverseOf: "http://www.loc.gov/mads/rdf/v1#useInstead",
|
844
|
+
label: "Use For",
|
845
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see",
|
846
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
845
847
|
property :useInstead,
|
846
|
-
comment: "\"Use [This Other Resource] Instead.\" Traditional \"USE\" reference."
|
847
|
-
label: "Use Instead"
|
848
|
-
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see"
|
849
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
848
|
+
comment: "\"Use [This Other Resource] Instead.\" Traditional \"USE\" reference.",
|
849
|
+
label: "Use Instead",
|
850
|
+
subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see",
|
851
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
850
852
|
property :variantLabel,
|
851
|
-
comment: "The lexical, variant form of an authoritative label."
|
852
|
-
domain: "http://www.loc.gov/mads/rdf/v1#Variant"
|
853
|
-
label: "Variant Label"
|
854
|
-
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm"
|
855
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
853
|
+
comment: "The lexical, variant form of an authoritative label.",
|
854
|
+
domain: "http://www.loc.gov/mads/rdf/v1#Variant",
|
855
|
+
label: "Variant Label",
|
856
|
+
subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm",
|
857
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
856
858
|
property :workOrigin,
|
857
|
-
comment: "The country or other territorial jurisdiction from which a work originated."
|
858
|
-
label: "Work locale"
|
859
|
-
range: "http://www.loc.gov/mads/rdf/v1#Geographic"
|
860
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
859
|
+
comment: "The country or other territorial jurisdiction from which a work originated.",
|
860
|
+
label: "Work locale",
|
861
|
+
range: "http://www.loc.gov/mads/rdf/v1#Geographic",
|
862
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
861
863
|
end
|
862
864
|
end
|