rdf-vocab 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39e8f79524e3cfb6c26f41543057c08bdd669eaf
4
- data.tar.gz: 006d1026817dd3b97cf170bc368dd7d833a845c5
3
+ metadata.gz: 4a93199b22367eac34284e38eefd76974b053df0
4
+ data.tar.gz: e17ee96fe9b2ad7999d2e82a9530b754585b485b
5
5
  SHA512:
6
- metadata.gz: a467315a6b19cf42999cabf54286b1b7c56604f317154f9aee38eb0d340d1cb632eab857bbd6203c7e68b3b8011c48eef61deec135c1a899a374b8e509d0baf9
7
- data.tar.gz: b9d7abae899d36f18fb69915a5f06fdecfdb94bb53a93d9790f3777a31b24b907306fa7b4c29a79a126636dcbae53d52345505a290352120073d119cfd11ba80
6
+ metadata.gz: 74f98f489772071b2912a6ebc872ebeb4abaeca7482ac25d08bd66a0514121d580e22968c3d8ab6d2a37a0411c561bdc4898b87fc510bd23f8c72c1c8feffe33
7
+ data.tar.gz: 932b0818a3a0cf5062b6d31e49ef602706cb5ebb1e6c7aa3aeeae74abf1081be7735efd95a3be58dc2ecdc2c75094a3ed3347e77cb505217210e3b7585f3a785
data/lib/rdf/vocab.rb CHANGED
@@ -217,13 +217,13 @@ module RDF
217
217
  @prefix marcrelators: <http://id.loc.gov/vocabulary/relators/> .
218
218
  @prefix owl: <http://www.w3.org/2002/07/owl#>.
219
219
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
220
- DeleteExisting {
221
- marcrelators:lee rdfs:subPropertyOf marcrelators:lei .
222
- } .
223
- AddNew {
224
- marcrelators:role a owl:ObjectProperty;
225
- rdfs:comment "This property and its sub-properties are used to associate a Bibliographic Resource with a Resource that played a part in the lifecycle of the Bibliographic Resource. It is the inverse of relators:roleIn.".
226
- } .
220
+ #DeleteExisting {
221
+ # marcrelators:lee rdfs:subPropertyOf marcrelators:lei .
222
+ #} .
223
+ #AddNew {
224
+ # marcrelators:role a owl:ObjectProperty;
225
+ # rdfs:comment "This property and its sub-properties are used to associate a Bibliographic Resource with a Resource that played a part in the lifecycle of the Bibliographic Resource. It is the inverse of relators:roleIn.".
226
+ #} .
227
227
  }
228
228
  },
229
229
  mo: {uri: "http://purl.org/ontology/mo/", strict: false},
data/lib/rdf/vocab/bf2.rb CHANGED
@@ -11,9 +11,9 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://id.loc.gov/ontologies/bibframe/",
14
- :"dc:modified" => %(2017-03-15T16:23:59.852-04:00).freeze,
14
+ :"dc:modified" => %(2017-05-04T14:49:12.796-04:00).freeze,
15
15
  label: "BIBFRAME vocabulary".freeze,
16
- :"owl:versionInfo" => %(2017-03-15T16:23:59.852-04:00).freeze,
16
+ :"owl:versionInfo" => %(2017-05-04T14:49:12.796-04:00).freeze,
17
17
  type: "owl:Ontology".freeze
18
18
 
19
19
  # Class definitions
@@ -700,7 +700,7 @@ module RDF::Vocab
700
700
  :"dc:modified" => %(2016-04-21 \(New\)).freeze,
701
701
  label: "Person".freeze,
702
702
  :"skos:definition" => %(Individual or identity established by an individual \(either alone or in collaboration with one or more other individuals\).).freeze,
703
- subClassOf: "foaf:Person".freeze,
703
+ subClassOf: ["bf2:Agent".freeze, "foaf:Person".freeze],
704
704
  type: "owl:Class".freeze
705
705
  term :Place,
706
706
  :"dc:modified" => %(2016-04-21 \(New\)).freeze,
@@ -1463,7 +1463,6 @@ module RDF::Vocab
1463
1463
  :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1464
1464
  domain: "bf2:Item".freeze,
1465
1465
  label: "Electronic location".freeze,
1466
- range: "rdfs:Resource".freeze,
1467
1466
  :"skos:definition" => %(Electronic location from which the resource is available.).freeze,
1468
1467
  type: "owl:ObjectProperty".freeze
1469
1468
  property :emulsion,
@@ -1720,8 +1719,9 @@ module RDF::Vocab
1720
1719
  type: "owl:DatatypeProperty".freeze
1721
1720
  property :identifiedBy,
1722
1721
  comment: %(Used with Unspecified).freeze,
1723
- :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1722
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-05-04 \(New inverse\)).freeze],
1724
1723
  label: "Identifier".freeze,
1724
+ :"owl:inverseOf" => %(bf2:identifies).freeze,
1725
1725
  range: "bf2:Identifier".freeze,
1726
1726
  :"skos:definition" => %(Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.).freeze,
1727
1727
  type: "owl:ObjectProperty".freeze
@@ -1730,7 +1730,6 @@ module RDF::Vocab
1730
1730
  domain: "bf2:Identifier".freeze,
1731
1731
  label: "Resouce identified".freeze,
1732
1732
  :"owl:inverseOf" => %(bf2:identifiedBy).freeze,
1733
- range: "rdfs:Resource".freeze,
1734
1733
  :"skos:definition" => %(Resource that is associated with a character string that serves to differentiate one resource from another.).freeze,
1735
1734
  type: "owl:ObjectProperty".freeze
1736
1735
  property :illustrativeContent,
@@ -2160,9 +2159,7 @@ module RDF::Vocab
2160
2159
  type: "owl:ObjectProperty".freeze
2161
2160
  property :relatedTo,
2162
2161
  :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2163
- domain: "rdfs:Resource".freeze,
2164
2162
  label: "Related resource".freeze,
2165
- range: "rdfs:Resource".freeze,
2166
2163
  :"skos:definition" => %(Any relationship between Work, Instance, and Item resources.).freeze,
2167
2164
  type: "owl:SymmetricProperty".freeze
2168
2165
  property :replacedBy,
@@ -2309,7 +2306,6 @@ module RDF::Vocab
2309
2306
  comment: %(Used with Work, Instance or Item).freeze,
2310
2307
  :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2311
2308
  label: "Subject".freeze,
2312
- range: "rdfs:Resource".freeze,
2313
2309
  :"skos:definition" => %(Subject term\(s\) describing a resource.).freeze,
2314
2310
  type: "owl:ObjectProperty".freeze
2315
2311
  property :sublocation,
@@ -11,320 +11,437 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://id.loc.gov/vocabulary/identifiers",
14
- comment: %( Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI. ).freeze,
15
- label: "Standard Identifiers Scheme".freeze,
16
- :"mads:hasTopMemberOfMADSScheme" => [%(identifiers:ansi).freeze, %(identifiers:danacode).freeze, %(identifiers:doi).freeze, %(identifiers:ean).freeze, %(identifiers:eidr).freeze, %(identifiers:gtin-14).freeze, %(identifiers:hdl).freeze, %(identifiers:isan).freeze, %(identifiers:isbn).freeze, %(identifiers:isbn-a).freeze, %(identifiers:ismn).freeze, %(identifiers:isni).freeze, %(identifiers:iso).freeze, %(identifiers:isrc).freeze, %(identifiers:issn).freeze, %(identifiers:issn-l).freeze, %(identifiers:issue-number).freeze, %(identifiers:istc).freeze, %(identifiers:iswc).freeze, %(identifiers:itar).freeze, %(identifiers:lccn).freeze, %(identifiers:local).freeze, %(identifiers:matrix-number).freeze, %(identifiers:music-plate).freeze, %(identifiers:music-publisher).freeze, %(identifiers:natgazfid).freeze, %(identifiers:nipo).freeze, %(identifiers:orcid).freeze, %(identifiers:rid).freeze, %(identifiers:scopus).freeze, %(identifiers:sici).freeze, %(identifiers:stock-number).freeze, %(identifiers:strn).freeze, %(identifiers:upc).freeze, %(identifiers:uri).freeze, %(identifiers:urn).freeze, %(identifiers:viaf).freeze, %(identifiers:videorecording-identifier).freeze],
17
- :"skos:hasTopConcept" => [%(identifiers:ansi).freeze, %(identifiers:danacode).freeze, %(identifiers:doi).freeze, %(identifiers:ean).freeze, %(identifiers:eidr).freeze, %(identifiers:gtin-14).freeze, %(identifiers:hdl).freeze, %(identifiers:isan).freeze, %(identifiers:isbn).freeze, %(identifiers:isbn-a).freeze, %(identifiers:ismn).freeze, %(identifiers:isni).freeze, %(identifiers:iso).freeze, %(identifiers:isrc).freeze, %(identifiers:issn).freeze, %(identifiers:issn-l).freeze, %(identifiers:issue-number).freeze, %(identifiers:istc).freeze, %(identifiers:iswc).freeze, %(identifiers:itar).freeze, %(identifiers:lccn).freeze, %(identifiers:local).freeze, %(identifiers:matrix-number).freeze, %(identifiers:music-plate).freeze, %(identifiers:music-publisher).freeze, %(identifiers:natgazfid).freeze, %(identifiers:nipo).freeze, %(identifiers:orcid).freeze, %(identifiers:rid).freeze, %(identifiers:scopus).freeze, %(identifiers:sici).freeze, %(identifiers:stock-number).freeze, %(identifiers:strn).freeze, %(identifiers:upc).freeze, %(identifiers:uri).freeze, %(identifiers:urn).freeze, %(identifiers:viaf).freeze, %(identifiers:videorecording-identifier).freeze],
14
+ comment: %( Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI. ).freeze,
15
+ label: "Standard Identifier Schemes".freeze,
16
+ :"mads:hasMADSSchemeMember" => [%(identifiers:agrovoc).freeze, %(identifiers:allmovie).freeze, %(identifiers:allmusic).freeze, %(identifiers:allocine).freeze, %(identifiers:amnbo).freeze, %(identifiers:ansi).freeze, %(identifiers:artsy).freeze, %(identifiers:bdusc).freeze, %(identifiers:bfi).freeze, %(identifiers:bnfcg).freeze, %(identifiers:cantic).freeze, %(identifiers:cgndb).freeze, %(identifiers:danacode).freeze, %(identifiers:datoses).freeze, %(identifiers:discogs).freeze, %(identifiers:dkfilm).freeze, %(identifiers:doi).freeze, %(identifiers:ean).freeze, %(identifiers:eidr).freeze, %(identifiers:fast).freeze, %(identifiers:filmport).freeze, %(identifiers:findagr).freeze, %(identifiers:freebase).freeze, %(identifiers:gec).freeze, %(identifiers:geogndb).freeze, %(identifiers:geonames).freeze, %(identifiers:gettytgn).freeze, %(identifiers:gettyulan).freeze, %(identifiers:gnd).freeze, %(identifiers:gnis).freeze, %(identifiers:gtin-14).freeze, %(identifiers:hdl).freeze, %(identifiers:ibdb).freeze, %(identifiers:idref).freeze, %(identifiers:imdb).freeze, %(identifiers:isan).freeze, %(identifiers:isbn).freeze, %(identifiers:isbn-a).freeze, %(identifiers:isbnre).freeze, %(identifiers:isil).freeze, %(identifiers:ismn).freeze, %(identifiers:isni).freeze, %(identifiers:iso).freeze, %(identifiers:isrc).freeze, %(identifiers:issn).freeze, %(identifiers:issn-l).freeze, %(identifiers:issue-number).freeze, %(identifiers:istc).freeze, %(identifiers:iswc).freeze, %(identifiers:itar).freeze, %(identifiers:kinipo).freeze, %(identifiers:lccn).freeze, %(identifiers:lcmd).freeze, %(identifiers:libaus).freeze, %(identifiers:local).freeze, %(identifiers:matrix-number).freeze, %(identifiers:moma).freeze, %(identifiers:munzing).freeze, %(identifiers:music-plate).freeze, %(identifiers:music-publisher).freeze, %(identifiers:musicb).freeze, %(identifiers:natgazfid).freeze, %(identifiers:nga).freeze, %(identifiers:nipo).freeze, %(identifiers:nndb).freeze, %(identifiers:npg).freeze, %(identifiers:odnb).freeze, %(identifiers:opensm).freeze, %(identifiers:orcid).freeze, %(identifiers:oxforddnb).freeze, %(identifiers:porthu).freeze, %(identifiers:rbmsbt).freeze, %(identifiers:rbmsgt).freeze, %(identifiers:rbmspe).freeze, %(identifiers:rbmsppe).freeze, %(identifiers:rbmspt).freeze, %(identifiers:rbmsrd).freeze, %(identifiers:rbmste).freeze, %(identifiers:rid).freeze, %(identifiers:rkda).freeze, %(identifiers:saam).freeze, %(identifiers:scholaru).freeze, %(identifiers:scope).freeze, %(identifiers:scopus).freeze, %(identifiers:sici).freeze, %(identifiers:spotify).freeze, %(identifiers:sprfbsb).freeze, %(identifiers:sprfbsk).freeze, %(identifiers:sprfcbb).freeze, %(identifiers:sprfcfb).freeze, %(identifiers:sprfhoc).freeze, %(identifiers:sprfoly).freeze, %(identifiers:sprfpfb).freeze, %(identifiers:stock-number).freeze, %(identifiers:strn).freeze, %(identifiers:svfilm).freeze, %(identifiers:tatearid).freeze, %(identifiers:theatr).freeze, %(identifiers:trove).freeze, %(identifiers:upc).freeze, %(identifiers:uri).freeze, %(identifiers:urn).freeze, %(identifiers:viaf).freeze, %(identifiers:videorecording-identifier).freeze, %(identifiers:wikidata).freeze, %(identifiers:wndla).freeze],
18
17
  type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
19
18
 
20
19
  # Property definitions
21
- property :ansi,
22
- label: "American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard".freeze,
20
+ property :id,
21
+ comment: %(Generic Identifier property. It is expected that one will use one of its many subproperties.).freeze,
22
+ label: "Identifier".freeze,
23
+ type: "rdf:Property".freeze
24
+
25
+ # Extra definitions
26
+ term :agrovoc,
27
+ label: "agrovoc".freeze,
28
+ :"mads:authoritativeLabel" => %(AGROVOC multilingual agricultural thesaurus).freeze,
29
+ type: "mads:Authority".freeze
30
+ term :allmovie,
31
+ label: "allmovie".freeze,
32
+ :"mads:authoritativeLabel" => %(AllMovie).freeze,
33
+ type: "mads:Authority".freeze
34
+ term :allmusic,
35
+ label: "allmusic".freeze,
36
+ :"mads:authoritativeLabel" => %(AllMusic).freeze,
37
+ type: "mads:Authority".freeze
38
+ term :allocine,
39
+ label: "allocine".freeze,
40
+ :"mads:authoritativeLabel" => %(AlloCiné).freeze,
41
+ type: "mads:Authority".freeze
42
+ term :amnbo,
43
+ label: "amnbo".freeze,
44
+ :"mads:authoritativeLabel" => %(American National Biography Online).freeze,
45
+ type: "mads:Authority".freeze
46
+ term :ansi,
47
+ label: "ansi".freeze,
23
48
  :"mads:authoritativeLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
24
- :"mads:code" => %(ansi).freeze,
25
- :"skos:notation" => %(ansi).freeze,
26
- :"skos:prefLabel" => %(American National Standards Institute and National Information Standards Organisation number for an ANSI or ANSI/NISO standard).freeze,
27
- subPropertyOf: "identifiers:id".freeze,
28
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
29
- property :danacode,
30
- label: "Danacode (Bnei Brak, Israel: D.A.N.A. Systems)".freeze,
31
- :"mads:authoritativeLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
32
- :"mads:code" => %(danacode).freeze,
33
- :"skos:notation" => %(danacode).freeze,
34
- :"skos:prefLabel" => %(Danacode \(Bnei Brak, Israel: D.A.N.A. Systems\)).freeze,
35
- subPropertyOf: "identifiers:id".freeze,
36
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
37
- property :doi,
38
- label: "Digital Object Identifier".freeze,
49
+ type: "mads:Authority".freeze
50
+ term :artsy,
51
+ label: "artsy".freeze,
52
+ :"mads:authoritativeLabel" => %(Artsy).freeze,
53
+ type: "mads:Authority".freeze
54
+ term :bdusc,
55
+ label: "bdusc".freeze,
56
+ :"mads:authoritativeLabel" => %(Biographical Directory of the United States Congress).freeze,
57
+ type: "mads:Authority".freeze
58
+ term :bfi,
59
+ label: "bfi".freeze,
60
+ :"mads:authoritativeLabel" => %(BFI - British Film Institute).freeze,
61
+ type: "mads:Authority".freeze
62
+ term :bnfcg,
63
+ label: "bnfcg".freeze,
64
+ :"mads:authoritativeLabel" => %(BnF catalogue général).freeze,
65
+ type: "mads:Authority".freeze
66
+ term :cantic,
67
+ label: "cantic".freeze,
68
+ :"mads:authoritativeLabel" => %(CANTIC \(Biblioteca de Catalunya\)).freeze,
69
+ type: "mads:Authority".freeze
70
+ term :cgndb,
71
+ label: "cgndb".freeze,
72
+ :"mads:authoritativeLabel" => %(Canadian Geographical Names Database).freeze,
73
+ type: "mads:Authority".freeze
74
+ term :danacode,
75
+ label: "danacode".freeze,
76
+ :"mads:authoritativeLabel" => %(Danacode).freeze,
77
+ type: "mads:Authority".freeze
78
+ term :datoses,
79
+ label: "datoses".freeze,
80
+ :"mads:authoritativeLabel" => %(datos.bne.es).freeze,
81
+ type: "mads:Authority".freeze
82
+ term :discogs,
83
+ label: "discogs".freeze,
84
+ :"mads:authoritativeLabel" => %(Discogs).freeze,
85
+ type: "mads:Authority".freeze
86
+ term :dkfilm,
87
+ label: "dkfilm".freeze,
88
+ :"mads:authoritativeLabel" => %(Det Danske Filminstitut Filmdatabasen).freeze,
89
+ type: "mads:Authority".freeze
90
+ term :doi,
91
+ label: "doi".freeze,
39
92
  :"mads:authoritativeLabel" => %(Digital Object Identifier).freeze,
40
- :"mads:code" => %(doi).freeze,
41
- :"skos:notation" => %(doi).freeze,
42
- :"skos:prefLabel" => %(Digital Object Identifier).freeze,
43
- subPropertyOf: "identifiers:id".freeze,
44
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
45
- property :ean,
46
- label: "International Article Number".freeze,
93
+ type: "mads:Authority".freeze
94
+ term :ean,
95
+ label: "ean".freeze,
47
96
  :"mads:authoritativeLabel" => %(International Article Number).freeze,
48
- :"mads:code" => %(ean).freeze,
49
- :"skos:notation" => %(ean).freeze,
50
- :"skos:prefLabel" => %(International Article Number).freeze,
51
- subPropertyOf: "identifiers:id".freeze,
52
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
53
- property :eidr,
54
- label: "EIDR: Entertainment Identifier Registry".freeze,
97
+ type: "mads:Authority".freeze
98
+ term :eidr,
99
+ label: "eidr".freeze,
55
100
  :"mads:authoritativeLabel" => %(EIDR: Entertainment Identifier Registry).freeze,
56
- :"mads:code" => %(eidr).freeze,
57
- :"skos:notation" => %(eidr).freeze,
58
- :"skos:prefLabel" => %(EIDR: Entertainment Identifier Registry).freeze,
59
- subPropertyOf: "identifiers:id".freeze,
60
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
61
- property :"gtin-14",
62
- label: "Global Trade Identification Number 14 (EAN/UCC-128 or ITF-14)".freeze,
63
- :"mads:authoritativeLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
64
- :"mads:code" => %(gtin-14).freeze,
65
- :"skos:notation" => %(gtin-14).freeze,
66
- :"skos:prefLabel" => %(Global Trade Identification Number 14 \(EAN/UCC-128 or ITF-14\)).freeze,
67
- subPropertyOf: "identifiers:id".freeze,
68
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
69
- property :hdl,
70
- label: "Handle".freeze,
101
+ type: "mads:Authority".freeze
102
+ term :fast,
103
+ label: "fast".freeze,
104
+ :"mads:authoritativeLabel" => %(FAST - Faceted Application of Subject Terminology).freeze,
105
+ type: "mads:Authority".freeze
106
+ term :filmport,
107
+ label: "filmport".freeze,
108
+ :"mads:authoritativeLabel" => %(filmportal.de).freeze,
109
+ type: "mads:Authority".freeze
110
+ term :findagr,
111
+ label: "findagr".freeze,
112
+ :"mads:authoritativeLabel" => %(Find a Grave).freeze,
113
+ type: "mads:Authority".freeze
114
+ term :freebase,
115
+ label: "freebase".freeze,
116
+ :"mads:authoritativeLabel" => %(Freebase).freeze,
117
+ type: "mads:Authority".freeze
118
+ term :gec,
119
+ label: "gec".freeze,
120
+ :"mads:authoritativeLabel" => %(Gran enciclopèdia catalana).freeze,
121
+ type: "mads:Authority".freeze
122
+ term :geogndb,
123
+ label: "geogndb".freeze,
124
+ :"mads:authoritativeLabel" => %(Geographic Names Database).freeze,
125
+ type: "mads:Authority".freeze
126
+ term :geonames,
127
+ label: "geonames".freeze,
128
+ :"mads:authoritativeLabel" => %(GeoNames).freeze,
129
+ type: "mads:Authority".freeze
130
+ term :gettytgn,
131
+ label: "gettytgn".freeze,
132
+ :"mads:authoritativeLabel" => %(Getty Thesaurus of Geographic Names Online).freeze,
133
+ type: "mads:Authority".freeze
134
+ term :gettyulan,
135
+ label: "gettyulan".freeze,
136
+ :"mads:authoritativeLabel" => %(Union List of Artist Names Online).freeze,
137
+ type: "mads:Authority".freeze
138
+ term :gnd,
139
+ label: "gnd".freeze,
140
+ :"mads:authoritativeLabel" => %(Gemeinsame Normdatei).freeze,
141
+ type: "mads:Authority".freeze
142
+ term :gnis,
143
+ label: "gnis".freeze,
144
+ :"mads:authoritativeLabel" => %(Geographic Names Information System \(United States Geological Survey, Board on Geographic Names\)).freeze,
145
+ type: "mads:Authority".freeze
146
+ term :"gtin-14",
147
+ label: "gtin-14".freeze,
148
+ :"mads:authoritativeLabel" => %(Global Trade Identification Number 14).freeze,
149
+ type: "mads:Authority".freeze
150
+ term :hdl,
151
+ label: "hdl".freeze,
71
152
  :"mads:authoritativeLabel" => %(Handle).freeze,
72
- :"mads:code" => %(hdl).freeze,
73
- :"skos:notation" => %(hdl).freeze,
74
- :"skos:prefLabel" => %(Handle).freeze,
75
- subPropertyOf: "identifiers:id".freeze,
76
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
77
- property :id,
78
- comment: %(Generic Identifier property. It is expected that one will use one of its many subproperties.).freeze,
79
- label: "Identifier".freeze,
80
- type: "rdf:Property".freeze
81
- property :isan,
82
- label: "International Standard Audiovisual Number".freeze,
153
+ type: "mads:Authority".freeze
154
+ term :ibdb,
155
+ label: "ibdb".freeze,
156
+ :"mads:authoritativeLabel" => %(IBDB - Internet Broadway Database).freeze,
157
+ type: "mads:Authority".freeze
158
+ term :idref,
159
+ label: "idref".freeze,
160
+ :"mads:authoritativeLabel" => %(IdRef: le référentiel des autorités Sudoc).freeze,
161
+ type: "mads:Authority".freeze
162
+ term :imdb,
163
+ label: "imdb".freeze,
164
+ :"mads:authoritativeLabel" => %(IMDb - Internet Movie Database).freeze,
165
+ type: "mads:Authority".freeze
166
+ term :isan,
167
+ label: "isan".freeze,
83
168
  :"mads:authoritativeLabel" => %(International Standard Audiovisual Number).freeze,
84
- :"mads:code" => %(isan).freeze,
85
- :"skos:notation" => %(isan).freeze,
86
- :"skos:prefLabel" => %(International Standard Audiovisual Number).freeze,
87
- subPropertyOf: "identifiers:id".freeze,
88
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
89
- property :isbn,
90
- label: "International Standard Book Number".freeze,
169
+ type: "mads:Authority".freeze
170
+ term :isbn,
171
+ label: "isbn".freeze,
91
172
  :"mads:authoritativeLabel" => %(International Standard Book Number).freeze,
92
- :"mads:code" => %(isbn).freeze,
93
- :"skos:notation" => %(isbn).freeze,
94
- :"skos:prefLabel" => %(International Standard Book Number).freeze,
95
- subPropertyOf: "identifiers:id".freeze,
96
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
97
- property :"isbn-a",
98
- label: "International Standard Book Number (the actionable ISBN)".freeze,
99
- :"mads:authoritativeLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
100
- :"mads:code" => %(isbn-a).freeze,
101
- :"skos:notation" => %(isbn-a).freeze,
102
- :"skos:prefLabel" => %(International Standard Book Number \(the actionable ISBN\)).freeze,
103
- subPropertyOf: "identifiers:id".freeze,
104
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
105
- property :ismn,
106
- label: "International Standard Music Number".freeze,
173
+ type: "mads:Authority".freeze
174
+ term :isbnre,
175
+ label: "isbnre".freeze,
176
+ :"mads:authoritativeLabel" => %(ISBN registrant element [Note: Refers to the part of the ISBN number that is stable for a publisher's publications \(the registrant element\).]).freeze,
177
+ type: "mads:Authority".freeze
178
+ term :isil,
179
+ label: "isil".freeze,
180
+ :"mads:authoritativeLabel" => %(ISIL).freeze,
181
+ type: "mads:Authority".freeze
182
+ term :ismn,
183
+ label: "ismn".freeze,
107
184
  :"mads:authoritativeLabel" => %(International Standard Music Number).freeze,
108
- :"mads:code" => %(ismn).freeze,
109
- :"skos:notation" => %(ismn).freeze,
110
- :"skos:prefLabel" => %(International Standard Music Number).freeze,
111
- subPropertyOf: "identifiers:id".freeze,
112
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
113
- property :isni,
114
- label: "International Standard Name Identifier".freeze,
185
+ type: "mads:Authority".freeze
186
+ term :isni,
187
+ label: "isni".freeze,
115
188
  :"mads:authoritativeLabel" => %(International Standard Name Identifier).freeze,
116
- :"mads:code" => %(isni).freeze,
117
- :"skos:notation" => %(isni).freeze,
118
- :"skos:prefLabel" => %(International Standard Name Identifier).freeze,
119
- subPropertyOf: "identifiers:id".freeze,
120
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
121
- property :iso,
122
- label: "International Organization for Standardization number for an ISO standard".freeze,
189
+ type: "mads:Authority".freeze
190
+ term :iso,
191
+ label: "iso".freeze,
123
192
  :"mads:authoritativeLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
124
- :"mads:code" => %(iso).freeze,
125
- :"skos:notation" => %(iso).freeze,
126
- :"skos:prefLabel" => %(International Organization for Standardization number for an ISO standard).freeze,
127
- subPropertyOf: "identifiers:id".freeze,
128
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
129
- property :isrc,
130
- label: "International Standard Recording Code".freeze,
193
+ type: "mads:Authority".freeze
194
+ term :isrc,
195
+ label: "isrc".freeze,
131
196
  :"mads:authoritativeLabel" => %(International Standard Recording Code).freeze,
132
- :"mads:code" => %(isrc).freeze,
133
- :"skos:notation" => %(isrc).freeze,
134
- :"skos:prefLabel" => %(International Standard Recording Code).freeze,
135
- subPropertyOf: "identifiers:id".freeze,
136
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
137
- property :issn,
138
- label: "International Standard Serial Number".freeze,
197
+ type: "mads:Authority".freeze
198
+ term :issn,
199
+ label: "issn".freeze,
139
200
  :"mads:authoritativeLabel" => %(International Standard Serial Number).freeze,
140
- :"mads:code" => %(issn).freeze,
141
- :"skos:notation" => %(issn).freeze,
142
- :"skos:prefLabel" => %(International Standard Serial Number).freeze,
143
- subPropertyOf: "identifiers:id".freeze,
144
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
145
- property :"issn-l",
146
- label: "Linking International Standard Serial Number".freeze,
201
+ type: "mads:Authority".freeze
202
+ term :"issn-l",
203
+ label: "issn-l".freeze,
147
204
  :"mads:authoritativeLabel" => %(Linking International Standard Serial Number).freeze,
148
- :"mads:code" => %(issn-l).freeze,
149
- :"skos:notation" => %(issn-l).freeze,
150
- :"skos:prefLabel" => %(Linking International Standard Serial Number).freeze,
151
- subPropertyOf: "identifiers:id".freeze,
152
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
153
- property :"issue-number",
154
- label: "Sound recording issue number".freeze,
205
+ type: "mads:Authority".freeze
206
+ term :"issue-number",
207
+ label: "issue-number".freeze,
155
208
  :"mads:authoritativeLabel" => %(Sound recording issue number).freeze,
156
- :"mads:code" => %(issue-number).freeze,
157
- :"skos:notation" => %(issue-number).freeze,
158
- :"skos:prefLabel" => %(Sound recording issue number).freeze,
159
- subPropertyOf: "identifiers:id".freeze,
160
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
161
- property :istc,
162
- label: "International Standard Text Code".freeze,
209
+ type: "mads:Authority".freeze
210
+ term :istc,
211
+ label: "istc".freeze,
163
212
  :"mads:authoritativeLabel" => %(International Standard Text Code).freeze,
164
- :"mads:code" => %(istc).freeze,
165
- :"skos:notation" => %(istc).freeze,
166
- :"skos:prefLabel" => %(International Standard Text Code).freeze,
167
- subPropertyOf: "identifiers:id".freeze,
168
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
169
- property :iswc,
170
- label: "International Standard Musical Work Code".freeze,
213
+ type: "mads:Authority".freeze
214
+ term :iswc,
215
+ label: "iswc".freeze,
171
216
  :"mads:authoritativeLabel" => %(International Standard Musical Work Code).freeze,
172
- :"mads:code" => %(iswc).freeze,
173
- :"skos:notation" => %(iswc).freeze,
174
- :"skos:prefLabel" => %(International Standard Musical Work Code).freeze,
175
- subPropertyOf: "identifiers:id".freeze,
176
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
177
- property :itar,
178
- label: "ITAR (Importtjeneste og autoritetsregistre)".freeze,
179
- :"mads:authoritativeLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
180
- :"mads:code" => %(itar).freeze,
181
- :"skos:notation" => %(itar).freeze,
182
- :"skos:prefLabel" => %(ITAR \(Importtjeneste og autoritetsregistre\)).freeze,
183
- subPropertyOf: "identifiers:id".freeze,
184
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
185
- property :lccn,
186
- label: "Library of Congress Control Number".freeze,
217
+ type: "mads:Authority".freeze
218
+ term :itar,
219
+ label: "itar".freeze,
220
+ :"mads:authoritativeLabel" => %(ITAR).freeze,
221
+ type: "mads:Authority".freeze
222
+ term :kinipo,
223
+ label: "kinipo".freeze,
224
+ :"mads:authoritativeLabel" => %(КиноПоиск = KinoPoisk).freeze,
225
+ type: "mads:Authority".freeze
226
+ term :lccn,
227
+ label: "lccn".freeze,
187
228
  :"mads:authoritativeLabel" => %(Library of Congress Control Number).freeze,
188
- :"mads:code" => %(lccn).freeze,
189
- :"skos:notation" => %(lccn).freeze,
190
- :"skos:prefLabel" => %(Library of Congress Control Number).freeze,
191
- subPropertyOf: "identifiers:id".freeze,
192
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
193
- property :local,
194
- label: "Locally defined identifier".freeze,
229
+ type: "mads:Authority".freeze
230
+ term :lcmd,
231
+ label: "lcmd".freeze,
232
+ :"mads:authoritativeLabel" => %(Library of Congress Manuscript Division).freeze,
233
+ type: "mads:Authority".freeze
234
+ term :libaus,
235
+ label: "libaus".freeze,
236
+ :"mads:authoritativeLabel" => %(Libraries Australia).freeze,
237
+ type: "mads:Authority".freeze
238
+ term :local,
239
+ label: "local".freeze,
195
240
  :"mads:authoritativeLabel" => %(Locally defined identifier).freeze,
196
- :"mads:code" => %(local).freeze,
197
- :"skos:notation" => %(local).freeze,
198
- :"skos:prefLabel" => %(Locally defined identifier).freeze,
199
- subPropertyOf: "identifiers:id".freeze,
200
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
201
- property :"matrix-number",
202
- label: "Sound recording matrix number".freeze,
241
+ type: "mads:Authority".freeze
242
+ term :"matrix-number",
243
+ label: "matrix-number".freeze,
203
244
  :"mads:authoritativeLabel" => %(Sound recording matrix number).freeze,
204
- :"mads:code" => %(matrix-number).freeze,
205
- :"skos:notation" => %(matrix-number).freeze,
206
- :"skos:prefLabel" => %(Sound recording matrix number).freeze,
207
- subPropertyOf: "identifiers:id".freeze,
208
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
209
- property :"music-plate",
210
- label: "Publisher's music plate number".freeze,
245
+ type: "mads:Authority".freeze
246
+ term :moma,
247
+ label: "moma".freeze,
248
+ :"mads:authoritativeLabel" => %(Museum of Modern Art).freeze,
249
+ type: "mads:Authority".freeze
250
+ term :munzing,
251
+ label: "munzing".freeze,
252
+ :"mads:authoritativeLabel" => %(Munzinger).freeze,
253
+ type: "mads:Authority".freeze
254
+ term :"music-plate",
255
+ label: "music-plate".freeze,
211
256
  :"mads:authoritativeLabel" => %(Publisher's music plate number).freeze,
212
- :"mads:code" => %(music-plate).freeze,
213
- :"skos:notation" => %(music-plate).freeze,
214
- :"skos:prefLabel" => %(Publisher's music plate number).freeze,
215
- subPropertyOf: "identifiers:id".freeze,
216
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
217
- property :"music-publisher",
218
- label: "Publisher-assigned music number".freeze,
257
+ type: "mads:Authority".freeze
258
+ term :"music-publisher",
259
+ label: "music-publisher".freeze,
219
260
  :"mads:authoritativeLabel" => %(Publisher-assigned music number).freeze,
220
- :"mads:code" => %(music-publisher).freeze,
221
- :"skos:notation" => %(music-publisher).freeze,
222
- :"skos:prefLabel" => %(Publisher-assigned music number).freeze,
223
- subPropertyOf: "identifiers:id".freeze,
224
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
225
- property :natgazfid,
226
- label: "U.S. National Gazetteer Feature Name Identifier".freeze,
261
+ type: "mads:Authority".freeze
262
+ term :musicb,
263
+ label: "musicb".freeze,
264
+ :"mads:authoritativeLabel" => %(MusicBrainz).freeze,
265
+ type: "mads:Authority".freeze
266
+ term :natgazfid,
267
+ label: "natgazfid".freeze,
227
268
  :"mads:authoritativeLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
228
- :"mads:code" => %(natgazfid).freeze,
229
- :"skos:notation" => %(natgazfid).freeze,
230
- :"skos:prefLabel" => %(U.S. National Gazetteer Feature Name Identifier).freeze,
231
- subPropertyOf: "identifiers:id".freeze,
232
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
233
- property :nipo,
234
- label: "Número de Identificación de las Publicaciones Oficiales".freeze,
269
+ type: "mads:Authority".freeze
270
+ term :nga,
271
+ label: "nga".freeze,
272
+ :"mads:authoritativeLabel" => %(National Gallery of Art).freeze,
273
+ type: "mads:Authority".freeze
274
+ term :nipo,
275
+ label: "nipo".freeze,
235
276
  :"mads:authoritativeLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
236
- :"mads:code" => %(nipo).freeze,
237
- :"skos:notation" => %(nipo).freeze,
238
- :"skos:prefLabel" => %(Número de Identificación de las Publicaciones Oficiales).freeze,
239
- subPropertyOf: "identifiers:id".freeze,
240
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
241
- property :orcid,
242
- label: "Open Researcher and Contributor Identifier".freeze,
277
+ type: "mads:Authority".freeze
278
+ term :nndb,
279
+ label: "nndb".freeze,
280
+ :"mads:authoritativeLabel" => %(NNDB).freeze,
281
+ type: "mads:Authority".freeze
282
+ term :npg,
283
+ label: "npg".freeze,
284
+ :"mads:authoritativeLabel" => %(National Portrait Gallery).freeze,
285
+ type: "mads:Authority".freeze
286
+ term :odnb,
287
+ label: "odnb".freeze,
288
+ :"mads:authoritativeLabel" => %(Oxford Dictionary of National Biography).freeze,
289
+ type: "mads:Authority".freeze
290
+ term :opensm,
291
+ label: "opensm".freeze,
292
+ :"mads:authoritativeLabel" => %(OpenStreetMap).freeze,
293
+ type: "mads:Authority".freeze
294
+ term :orcid,
295
+ label: "orcid".freeze,
243
296
  :"mads:authoritativeLabel" => %(Open Researcher and Contributor Identifier).freeze,
244
- :"mads:code" => %(orcid).freeze,
245
- :"skos:notation" => %(orcid).freeze,
246
- :"skos:prefLabel" => %(Open Researcher and Contributor Identifier).freeze,
247
- subPropertyOf: "identifiers:id".freeze,
248
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
249
- property :rid,
250
- label: "ResearcherID (Thomson Reuters)".freeze,
251
- :"mads:authoritativeLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
252
- :"mads:code" => %(rid).freeze,
253
- :"skos:notation" => %(rid).freeze,
254
- :"skos:prefLabel" => %(ResearcherID \(Thomson Reuters\)).freeze,
255
- subPropertyOf: "identifiers:id".freeze,
256
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
257
- property :scopus,
258
- label: "Scopus Author Identifier".freeze,
297
+ type: "mads:Authority".freeze
298
+ term :oxforddnb,
299
+ label: "oxforddnb".freeze,
300
+ :"mads:authoritativeLabel" => %(Oxford Biography Index).freeze,
301
+ type: "mads:Authority".freeze
302
+ term :porthu,
303
+ label: "porthu".freeze,
304
+ :"mads:authoritativeLabel" => %(PORT.hu).freeze,
305
+ type: "mads:Authority".freeze
306
+ term :rbmsbt,
307
+ label: "rbmsbt".freeze,
308
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Binding Terms).freeze,
309
+ type: "mads:Authority".freeze
310
+ term :rbmsgt,
311
+ label: "rbmsgt".freeze,
312
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Genre Terms).freeze,
313
+ type: "mads:Authority".freeze
314
+ term :rbmspe,
315
+ label: "rbmspe".freeze,
316
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Provenance Evidence).freeze,
317
+ type: "mads:Authority".freeze
318
+ term :rbmsppe,
319
+ label: "rbmsppe".freeze,
320
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Printing and Publishing Terms).freeze,
321
+ type: "mads:Authority".freeze
322
+ term :rbmspt,
323
+ label: "rbmspt".freeze,
324
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Paper Terms).freeze,
325
+ type: "mads:Authority".freeze
326
+ term :rbmsrd,
327
+ label: "rbmsrd".freeze,
328
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Relationship Designators).freeze,
329
+ type: "mads:Authority".freeze
330
+ term :rbmste,
331
+ label: "rbmste".freeze,
332
+ :"mads:authoritativeLabel" => %(RBMS Controlled Vocabularies: Type Evidence).freeze,
333
+ type: "mads:Authority".freeze
334
+ term :rid,
335
+ label: "rid".freeze,
336
+ :"mads:authoritativeLabel" => %(ResearcherID).freeze,
337
+ type: "mads:Authority".freeze
338
+ term :rkda,
339
+ label: "rkda".freeze,
340
+ :"mads:authoritativeLabel" => %(RKDartists&).freeze,
341
+ type: "mads:Authority".freeze
342
+ term :saam,
343
+ label: "saam".freeze,
344
+ :"mads:authoritativeLabel" => %(Smithsonian American Art Museum).freeze,
345
+ type: "mads:Authority".freeze
346
+ term :scholaru,
347
+ label: "scholaru".freeze,
348
+ :"mads:authoritativeLabel" => %(Scholar Universe).freeze,
349
+ type: "mads:Authority".freeze
350
+ term :scope,
351
+ label: "scope".freeze,
352
+ :"mads:authoritativeLabel" => %(Scope).freeze,
353
+ type: "mads:Authority".freeze
354
+ term :scopus,
355
+ label: "scopus".freeze,
259
356
  :"mads:authoritativeLabel" => %(Scopus Author Identifier).freeze,
260
- :"mads:code" => %(scopus).freeze,
261
- :"skos:notation" => %(scopus).freeze,
262
- :"skos:prefLabel" => %(Scopus Author Identifier).freeze,
263
- subPropertyOf: "identifiers:id".freeze,
264
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
265
- property :sici,
266
- label: "Serial Item and Contribution Identifier".freeze,
357
+ type: "mads:Authority".freeze
358
+ term :sici,
359
+ label: "sici".freeze,
267
360
  :"mads:authoritativeLabel" => %(Serial Item and Contribution Identifier).freeze,
268
- :"mads:code" => %(sici).freeze,
269
- :"skos:notation" => %(sici).freeze,
270
- :"skos:prefLabel" => %(Serial Item and Contribution Identifier).freeze,
271
- subPropertyOf: "identifiers:id".freeze,
272
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
273
- property :"stock-number",
274
- label: "Publisher, distributor, or vendor stock number".freeze,
361
+ type: "mads:Authority".freeze
362
+ term :spotify,
363
+ label: "spotify".freeze,
364
+ :"mads:authoritativeLabel" => %(Spotify).freeze,
365
+ type: "mads:Authority".freeze
366
+ term :sprfbsb,
367
+ label: "sprfbsb".freeze,
368
+ :"mads:authoritativeLabel" => %(Sports Reference: Baseball).freeze,
369
+ type: "mads:Authority".freeze
370
+ term :sprfbsk,
371
+ label: "sprfbsk".freeze,
372
+ :"mads:authoritativeLabel" => %(Sports Reference: Basketball).freeze,
373
+ type: "mads:Authority".freeze
374
+ term :sprfcbb,
375
+ label: "sprfcbb".freeze,
376
+ :"mads:authoritativeLabel" => %(Sports Reference: College Basketball).freeze,
377
+ type: "mads:Authority".freeze
378
+ term :sprfcfb,
379
+ label: "sprfcfb".freeze,
380
+ :"mads:authoritativeLabel" => %(Sports Reference: College Football).freeze,
381
+ type: "mads:Authority".freeze
382
+ term :sprfhoc,
383
+ label: "sprfhoc".freeze,
384
+ :"mads:authoritativeLabel" => %(Sports Reference: Hockey).freeze,
385
+ type: "mads:Authority".freeze
386
+ term :sprfoly,
387
+ label: "sprfoly".freeze,
388
+ :"mads:authoritativeLabel" => %(Sports Reference: Olympic Sports).freeze,
389
+ type: "mads:Authority".freeze
390
+ term :sprfpfb,
391
+ label: "sprfpfb".freeze,
392
+ :"mads:authoritativeLabel" => %(Sports Reference: Pro Football).freeze,
393
+ type: "mads:Authority".freeze
394
+ term :"stock-number",
395
+ label: "stock-number".freeze,
275
396
  :"mads:authoritativeLabel" => %(Publisher, distributor, or vendor stock number).freeze,
276
- :"mads:code" => %(stock-number).freeze,
277
- :"skos:notation" => %(stock-number).freeze,
278
- :"skos:prefLabel" => %(Publisher, distributor, or vendor stock number).freeze,
279
- subPropertyOf: "identifiers:id".freeze,
280
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
281
- property :strn,
282
- label: "Standard Technical Report Number".freeze,
397
+ type: "mads:Authority".freeze
398
+ term :strn,
399
+ label: "strn".freeze,
283
400
  :"mads:authoritativeLabel" => %(Standard Technical Report Number).freeze,
284
- :"mads:code" => %(strn).freeze,
285
- :"skos:notation" => %(strn).freeze,
286
- :"skos:prefLabel" => %(Standard Technical Report Number).freeze,
287
- subPropertyOf: "identifiers:id".freeze,
288
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
289
- property :upc,
290
- label: "Universal Product Code".freeze,
401
+ type: "mads:Authority".freeze
402
+ term :svfilm,
403
+ label: "svfilm".freeze,
404
+ :"mads:authoritativeLabel" => %(Svensk Filmdatabas).freeze,
405
+ type: "mads:Authority".freeze
406
+ term :tatearid,
407
+ label: "tatearid".freeze,
408
+ :"mads:authoritativeLabel" => %(Tate Artist Identifier).freeze,
409
+ type: "mads:Authority".freeze
410
+ term :theatr,
411
+ label: "theatr".freeze,
412
+ :"mads:authoritativeLabel" => %(Theatricalia).freeze,
413
+ type: "mads:Authority".freeze
414
+ term :trove,
415
+ label: "trove".freeze,
416
+ :"mads:authoritativeLabel" => %(Trove).freeze,
417
+ type: "mads:Authority".freeze
418
+ term :upc,
419
+ label: "upc".freeze,
291
420
  :"mads:authoritativeLabel" => %(Universal Product Code).freeze,
292
- :"mads:code" => %(upc).freeze,
293
- :"skos:notation" => %(upc).freeze,
294
- :"skos:prefLabel" => %(Universal Product Code).freeze,
295
- subPropertyOf: "identifiers:id".freeze,
296
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
297
- property :uri,
298
- label: "Uniform Resource Identifier".freeze,
421
+ type: "mads:Authority".freeze
422
+ term :uri,
423
+ label: "uri".freeze,
299
424
  :"mads:authoritativeLabel" => %(Uniform Resource Identifier).freeze,
300
- :"mads:code" => %(uri).freeze,
301
- :"skos:notation" => %(uri).freeze,
302
- :"skos:prefLabel" => %(Uniform Resource Identifier).freeze,
303
- subPropertyOf: "identifiers:id".freeze,
304
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
305
- property :urn,
306
- label: "Uniform Resource Name".freeze,
425
+ type: "mads:Authority".freeze
426
+ term :urn,
427
+ label: "urn".freeze,
307
428
  :"mads:authoritativeLabel" => %(Uniform Resource Name).freeze,
308
- :"mads:code" => %(urn).freeze,
309
- :"skos:notation" => %(urn).freeze,
310
- :"skos:prefLabel" => %(Uniform Resource Name).freeze,
311
- subPropertyOf: "identifiers:id".freeze,
312
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
313
- property :viaf,
314
- label: "Virtual International Authority File number".freeze,
429
+ type: "mads:Authority".freeze
430
+ term :viaf,
431
+ label: "viaf".freeze,
315
432
  :"mads:authoritativeLabel" => %(Virtual International Authority File number).freeze,
316
- :"mads:code" => %(viaf).freeze,
317
- :"skos:notation" => %(viaf).freeze,
318
- :"skos:prefLabel" => %(Virtual International Authority File number).freeze,
319
- subPropertyOf: "identifiers:id".freeze,
320
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
321
- property :"videorecording-identifier",
322
- label: "Publisher-assigned videorecording number".freeze,
433
+ type: "mads:Authority".freeze
434
+ term :"videorecording-identifier",
435
+ label: "videorecording-identifier".freeze,
323
436
  :"mads:authoritativeLabel" => %(Publisher-assigned videorecording number).freeze,
324
- :"mads:code" => %(videorecording-identifier).freeze,
325
- :"skos:notation" => %(videorecording-identifier).freeze,
326
- :"skos:prefLabel" => %(Publisher-assigned videorecording number).freeze,
327
- subPropertyOf: "identifiers:id".freeze,
328
- type: ["mads:Authority".freeze, "rdf:Property".freeze, "skos:Concept".freeze]
437
+ type: "mads:Authority".freeze
438
+ term :wikidata,
439
+ label: "wikidata".freeze,
440
+ :"mads:authoritativeLabel" => %(Wikidata).freeze,
441
+ type: "mads:Authority".freeze
442
+ term :wndla,
443
+ label: "wndla".freeze,
444
+ :"mads:authoritativeLabel" => %(Web NDL Authorities \)).freeze,
445
+ type: "mads:Authority".freeze
329
446
  end
330
447
  end
@@ -21,119 +21,84 @@ module RDF::Vocab
21
21
 
22
22
  # Extra definitions
23
23
  term :cap,
24
- label: "capture".freeze,
24
+ label: "cap".freeze,
25
25
  :"mads:authoritativeLabel" => %(capture).freeze,
26
- :"mads:code" => %(cap).freeze,
27
- :"skos:notation" => %(cap).freeze,
28
26
  :"skos:prefLabel" => %(capture).freeze,
29
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
30
- term :collection_PREMIS,
31
- label: "PREMIS Event Types Collection".freeze,
32
- type: "mads:MADSCollection".freeze
27
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
33
28
  term :com,
34
- label: "compression".freeze,
29
+ label: "com".freeze,
35
30
  :"mads:authoritativeLabel" => %(compression).freeze,
36
- :"mads:code" => %(com).freeze,
37
- :"skos:notation" => %(com).freeze,
38
31
  :"skos:prefLabel" => %(compression).freeze,
39
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
32
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
40
33
  term :cre,
41
- label: "creation".freeze,
34
+ label: "cre".freeze,
42
35
  :"mads:authoritativeLabel" => %(creation).freeze,
43
- :"mads:code" => %(cre).freeze,
44
- :"skos:notation" => %(cre).freeze,
45
36
  :"skos:prefLabel" => %(creation).freeze,
46
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
37
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
47
38
  term :dea,
48
- label: "deaccession".freeze,
39
+ label: "dea".freeze,
49
40
  :"mads:authoritativeLabel" => %(deaccession).freeze,
50
- :"mads:code" => %(dea).freeze,
51
- :"skos:notation" => %(dea).freeze,
52
41
  :"skos:prefLabel" => %(deaccession).freeze,
53
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
42
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
54
43
  term :dec,
55
- label: "decompression".freeze,
44
+ label: "dec".freeze,
56
45
  :"mads:authoritativeLabel" => %(decompression).freeze,
57
- :"mads:code" => %(dec).freeze,
58
- :"skos:notation" => %(dec).freeze,
59
46
  :"skos:prefLabel" => %(decompression).freeze,
60
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
47
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
61
48
  term :del,
62
- label: "deletion".freeze,
49
+ label: "del".freeze,
63
50
  :"mads:authoritativeLabel" => %(deletion).freeze,
64
- :"mads:code" => %(del).freeze,
65
- :"skos:notation" => %(del).freeze,
66
51
  :"skos:prefLabel" => %(deletion).freeze,
67
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
52
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
68
53
  term :der,
69
- label: "decryption".freeze,
54
+ label: "der".freeze,
70
55
  :"mads:authoritativeLabel" => %(decryption).freeze,
71
- :"mads:code" => %(der).freeze,
72
- :"skos:notation" => %(der).freeze,
73
56
  :"skos:prefLabel" => %(decryption).freeze,
74
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
57
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
75
58
  term :dig,
76
- label: "digital signature validation".freeze,
59
+ label: "dig".freeze,
77
60
  :"mads:authoritativeLabel" => %(digital signature validation).freeze,
78
- :"mads:code" => %(dig).freeze,
79
- :"skos:notation" => %(dig).freeze,
80
61
  :"skos:prefLabel" => %(digital signature validation).freeze,
81
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
62
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
82
63
  term :fix,
83
- label: "fixity check".freeze,
64
+ label: "fix".freeze,
84
65
  :"mads:authoritativeLabel" => %(fixity check).freeze,
85
- :"mads:code" => %(fix).freeze,
86
- :"skos:notation" => %(fix).freeze,
87
66
  :"skos:prefLabel" => %(fixity check).freeze,
88
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
67
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
89
68
  term :ing,
90
- label: "ingestion".freeze,
69
+ label: "ing".freeze,
91
70
  :"mads:authoritativeLabel" => %(ingestion).freeze,
92
- :"mads:code" => %(ing).freeze,
93
- :"skos:notation" => %(ing).freeze,
94
71
  :"skos:prefLabel" => %(ingestion).freeze,
95
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
72
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
96
73
  term :mes,
97
- label: "message digest calculation".freeze,
74
+ label: "mes".freeze,
98
75
  :"mads:authoritativeLabel" => %(message digest calculation).freeze,
99
- :"mads:code" => %(mes).freeze,
100
- :"skos:notation" => %(mes).freeze,
101
76
  :"skos:prefLabel" => %(message digest calculation).freeze,
102
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
77
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
103
78
  term :mig,
104
- label: "migration".freeze,
79
+ label: "mig".freeze,
105
80
  :"mads:authoritativeLabel" => %(migration).freeze,
106
- :"mads:code" => %(mig).freeze,
107
- :"skos:notation" => %(mig).freeze,
108
81
  :"skos:prefLabel" => %(migration).freeze,
109
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
82
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
110
83
  term :nor,
111
- label: "normalization".freeze,
84
+ label: "nor".freeze,
112
85
  :"mads:authoritativeLabel" => %(normalization).freeze,
113
- :"mads:code" => %(nor).freeze,
114
- :"skos:notation" => %(nor).freeze,
115
86
  :"skos:prefLabel" => %(normalization).freeze,
116
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
87
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
117
88
  term :rep,
118
- label: "replication".freeze,
89
+ label: "rep".freeze,
119
90
  :"mads:authoritativeLabel" => %(replication).freeze,
120
- :"mads:code" => %(rep).freeze,
121
- :"skos:notation" => %(rep).freeze,
122
91
  :"skos:prefLabel" => %(replication).freeze,
123
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
92
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
124
93
  term :val,
125
- label: "validation".freeze,
94
+ label: "val".freeze,
126
95
  :"mads:authoritativeLabel" => %(validation).freeze,
127
- :"mads:code" => %(val).freeze,
128
- :"skos:notation" => %(val).freeze,
129
96
  :"skos:prefLabel" => %(validation).freeze,
130
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
97
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
131
98
  term :vir,
132
- label: "virus check".freeze,
99
+ label: "vir".freeze,
133
100
  :"mads:authoritativeLabel" => %(virus check).freeze,
134
- :"mads:code" => %(vir).freeze,
135
- :"skos:notation" => %(vir).freeze,
136
101
  :"skos:prefLabel" => %(virus check).freeze,
137
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "skos:Concept".freeze]
102
+ type: ["mads:Authority".freeze, "skos:Concept".freeze]
138
103
  end
139
104
  end
@@ -12,10 +12,14 @@ module RDF::Vocab
12
12
  # Ontology definition
13
13
  ontology :"http://www.w3.org/2007/05/powder-s",
14
14
  comment: %(This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.).freeze,
15
+ :"dc:issued" => %(2009-09-01).freeze,
16
+ :"dc:modified" => [%(2010-11-08).freeze, %(2017-06-02).freeze],
17
+ :"http://purl.org/vocab/vann/preferredNamespacePrefix" => %(wdrs).freeze,
18
+ :"http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://www.w3.org/2007/05/powder-s#).freeze,
15
19
  label: "POWDER-S Vocabulary".freeze,
16
20
  :"owl:priorVersion" => %(http://www.w3.org/2007/05/powder-s).freeze,
17
- :"owl:versionInfo" => %(8 November 2010).freeze,
18
- type: "owl:Ontology".freeze
21
+ :"owl:versionInfo" => %(2 June 2017).freeze,
22
+ type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
19
23
 
20
24
  # Class definitions
21
25
  term :Document,
data/spec/vocab_spec.rb CHANGED
@@ -24,7 +24,7 @@ describe RDF::Vocab do
24
24
  "members superseded by member" => [
25
25
  %(
26
26
  @prefix schema: <http://schema.org/> .
27
- <foo> a schema:Organization; schema:members "Manny" .
27
+ <http://example/foo> a schema:Organization; schema:members "Manny" .
28
28
  ),
29
29
  {
30
30
  property: {"schema:members" => ["Term is superseded by schema:member"]},
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-03-23 00:00:00.000000000 Z
13
+ date: 2017-07-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - "~>"
34
34
  - !ruby/object:Gem::Version
35
- version: '4.0'
35
+ version: '5.0'
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - "~>"
41
41
  - !ruby/object:Gem::Version
42
- version: '4.0'
42
+ version: '5.0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: erubis
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -60,14 +60,14 @@ dependencies:
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: '1.13'
63
+ version: '1.15'
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: '1.13'
70
+ version: '1.15'
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: json-ld
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -102,14 +102,14 @@ dependencies:
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '0.5'
105
+ version: '0.8'
106
106
  type: :development
107
107
  prerelease: false
108
108
  version_requirements: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - "~>"
111
111
  - !ruby/object:Gem::Version
112
- version: '0.5'
112
+ version: '0.8'
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: ld-patch
115
115
  requirement: !ruby/object:Gem::Requirement
@@ -130,14 +130,28 @@ dependencies:
130
130
  requirements:
131
131
  - - "~>"
132
132
  - !ruby/object:Gem::Version
133
- version: '1.7'
133
+ version: '1.8'
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
137
137
  requirements:
138
138
  - - "~>"
139
139
  - !ruby/object:Gem::Version
140
- version: '1.7'
140
+ version: '1.8'
141
+ - !ruby/object:Gem::Dependency
142
+ name: nokogumbo
143
+ requirement: !ruby/object:Gem::Requirement
144
+ requirements:
145
+ - - "~>"
146
+ - !ruby/object:Gem::Version
147
+ version: '1.4'
148
+ type: :development
149
+ prerelease: false
150
+ version_requirements: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - "~>"
153
+ - !ruby/object:Gem::Version
154
+ version: '1.4'
141
155
  - !ruby/object:Gem::Dependency
142
156
  name: rake
143
157
  requirement: !ruby/object:Gem::Requirement
@@ -158,14 +172,14 @@ dependencies:
158
172
  requirements:
159
173
  - - "~>"
160
174
  - !ruby/object:Gem::Version
161
- version: '2.1'
175
+ version: '2.2'
162
176
  type: :development
163
177
  prerelease: false
164
178
  version_requirements: !ruby/object:Gem::Requirement
165
179
  requirements:
166
180
  - - "~>"
167
181
  - !ruby/object:Gem::Version
168
- version: '2.1'
182
+ version: '2.2'
169
183
  - !ruby/object:Gem::Dependency
170
184
  name: rdf-reasoner
171
185
  requirement: !ruby/object:Gem::Requirement
@@ -200,14 +214,14 @@ dependencies:
200
214
  requirements:
201
215
  - - "~>"
202
216
  - !ruby/object:Gem::Version
203
- version: '3.5'
217
+ version: '3.6'
204
218
  type: :development
205
219
  prerelease: false
206
220
  version_requirements: !ruby/object:Gem::Requirement
207
221
  requirements:
208
222
  - - "~>"
209
223
  - !ruby/object:Gem::Version
210
- version: '3.5'
224
+ version: '3.6'
211
225
  - !ruby/object:Gem::Dependency
212
226
  name: rspec-its
213
227
  requirement: !ruby/object:Gem::Requirement
@@ -341,7 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
341
355
  version: '0'
342
356
  requirements: []
343
357
  rubyforge_project:
344
- rubygems_version: 2.6.8
358
+ rubygems_version: 2.6.12
345
359
  signing_key:
346
360
  specification_version: 4
347
361
  summary: A library of RDF vocabularies