rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/bibframe.rb
CHANGED
@@ -1,2062 +1,2492 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using rdf vocabulary format from http://
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://id.loc.gov/ontologies/bibframe/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
|
7
|
-
|
8
|
-
# class Bibframe < RDF::StrictVocabulary
|
9
|
-
# end
|
10
|
-
Bibframe = Class.new(RDF::StrictVocabulary("http://bibframe.org/vocab/")) do
|
6
|
+
Bibframe = Class.new(RDF::StrictVocabulary("http://id.loc.gov/ontologies/bibframe/")) do
|
7
|
+
|
11
8
|
# Ontology definition
|
12
|
-
ontology :"http://
|
13
|
-
"dc
|
14
|
-
"owl
|
15
|
-
|
9
|
+
ontology :"http://id.loc.gov/ontologies/bibframe/",
|
10
|
+
"http://purl.org/dc/terms/modified": "2020-03-06T16:54:50.319-05:00".freeze,
|
11
|
+
"http://www.w3.org/2002/07/owl#ontologyIRI": "http://id.loc.gov/ontologies/bibframe/".freeze,
|
12
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-0/".freeze,
|
13
|
+
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-0-1/".freeze,
|
14
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2.0.1".freeze,
|
15
|
+
label: "BIBFRAME vocabulary".freeze,
|
16
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
16
17
|
|
17
18
|
# Class definitions
|
19
|
+
term :AbbreviatedTitle,
|
20
|
+
definition: "Title as abbreviated for citation, indexing, and/or identification.".freeze,
|
21
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
22
|
+
label: "Abbreviated title".freeze,
|
23
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze,
|
24
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
25
|
+
term :AccessPolicy,
|
26
|
+
definition: "Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.".freeze,
|
27
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
28
|
+
label: "Access policy".freeze,
|
29
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze,
|
30
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
31
|
+
term :AcquisitionSource,
|
32
|
+
definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
|
33
|
+
"http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze,
|
34
|
+
label: "Acquisition source".freeze,
|
35
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
36
|
+
term :AdminMetadata,
|
37
|
+
definition: "Metadata about the metadata, especially provenance information.".freeze,
|
38
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
39
|
+
label: "Administrative metadata".freeze,
|
40
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
18
41
|
term :Agent,
|
19
|
-
|
42
|
+
definition: "Entity having a role in a resource, such as a person or organization.".freeze,
|
43
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (New subclass)".freeze],
|
20
44
|
label: "Agent".freeze,
|
21
|
-
subClassOf: "
|
22
|
-
type: "
|
23
|
-
term :
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
45
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
46
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
47
|
+
term :Ansi,
|
48
|
+
definition: "American National Standards Institute identifier.".freeze,
|
49
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
50
|
+
label: "ANSI number".freeze,
|
51
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
52
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
53
|
+
term :AppliedMaterial,
|
54
|
+
definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
|
55
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
56
|
+
label: "Applied material".freeze,
|
57
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
28
58
|
term :Archival,
|
29
|
-
|
30
|
-
"dc
|
59
|
+
definition: "Resources organically created, accumulated, and/or used by a person, family, or organization in the course of conduct of affairs and preserved because of their continuing value.".freeze,
|
60
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
31
61
|
label: "Archival controlled".freeze,
|
32
|
-
subClassOf: "bibframe
|
33
|
-
type: "
|
62
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
63
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
34
64
|
term :Arrangement,
|
35
|
-
|
65
|
+
definition: "Information about the organization and arrangement of a collection of items. For instance, for computer files, organization and arrangement information may be the file structure and sort sequence of a file; for visual materials, this information may be how a collection is arranged.".freeze,
|
66
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
36
67
|
label: "Organization of materials information".freeze,
|
37
|
-
|
38
|
-
|
68
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
69
|
+
term :AspectRatio,
|
70
|
+
definition: "Proportional relationship between an image's width and its height.".freeze,
|
71
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
72
|
+
label: "Aspect ratio".freeze,
|
73
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
39
74
|
term :Audio,
|
40
|
-
|
75
|
+
definition: "Resources expressed in an audible form, including music or other sounds.".freeze,
|
76
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
41
77
|
label: "Audio".freeze,
|
42
|
-
subClassOf: "bibframe
|
43
|
-
type: "
|
44
|
-
term :
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
78
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
79
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
80
|
+
term :AudioIssueNumber,
|
81
|
+
definition: "Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource.".freeze,
|
82
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised property name and definition)".freeze],
|
83
|
+
label: "Audio issue number".freeze,
|
84
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
85
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
86
|
+
term :AudioTake,
|
87
|
+
definition: "Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song.".freeze,
|
88
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
89
|
+
label: "Audio recording take".freeze,
|
90
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
91
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
92
|
+
term :Barcode,
|
93
|
+
definition: "Optical machine-readable representation of data relating to the item to which it is attached.".freeze,
|
94
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Moved to Identifier class group from Item group)".freeze],
|
95
|
+
label: "Barcode".freeze,
|
96
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
97
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
98
|
+
term :BaseMaterial,
|
99
|
+
definition: "Underlying physical material of a resource.".freeze,
|
100
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
101
|
+
label: "Base material".freeze,
|
102
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
103
|
+
term :BookFormat,
|
104
|
+
definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
|
105
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
106
|
+
label: "Book format".freeze,
|
107
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
108
|
+
term :BroadcastStandard,
|
109
|
+
definition: "System used to format a video resource for television broadcast, e.g., HDTV, PAL.".freeze,
|
110
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
111
|
+
label: "Broadcast standard".freeze,
|
112
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VideoCharacteristic".freeze,
|
113
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
114
|
+
term :Capture,
|
115
|
+
definition: "Information about place and date associated with the capture (i.e., recording, filming, etc.) of the content of a resource.".freeze,
|
116
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
117
|
+
label: "Capture of content".freeze,
|
118
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
119
|
+
term :Carrier,
|
120
|
+
definition: "Categorization reflecting the format of the storage medium and housing of a carrier.".freeze,
|
121
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
122
|
+
label: "Carrier type".freeze,
|
123
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
124
|
+
term :Cartographic,
|
125
|
+
definition: "Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale.".freeze,
|
126
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
127
|
+
label: "Cartographic information".freeze,
|
128
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
129
|
+
term :CartographicDataType,
|
130
|
+
definition: "Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point.".freeze,
|
131
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
132
|
+
label: "Digital cartographic data type".freeze,
|
133
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
134
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
135
|
+
term :CartographicObjectType,
|
136
|
+
definition: "Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon.".freeze,
|
137
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
138
|
+
label: "Digital cartographic object type".freeze,
|
139
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
140
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
49
141
|
term :Cartography,
|
50
|
-
|
142
|
+
definition: "Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources.".freeze,
|
143
|
+
"http://purl.org/dc/terms/modified": "2016-04-25 (fixed typo in definition)".freeze,
|
51
144
|
label: "Cartography".freeze,
|
52
|
-
subClassOf: "bibframe
|
53
|
-
type: "
|
54
|
-
term :
|
55
|
-
|
56
|
-
"dc
|
57
|
-
label: "
|
58
|
-
subClassOf: "bibframe
|
59
|
-
type: "
|
145
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
146
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
147
|
+
term :Chronology,
|
148
|
+
definition: "Dates associated with issues or items held.".freeze,
|
149
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
150
|
+
label: "Chronology".freeze,
|
151
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology".freeze,
|
152
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
60
153
|
term :Classification,
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
type: "
|
154
|
+
definition: "System of coding and organizing materials according to their subject.".freeze,
|
155
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
156
|
+
label: "Classification entity".freeze,
|
157
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
158
|
+
term :ClassificationDdc,
|
159
|
+
definition: "Dewey Decimal Classification number used for subject access.".freeze,
|
160
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
161
|
+
label: "DDC Classification".freeze,
|
162
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
163
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
164
|
+
term :ClassificationLcc,
|
165
|
+
definition: "Library of Congress Classification number used for subject access.".freeze,
|
166
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
167
|
+
label: "LCC Classification".freeze,
|
168
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
169
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
170
|
+
term :ClassificationNlm,
|
171
|
+
definition: "National Library of Medicine Classification number used for subject access".freeze,
|
172
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
173
|
+
label: "NLM classification".freeze,
|
174
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
175
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
176
|
+
term :ClassificationUdc,
|
177
|
+
definition: "Universal Decimal Classification number used for subject access.".freeze,
|
178
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
179
|
+
label: "UDC Classification".freeze,
|
180
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
181
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
182
|
+
term :Coden,
|
183
|
+
definition: "Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.".freeze,
|
184
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
185
|
+
label: "CODEN".freeze,
|
186
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
187
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
65
188
|
term :Collection,
|
66
|
-
|
189
|
+
definition: "Aggregation of resources, generally gathered together artificially.".freeze,
|
190
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
67
191
|
label: "Collection".freeze,
|
68
|
-
|
69
|
-
|
192
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
193
|
+
term :CollectiveTitle,
|
194
|
+
definition: "Title for a compilation of resources.".freeze,
|
195
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
196
|
+
label: "Collective title".freeze,
|
197
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze,
|
198
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
199
|
+
term :ColorContent,
|
200
|
+
definition: "Color characteristics of a resource, e.g., black and white, multicolored, etc.".freeze,
|
201
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
202
|
+
label: "Color content".freeze,
|
203
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
204
|
+
term :Content,
|
205
|
+
definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.".freeze,
|
206
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
207
|
+
label: "Content type".freeze,
|
208
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
209
|
+
term :ContentAccessibility,
|
210
|
+
definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze,
|
211
|
+
"http://purl.org/dc/terms/modified": "2017-02-07 (New)".freeze,
|
212
|
+
label: "Content accessibility information".freeze,
|
213
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
214
|
+
term :Contribution,
|
215
|
+
definition: "Agent and role with respect to the resource being described.".freeze,
|
216
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
217
|
+
label: "Contribution".freeze,
|
218
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
219
|
+
term :CopyrightNumber,
|
220
|
+
definition: "Identifier assigned to a copyright registration or legal deposit.".freeze,
|
221
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
222
|
+
label: "Copyright-legal deposit number".freeze,
|
223
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
224
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
225
|
+
term :CopyrightRegistration,
|
226
|
+
definition: "Copyright or Legal Deposit registration information".freeze,
|
227
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Class name corrected)".freeze],
|
228
|
+
label: "Copyright registration".freeze,
|
229
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
70
230
|
term :CoverArt,
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
type: "
|
231
|
+
definition: "Cover illustration of a resource.".freeze,
|
232
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
233
|
+
label: "Cover art".freeze,
|
234
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
75
235
|
term :Dataset,
|
76
|
-
|
236
|
+
definition: "Data encoded in a defined structure. Includes numeric data, environmental data,etc., used by applications software to calculate averages, correlations, etc., or to produce models, etc., but not normally displayed in its raw form.".freeze,
|
237
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
77
238
|
label: "Dataset".freeze,
|
78
|
-
subClassOf: "bibframe
|
79
|
-
type: "
|
80
|
-
term :
|
81
|
-
|
82
|
-
"dc
|
83
|
-
label: "
|
84
|
-
subClassOf: "bibframe
|
85
|
-
type: "
|
239
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
240
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
241
|
+
term :DescriptionAuthentication,
|
242
|
+
definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze,
|
243
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (fixed class name)".freeze],
|
244
|
+
label: "Metadata authentication".freeze,
|
245
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
246
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
247
|
+
term :DescriptionConventions,
|
248
|
+
definition: "Rules used for the descriptive content of the resource description.".freeze,
|
249
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed class name)".freeze],
|
250
|
+
label: "Description conventions".freeze,
|
251
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
252
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
253
|
+
term :DigitalCharacteristic,
|
254
|
+
definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze,
|
255
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
256
|
+
label: "Digital characteristic".freeze,
|
257
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
258
|
+
term :Dissertation,
|
259
|
+
definition: "Information about a work presented as part of the formal requirements for an academic degree.".freeze,
|
260
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
261
|
+
label: "Dissertation information".freeze,
|
262
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
263
|
+
term :DissertationIdentifier,
|
264
|
+
definition: "Identifier assigned to a thesis or dissertation for identification purposes .".freeze,
|
265
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
266
|
+
label: "Dissertation Identifier".freeze,
|
267
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
268
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
269
|
+
term :Distribution,
|
270
|
+
definition: "Information relating to distribution of a resource.".freeze,
|
271
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
272
|
+
label: "Distributor".freeze,
|
273
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze,
|
274
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
275
|
+
term :Doi,
|
276
|
+
definition: "Digital Object Identifier.".freeze,
|
277
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
278
|
+
label: "DOI".freeze,
|
279
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
280
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
281
|
+
term :Ean,
|
282
|
+
definition: "International Article Identifier.".freeze,
|
283
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
284
|
+
label: "EAN".freeze,
|
285
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
286
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
86
287
|
term :Electronic,
|
87
|
-
|
88
|
-
"dc
|
288
|
+
definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely.".freeze,
|
289
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
89
290
|
label: "Electronic".freeze,
|
90
|
-
subClassOf: "bibframe
|
91
|
-
type: "
|
291
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
292
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
293
|
+
term :Emulsion,
|
294
|
+
definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze,
|
295
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
296
|
+
label: "Emulsion".freeze,
|
297
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
298
|
+
term :EncodedBitrate,
|
299
|
+
definition: "Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps.".freeze,
|
300
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
301
|
+
label: "Encoded bitrate".freeze,
|
302
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
303
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
304
|
+
term :EncodingFormat,
|
305
|
+
definition: "Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.".freeze,
|
306
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
307
|
+
label: "Encoding format".freeze,
|
308
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
309
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
310
|
+
term :Enumeration,
|
311
|
+
definition: "Numbering or other enumeration associated with issues or items held.".freeze,
|
312
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
313
|
+
label: "Enumeration".freeze,
|
314
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology".freeze,
|
315
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
316
|
+
term :EnumerationAndChronology,
|
317
|
+
definition: "Numbering or other enumeration and dates associated with issues or items held.".freeze,
|
318
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
319
|
+
label: "Enumeration and chronology".freeze,
|
320
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
92
321
|
term :Event,
|
93
|
-
|
94
|
-
"dc
|
95
|
-
label: "Event
|
96
|
-
|
97
|
-
|
322
|
+
definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event, that is documented by a resource.".freeze,
|
323
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
324
|
+
label: "Event entity".freeze,
|
325
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
326
|
+
term :Extent,
|
327
|
+
definition: "Number and type of units and/or subunits making up a resource.".freeze,
|
328
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
329
|
+
label: "Extent".freeze,
|
330
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
98
331
|
term :Family,
|
99
|
-
|
332
|
+
definition: "Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family.".freeze,
|
333
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
100
334
|
label: "Family".freeze,
|
101
|
-
subClassOf: "bibframe
|
102
|
-
type: "
|
103
|
-
term :
|
104
|
-
|
105
|
-
"dc
|
106
|
-
label: "
|
107
|
-
subClassOf: "bibframe
|
108
|
-
type: "
|
109
|
-
term :
|
110
|
-
|
111
|
-
"dc
|
112
|
-
label: "
|
113
|
-
subClassOf: "bibframe
|
114
|
-
type: "
|
335
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
336
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
337
|
+
term :FileSize,
|
338
|
+
definition: "Number of bytes in a digital file, e.g., 162 KB.".freeze,
|
339
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
340
|
+
label: "File size".freeze,
|
341
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
342
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
343
|
+
term :FileType,
|
344
|
+
definition: "General type of data content encoded in a computer file, e.g., text file, audio file.".freeze,
|
345
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
346
|
+
label: "File type".freeze,
|
347
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
348
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
349
|
+
term :Fingerprint,
|
350
|
+
definition: "Identifier that is used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book.".freeze,
|
351
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
352
|
+
label: "Fingerprint identifier".freeze,
|
353
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
354
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
355
|
+
term :FontSize,
|
356
|
+
definition: "Size of the type used to represent the characters and symbols in a resource.".freeze,
|
357
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
358
|
+
label: "Font size".freeze,
|
359
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
360
|
+
term :Frequency,
|
361
|
+
definition: "Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze,
|
362
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
363
|
+
label: "Frequency".freeze,
|
364
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
365
|
+
term :Generation,
|
366
|
+
definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.".freeze,
|
367
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
368
|
+
label: "Generation".freeze,
|
369
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
370
|
+
term :GenerationProcess,
|
371
|
+
definition: "Indication of the program or process used to generate the description by application of a particular transformation.".freeze,
|
372
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed class name)".freeze],
|
373
|
+
label: "Generation process".freeze,
|
374
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
375
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
376
|
+
term :GenreForm,
|
377
|
+
definition: "Characteristics of works with similar plots, themes, settings, etc. (e.g., westerns, thrillers), or with a particular format of purpose (e.g., animation, short), or a combination (e.g., horror film where horror is the genre and film is the form).".freeze,
|
378
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
379
|
+
label: "Genre/form".freeze,
|
380
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
381
|
+
term :GeographicCoverage,
|
382
|
+
definition: "Geographic coverage of the content of the resource.".freeze,
|
383
|
+
"http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze,
|
384
|
+
label: "Geographic coverage".freeze,
|
385
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
386
|
+
term :GrooveCharacteristic,
|
387
|
+
definition: "Groove width of an analog disc or the groove pitch of an analog cylinder, e.g., coarse groove, microgroove".freeze,
|
388
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-26 (fixed typo in definition)".freeze, "2017-02-03 (Fixed name of property)".freeze],
|
389
|
+
label: "Groove characteristic".freeze,
|
390
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
391
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
392
|
+
term :Gtin14Number,
|
393
|
+
definition: "14 digit number assigned to identify trade items as various packaging levels. GTIN-14 encompasses EAN/UCC-128 and ITF-14.".freeze,
|
394
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
395
|
+
label: "Global Trade Item Number 14".freeze,
|
396
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
397
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
398
|
+
term :Hdl,
|
399
|
+
definition: "Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.".freeze,
|
400
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
401
|
+
label: "Handle".freeze,
|
402
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
403
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
115
404
|
term :Identifier,
|
116
|
-
|
405
|
+
definition: "Token or name that is associated with a resource, such as a URI or an ISBN.".freeze,
|
406
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
117
407
|
label: "Identifier".freeze,
|
118
|
-
|
119
|
-
|
408
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
409
|
+
term :Illustration,
|
410
|
+
definition: "Information about content intended to illustrate a resource.".freeze,
|
411
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
412
|
+
label: "Illustrative content".freeze,
|
413
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
414
|
+
term :ImmediateAcquisition,
|
415
|
+
definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.".freeze,
|
416
|
+
"http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze,
|
417
|
+
label: "Immediate acquisition".freeze,
|
418
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
120
419
|
term :Instance,
|
121
|
-
|
420
|
+
definition: "Resource reflecting an individual, material embodiment of a Work.".freeze,
|
421
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
122
422
|
label: "Instance".freeze,
|
123
|
-
|
124
|
-
type: "rdfs:Class".freeze
|
125
|
-
term :Integrating,
|
126
|
-
comment: %(Cataloging resource that is added to or changed by means of updates that do not remain discrete but are integrated into the whole.).freeze,
|
127
|
-
label: "Integrating".freeze,
|
128
|
-
subClassOf: "bibframe:Instance".freeze,
|
129
|
-
type: "rdfs:Class".freeze
|
423
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
130
424
|
term :IntendedAudience,
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
type: "
|
425
|
+
definition: "Information that identifies the specific intended or target audience or intellectual level for which the content described is considered appropriate. Also used to record interest and motivation levels and special learner characteristics.".freeze,
|
426
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
427
|
+
label: "Intended audience information".freeze,
|
428
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
429
|
+
term :Isan,
|
430
|
+
definition: "International Standard Audiovisual Number.".freeze,
|
431
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
432
|
+
label: "ISAN".freeze,
|
433
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
434
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
435
|
+
term :Isbn,
|
436
|
+
definition: "International Standard Book Number.".freeze,
|
437
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
438
|
+
label: "ISBN".freeze,
|
439
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
440
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
441
|
+
term :Ismn,
|
442
|
+
definition: "International Standard Music Number.".freeze,
|
443
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
444
|
+
label: "ISMN".freeze,
|
445
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
446
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
447
|
+
term :Isni,
|
448
|
+
definition: "International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works.".freeze,
|
449
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
450
|
+
label: "ISNI".freeze,
|
451
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
452
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
453
|
+
term :Iso,
|
454
|
+
definition: "International Organization for Standardization standard number.".freeze,
|
455
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
456
|
+
label: "ISO number".freeze,
|
457
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
458
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
459
|
+
term :Isrc,
|
460
|
+
definition: "International Standard Recording Code.".freeze,
|
461
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
462
|
+
label: "ISRC".freeze,
|
463
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
464
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
465
|
+
term :Issn,
|
466
|
+
definition: "International Standard Serial Number.".freeze,
|
467
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
468
|
+
label: "ISSN".freeze,
|
469
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
470
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
471
|
+
term :IssnL,
|
472
|
+
definition: "International Standard Serial Number that links together various media versions of a continuing resource.".freeze,
|
473
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
474
|
+
label: "ISSN-L".freeze,
|
475
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
476
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
477
|
+
term :Issuance,
|
478
|
+
definition: "Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze,
|
479
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
480
|
+
label: "Mode of issuance".freeze,
|
481
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
482
|
+
term :Istc,
|
483
|
+
definition: "International Standard Text Code, a numbering system developed to enable the unique identification of textual works.".freeze,
|
484
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
485
|
+
label: "ISTC".freeze,
|
486
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
487
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
488
|
+
term :Iswc,
|
489
|
+
definition: "International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works.".freeze,
|
490
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
491
|
+
label: "ISWC".freeze,
|
492
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
493
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
494
|
+
term :Item,
|
495
|
+
definition: "Single example of an Instance.".freeze,
|
496
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
497
|
+
label: "Item".freeze,
|
498
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
135
499
|
term :Jurisdiction,
|
136
|
-
|
500
|
+
definition: "Legal or political unit administering a geographic area.".freeze,
|
501
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
137
502
|
label: "Jurisdiction".freeze,
|
138
|
-
subClassOf: "bibframe
|
139
|
-
type: "
|
503
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
504
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
505
|
+
term :KeyTitle,
|
506
|
+
definition: "Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.".freeze,
|
507
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
508
|
+
label: "Key title".freeze,
|
509
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze,
|
510
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
140
511
|
term :Language,
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
type: "
|
512
|
+
definition: "Language entity.".freeze,
|
513
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
514
|
+
label: "Language entity".freeze,
|
515
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
516
|
+
term :Layout,
|
517
|
+
definition: "Arrangement of text, images, tactile notation, etc., in a resource.".freeze,
|
518
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
519
|
+
label: "Layout".freeze,
|
520
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
521
|
+
term :LcOverseasAcq,
|
522
|
+
definition: "Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs.".freeze,
|
523
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
524
|
+
label: "LC acquisition program".freeze,
|
525
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
526
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
527
|
+
term :Lccn,
|
528
|
+
definition: "Library of Congress Control Number that identifies a resource description.".freeze,
|
529
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
530
|
+
label: "LCCN".freeze,
|
531
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
532
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
533
|
+
term :Local,
|
534
|
+
definition: "Identifier established locally and not a standard number.".freeze,
|
535
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
536
|
+
label: "Local identifier".freeze,
|
537
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
538
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
539
|
+
term :Manufacture,
|
540
|
+
definition: "Information relating to manufacture of a resource.".freeze,
|
541
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
542
|
+
label: "Manufacturer".freeze,
|
543
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze,
|
544
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
145
545
|
term :Manuscript,
|
146
|
-
|
546
|
+
definition: "Resource that is written in handwriting or typescript. These are generally unique resources.".freeze,
|
547
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
147
548
|
label: "Manuscript".freeze,
|
148
|
-
subClassOf: "bibframe
|
149
|
-
type: "
|
549
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
550
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
551
|
+
term :MatrixNumber,
|
552
|
+
definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed.".freeze,
|
553
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
|
554
|
+
label: "Audio matrix number".freeze,
|
555
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
556
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
557
|
+
term :Media,
|
558
|
+
definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze,
|
559
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
560
|
+
label: "Media type".freeze,
|
561
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
150
562
|
term :Meeting,
|
151
|
-
|
563
|
+
definition: "Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest.".freeze,
|
564
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
152
565
|
label: "Meeting".freeze,
|
153
|
-
subClassOf: "bibframe
|
154
|
-
type: "
|
566
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
567
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
155
568
|
term :MixedMaterial,
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
569
|
+
definition: "Resource comprised of multiple types which is not driven by software; for instance, a manuscript collection of text, photographs and sound recordings.".freeze,
|
570
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
571
|
+
label: "Mixed material".freeze,
|
572
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
573
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
574
|
+
term :Mount,
|
575
|
+
definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
|
576
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
577
|
+
label: "Mount".freeze,
|
578
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
579
|
+
term :MovementNotation,
|
580
|
+
definition: "Information on the symbol system used to convey the content of a movement resource.".freeze,
|
581
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
582
|
+
label: "Movement notation used".freeze,
|
583
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
584
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
165
585
|
term :MovingImage,
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
586
|
+
definition: "Images intended to be perceived as moving, including motion pictures (using liveaction and/or animation), video recordings of performances, events,etc.".freeze,
|
587
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-26 (fixed typo in definition)".freeze],
|
588
|
+
label: "Moving image".freeze,
|
589
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
590
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
170
591
|
term :Multimedia,
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
592
|
+
definition: "Electronic resource that is a computer program (i.e., digitally encoded instructions intended to be processed and performed by a computer) or which consists of multiple media types that are software driven, such as videogames.".freeze,
|
593
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
594
|
+
label: "Software or multimedia".freeze,
|
595
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
596
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
597
|
+
term :MusicDistributorNumber,
|
598
|
+
definition: "Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording.".freeze,
|
599
|
+
"http://purl.org/dc/terms/modified": "2017-02-07 (New)".freeze,
|
600
|
+
label: "Music distributor number".freeze,
|
601
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
602
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
603
|
+
term :MusicEnsemble,
|
604
|
+
definition: "Ensemble for which a musical work is appropriate.".freeze,
|
605
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
606
|
+
label: "Music ensemble".freeze,
|
607
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
608
|
+
term :MusicFormat,
|
609
|
+
definition: "Layout for content of a resource that is presented in the form of musical notation.".freeze,
|
610
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
611
|
+
label: "Notated music format".freeze,
|
612
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
613
|
+
term :MusicInstrument,
|
614
|
+
definition: "Instrument for which a musical work is appropriate.".freeze,
|
615
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
616
|
+
label: "Musical instrument".freeze,
|
617
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
618
|
+
term :MusicMedium,
|
619
|
+
definition: "Summary statement of the medium for a musical work.".freeze,
|
620
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
621
|
+
label: "Music medium information".freeze,
|
622
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
623
|
+
term :MusicNotation,
|
624
|
+
definition: "Information on the symbol system used to convey the content of a music resource.".freeze,
|
625
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
626
|
+
label: "Music notation used".freeze,
|
627
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
628
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
629
|
+
term :MusicPlate,
|
630
|
+
definition: "Identifiers assigned by a music publisher or printer to the printing plates for the notated portion of a notated music publication, or an identifier that emulates the printing plate tradition in contemporary publications.".freeze,
|
631
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
|
632
|
+
label: "Music plate number".freeze,
|
633
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
634
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
635
|
+
term :MusicPublisherNumber,
|
636
|
+
definition: "Identifier assigned to a notated music publication other than an issue, matrix, or plate number.".freeze,
|
637
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
|
638
|
+
label: "Music publisher number".freeze,
|
639
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
640
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
641
|
+
term :MusicVoice,
|
642
|
+
definition: "Voice for which a musical work is appropriate.".freeze,
|
643
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
644
|
+
label: "Music voice".freeze,
|
645
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
646
|
+
term :Nbn,
|
647
|
+
definition: "National Bibliography Number that identifies a resource description.".freeze,
|
648
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
649
|
+
label: "NBN".freeze,
|
650
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
651
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
180
652
|
term :NotatedMovement,
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
653
|
+
definition: "Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance.".freeze,
|
654
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
655
|
+
label: "Notated movement".freeze,
|
656
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
657
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
185
658
|
term :NotatedMusic,
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
659
|
+
definition: "Graphic, non-realized representations of musical works intended to be perceived visually.".freeze,
|
660
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
661
|
+
label: "Notated music".freeze,
|
662
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
663
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
664
|
+
term :Notation,
|
665
|
+
definition: "Information on the alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.".freeze,
|
666
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
667
|
+
label: "Notation".freeze,
|
668
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
669
|
+
term :Note,
|
670
|
+
definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource.".freeze,
|
671
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
672
|
+
label: "Note".freeze,
|
673
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
674
|
+
term :Object,
|
675
|
+
definition: "Resource in a form intended to be perceived visually in three-dimensions. Includes man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing.".freeze,
|
676
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
677
|
+
label: "Three-dimensional object".freeze,
|
678
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
679
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
680
|
+
term :ObjectCount,
|
681
|
+
definition: "Number of objects in encoded geospatial information in a cartographic resource.".freeze,
|
682
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
683
|
+
label: "Digital cartographic object count".freeze,
|
684
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
685
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
190
686
|
term :Organization,
|
191
|
-
|
687
|
+
definition: "Corporation or group of persons and/or organizations that acts, or may act, as a unit.".freeze,
|
688
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
192
689
|
label: "Organization".freeze,
|
193
|
-
subClassOf: "bibframe
|
194
|
-
type: "
|
690
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
691
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
692
|
+
term :ParallelTitle,
|
693
|
+
definition: "Title in another language and/or script.".freeze,
|
694
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
695
|
+
label: "Parallel title proper".freeze,
|
696
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze,
|
697
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
195
698
|
term :Person,
|
196
|
-
|
699
|
+
definition: "Individual or identity established by an individual (either alone or in collaboration with one or more other individuals).".freeze,
|
700
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
197
701
|
label: "Person".freeze,
|
198
|
-
subClassOf: "bibframe
|
199
|
-
type: "
|
702
|
+
subClassOf: ["http://id.loc.gov/ontologies/bibframe/Agent".freeze, "http://xmlns.com/foaf/0.1/Person".freeze],
|
703
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
200
704
|
term :Place,
|
201
|
-
|
705
|
+
definition: "Geographic location.".freeze,
|
706
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
202
707
|
label: "Place".freeze,
|
203
|
-
|
204
|
-
|
708
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
709
|
+
term :PlaybackChannels,
|
710
|
+
definition: "Configuration/number of sound channels used to make a recording, such as one channel for a monophonic recording, e.g., mono, stereo, quadraphonic, surround.".freeze,
|
711
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
712
|
+
label: "Configuration of playback channels".freeze,
|
713
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
714
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
715
|
+
term :PlaybackCharacteristic,
|
716
|
+
definition: "Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby.".freeze,
|
717
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
718
|
+
label: "Special playback characteristics".freeze,
|
719
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
720
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
721
|
+
term :PlayingSpeed,
|
722
|
+
definition: "Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s.".freeze,
|
723
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
724
|
+
label: "Playing speed".freeze,
|
725
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
726
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
727
|
+
term :Polarity,
|
728
|
+
definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze,
|
729
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
730
|
+
label: "Polarity".freeze,
|
731
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
732
|
+
term :PostalRegistration,
|
733
|
+
definition: "Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.".freeze,
|
734
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
735
|
+
label: "Postal registration number".freeze,
|
736
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
737
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
738
|
+
term :PresentationFormat,
|
739
|
+
definition: "Format used in the production of a projected image, e.g., Cinerama, IMAX.".freeze,
|
740
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
741
|
+
label: "Presentation format".freeze,
|
742
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic".freeze,
|
743
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
205
744
|
term :Print,
|
206
|
-
|
745
|
+
definition: "Resource that is printed.".freeze,
|
746
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
207
747
|
label: "Printed".freeze,
|
208
|
-
subClassOf: "bibframe
|
209
|
-
type: "
|
210
|
-
term :
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
type: "
|
221
|
-
term :
|
222
|
-
|
223
|
-
|
224
|
-
|
748
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
749
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
750
|
+
term :Production,
|
751
|
+
definition: "Information relating to production of a resource.".freeze,
|
752
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
753
|
+
label: "Producer".freeze,
|
754
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze,
|
755
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
756
|
+
term :ProductionMethod,
|
757
|
+
definition: "Process used to produce a resource".freeze,
|
758
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
759
|
+
label: "Production method".freeze,
|
760
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
761
|
+
term :Projection,
|
762
|
+
definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.".freeze,
|
763
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
764
|
+
label: "Projection".freeze,
|
765
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
766
|
+
term :ProjectionCharacteristic,
|
767
|
+
definition: "Technical specification relating to the projection of a motion picture film.".freeze,
|
768
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
769
|
+
label: "Projection characteristic".freeze,
|
770
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
771
|
+
term :ProjectionSpeed,
|
772
|
+
definition: "Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps.".freeze,
|
773
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
774
|
+
label: "Projection speed".freeze,
|
775
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic".freeze,
|
776
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
777
|
+
term :ProvisionActivity,
|
778
|
+
definition: "Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.".freeze,
|
779
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
780
|
+
label: "Provider entity".freeze,
|
781
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
782
|
+
term :Publication,
|
783
|
+
definition: "Information relating to publication of a resource.".freeze,
|
784
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
785
|
+
label: "Publisher".freeze,
|
786
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze,
|
787
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
788
|
+
term :PublisherNumber,
|
789
|
+
definition: "Number assigned by a publisher that is not one of the specific defined types.".freeze,
|
790
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
791
|
+
label: "Publisher number".freeze,
|
792
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
793
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
794
|
+
term :RecordingMedium,
|
795
|
+
definition: "Type of medium used to record sound on an audio carrier, e.g., magnetic, optical.".freeze,
|
796
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
797
|
+
label: "Recording medium".freeze,
|
798
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
799
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
800
|
+
term :RecordingMethod,
|
801
|
+
definition: "Method used to encode audio content for playback, e.g., analog, digital.".freeze,
|
802
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
803
|
+
label: "Type of recording".freeze,
|
804
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
805
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
806
|
+
term :ReductionRatio,
|
807
|
+
definition: "Size of a micro-image in relation to the original from which it was produced.".freeze,
|
808
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
809
|
+
label: "Reduction ratio".freeze,
|
810
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
811
|
+
term :RegionalEncoding,
|
812
|
+
definition: "Identification of the region of the world for which a videodisc has been encoded, e.g., region 4.".freeze,
|
813
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
814
|
+
label: "Regional encoding".freeze,
|
815
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
816
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
817
|
+
term :ReportNumber,
|
818
|
+
definition: "Identification number of a technical report that is not a Standard Technical Report Number.".freeze,
|
819
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
820
|
+
label: "Technical report number".freeze,
|
821
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
822
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
823
|
+
term :Resolution,
|
824
|
+
definition: "Clarity or fineness of detail in a digital image, expressed by the measurement of the image in pixels, etc., e.g., 3.1 megapixels.".freeze,
|
825
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
826
|
+
label: "Resolution".freeze,
|
827
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
828
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
829
|
+
term :RetentionPolicy,
|
830
|
+
definition: "Policy of holding institution for retaining resource.".freeze,
|
831
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
832
|
+
label: "Retention policy".freeze,
|
833
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze,
|
834
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
225
835
|
term :Review,
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
type: "
|
230
|
-
term :
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
type: "
|
836
|
+
definition: "Review of a resource.".freeze,
|
837
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
838
|
+
label: "Review".freeze,
|
839
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
840
|
+
term :Role,
|
841
|
+
definition: "Function played or provided by a contributor, e.g., author, illustrator, etc.".freeze,
|
842
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
843
|
+
label: "Role".freeze,
|
844
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
845
|
+
term :Scale,
|
846
|
+
definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.".freeze,
|
847
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze,
|
848
|
+
label: "Scale".freeze,
|
849
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
850
|
+
term :Script,
|
851
|
+
definition: "Information on the script, or symbol system used to convey the content of a text resource.".freeze,
|
852
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
853
|
+
label: "Script used".freeze,
|
854
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
855
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
856
|
+
term :ShelfMark,
|
857
|
+
definition: "Piece/item identifier, such as a call or other type of number.".freeze,
|
858
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
859
|
+
label: "Shelf location".freeze,
|
860
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
861
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
862
|
+
term :ShelfMarkDdc,
|
863
|
+
definition: "Shelf mark based on Dewey Decimal Classification.".freeze,
|
864
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
865
|
+
label: "DDC call number".freeze,
|
866
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark".freeze,
|
867
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
868
|
+
term :ShelfMarkLcc,
|
869
|
+
definition: "Shelf mark based on Library of Congress Classification.".freeze,
|
870
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
871
|
+
label: "LCC call number".freeze,
|
872
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark".freeze,
|
873
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
874
|
+
term :ShelfMarkNlm,
|
875
|
+
definition: "Shelf mark based on National Library of Medicine Classification.".freeze,
|
876
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
877
|
+
label: "NLM call number".freeze,
|
878
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark".freeze,
|
879
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
880
|
+
term :ShelfMarkUdc,
|
881
|
+
definition: "Shelf mark based on Universal Decimal Classification.".freeze,
|
882
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
883
|
+
label: "UDC call number".freeze,
|
884
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark".freeze,
|
885
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
886
|
+
term :Sici,
|
887
|
+
definition: "Serial Item and Contribution Identifier.".freeze,
|
888
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
889
|
+
label: "SICI".freeze,
|
890
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
891
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
892
|
+
term :SoundCharacteristic,
|
893
|
+
definition: "Technical specification relating to the encoding of sound in a resource.".freeze,
|
894
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
895
|
+
label: "Sound characteristic".freeze,
|
896
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
897
|
+
term :SoundContent,
|
898
|
+
definition: "Indication of whether the production of sound is an integral part of the resource.".freeze,
|
899
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
900
|
+
label: "Sound content".freeze,
|
901
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
902
|
+
term :Source,
|
903
|
+
definition: "Resource from which value or label came or was derived.".freeze,
|
904
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
905
|
+
label: "Source".freeze,
|
906
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
907
|
+
term :Status,
|
908
|
+
definition: "Designation of the validity or position of something, e.g., whether something is incorrect or available.".freeze,
|
909
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
910
|
+
label: "Status".freeze,
|
911
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
235
912
|
term :StillImage,
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
913
|
+
definition: "Resource expressed through line, shape, shading, etc., intended to be perceived visually as a still image or images in two dimensions. Includes two-dimensional images and slides and transparencies.".freeze,
|
914
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
915
|
+
label: "Still image".freeze,
|
916
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
917
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
918
|
+
term :StockNumber,
|
919
|
+
definition: "Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors.".freeze,
|
920
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
921
|
+
label: "Stock number".freeze,
|
922
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
923
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
924
|
+
term :Strn,
|
925
|
+
definition: "Standard Technical Report Number.".freeze,
|
926
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
927
|
+
label: "STRN".freeze,
|
928
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
929
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
930
|
+
term :StudyNumber,
|
931
|
+
definition: "Identification number for a computer data file.".freeze,
|
932
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
933
|
+
label: "Study number".freeze,
|
934
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
935
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
936
|
+
term :Sublocation,
|
937
|
+
definition: "Specific place within the holding entity where the item is located or made available.".freeze,
|
938
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
939
|
+
label: "Sublocation".freeze,
|
940
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
240
941
|
term :Summary,
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
type: "
|
942
|
+
definition: "Description of the content of a resource, such as an abstract, summary, etc..".freeze,
|
943
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
944
|
+
label: "Summary".freeze,
|
945
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
946
|
+
term :SupplementaryContent,
|
947
|
+
definition: "Index, bibliography, appendix, etc. intended to supplement the primary content of a resource.".freeze,
|
948
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
949
|
+
label: "Supplementary material".freeze,
|
950
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
951
|
+
term :SystemRequirement,
|
952
|
+
definition: "Equipment or system requirements beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.".freeze,
|
953
|
+
"http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze,
|
954
|
+
label: "System Requirement".freeze,
|
955
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
245
956
|
term :TableOfContents,
|
246
|
-
|
247
|
-
"dc
|
248
|
-
label: "Table of
|
249
|
-
|
250
|
-
type: "rdfs:Class".freeze
|
957
|
+
definition: "Table of contents of a resource.".freeze,
|
958
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
959
|
+
label: "Table of contents".freeze,
|
960
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
251
961
|
term :Tactile,
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
962
|
+
definition: "Resource that is intended to be perceived by touch.".freeze,
|
963
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
964
|
+
label: "Tactile material".freeze,
|
965
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
966
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
967
|
+
term :TactileNotation,
|
968
|
+
definition: "Information on the symbol system used to convey the content of a tactile resource.".freeze,
|
969
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
970
|
+
label: "Tactile notation used".freeze,
|
971
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
972
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
973
|
+
term :TapeConfig,
|
974
|
+
definition: "Number of tracks on an audiotape, e.g., 12 track.".freeze,
|
975
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
976
|
+
label: "Tape configuration".freeze,
|
977
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
978
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
256
979
|
term :Temporal,
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
type: "
|
980
|
+
definition: "Chronological period.".freeze,
|
981
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
982
|
+
label: "Temporal concept".freeze,
|
983
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
261
984
|
term :Text,
|
262
|
-
|
985
|
+
definition: "Resource intended to be perceived visually and understood through the use of language in written or spoken form.".freeze,
|
986
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
263
987
|
label: "Text".freeze,
|
264
|
-
subClassOf: "bibframe
|
265
|
-
type: "
|
266
|
-
term :ThreeDimensionalObject,
|
267
|
-
comment: %(Resource in a form intended to be perceived visually in three-dimensions.Includes man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing.).freeze,
|
268
|
-
label: "Three-dimensional Object".freeze,
|
269
|
-
subClassOf: "bibframe:Work".freeze,
|
270
|
-
type: "rdfs:Class".freeze
|
988
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
989
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
271
990
|
term :Title,
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
type: "
|
991
|
+
definition: "Title information relating to a resource: work title, preferred title, instance title, transcribed title, translated title, variant form of title, etc.".freeze,
|
992
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Definition changed)".freeze],
|
993
|
+
label: "Title entity".freeze,
|
994
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
276
995
|
term :Topic,
|
277
|
-
|
996
|
+
definition: "Concept or area of knowledge.".freeze,
|
997
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
278
998
|
label: "Topic".freeze,
|
279
|
-
|
280
|
-
|
999
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1000
|
+
term :TrackConfig,
|
1001
|
+
definition: "Configuration of the audio track on a sound-track film, e.g., center track, edge track.".freeze,
|
1002
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1003
|
+
label: "Track configuration".freeze,
|
1004
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
1005
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1006
|
+
term :Unit,
|
1007
|
+
definition: "Units in which a value is expressed.".freeze,
|
1008
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1009
|
+
label: "Unit".freeze,
|
1010
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1011
|
+
term :Upc,
|
1012
|
+
definition: "Universal Product Code.".freeze,
|
1013
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1014
|
+
label: "UPC".freeze,
|
1015
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1016
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1017
|
+
term :Urn,
|
1018
|
+
definition: "Uniform Resource Number.".freeze,
|
1019
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1020
|
+
label: "URN".freeze,
|
1021
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1022
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1023
|
+
term :UsageAndAccessPolicy,
|
1024
|
+
definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze,
|
1025
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1026
|
+
label: "Use and access conditions".freeze,
|
1027
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1028
|
+
term :UsePolicy,
|
1029
|
+
definition: "Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc..".freeze,
|
1030
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1031
|
+
label: "Use policy".freeze,
|
1032
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze,
|
1033
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1034
|
+
term :VariantTitle,
|
1035
|
+
definition: "Title associated with the resource that is different from the Work or Instance title.".freeze,
|
1036
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1037
|
+
label: "Title variation".freeze,
|
1038
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
1039
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1040
|
+
term :VideoCharacteristic,
|
1041
|
+
definition: "Technical specification relating to the encoding of video images in a resource.".freeze,
|
1042
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1043
|
+
label: "Video characteristic".freeze,
|
1044
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1045
|
+
term :VideoFormat,
|
1046
|
+
definition: "Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm.".freeze,
|
1047
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1048
|
+
label: "Video format".freeze,
|
1049
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/VideoCharacteristic".freeze,
|
1050
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1051
|
+
term :VideoRecordingNumber,
|
1052
|
+
definition: "Number assigned by a publisher to a video recording.".freeze,
|
1053
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected case in class name)".freeze],
|
1054
|
+
label: "Video recording number".freeze,
|
1055
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1056
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
281
1057
|
term :Work,
|
282
|
-
|
1058
|
+
definition: "Resource reflecting a conceptual essence of a cataloging resource.".freeze,
|
1059
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
283
1060
|
label: "Work".freeze,
|
284
|
-
|
285
|
-
type: "rdfs:Class".freeze
|
1061
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
286
1062
|
|
287
1063
|
# Property definitions
|
288
|
-
property :abbreviatedTitle,
|
289
|
-
comment: %(Title as abbreviated for indexing or identification.).freeze,
|
290
|
-
domain: "bibframe:Instance".freeze,
|
291
|
-
label: "Abbreviated title".freeze,
|
292
|
-
range: "bibframe:Title".freeze,
|
293
|
-
subPropertyOf: "bibframe:instanceTitle".freeze,
|
294
|
-
type: "rdf:Property".freeze
|
295
1064
|
property :absorbed,
|
296
|
-
comment:
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
subPropertyOf: "bibframe
|
302
|
-
type: "
|
1065
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1066
|
+
definition: "Resource that has been incorporated into another resource.".freeze,
|
1067
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1068
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbedBy".freeze,
|
1069
|
+
label: "Absorption of".freeze,
|
1070
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1071
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
303
1072
|
property :absorbedBy,
|
304
|
-
comment:
|
305
|
-
|
306
|
-
|
1073
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1074
|
+
definition: "Resource that incorporates another resource.".freeze,
|
1075
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1076
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbed".freeze,
|
307
1077
|
label: "Absorbed by".freeze,
|
308
|
-
|
309
|
-
|
310
|
-
type: "rdf:Property".freeze
|
311
|
-
property :absorbedInPart,
|
312
|
-
comment: %(Work that has been partially incorporated into another work.).freeze,
|
313
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
314
|
-
domain: "bibframe:Work".freeze,
|
315
|
-
label: "Absorbed in part".freeze,
|
316
|
-
range: "bibframe:Work".freeze,
|
317
|
-
subPropertyOf: "bibframe:precededBy".freeze,
|
318
|
-
type: "rdf:Property".freeze
|
319
|
-
property :absorbedInPartBy,
|
320
|
-
comment: %(Work that incorporates part of the content of another work.).freeze,
|
321
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
322
|
-
domain: "bibframe:Work".freeze,
|
323
|
-
label: "Absorbed in part by".freeze,
|
324
|
-
range: "bibframe:Work".freeze,
|
325
|
-
subPropertyOf: "bibframe:succeededBy".freeze,
|
326
|
-
type: "rdf:Property".freeze
|
327
|
-
property :accessCondition,
|
328
|
-
comment: %(Allowances and restrictions on access.).freeze,
|
329
|
-
domain: "bibframe:HeldMaterial".freeze,
|
330
|
-
label: "Access condition".freeze,
|
331
|
-
range: "rdfs:Literal".freeze,
|
332
|
-
type: "rdf:Property".freeze
|
1078
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1079
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
333
1080
|
property :accompaniedBy,
|
334
|
-
comment:
|
335
|
-
|
1081
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
1082
|
+
definition: "Resource that accompanies the described resource.".freeze,
|
1083
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1084
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
336
1085
|
label: "Accompanied by".freeze,
|
337
|
-
subPropertyOf: "bibframe
|
338
|
-
type: "
|
1086
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1087
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
339
1088
|
property :accompanies,
|
340
|
-
comment:
|
341
|
-
|
1089
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
1090
|
+
definition: "Resource that adds to or is issued with the described resource.".freeze,
|
1091
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1092
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
342
1093
|
label: "Accompanies".freeze,
|
343
|
-
subPropertyOf: "bibframe
|
344
|
-
type: "
|
1094
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1095
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1096
|
+
property :acquisitionSource,
|
1097
|
+
comment: "Used with Work or Instance".freeze,
|
1098
|
+
definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
|
1099
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property".freeze, "slight change to definition)".freeze],
|
1100
|
+
label: "Source of acquisition".freeze,
|
1101
|
+
range: "http://id.loc.gov/ontologies/bibframe/AcquisitionSource".freeze,
|
1102
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1103
|
+
property :acquisitionTerms,
|
1104
|
+
comment: "Used with Work or Instance".freeze,
|
1105
|
+
definition: "Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.".freeze,
|
1106
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1107
|
+
label: "Terms of acquisition".freeze,
|
1108
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1109
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1110
|
+
property :adminMetadata,
|
1111
|
+
comment: "Used with Unspecified".freeze,
|
1112
|
+
definition: "Metadata about the metadata, especially provenance information.".freeze,
|
1113
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1114
|
+
label: "Administrative metadata".freeze,
|
1115
|
+
range: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1116
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
345
1117
|
property :agent,
|
346
|
-
comment:
|
1118
|
+
comment: "Used with Unspecified".freeze,
|
1119
|
+
definition: "Entity associated with a resource or element of description, such as the name of the entity responsible for the content or of the publication, printing, distribution, issue, release or production of a resource.".freeze,
|
1120
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
347
1121
|
label: "Associated agent".freeze,
|
348
|
-
range: "bibframe
|
349
|
-
type: "
|
350
|
-
property :
|
351
|
-
|
352
|
-
domain: "bibframe
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
comment: %(Annotation was asserted by the given entity.).freeze,
|
358
|
-
domain: "bibframe:Annotation".freeze,
|
359
|
-
label: "Annotation asserted by".freeze,
|
360
|
-
range: "bibframe:Agent".freeze,
|
361
|
-
type: "rdf:Property".freeze
|
362
|
-
property :annotationBody,
|
363
|
-
comment: %(Content of the annotation about the resource.).freeze,
|
364
|
-
domain: "bibframe:Annotation".freeze,
|
365
|
-
label: "Annotation Body".freeze,
|
366
|
-
range: "rdfs:Resource".freeze,
|
367
|
-
type: "rdf:Property".freeze
|
368
|
-
property :annotationSource,
|
369
|
-
comment: %(Source of the annotation.).freeze,
|
370
|
-
domain: "bibframe:Annotation".freeze,
|
371
|
-
label: "Annotation Source".freeze,
|
372
|
-
range: "bibframe:Agent".freeze,
|
373
|
-
type: "rdf:Property".freeze
|
374
|
-
property :ansi,
|
375
|
-
comment: %(American National Standards Institute identifier.).freeze,
|
376
|
-
domain: "bibframe:Instance".freeze,
|
377
|
-
label: "ANSI number".freeze,
|
378
|
-
range: "bibframe:Identifier".freeze,
|
379
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
380
|
-
type: "rdf:Property".freeze
|
1122
|
+
range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
1123
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1124
|
+
property :appliedMaterial,
|
1125
|
+
definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
|
1126
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1127
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1128
|
+
label: "Applied material".freeze,
|
1129
|
+
range: "http://id.loc.gov/ontologies/bibframe/AppliedMaterial".freeze,
|
1130
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
381
1131
|
property :arrangement,
|
382
|
-
comment:
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
1132
|
+
comment: "Used with Work or Instance".freeze,
|
1133
|
+
definition: "Information about the organization and arrangement of a collection of resources.".freeze,
|
1134
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1135
|
+
label: "Organization and arrangement".freeze,
|
1136
|
+
range: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze,
|
1137
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1138
|
+
property :ascensionAndDeclination,
|
1139
|
+
definition: "System for identifying the location of a celestial object in the sky covered by the cartographic content of a resource using the angles of right ascension and declination.".freeze,
|
1140
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
1141
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1142
|
+
label: "Cartographic ascension and declination".freeze,
|
1143
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1144
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
387
1145
|
property :aspectRatio,
|
388
|
-
comment:
|
389
|
-
|
1146
|
+
comment: "Used with Work or Instance".freeze,
|
1147
|
+
definition: "Proportional relationship between an image's width and its height.".freeze,
|
1148
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
390
1149
|
label: "Aspect ratio".freeze,
|
391
|
-
range: "
|
392
|
-
type: "
|
393
|
-
property :
|
394
|
-
|
395
|
-
domain: "bibframe
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
type: "rdf:Property".freeze
|
405
|
-
property :audienceAssigner,
|
406
|
-
comment: %(Entity that assigned the intended audience information.).freeze,
|
407
|
-
domain: "bibframe:IntendedAudience".freeze,
|
408
|
-
label: "Audience assigner".freeze,
|
409
|
-
range: "rdfs:Literal".freeze,
|
410
|
-
type: "rdf:Property".freeze
|
411
|
-
property :authorityAssigner,
|
412
|
-
comment: %(Entity that assigned the information.).freeze,
|
413
|
-
domain: "bibframe:Authority".freeze,
|
414
|
-
label: "Authority assigner".freeze,
|
415
|
-
range: "bibframe:Agent".freeze,
|
416
|
-
type: "rdf:Property".freeze
|
417
|
-
property :authoritySource,
|
418
|
-
comment: %(Authority list from which a value is taken.).freeze,
|
419
|
-
domain: "bibframe:Authority".freeze,
|
420
|
-
label: "Authority source".freeze,
|
421
|
-
range: "rdfs:Literal".freeze,
|
422
|
-
type: "rdf:Property".freeze
|
423
|
-
property :authorizedAccessPoint,
|
424
|
-
comment: %(Controlled string form of a resource label intended to help uniquely identify it, such as a unique title or a unique name plus title.).freeze,
|
425
|
-
domain: "bibframe:Resource".freeze,
|
426
|
-
label: "Authorized access point".freeze,
|
427
|
-
range: "rdfs:Literal".freeze,
|
428
|
-
type: "rdf:Property".freeze
|
429
|
-
property :awardNote,
|
430
|
-
comment: %(Information on awards associated with the described resource.).freeze,
|
431
|
-
domain: "bibframe:Instance".freeze,
|
1150
|
+
range: "http://id.loc.gov/ontologies/bibframe/AspectRatio".freeze,
|
1151
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1152
|
+
property :assigner,
|
1153
|
+
definition: "Entity that assigned the metadata, such as the entity that assigned a classification number, entity that assigned a name, entity that assigned an identifier.".freeze,
|
1154
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1155
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1156
|
+
label: "Assigner".freeze,
|
1157
|
+
range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
1158
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1159
|
+
property :awards,
|
1160
|
+
comment: "Used with Work or Instance".freeze,
|
1161
|
+
definition: "Information on awards associated with the described resource.".freeze,
|
1162
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
432
1163
|
label: "Award note".freeze,
|
433
|
-
range: "
|
434
|
-
type: "
|
435
|
-
property :
|
436
|
-
|
437
|
-
domain: "bibframe
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
1164
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1165
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1166
|
+
property :baseMaterial,
|
1167
|
+
definition: "Underlying physical material of a resource.".freeze,
|
1168
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1169
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1170
|
+
label: "Base material".freeze,
|
1171
|
+
range: "http://id.loc.gov/ontologies/bibframe/BaseMaterial".freeze,
|
1172
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1173
|
+
property :bookFormat,
|
1174
|
+
definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
|
1175
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1176
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1177
|
+
label: "Book format".freeze,
|
1178
|
+
range: "http://id.loc.gov/ontologies/bibframe/BookFormat".freeze,
|
1179
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1180
|
+
property :capture,
|
1181
|
+
comment: "Used with Work or Instance".freeze,
|
1182
|
+
definition: "Information about place and date associated with the capture (e.g., recording, filming) of the content of a resource.".freeze,
|
1183
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1184
|
+
label: "Capture of content".freeze,
|
1185
|
+
range: "http://id.loc.gov/ontologies/bibframe/Capture".freeze,
|
1186
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1187
|
+
property :carrier,
|
1188
|
+
definition: "Categorization reflecting the format of the storage medium and housing of a carrier.".freeze,
|
1189
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1190
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
444
1191
|
label: "Carrier type".freeze,
|
445
|
-
range: "bibframe
|
446
|
-
type: "
|
447
|
-
property :
|
448
|
-
comment:
|
449
|
-
|
450
|
-
|
451
|
-
range: "rdfs:Literal".freeze,
|
452
|
-
type: "rdf:Property".freeze
|
453
|
-
property :cartographicCoordinates,
|
454
|
-
comment: %(Mathematical system for identifying the area covered by the cartographic content of a resource, Expressed either by means of longitude and latitude on the surface of planets or by the angles of right ascension and declination for celestial cartographic content.).freeze,
|
455
|
-
domain: "bibframe:Cartography".freeze,
|
456
|
-
label: "Cartographic coordinates".freeze,
|
457
|
-
range: "rdfs:Literal".freeze,
|
458
|
-
type: "rdf:Property".freeze
|
459
|
-
property :cartographicEquinox,
|
460
|
-
comment: %(One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0 degrees.).freeze,
|
461
|
-
domain: "bibframe:Cartography".freeze,
|
462
|
-
label: "Cartographic equinox".freeze,
|
463
|
-
range: "rdfs:Literal".freeze,
|
464
|
-
type: "rdf:Property".freeze
|
465
|
-
property :cartographicExclusionGRing,
|
466
|
-
comment: %(Coordinate pairs that identify the closed non-intersecting boundary of the area contained within the G-polygon outer ring that is excluded.).freeze,
|
467
|
-
domain: "bibframe:Cartography".freeze,
|
468
|
-
label: "Cartographic G ring area excluded".freeze,
|
469
|
-
range: "rdfs:Literal".freeze,
|
470
|
-
type: "rdf:Property".freeze
|
471
|
-
property :cartographicOuterGRing,
|
472
|
-
comment: %(Coordinate pairs that identify the closed non-intersecting boundary of the area covered.).freeze,
|
473
|
-
domain: "bibframe:Cartography".freeze,
|
474
|
-
label: "Cartographic outer G ring area covered".freeze,
|
475
|
-
range: "rdfs:Literal".freeze,
|
476
|
-
type: "rdf:Property".freeze
|
477
|
-
property :cartographicProjection,
|
478
|
-
comment: %(Method or system used to represent the surface of the Earth or of a celestial sphere on a plane.).freeze,
|
479
|
-
domain: "bibframe:Cartography".freeze,
|
480
|
-
label: "Cartographic projection".freeze,
|
481
|
-
range: "rdfs:Literal".freeze,
|
482
|
-
type: "rdf:Property".freeze
|
483
|
-
property :cartographicScale,
|
484
|
-
comment: %(Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents.).freeze,
|
485
|
-
domain: "bibframe:Cartography".freeze,
|
486
|
-
label: "Cartographic scale".freeze,
|
487
|
-
range: "rdfs:Literal".freeze,
|
488
|
-
type: "rdf:Property".freeze
|
489
|
-
property :cartography,
|
490
|
-
comment: %(Cartographic data that identifies scale, coordinates, etc.).freeze,
|
491
|
-
"dc:modified": "2014-03-27 (Updated)".freeze,
|
1192
|
+
range: "http://id.loc.gov/ontologies/bibframe/Carrier".freeze,
|
1193
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1194
|
+
property :cartographicAttributes,
|
1195
|
+
comment: "Used with Work or Instance".freeze,
|
1196
|
+
definition: "Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.".freeze,
|
1197
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
492
1198
|
label: "Cartographic data".freeze,
|
493
|
-
range: "bibframe
|
494
|
-
type: "
|
495
|
-
property :categorySource,
|
496
|
-
comment: %(Category list from which value is taken.).freeze,
|
497
|
-
domain: "bibframe:Category".freeze,
|
498
|
-
label: "Category source".freeze,
|
499
|
-
range: "rdfs:Literal".freeze,
|
500
|
-
type: "rdf:Property".freeze
|
501
|
-
property :categoryType,
|
502
|
-
comment: %(Type of category recorded, e.g., content, genre, media, form, carrier.).freeze,
|
503
|
-
domain: "bibframe:Category".freeze,
|
504
|
-
label: "Type of category".freeze,
|
505
|
-
range: "rdfs:Literal".freeze,
|
506
|
-
type: "rdf:Property".freeze
|
507
|
-
property :categoryValue,
|
508
|
-
comment: %(Category code or text.).freeze,
|
509
|
-
domain: "bibframe:Category".freeze,
|
510
|
-
label: "Category".freeze,
|
511
|
-
range: "rdfs:Literal".freeze,
|
512
|
-
type: "rdf:Property".freeze
|
1199
|
+
range: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
1200
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
513
1201
|
property :changeDate,
|
514
|
-
|
1202
|
+
definition: "Date or date and time on which the metadata was modified.".freeze,
|
1203
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1204
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
515
1205
|
label: "Description change date".freeze,
|
516
|
-
range: "
|
517
|
-
|
518
|
-
|
519
|
-
comment: %(Circulation status of an item.).freeze,
|
520
|
-
domain: "bibframe:HeldItem".freeze,
|
521
|
-
label: "Circulation status".freeze,
|
522
|
-
range: "rdfs:Literal".freeze,
|
523
|
-
type: "rdf:Property".freeze
|
1206
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1207
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1208
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
524
1209
|
property :classification,
|
525
|
-
comment:
|
526
|
-
|
1210
|
+
comment: "Used with Work, Instance or Item".freeze,
|
1211
|
+
definition: "Classification number in any scheme.".freeze,
|
1212
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
527
1213
|
label: "Classification".freeze,
|
528
|
-
range: "bibframe
|
529
|
-
type: "
|
530
|
-
property :
|
531
|
-
|
532
|
-
domain: "bibframe
|
533
|
-
|
534
|
-
range: "rdfs:Literal".freeze,
|
535
|
-
type: "rdf:Property".freeze
|
536
|
-
property :classificationDdc,
|
537
|
-
comment: %(Dewey Decimal Classification number used for subject access.).freeze,
|
538
|
-
domain: "bibframe:Work".freeze,
|
539
|
-
label: "DDC Classification".freeze,
|
540
|
-
range: "bibframe:Classification".freeze,
|
541
|
-
subPropertyOf: "bibframe:classification".freeze,
|
542
|
-
type: "rdf:Property".freeze
|
543
|
-
property :classificationDesignation,
|
544
|
-
comment: %(Designates whether the classification number contained in the field is from the standard or optional part of the schedules or tables.).freeze,
|
545
|
-
domain: "bibframe:Classification".freeze,
|
546
|
-
label: "Classification designation".freeze,
|
547
|
-
range: "rdfs:Literal".freeze,
|
548
|
-
type: "rdf:Property".freeze
|
549
|
-
property :classificationEdition,
|
550
|
-
comment: %(Edition of the classification scheme, such as full, abridged or a number, when a classification scheme designates editions.).freeze,
|
551
|
-
"dc:modified": "2014-10-09 (Updated)".freeze,
|
552
|
-
domain: "bibframe:Classification".freeze,
|
553
|
-
label: "Classification scheme edition".freeze,
|
554
|
-
range: "rdfs:Literal".freeze,
|
555
|
-
type: "rdf:Property".freeze
|
556
|
-
property :classificationItem,
|
557
|
-
comment: %(Number attached to a classification number that indicates a particular item.).freeze,
|
558
|
-
domain: "bibframe:Classification".freeze,
|
559
|
-
label: "Classification item number".freeze,
|
560
|
-
range: "rdfs:Literal".freeze,
|
561
|
-
type: "rdf:Property".freeze
|
562
|
-
property :classificationLcc,
|
563
|
-
comment: %(Library of Congress Classification number used for subject access.).freeze,
|
564
|
-
domain: "bibframe:Work".freeze,
|
565
|
-
label: "LCC Classification".freeze,
|
566
|
-
range: "bibframe:Classification".freeze,
|
567
|
-
subPropertyOf: "bibframe:classification".freeze,
|
568
|
-
type: "rdf:Property".freeze
|
569
|
-
property :classificationNlm,
|
570
|
-
comment: %(National Library of Medicine Classification number used for subject access).freeze,
|
571
|
-
domain: "bibframe:Work".freeze,
|
572
|
-
label: "NLM classification".freeze,
|
573
|
-
range: "bibframe:Classification".freeze,
|
574
|
-
subPropertyOf: "bibframe:classification".freeze,
|
575
|
-
type: "rdf:Property".freeze
|
576
|
-
property :classificationNumber,
|
577
|
-
comment: %(Classification number \(single class number or beginning number of a span\) that indicates the subject by applying a formal system of coding and organizing resources.).freeze,
|
578
|
-
domain: "bibframe:Classification".freeze,
|
1214
|
+
range: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
1215
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1216
|
+
property :classificationPortion,
|
1217
|
+
definition: "Classification number (single class number or beginning number of a span) that indicates the subject by applying a formal system of coding and organizing resources.".freeze,
|
1218
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
1219
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
579
1220
|
label: "Classification number".freeze,
|
580
|
-
range: "
|
581
|
-
type: "
|
582
|
-
property :
|
583
|
-
comment:
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
comment: %(Formal scheme from which a classification number is taken.).freeze,
|
590
|
-
domain: "bibframe:Classification".freeze,
|
591
|
-
label: "Classification scheme".freeze,
|
592
|
-
range: "rdfs:Literal".freeze,
|
593
|
-
type: "rdf:Property".freeze
|
594
|
-
property :classificationSpanEnd,
|
595
|
-
comment: %(Ending number of classification number span.).freeze,
|
596
|
-
domain: "bibframe:Classification".freeze,
|
597
|
-
label: "Classification number span end".freeze,
|
598
|
-
range: "rdfs:Literal".freeze,
|
599
|
-
type: "rdf:Property".freeze
|
600
|
-
property :classificationStatus,
|
601
|
-
comment: %(Indicator that the classification number is canceled or invalid.).freeze,
|
602
|
-
domain: "bibframe:Classification".freeze,
|
603
|
-
label: "Classification status".freeze,
|
604
|
-
range: "rdfs:Literal".freeze,
|
605
|
-
type: "rdf:Property".freeze
|
606
|
-
property :classificationTable,
|
607
|
-
comment: %(DDC Table identification. Number of the table from which the classification number in a subdivision record is taken.).freeze,
|
608
|
-
domain: "bibframe:Classification".freeze,
|
609
|
-
label: "Classification table identification".freeze,
|
610
|
-
range: "rdfs:Literal".freeze,
|
611
|
-
type: "rdf:Property".freeze
|
612
|
-
property :classificationTableSeq,
|
613
|
-
comment: %(Sequence number or other identifier for an internal classification subarrangement or add in a classification scheme.).freeze,
|
614
|
-
domain: "bibframe:Classification".freeze,
|
615
|
-
label: "Classification table sequence number".freeze,
|
616
|
-
range: "rdfs:Literal".freeze,
|
617
|
-
type: "rdf:Property".freeze
|
618
|
-
property :classificationUdc,
|
619
|
-
comment: %(Universal Decimal Classification number used for subject access.).freeze,
|
620
|
-
domain: "bibframe:Work".freeze,
|
621
|
-
label: "UDC Classification".freeze,
|
622
|
-
range: "bibframe:Classification".freeze,
|
623
|
-
subPropertyOf: "bibframe:classification".freeze,
|
624
|
-
type: "rdf:Property".freeze
|
625
|
-
property :coden,
|
626
|
-
comment: %(Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.).freeze,
|
627
|
-
domain: "bibframe:Instance".freeze,
|
628
|
-
label: "CODEN".freeze,
|
629
|
-
range: "bibframe:Identifier".freeze,
|
630
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
631
|
-
type: "rdf:Property".freeze
|
1221
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1222
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1223
|
+
property :code,
|
1224
|
+
comment: "Used with Unspecified".freeze,
|
1225
|
+
definition: "String of characters that serves as a code representing information.".freeze,
|
1226
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1227
|
+
label: "Code".freeze,
|
1228
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1229
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
632
1230
|
property :colorContent,
|
633
|
-
comment:
|
634
|
-
|
635
|
-
|
1231
|
+
comment: "Used with Work or Instance".freeze,
|
1232
|
+
definition: "Color characteristics, e.g., black and white, multicolored.".freeze,
|
1233
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
636
1234
|
label: "Color content".freeze,
|
637
|
-
range: "
|
638
|
-
type: "
|
639
|
-
property :
|
640
|
-
|
641
|
-
domain: "bibframe
|
642
|
-
|
643
|
-
range: "bibframe:HeldMaterial".freeze,
|
644
|
-
type: "rdf:Property".freeze
|
645
|
-
property :contentAccessibility,
|
646
|
-
comment: %(Content that assists those with a sensory impairment for greater understanding of content, e.g., labels, captions.).freeze,
|
647
|
-
domain: "bibframe:Instance".freeze,
|
648
|
-
label: "Content accessibility note".freeze,
|
649
|
-
range: "rdfs:Literal".freeze,
|
650
|
-
type: "rdf:Property".freeze
|
651
|
-
property :contentCategory,
|
652
|
-
comment: %(Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.).freeze,
|
653
|
-
domain: "bibframe:Work".freeze,
|
1235
|
+
range: "http://id.loc.gov/ontologies/bibframe/ColorContent".freeze,
|
1236
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1237
|
+
property :content,
|
1238
|
+
definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.".freeze,
|
1239
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1240
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
654
1241
|
label: "Content type".freeze,
|
655
|
-
range: "bibframe
|
656
|
-
type: "
|
657
|
-
property :
|
658
|
-
comment:
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
1242
|
+
range: "http://id.loc.gov/ontologies/bibframe/Content".freeze,
|
1243
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1244
|
+
property :contentAccessibility,
|
1245
|
+
comment: "Used with Work or Instance".freeze,
|
1246
|
+
definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze,
|
1247
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze, "2017-03-15 fixed typo in range".freeze],
|
1248
|
+
label: "Content accessibility information".freeze,
|
1249
|
+
range: "http://id.loc.gov/ontologies/bibframe/ContentAccessibility".freeze,
|
1250
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
663
1251
|
property :continuedBy,
|
664
|
-
comment:
|
665
|
-
|
666
|
-
|
1252
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1253
|
+
definition: "Resource whose content continues an earlier resource under a new title.".freeze,
|
1254
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1255
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/continues".freeze,
|
667
1256
|
label: "Continued by".freeze,
|
668
|
-
|
669
|
-
|
670
|
-
type: "rdf:Property".freeze
|
1257
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1258
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
671
1259
|
property :continuedInPartBy,
|
672
|
-
comment:
|
673
|
-
|
674
|
-
|
1260
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1261
|
+
definition: "Resource part of whose content separated from an earlier resource to form a new resource.".freeze,
|
1262
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1263
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/separatedFrom".freeze,
|
675
1264
|
label: "Continued in part by".freeze,
|
676
|
-
|
677
|
-
|
678
|
-
type: "rdf:Property".freeze
|
1265
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1266
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
679
1267
|
property :continues,
|
680
|
-
comment:
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
subPropertyOf: "bibframe
|
686
|
-
type: "
|
1268
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1269
|
+
definition: "Resource that is continued by the content of a later resource under a new title.".freeze,
|
1270
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1271
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedBy".freeze,
|
1272
|
+
label: "Continuation of".freeze,
|
1273
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1274
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
687
1275
|
property :continuesInPart,
|
688
|
-
comment:
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
subPropertyOf: "bibframe
|
694
|
-
type: "
|
695
|
-
property :
|
696
|
-
comment:
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
1276
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1277
|
+
definition: "Resource that split into two or more separate resources with new titles.".freeze,
|
1278
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1279
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/splitInto".freeze,
|
1280
|
+
label: "Continuation in part of".freeze,
|
1281
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1282
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1283
|
+
property :contribution,
|
1284
|
+
comment: "Used with Work, Instance or Item".freeze,
|
1285
|
+
definition: "Agent and its role in relation to the resource.".freeze,
|
1286
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected label)".freeze],
|
1287
|
+
label: "Contributor and role".freeze,
|
1288
|
+
range: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze,
|
1289
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1290
|
+
property :coordinates,
|
1291
|
+
definition: "Mathematical system for identifying the area covered by the cartographic content of a resource, expressed either by means of longitude and latitude on the surface of planets or by the angles of right ascension and declination for celestial cartographic content.".freeze,
|
1292
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
1293
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1294
|
+
label: "Cartographic coordinates".freeze,
|
1295
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1296
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
706
1297
|
property :copyrightDate,
|
707
|
-
comment:
|
708
|
-
|
1298
|
+
comment: "Used with Work or Instance".freeze,
|
1299
|
+
definition: "Date associated with a claim of protection under copyright or a similar regime.".freeze,
|
1300
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
709
1301
|
label: "Copyright date".freeze,
|
710
|
-
range: "
|
711
|
-
|
1302
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1303
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1304
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1305
|
+
property :copyrightRegistration,
|
1306
|
+
comment: "Used with Work or Instance".freeze,
|
1307
|
+
definition: "Copyright and Legal Deposit registration information".freeze,
|
1308
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Corrected expected value)".freeze],
|
1309
|
+
label: "Copyright registration information".freeze,
|
1310
|
+
range: "http://id.loc.gov/ontologies/bibframe/CopyrightRegistration".freeze,
|
1311
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1312
|
+
property :count,
|
1313
|
+
comment: "Used with Unspecified".freeze,
|
1314
|
+
definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.".freeze,
|
1315
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1316
|
+
label: "Number of units".freeze,
|
1317
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1318
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
712
1319
|
property :coverArt,
|
713
|
-
comment:
|
714
|
-
|
1320
|
+
comment: "Used with Work or Instance".freeze,
|
1321
|
+
definition: "Cover art image of a resource.".freeze,
|
1322
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
715
1323
|
label: "Cover art".freeze,
|
716
|
-
range: "
|
717
|
-
|
718
|
-
type: "rdf:Property".freeze
|
719
|
-
property :coverArtFor,
|
720
|
-
comment: %(Resource to which the cover art pertains.).freeze,
|
721
|
-
domain: "bibframe:CoverArt".freeze,
|
722
|
-
label: "Cover art of instance".freeze,
|
723
|
-
range: "bibframe:Instance".freeze,
|
724
|
-
subPropertyOf: "bibframe:annotates".freeze,
|
725
|
-
type: "rdf:Property".freeze
|
726
|
-
property :coverArtThumb,
|
727
|
-
comment: %(Thumbnail version of cover art image.).freeze,
|
728
|
-
domain: "bibframe:CoverArt".freeze,
|
729
|
-
label: "Thumbnail of cover art".freeze,
|
730
|
-
range: "rdfs:Resource".freeze,
|
731
|
-
subPropertyOf: "bibframe:annotationBody".freeze,
|
732
|
-
type: "rdf:Property".freeze
|
1324
|
+
range: "http://id.loc.gov/ontologies/bibframe/CoverArt".freeze,
|
1325
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
733
1326
|
property :creationDate,
|
734
|
-
|
1327
|
+
definition: "Date or date and time on which the original metadata first created.".freeze,
|
1328
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1329
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
735
1330
|
label: "Description creation date".freeze,
|
736
|
-
range: "
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
property :creditsNote,
|
744
|
-
comment: %(Credits for persons or organizations, other than members of the cast, who have participated in the creation and/or production of the.).freeze,
|
1331
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1332
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1333
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1334
|
+
property :credits,
|
1335
|
+
comment: "Used with Work or Instance".freeze,
|
1336
|
+
definition: "Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.".freeze,
|
1337
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
745
1338
|
label: "Credits note".freeze,
|
746
|
-
range: "
|
747
|
-
type: "
|
1339
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1340
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
748
1341
|
property :custodialHistory,
|
749
|
-
comment:
|
750
|
-
|
1342
|
+
comment: "Used with Work, Instance or Item".freeze,
|
1343
|
+
definition: "Information about the provenance, such as origin, ownership and custodial history (chain of custody), of a resource.".freeze,
|
1344
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
751
1345
|
label: "Custodial history".freeze,
|
752
|
-
range: "
|
753
|
-
type: "
|
1346
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1347
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
754
1348
|
property :dataSource,
|
755
|
-
comment:
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
subPropertyOf: "bibframe
|
760
|
-
type: "
|
1349
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1350
|
+
definition: "Resource that is a data source to which the described resource is related. It may contain information about other files, printed sources, or collection procedures.".freeze,
|
1351
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (updated range)".freeze],
|
1352
|
+
label: "Data source".freeze,
|
1353
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1354
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1355
|
+
property :date,
|
1356
|
+
comment: "Used with Unspecified".freeze,
|
1357
|
+
definition: "Date designation associated with a resource or element of description, such as date of title variation; year a degree was awarded; date associated with the publication, printing, distribution, issue, release or production of a resource. May be date typed.".freeze,
|
1358
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1359
|
+
label: "Date".freeze,
|
1360
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1361
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1362
|
+
property :degree,
|
1363
|
+
definition: "Degree for which author was a candidate.".freeze,
|
1364
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze,
|
1365
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1366
|
+
label: "Degree".freeze,
|
1367
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1368
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
761
1369
|
property :derivativeOf,
|
762
|
-
comment:
|
763
|
-
|
1370
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1371
|
+
definition: "Source work from which the described resource is derived.".freeze,
|
1372
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1373
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
764
1374
|
label: "Is derivative of".freeze,
|
765
|
-
subPropertyOf: "bibframe
|
766
|
-
type: "
|
1375
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1376
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
767
1377
|
property :derivedFrom,
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
1378
|
+
definition: "Link to the metadata that was the source of the data.".freeze,
|
1379
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1380
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1381
|
+
label: "Source metadata".freeze,
|
1382
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1383
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
772
1384
|
property :descriptionAuthentication,
|
773
|
-
|
774
|
-
|
1385
|
+
definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze,
|
1386
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1387
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
775
1388
|
label: "Description authentication".freeze,
|
776
|
-
range: "
|
777
|
-
type: "
|
1389
|
+
range: "http://id.loc.gov/ontologies/bibframe/DescriptionAuthentication".freeze,
|
1390
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
778
1391
|
property :descriptionConventions,
|
779
|
-
|
780
|
-
|
1392
|
+
definition: "Rules used for the descriptive content of the resource description.".freeze,
|
1393
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1394
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed domain name)".freeze],
|
781
1395
|
label: "Description conventions".freeze,
|
782
|
-
range: "
|
783
|
-
type: "
|
1396
|
+
range: "http://id.loc.gov/ontologies/bibframe/DescriptionConventions".freeze,
|
1397
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
784
1398
|
property :descriptionLanguage,
|
785
|
-
|
1399
|
+
definition: "Language used for the metadata.".freeze,
|
1400
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1401
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
786
1402
|
label: "Description language".freeze,
|
787
|
-
range: "
|
788
|
-
type: "
|
1403
|
+
range: "http://id.loc.gov/ontologies/bibframe/Language".freeze,
|
1404
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
789
1405
|
property :descriptionModifier,
|
790
|
-
|
791
|
-
|
1406
|
+
definition: "Agency that modified a description.".freeze,
|
1407
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1408
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
792
1409
|
label: "Description modifier".freeze,
|
793
|
-
range: "
|
794
|
-
type: "
|
795
|
-
property :
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
comment: %(Entity that created or modified the metadata.).freeze,
|
803
|
-
label: "Description source".freeze,
|
804
|
-
range: "rdfs:Resource".freeze,
|
805
|
-
type: "rdf:Property".freeze
|
806
|
-
property :descriptionStatus,
|
807
|
-
comment: %(Indicaton of whether the description is new or revised or in other states.).freeze,
|
808
|
-
"dc:modified": "2014-10-27 (Updated)".freeze,
|
809
|
-
label: "Description status".freeze,
|
810
|
-
range: "rdfs:Literal".freeze,
|
811
|
-
type: "rdf:Property".freeze
|
1410
|
+
range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
1411
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1412
|
+
property :digitalCharacteristic,
|
1413
|
+
definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze,
|
1414
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1415
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1416
|
+
label: "Digital characteristic".freeze,
|
1417
|
+
range: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
1418
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
812
1419
|
property :dimensions,
|
813
|
-
|
814
|
-
domain: "bibframe
|
1420
|
+
definition: "Measurements of the carrier or carriers and/or the container of a resource.".freeze,
|
1421
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1422
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
815
1423
|
label: "Dimensions".freeze,
|
816
|
-
range: "
|
817
|
-
type: "
|
818
|
-
property :
|
819
|
-
comment:
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
comment: %(Identifier assigned to a dissertation for identification purposes .).freeze,
|
826
|
-
domain: "bibframe:Work".freeze,
|
827
|
-
label: "Dissertation identifier".freeze,
|
828
|
-
range: "bibframe:Identifier".freeze,
|
829
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
830
|
-
type: "rdf:Property".freeze
|
831
|
-
property :dissertationInstitution,
|
832
|
-
comment: %(Name of degree granting institution.).freeze,
|
833
|
-
domain: "bibframe:Work".freeze,
|
834
|
-
label: "Degree issuing institution".freeze,
|
835
|
-
range: "bibframe:Agent".freeze,
|
836
|
-
type: "rdf:Property".freeze
|
837
|
-
property :dissertationNote,
|
838
|
-
comment: %(Textual information about the dissertation.).freeze,
|
839
|
-
domain: "bibframe:Work".freeze,
|
840
|
-
label: "Dissertation note".freeze,
|
841
|
-
range: "rdfs:Literal".freeze,
|
842
|
-
type: "rdf:Property".freeze
|
843
|
-
property :dissertationYear,
|
844
|
-
comment: %(Year degree awarded.).freeze,
|
845
|
-
domain: "bibframe:Work".freeze,
|
846
|
-
label: "Year degree awarded".freeze,
|
847
|
-
range: "rdfs:Literal".freeze,
|
848
|
-
type: "rdf:Property".freeze
|
849
|
-
property :distribution,
|
850
|
-
comment: %(Information relating to distribution of an instance.).freeze,
|
851
|
-
domain: "bibframe:Instance".freeze,
|
852
|
-
label: "Distribution event".freeze,
|
853
|
-
range: "bibframe:Provider".freeze,
|
854
|
-
subPropertyOf: "bibframe:provider".freeze,
|
855
|
-
type: "rdf:Property".freeze
|
856
|
-
property :doi,
|
857
|
-
comment: %(Digital Object Identifier.).freeze,
|
858
|
-
domain: "bibframe:Instance".freeze,
|
859
|
-
label: "DOI".freeze,
|
860
|
-
range: "bibframe:Identifier".freeze,
|
861
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
862
|
-
type: "rdf:Property".freeze
|
1424
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1425
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1426
|
+
property :dissertation,
|
1427
|
+
comment: "Used with Work or Instance".freeze,
|
1428
|
+
definition: "Work presented as part of the formal requirements for an academic degree.".freeze,
|
1429
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1430
|
+
label: "Dissertation Information".freeze,
|
1431
|
+
range: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze,
|
1432
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
863
1433
|
property :duration,
|
864
|
-
comment:
|
865
|
-
|
1434
|
+
comment: "Used with Work or Instance".freeze,
|
1435
|
+
definition: "Information about the playing time, running time, etc. of a resource.".freeze,
|
1436
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
866
1437
|
label: "Duration".freeze,
|
867
|
-
range: "
|
868
|
-
type: "
|
869
|
-
property :ean,
|
870
|
-
comment: %(International Article Identifier.).freeze,
|
871
|
-
domain: "bibframe:Instance".freeze,
|
872
|
-
label: "EAN".freeze,
|
873
|
-
range: "bibframe:Identifier".freeze,
|
874
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
875
|
-
type: "rdf:Property".freeze
|
1438
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1439
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
876
1440
|
property :edition,
|
877
|
-
|
878
|
-
domain: "bibframe
|
1441
|
+
definition: "Edition of the classification scheme, such as full, abridged or a number, when a classification scheme designates editions.".freeze,
|
1442
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
1443
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1444
|
+
label: "Classification scheme edition".freeze,
|
1445
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1446
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1447
|
+
property :editionEnumeration,
|
1448
|
+
definition: "Enumeration of the edition; usually transcribed.".freeze,
|
1449
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1450
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1451
|
+
label: "Edition enumeration".freeze,
|
1452
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1453
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1454
|
+
property :editionStatement,
|
1455
|
+
definition: "Information identifying the edition or version of the resource and associated statements of responsibility for the edition; usually transcribed.".freeze,
|
1456
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1457
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
879
1458
|
label: "Edition statement".freeze,
|
880
|
-
range: "
|
881
|
-
type: "
|
882
|
-
property :editionResponsibility,
|
883
|
-
comment: %(Statement relating to the identification of any persons, families, or corporate bodies responsible for the edition being described.).freeze,
|
884
|
-
domain: "bibframe:Instance".freeze,
|
885
|
-
label: "Edition responsibility".freeze,
|
886
|
-
range: "rdfs:Literal".freeze,
|
887
|
-
type: "rdf:Property".freeze
|
1459
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1460
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
888
1461
|
property :electronicLocator,
|
889
|
-
|
890
|
-
|
891
|
-
|
1462
|
+
definition: "Electronic location from which the resource is available.".freeze,
|
1463
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1464
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
892
1465
|
label: "Electronic location".freeze,
|
893
|
-
|
894
|
-
|
1466
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1467
|
+
property :emulsion,
|
1468
|
+
definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze,
|
1469
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1470
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1471
|
+
label: "Emulsion".freeze,
|
1472
|
+
range: "http://id.loc.gov/ontologies/bibframe/Emulsion".freeze,
|
1473
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1474
|
+
property :ensemble,
|
1475
|
+
definition: "Ensemble for which a musical work is appropriate.".freeze,
|
1476
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1477
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1478
|
+
label: "Ensemble".freeze,
|
1479
|
+
range: "http://id.loc.gov/ontologies/bibframe/MusicEnsemble".freeze,
|
1480
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1481
|
+
property :ensembleType,
|
1482
|
+
definition: "Specific type of ensemble, such as orchestra, band, guitar ensemble.".freeze,
|
1483
|
+
domain: "http://id.loc.gov/ontologies/bibframe/MusicEnsemble".freeze,
|
1484
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1485
|
+
label: "Ensemble type".freeze,
|
1486
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1487
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
895
1488
|
property :enumerationAndChronology,
|
896
|
-
|
897
|
-
domain: "bibframe
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
domain: "bibframe
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
domain: "bibframe
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
1489
|
+
definition: "Numbering and dates of issues or items held.".freeze,
|
1490
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1491
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1492
|
+
label: "Numbering or other enumeration and dates associated with issues or items held.".freeze,
|
1493
|
+
range: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology".freeze,
|
1494
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1495
|
+
property :equinox,
|
1496
|
+
definition: "One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0 degrees.".freeze,
|
1497
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
1498
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1499
|
+
label: "Cartographic equinox".freeze,
|
1500
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1501
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1502
|
+
property :eventContent,
|
1503
|
+
definition: "Work whose content is the described event.".freeze,
|
1504
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Event".freeze,
|
1505
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1506
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/eventContentOf".freeze,
|
1507
|
+
label: "Event content".freeze,
|
1508
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1509
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1510
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1511
|
+
property :eventContentOf,
|
1512
|
+
definition: "Event that is the content of the described work.".freeze,
|
1513
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1514
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1515
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/eventContent".freeze,
|
1516
|
+
label: "Has event content".freeze,
|
1517
|
+
range: "http://id.loc.gov/ontologies/bibframe/Event".freeze,
|
1518
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1519
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1520
|
+
property :exclusionGRing,
|
1521
|
+
definition: "Coordinate pairs that identify the closed non-intersecting boundary of the area contained within the G-polygon outer ring that is excluded.".freeze,
|
1522
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
1523
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1524
|
+
label: "Cartographic G ring area excluded".freeze,
|
1525
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1526
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
928
1527
|
property :expressionOf,
|
929
|
-
|
930
|
-
|
931
|
-
|
1528
|
+
definition: "Work that the described Work is an expression of. For use to connect Works under FRBR/RDA rules.".freeze,
|
1529
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1530
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1531
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasExpression".freeze,
|
932
1532
|
label: "Expression of".freeze,
|
933
|
-
range: "bibframe
|
934
|
-
subPropertyOf: "bibframe
|
935
|
-
type: "
|
1533
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1534
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1535
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
936
1536
|
property :extent,
|
937
|
-
|
938
|
-
domain: "bibframe
|
1537
|
+
definition: "Number and type of units and/or subunits making up a resource.".freeze,
|
1538
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1539
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
939
1540
|
label: "Extent".freeze,
|
940
|
-
range: "
|
941
|
-
type: "
|
1541
|
+
range: "http://id.loc.gov/ontologies/bibframe/Extent".freeze,
|
1542
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
942
1543
|
property :findingAid,
|
943
|
-
comment:
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
label: "Format".freeze,
|
973
|
-
range: "rdfs:Literal".freeze,
|
974
|
-
type: "rdf:Property".freeze
|
975
|
-
property :formatOfMusic,
|
976
|
-
comment: %(Format of a musical composition, e.g. full score, condensed score, vocal score, etc.).freeze,
|
977
|
-
domain: "bibframe:Instance".freeze,
|
978
|
-
label: "Format of music".freeze,
|
979
|
-
range: "rdfs:Literal".freeze,
|
980
|
-
type: "rdf:Property".freeze
|
1544
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1545
|
+
definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.".freeze,
|
1546
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1547
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAidOf".freeze,
|
1548
|
+
label: "Finding aid".freeze,
|
1549
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
1550
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1551
|
+
property :findingAidOf,
|
1552
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1553
|
+
definition: "Finding aid or similar control materials for archival, visual, and manuscript resources.".freeze,
|
1554
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1555
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAid".freeze,
|
1556
|
+
label: "Finding aid for".freeze,
|
1557
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
1558
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1559
|
+
property :firstIssue,
|
1560
|
+
comment: "Used with Work or Instance".freeze,
|
1561
|
+
definition: "Beginning date of a resource and/or the sequential designations.".freeze,
|
1562
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1563
|
+
label: "Multipart first issue".freeze,
|
1564
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1565
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1566
|
+
property :fontSize,
|
1567
|
+
definition: "Size of the type used to represent the characters and symbols in a resource.".freeze,
|
1568
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1569
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1570
|
+
label: "Font size".freeze,
|
1571
|
+
range: "http://id.loc.gov/ontologies/bibframe/FontSize".freeze,
|
1572
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
981
1573
|
property :frequency,
|
982
|
-
comment:
|
983
|
-
|
1574
|
+
comment: "Used with Work or Instance".freeze,
|
1575
|
+
definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze,
|
1576
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
984
1577
|
label: "Frequency".freeze,
|
985
|
-
range: "
|
986
|
-
type: "
|
987
|
-
property :
|
988
|
-
|
989
|
-
domain: "bibframe
|
990
|
-
|
991
|
-
|
992
|
-
|
1578
|
+
range: "http://id.loc.gov/ontologies/bibframe/Frequency".freeze,
|
1579
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1580
|
+
property :generation,
|
1581
|
+
definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.".freeze,
|
1582
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1583
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1584
|
+
label: "Generation".freeze,
|
1585
|
+
range: "http://id.loc.gov/ontologies/bibframe/Generation".freeze,
|
1586
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
993
1587
|
property :generationDate,
|
994
|
-
|
995
|
-
|
1588
|
+
definition: "Date of conversion of the metadata from another format.".freeze,
|
1589
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1590
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
996
1591
|
label: "Date generated".freeze,
|
997
|
-
range: "
|
998
|
-
|
1592
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1593
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1594
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
999
1595
|
property :generationProcess,
|
1000
|
-
|
1001
|
-
|
1596
|
+
definition: "Indication of the program or process used to generate the description by application of a particular transformation.".freeze,
|
1597
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1598
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1002
1599
|
label: "Description generation".freeze,
|
1003
|
-
range: "
|
1004
|
-
type: "
|
1005
|
-
property :
|
1006
|
-
comment:
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1600
|
+
range: "http://id.loc.gov/ontologies/bibframe/GenerationProcess".freeze,
|
1601
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1602
|
+
property :genreForm,
|
1603
|
+
comment: "Used with Work, Instance or Item".freeze,
|
1604
|
+
definition: "Form category or genre to which a resource belongs".freeze,
|
1605
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1606
|
+
label: "Genre/form".freeze,
|
1607
|
+
range: "http://id.loc.gov/ontologies/bibframe/GenreForm".freeze,
|
1608
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1609
|
+
property :geographicCoverage,
|
1610
|
+
definition: "Geographic coverage of the content of the resource.".freeze,
|
1611
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1612
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze],
|
1014
1613
|
label: "Geographic coverage".freeze,
|
1015
|
-
range: "
|
1016
|
-
type: "
|
1017
|
-
property :
|
1018
|
-
|
1019
|
-
domain: "bibframe
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
label: "has accompaniment".freeze,
|
1025
|
-
type: "rdf:Property".freeze
|
1026
|
-
property :hasAnnotation,
|
1027
|
-
comment: %(Resource has an annotation.).freeze,
|
1028
|
-
label: "Has annotation".freeze,
|
1029
|
-
range: "bibframe:Annotation".freeze,
|
1030
|
-
type: "rdf:Property".freeze
|
1031
|
-
property :hasAuthority,
|
1032
|
-
comment: %(Link to controlled form of name or subject and other information about.).freeze,
|
1033
|
-
"dc:modified": "2014-04-10 (Updated range)".freeze,
|
1034
|
-
domain: "bibframe:Authority".freeze,
|
1035
|
-
label: "Authority information".freeze,
|
1036
|
-
range: "bibframe:Resource".freeze,
|
1037
|
-
type: "rdf:Property".freeze
|
1614
|
+
range: "http://id.loc.gov/ontologies/bibframe/GeographicCoverage".freeze,
|
1615
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1616
|
+
property :grantingInstitution,
|
1617
|
+
definition: "Name of degree granting institution.".freeze,
|
1618
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze,
|
1619
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1620
|
+
label: "Degree issuing institution".freeze,
|
1621
|
+
range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
1622
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1038
1623
|
property :hasDerivative,
|
1039
|
-
comment:
|
1040
|
-
|
1624
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1625
|
+
definition: "Resource that is a modification of the described work.".freeze,
|
1626
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1627
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
1041
1628
|
label: "Has derivative".freeze,
|
1042
|
-
subPropertyOf: "bibframe
|
1043
|
-
type: "
|
1044
|
-
property :hasDescription,
|
1045
|
-
comment: %(Related resource that analyzes, comments on, critiques, evaluates, reviews, or otherwise describes the resource.).freeze,
|
1046
|
-
"dc:modified": "2014-04-10 (Range updated)".freeze,
|
1047
|
-
label: "Has description".freeze,
|
1048
|
-
subPropertyOf: "bibframe:relatedTo".freeze,
|
1049
|
-
type: "rdf:Property".freeze
|
1629
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1630
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1050
1631
|
property :hasEquivalent,
|
1051
|
-
comment:
|
1052
|
-
|
1632
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
1633
|
+
definition: "Resource embodies the same content as the described resource.".freeze,
|
1634
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1053
1635
|
label: "Equivalence".freeze,
|
1054
|
-
subPropertyOf: "bibframe
|
1055
|
-
type: "
|
1636
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1637
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
1056
1638
|
property :hasExpression,
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1639
|
+
definition: "Work that is an expression of a described Work. For use to relate Works under FRBR/RDA rules.".freeze,
|
1640
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1641
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1642
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/expressionOf".freeze,
|
1060
1643
|
label: "Expressed as".freeze,
|
1061
|
-
range: "bibframe
|
1062
|
-
subPropertyOf: "bibframe
|
1063
|
-
type: "
|
1644
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1645
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1646
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1064
1647
|
property :hasInstance,
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1648
|
+
definition: "Instance is related to described Work. For use to connect Works to Instances in the BIBFRAME structure.".freeze,
|
1649
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1650
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1651
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/instanceOf".freeze,
|
1068
1652
|
label: "Instance of Work".freeze,
|
1069
|
-
range: "bibframe
|
1070
|
-
subPropertyOf: "bibframe
|
1071
|
-
type: "
|
1653
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1654
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1655
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1656
|
+
property :hasItem,
|
1657
|
+
definition: "Item which is an example of the described Instance.".freeze,
|
1658
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1659
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2017-02-07 (slight revision of definition)".freeze],
|
1660
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/itemOf".freeze,
|
1661
|
+
label: "Has holding".freeze,
|
1662
|
+
range: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1663
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1664
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1072
1665
|
property :hasPart,
|
1073
|
-
comment:
|
1074
|
-
|
1666
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
1667
|
+
definition: "Resource that is included either physically or logically in the described resource".freeze,
|
1668
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1669
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze,
|
1075
1670
|
label: "Has part".freeze,
|
1076
|
-
subPropertyOf: "bibframe
|
1077
|
-
type: "
|
1078
|
-
property :
|
1079
|
-
|
1080
|
-
domain: "bibframe
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1671
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1672
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1673
|
+
property :hasReproduction,
|
1674
|
+
definition: "Resource that reproduces another Resource.".freeze,
|
1675
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1676
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1677
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/reproductionOf".freeze,
|
1678
|
+
label: "Reproduced as".freeze,
|
1679
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1680
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze,
|
1681
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1682
|
+
property :hasSeries,
|
1683
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1684
|
+
definition: "Resource in which the part has been issued; the title of the larger resource appears on the part.".freeze,
|
1685
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1686
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/seriesOf".freeze,
|
1687
|
+
label: "In series".freeze,
|
1688
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze,
|
1689
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1690
|
+
property :hasSubseries,
|
1691
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1692
|
+
definition: "series resource that is part of another series.".freeze,
|
1693
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1694
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/subseriesOf".freeze,
|
1695
|
+
label: "Subseries".freeze,
|
1696
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze,
|
1697
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1085
1698
|
property :heldBy,
|
1086
|
-
|
1087
|
-
domain: "bibframe
|
1699
|
+
definition: "Entity holding the item or from which it is available.".freeze,
|
1700
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1701
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1088
1702
|
label: "Held by".freeze,
|
1089
|
-
range: "bibframe
|
1090
|
-
type: "
|
1091
|
-
property :
|
1092
|
-
|
1093
|
-
domain: "bibframe
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
type: "
|
1098
|
-
property :
|
1099
|
-
|
1100
|
-
domain: "bibframe
|
1703
|
+
range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze,
|
1704
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1705
|
+
property :hierarchicalLevel,
|
1706
|
+
definition: "Hierarchical position of the described materials relative to other material from the same source.".freeze,
|
1707
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze,
|
1708
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1709
|
+
label: "Hierarchical level of material".freeze,
|
1710
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1711
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1712
|
+
property :historyOfWork,
|
1713
|
+
definition: "Information about the history of a Work.".freeze,
|
1714
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1715
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1716
|
+
label: "History of the work".freeze,
|
1717
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1718
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1719
|
+
property :identifiedBy,
|
1720
|
+
comment: "Used with Unspecified".freeze,
|
1721
|
+
definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.".freeze,
|
1722
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-05-04 (New inverse)".freeze],
|
1723
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifies".freeze,
|
1101
1724
|
label: "Identifier".freeze,
|
1102
|
-
range: "bibframe
|
1103
|
-
type: "
|
1104
|
-
property :
|
1105
|
-
|
1106
|
-
domain: "bibframe
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
"dc:modified": ["'2014-06-04 (Updated range)".freeze, "2014-06-04 (Updated mapping)".freeze],
|
1119
|
-
domain: "bibframe:Identifier".freeze,
|
1120
|
-
label: "Identifier scheme".freeze,
|
1121
|
-
range: "rdfs:Resource".freeze,
|
1122
|
-
type: "rdf:Property".freeze
|
1123
|
-
property :identifierStatus,
|
1124
|
-
comment: %(Indication of whether the identifier is canceled or invalid.).freeze,
|
1125
|
-
domain: "bibframe:Identifier".freeze,
|
1126
|
-
label: "Identifier status".freeze,
|
1127
|
-
range: "rdfs:Literal".freeze,
|
1128
|
-
type: "rdf:Property".freeze
|
1129
|
-
property :identifierValue,
|
1130
|
-
comment: %(Value of the identifier.).freeze,
|
1131
|
-
domain: "bibframe:Identifier".freeze,
|
1132
|
-
label: "Identifier value".freeze,
|
1133
|
-
range: "rdfs:Literal".freeze,
|
1134
|
-
type: "rdf:Property".freeze
|
1135
|
-
property :illustrationNote,
|
1136
|
-
comment: %(Information about illustrative material in the resource.).freeze,
|
1137
|
-
domain: "bibframe:Instance".freeze,
|
1138
|
-
label: "Illustrative content note".freeze,
|
1139
|
-
range: "rdfs:Literal".freeze,
|
1140
|
-
type: "rdf:Property".freeze
|
1725
|
+
range: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1726
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1727
|
+
property :identifies,
|
1728
|
+
definition: "Resource that is associated with a character string that serves to differentiate one resource from another.".freeze,
|
1729
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1730
|
+
"http://purl.org/dc/terms/modified": "2017-02-03 (New inverse)".freeze,
|
1731
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifiedBy".freeze,
|
1732
|
+
label: "Resource identified".freeze,
|
1733
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1734
|
+
property :illustrativeContent,
|
1735
|
+
comment: "Used with Work or Instance".freeze,
|
1736
|
+
definition: "Information about content intended to illustrate a resource.".freeze,
|
1737
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1738
|
+
label: "Illustrative content information".freeze,
|
1739
|
+
range: "http://id.loc.gov/ontologies/bibframe/Illustration".freeze,
|
1740
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1141
1741
|
property :immediateAcquisition,
|
1142
|
-
|
1742
|
+
definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.".freeze,
|
1743
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1744
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze],
|
1143
1745
|
label: "Immediate acquisition".freeze,
|
1144
|
-
range: "
|
1145
|
-
type: "
|
1746
|
+
range: "http://id.loc.gov/ontologies/bibframe/ImmediateAcquisition".freeze,
|
1747
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1146
1748
|
property :index,
|
1147
|
-
comment:
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1749
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1750
|
+
definition: "Resource has an accompanying index".freeze,
|
1751
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected label)".freeze],
|
1752
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/indexOf".freeze,
|
1753
|
+
label: "Has index".freeze,
|
1754
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
1755
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1756
|
+
property :indexOf,
|
1757
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1758
|
+
definition: "Index that accompanies a resource.".freeze,
|
1759
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1760
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/index".freeze,
|
1761
|
+
label: "Index to".freeze,
|
1762
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
1763
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1153
1764
|
property :instanceOf,
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1765
|
+
definition: "Work the Instance described instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.".freeze,
|
1766
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1767
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1768
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasInstance".freeze,
|
1157
1769
|
label: "Instance of".freeze,
|
1158
|
-
range: "bibframe
|
1159
|
-
subPropertyOf: "bibframe
|
1160
|
-
type: "
|
1161
|
-
property :
|
1162
|
-
|
1163
|
-
domain: "bibframe
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1770
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1771
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1772
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1773
|
+
property :instrument,
|
1774
|
+
definition: "Instrument for which a musical Work is appropriate.".freeze,
|
1775
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1776
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1777
|
+
label: "Instrument".freeze,
|
1778
|
+
range: "http://id.loc.gov/ontologies/bibframe/MusicInstrument".freeze,
|
1779
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1780
|
+
property :instrumentalType,
|
1781
|
+
definition: "Specific role of instrument, such as alternate, doubling, solo, ensemble.".freeze,
|
1782
|
+
domain: "http://id.loc.gov/ontologies/bibframe/MusicInstrument".freeze,
|
1783
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1784
|
+
label: "Instrument role".freeze,
|
1785
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1786
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1167
1787
|
property :intendedAudience,
|
1168
|
-
comment:
|
1788
|
+
comment: "Used with Work or Instance".freeze,
|
1789
|
+
definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.".freeze,
|
1790
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1169
1791
|
label: "Intended audience".freeze,
|
1170
|
-
range: "bibframe
|
1171
|
-
type: "
|
1172
|
-
property :
|
1173
|
-
comment:
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
type: "
|
1179
|
-
property :isbn,
|
1180
|
-
comment: %(International Standard Book Number.).freeze,
|
1181
|
-
domain: "bibframe:Instance".freeze,
|
1182
|
-
label: "ISBN".freeze,
|
1183
|
-
range: "bibframe:Identifier".freeze,
|
1184
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1185
|
-
type: "rdf:Property".freeze
|
1186
|
-
property :isbn10,
|
1187
|
-
comment: %(10 digit version of the International Standard Book Number.).freeze,
|
1188
|
-
domain: "bibframe:Instance".freeze,
|
1189
|
-
label: "ISBN-10".freeze,
|
1190
|
-
range: "bibframe:Identifier".freeze,
|
1191
|
-
subPropertyOf: "bibframe:isbn".freeze,
|
1192
|
-
type: "rdf:Property".freeze
|
1193
|
-
property :isbn13,
|
1194
|
-
comment: %(13 digit version of the International Standard Book Number.).freeze,
|
1195
|
-
domain: "bibframe:Instance".freeze,
|
1196
|
-
label: "ISBN-13".freeze,
|
1197
|
-
range: "bibframe:Identifier".freeze,
|
1198
|
-
subPropertyOf: "bibframe:isbn".freeze,
|
1199
|
-
type: "rdf:Property".freeze
|
1200
|
-
property :ismn,
|
1201
|
-
comment: %(International Standard Music Number.).freeze,
|
1202
|
-
domain: "bibframe:Instance".freeze,
|
1203
|
-
label: "ISMN".freeze,
|
1204
|
-
range: "bibframe:Identifier".freeze,
|
1205
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1206
|
-
type: "rdf:Property".freeze
|
1207
|
-
property :iso,
|
1208
|
-
comment: %(International Organization for Standardization standard number.).freeze,
|
1209
|
-
domain: "bibframe:Instance".freeze,
|
1210
|
-
label: "ISO number".freeze,
|
1211
|
-
range: "bibframe:Identifier".freeze,
|
1212
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1213
|
-
type: "rdf:Property".freeze
|
1214
|
-
property :issn,
|
1215
|
-
comment: %(International Standard Serial Number identifier.).freeze,
|
1216
|
-
domain: "bibframe:Instance".freeze,
|
1217
|
-
label: "ISSN".freeze,
|
1218
|
-
range: "bibframe:Identifier".freeze,
|
1219
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1220
|
-
type: "rdf:Property".freeze
|
1221
|
-
property :issnL,
|
1222
|
-
comment: %(International Standard Serial Number that links together various media versions of a continuing resource.).freeze,
|
1223
|
-
domain: "bibframe:Work".freeze,
|
1224
|
-
label: "ISSN-L".freeze,
|
1225
|
-
range: "bibframe:Identifier".freeze,
|
1226
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1227
|
-
type: "rdf:Property".freeze
|
1228
|
-
property :issueNumber,
|
1229
|
-
comment: %(Number used to identify the issue designation, or serial identification, assigned by a publisher to a sound recording.).freeze,
|
1230
|
-
domain: "bibframe:Instance".freeze,
|
1231
|
-
label: "Audio issue number".freeze,
|
1232
|
-
range: "bibframe:Identifier".freeze,
|
1233
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1234
|
-
type: "rdf:Property".freeze
|
1792
|
+
range: "http://id.loc.gov/ontologies/bibframe/IntendedAudience".freeze,
|
1793
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1794
|
+
property :issuance,
|
1795
|
+
comment: "Used with Work or Instance".freeze,
|
1796
|
+
definition: "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze,
|
1797
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1798
|
+
label: "Mode of issuance".freeze,
|
1799
|
+
range: "http://id.loc.gov/ontologies/bibframe/Issuance".freeze,
|
1800
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1235
1801
|
property :issuedWith,
|
1236
|
-
|
1237
|
-
domain: "bibframe
|
1802
|
+
definition: "Resource that is issued on the same carrier as the resource being described.".freeze,
|
1803
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1804
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1238
1805
|
label: "Issued with".freeze,
|
1239
|
-
range: "bibframe
|
1240
|
-
subPropertyOf: "bibframe
|
1241
|
-
type: "
|
1242
|
-
property :
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
comment: %(Identification number assigned to data about one item held.).freeze,
|
1259
|
-
domain: "bibframe:HeldItem".freeze,
|
1260
|
-
label: "System item identifier".freeze,
|
1261
|
-
range: "rdfs:Literal".freeze,
|
1262
|
-
type: "rdf:Property".freeze
|
1263
|
-
property :keyTitle,
|
1264
|
-
comment: %(Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.).freeze,
|
1265
|
-
domain: "bibframe:Instance".freeze,
|
1266
|
-
label: "Key title".freeze,
|
1267
|
-
range: "bibframe:Title".freeze,
|
1268
|
-
subPropertyOf: "bibframe:instanceTitle".freeze,
|
1269
|
-
type: "rdf:Property".freeze
|
1270
|
-
property :label,
|
1271
|
-
comment: %(Text string expressing the property value.).freeze,
|
1272
|
-
domain: "bibframe:Resource".freeze,
|
1273
|
-
label: "Label".freeze,
|
1274
|
-
range: "rdfs:Literal".freeze,
|
1275
|
-
type: "rdf:Property".freeze
|
1806
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1807
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
1808
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
1809
|
+
property :itemOf,
|
1810
|
+
definition: "Instance for which the described Item is an example.".freeze,
|
1811
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1812
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2017-02-07 (slight revision of definition)".freeze],
|
1813
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasItem".freeze,
|
1814
|
+
label: "Holding for".freeze,
|
1815
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1816
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1817
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1818
|
+
property :itemPortion,
|
1819
|
+
definition: "Number attached to a classification string that indicates a particular item.".freeze,
|
1820
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
1821
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1822
|
+
label: "Classification item number".freeze,
|
1823
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1824
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1276
1825
|
property :language,
|
1277
|
-
comment:
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
range: "rdfs:Resource".freeze,
|
1298
|
-
type: "rdf:Property".freeze
|
1299
|
-
property :languageSource,
|
1300
|
-
comment: %(Language code or name list from which value is taken.).freeze,
|
1301
|
-
domain: "bibframe:Language".freeze,
|
1302
|
-
label: "Language source".freeze,
|
1303
|
-
range: "rdfs:Literal".freeze,
|
1304
|
-
type: "rdf:Property".freeze
|
1305
|
-
property :lcOverseasAcq,
|
1306
|
-
comment: %(Identification number assigned by the Library of Congress to works acquired through one of its overseas acquisition programs.).freeze,
|
1307
|
-
domain: "bibframe:Instance".freeze,
|
1308
|
-
label: "LC acquisition program".freeze,
|
1309
|
-
range: "bibframe:Identifier".freeze,
|
1310
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1311
|
-
type: "rdf:Property".freeze
|
1312
|
-
property :lccn,
|
1313
|
-
comment: %(Library of Congress Control Number, which identifies the resource description.).freeze,
|
1314
|
-
domain: "bibframe:Instance".freeze,
|
1315
|
-
label: "LCCN".freeze,
|
1316
|
-
range: "bibframe:Identifier".freeze,
|
1317
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1318
|
-
type: "rdf:Property".freeze
|
1826
|
+
comment: "Used with Unspecified".freeze,
|
1827
|
+
definition: "Language associated with a resource or its parts.".freeze,
|
1828
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1829
|
+
label: "Language information".freeze,
|
1830
|
+
range: "http://id.loc.gov/ontologies/bibframe/Language".freeze,
|
1831
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1832
|
+
property :lastIssue,
|
1833
|
+
comment: "Used with Work or Instance".freeze,
|
1834
|
+
definition: "Ending date of a resource and/or the sequential designations.".freeze,
|
1835
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1836
|
+
label: "Multipart last issue".freeze,
|
1837
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1838
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1839
|
+
property :layout,
|
1840
|
+
definition: "Arrangement of text, images, tactile notation, etc., in a resource.".freeze,
|
1841
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1842
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1843
|
+
label: "Layout".freeze,
|
1844
|
+
range: "http://id.loc.gov/ontologies/bibframe/Layout".freeze,
|
1845
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1319
1846
|
property :legalDate,
|
1320
|
-
|
1847
|
+
definition: "Date of legal work, or promulgation of a law, or signing of a treaty.".freeze,
|
1848
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1849
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1321
1850
|
label: "Date of legal work".freeze,
|
1322
|
-
range: "
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
type: "rdf:Property".freeze
|
1337
|
-
property :local,
|
1338
|
-
comment: %(Identifier established locally and not a standard number.).freeze,
|
1339
|
-
label: "Local identifier".freeze,
|
1340
|
-
range: "bibframe:Identifier".freeze,
|
1341
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1342
|
-
type: "rdf:Property".freeze
|
1343
|
-
property :manufacture,
|
1344
|
-
comment: %(Information relating to manufacture of an instance.).freeze,
|
1345
|
-
domain: "bibframe:Instance".freeze,
|
1346
|
-
label: "Manufacture event".freeze,
|
1347
|
-
range: "bibframe:Provider".freeze,
|
1348
|
-
subPropertyOf: "bibframe:provider".freeze,
|
1349
|
-
type: "rdf:Property".freeze
|
1350
|
-
property :materialArrangement,
|
1351
|
-
comment: %(Pattern of arrangement of materials within a unit.).freeze,
|
1352
|
-
domain: "bibframe:Arrangement".freeze,
|
1353
|
-
label: "Arrangement of material".freeze,
|
1354
|
-
range: "rdfs:Literal".freeze,
|
1355
|
-
type: "rdf:Property".freeze
|
1356
|
-
property :materialHierarchicalLevel,
|
1357
|
-
comment: %(Hierarchical position of the described materials relative to other material from the same source.).freeze,
|
1358
|
-
domain: "bibframe:Arrangement".freeze,
|
1359
|
-
label: "Hierarchical level of material".freeze,
|
1360
|
-
range: "rdfs:Literal".freeze,
|
1361
|
-
type: "rdf:Property".freeze
|
1362
|
-
property :materialOrganization,
|
1363
|
-
comment: %(Manner in which resource is divided into smaller units.).freeze,
|
1364
|
-
domain: "bibframe:Arrangement".freeze,
|
1365
|
-
label: "Organization of material".freeze,
|
1366
|
-
range: "rdfs:Literal".freeze,
|
1367
|
-
type: "rdf:Property".freeze
|
1368
|
-
property :materialPart,
|
1369
|
-
comment: %(Part of the resource to which information applies.).freeze,
|
1370
|
-
domain: "bibframe:Arrangement".freeze,
|
1371
|
-
label: "Part of material".freeze,
|
1372
|
-
range: "rdfs:Literal".freeze,
|
1373
|
-
type: "rdf:Property".freeze
|
1374
|
-
property :matrixNumber,
|
1375
|
-
comment: %(Matrix number from the master from which a specific sound recording was pressed.).freeze,
|
1376
|
-
domain: "bibframe:Instance".freeze,
|
1377
|
-
label: "Audio matrix number".freeze,
|
1378
|
-
range: "bibframe:Identifier".freeze,
|
1379
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1380
|
-
type: "rdf:Property".freeze
|
1381
|
-
property :mediaCategory,
|
1382
|
-
comment: %(Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.).freeze,
|
1383
|
-
domain: "bibframe:Instance".freeze,
|
1851
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1852
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1853
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1854
|
+
property :mainTitle,
|
1855
|
+
definition: "Title being addressed. Possible title component.".freeze,
|
1856
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
1857
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1858
|
+
label: "Main title".freeze,
|
1859
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1860
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1861
|
+
property :media,
|
1862
|
+
comment: "Used with Work or Instance".freeze,
|
1863
|
+
definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze,
|
1864
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1384
1865
|
label: "Media type".freeze,
|
1385
|
-
range: "bibframe
|
1386
|
-
type: "
|
1866
|
+
range: "http://id.loc.gov/ontologies/bibframe/Media".freeze,
|
1867
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1387
1868
|
property :mergedToForm,
|
1388
|
-
comment:
|
1389
|
-
|
1390
|
-
|
1869
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1870
|
+
definition: "One of two or more resources that come together to form a new resource.".freeze,
|
1871
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1872
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/mergerOf".freeze,
|
1391
1873
|
label: "Merged to form".freeze,
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1874
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1875
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1876
|
+
property :mergerOf,
|
1877
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1878
|
+
definition: "One of two or more resources which came together to form a new resource.".freeze,
|
1879
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1880
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/mergedToForm".freeze,
|
1881
|
+
label: "Merger of".freeze,
|
1882
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1883
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1884
|
+
property :mount,
|
1885
|
+
definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
|
1886
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1887
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1888
|
+
label: "Mount material".freeze,
|
1889
|
+
range: "http://id.loc.gov/ontologies/bibframe/Mount".freeze,
|
1890
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1891
|
+
property :musicFormat,
|
1892
|
+
comment: "Used with Work or Instance".freeze,
|
1893
|
+
definition: "Layout for content of a resource that is presented in the form of musical notation, such as full score, condensed score, vocal score, etc.".freeze,
|
1894
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1895
|
+
label: "Format of notated music".freeze,
|
1896
|
+
range: "http://id.loc.gov/ontologies/bibframe/MusicFormat".freeze,
|
1897
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1401
1898
|
property :musicKey,
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1899
|
+
definition: "Pitch and mode for music.".freeze,
|
1900
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1901
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1902
|
+
label: "Music key".freeze,
|
1903
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1904
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1406
1905
|
property :musicMedium,
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
label: "Music
|
1425
|
-
range: "
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
label: "Music
|
1432
|
-
range: "
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
"dc
|
1438
|
-
label: "
|
1439
|
-
range: "
|
1440
|
-
type: "
|
1441
|
-
property :nban,
|
1442
|
-
comment: %(National Bibliography Agency Number, which identifies the resource description.).freeze,
|
1443
|
-
domain: "bibframe:Instance".freeze,
|
1444
|
-
label: "NBAN".freeze,
|
1445
|
-
range: "bibframe:Identifier".freeze,
|
1446
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1447
|
-
type: "rdf:Property".freeze
|
1448
|
-
property :nbn,
|
1449
|
-
comment: %(National Bibliography Number, which identifies the resource description.).freeze,
|
1450
|
-
domain: "bibframe:Instance".freeze,
|
1451
|
-
label: "NBN".freeze,
|
1452
|
-
range: "bibframe:Identifier".freeze,
|
1453
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1454
|
-
type: "rdf:Property".freeze
|
1906
|
+
definition: "Instrumental, vocal, and/or other medium of performance for which a musical resource was originally conceived, written or performed.".freeze,
|
1907
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1908
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1909
|
+
label: "Music medium of performance".freeze,
|
1910
|
+
range: "http://id.loc.gov/ontologies/bibframe/MusicMedium".freeze,
|
1911
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1912
|
+
property :musicOpusNumber,
|
1913
|
+
definition: "Numeric designation of a musical work assigned by a composer, publisher, or a musicologist.".freeze,
|
1914
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1915
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1916
|
+
label: "Music opus number".freeze,
|
1917
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1918
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1919
|
+
property :musicSerialNumber,
|
1920
|
+
definition: "Numeric designation for musical works consecutively numbered in music reference sources.".freeze,
|
1921
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1922
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1923
|
+
label: "Music serial number".freeze,
|
1924
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1925
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1926
|
+
property :musicThematicNumber,
|
1927
|
+
definition: "Numeric designation for a musical work as found in a thematic index for the composer.".freeze,
|
1928
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1929
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1930
|
+
label: "Music thematic number".freeze,
|
1931
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1932
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1933
|
+
property :natureOfContent,
|
1934
|
+
comment: "Used with Work or Instance".freeze,
|
1935
|
+
definition: "Characterization that epitomizes the primary content of a resource, e.g., field recording of birdsong; combined time series analysis and graph plotting system.".freeze,
|
1936
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1937
|
+
label: "Content nature".freeze,
|
1938
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1939
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1455
1940
|
property :notation,
|
1456
|
-
comment:
|
1457
|
-
|
1941
|
+
comment: "Used with Work or Instance".freeze,
|
1942
|
+
definition: "Alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.".freeze,
|
1943
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1458
1944
|
label: "Notation system".freeze,
|
1459
|
-
range: "
|
1460
|
-
type: "
|
1945
|
+
range: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
1946
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1461
1947
|
property :note,
|
1462
|
-
comment:
|
1463
|
-
|
1948
|
+
comment: "Used with Unspecified".freeze,
|
1949
|
+
definition: "General textual information relating to a resource, such as Information about a specific copy of a resource or information about a particular attribute of a resource.".freeze,
|
1950
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1464
1951
|
label: "Note".freeze,
|
1465
|
-
range: "
|
1466
|
-
type: "
|
1952
|
+
range: "http://id.loc.gov/ontologies/bibframe/Note".freeze,
|
1953
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1954
|
+
property :noteType,
|
1955
|
+
definition: "Type of note.".freeze,
|
1956
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Note".freeze,
|
1957
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1958
|
+
label: "Note type".freeze,
|
1959
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1960
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1961
|
+
property :organization,
|
1962
|
+
definition: "Manner in which the resource is divided into smaller units.".freeze,
|
1963
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze,
|
1964
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1965
|
+
label: "Organization of material".freeze,
|
1966
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1967
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1467
1968
|
property :originDate,
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1969
|
+
definition: "Date or date range associated with the creation of a Work.".freeze,
|
1970
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1971
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1471
1972
|
label: "Associated title date".freeze,
|
1472
|
-
range: "
|
1473
|
-
|
1973
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1974
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1975
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1474
1976
|
property :originPlace,
|
1475
|
-
|
1476
|
-
domain: "bibframe
|
1977
|
+
definition: "Place from which the creation of the Work originated.".freeze,
|
1978
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1979
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1477
1980
|
label: "Associated title place".freeze,
|
1478
|
-
range: "bibframe
|
1479
|
-
|
1981
|
+
range: "http://id.loc.gov/ontologies/bibframe/Place".freeze,
|
1982
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place".freeze,
|
1983
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1480
1984
|
property :originalVersion,
|
1481
|
-
comment:
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1985
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1986
|
+
definition: "Resource is the original version of which this resource is a reproduction.".freeze,
|
1987
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1988
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersionOf".freeze,
|
1989
|
+
label: "Original version".freeze,
|
1990
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
1991
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1992
|
+
property :originalVersionOf,
|
1993
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
1994
|
+
definition: "Original version of a resource.".freeze,
|
1995
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1996
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersion".freeze,
|
1997
|
+
label: "Original version of".freeze,
|
1998
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
1999
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1487
2000
|
property :otherEdition,
|
1488
|
-
comment:
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
subPropertyOf: "bibframe
|
1493
|
-
type: "
|
2001
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2002
|
+
definition: "Resource has other available editions, for example simultaneously published language editions or reprints.".freeze,
|
2003
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze],
|
2004
|
+
label: "Other edition".freeze,
|
2005
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
2006
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
1494
2007
|
property :otherPhysicalFormat,
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
2008
|
+
definition: "Resource that is manifested in another physical carrier.".freeze,
|
2009
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2010
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1498
2011
|
label: "Has other physical format".freeze,
|
1499
|
-
range: "bibframe
|
1500
|
-
subPropertyOf: "bibframe
|
1501
|
-
type: "
|
2012
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2013
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze,
|
2014
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
2015
|
+
property :outerGRing,
|
2016
|
+
definition: "Coordinate pairs that identify the closed non-intersecting boundary of the area covered.".freeze,
|
2017
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
2018
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2019
|
+
label: "Cartographic outer G ring area covered".freeze,
|
2020
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2021
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2022
|
+
property :part,
|
2023
|
+
comment: "Used with Unspecified".freeze,
|
2024
|
+
definition: "Part of a resource to which information applies.".freeze,
|
2025
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2026
|
+
label: "Part".freeze,
|
2027
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2028
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2029
|
+
property :partName,
|
2030
|
+
definition: "Part or section name of a title. Possible title component.".freeze,
|
2031
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2032
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2033
|
+
label: "Part title".freeze,
|
2034
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2035
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1502
2036
|
property :partNumber,
|
1503
|
-
|
1504
|
-
domain: "bibframe
|
2037
|
+
definition: "Part or section enumeration of a title. Possible title component.".freeze,
|
2038
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2039
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1505
2040
|
label: "Part number".freeze,
|
1506
|
-
range: "
|
1507
|
-
type: "
|
2041
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2042
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1508
2043
|
property :partOf,
|
1509
|
-
comment:
|
1510
|
-
|
2044
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
2045
|
+
definition: "Resource in which the described resource is physically or logically contained.".freeze,
|
2046
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2047
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze,
|
1511
2048
|
label: "Is part of".freeze,
|
1512
|
-
subPropertyOf: "bibframe
|
1513
|
-
type: "
|
1514
|
-
property :
|
1515
|
-
|
1516
|
-
domain: "bibframe
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
2049
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2050
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2051
|
+
property :pattern,
|
2052
|
+
definition: "Pattern of arrangement of materials within a unit.".freeze,
|
2053
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze,
|
2054
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2055
|
+
label: "Arrangement of material".freeze,
|
2056
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2057
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2058
|
+
property :physicalLocation,
|
2059
|
+
definition: "Location in the holding agency where the item is shelved or stored.".freeze,
|
2060
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
2061
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2062
|
+
label: "Storing or shelving location".freeze,
|
2063
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2064
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2065
|
+
property :place,
|
2066
|
+
comment: "Used with Unspecified".freeze,
|
2067
|
+
definition: "Geographic location or place entity associated with a resource or element of description, such as the place associated with the publication, printing, distribution, issue, release or production of a resource, place of an event.".freeze,
|
2068
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2069
|
+
label: "Place".freeze,
|
2070
|
+
range: "http://id.loc.gov/ontologies/bibframe/Place".freeze,
|
2071
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2072
|
+
property :polarity,
|
2073
|
+
definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze,
|
2074
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2075
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2076
|
+
label: "Polarity".freeze,
|
2077
|
+
range: "http://id.loc.gov/ontologies/bibframe/Polarity".freeze,
|
2078
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1532
2079
|
property :precededBy,
|
1533
|
-
comment:
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
2080
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2081
|
+
definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.".freeze,
|
2082
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2083
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
2084
|
+
label: "Preceded by".freeze,
|
2085
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2086
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1538
2087
|
property :preferredCitation,
|
1539
|
-
comment:
|
1540
|
-
|
2088
|
+
comment: "Used with Work or Instance".freeze,
|
2089
|
+
definition: "Citation to the resource preferred by its custodian of the resource.".freeze,
|
2090
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1541
2091
|
label: "Preferred citation".freeze,
|
1542
|
-
range: "
|
1543
|
-
type: "
|
1544
|
-
property :
|
1545
|
-
|
1546
|
-
domain: "bibframe
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
type: "
|
1551
|
-
property :
|
1552
|
-
|
1553
|
-
domain: "bibframe
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
comment: %(The type of role played by the provider of an instance, e.g. production, publication, manufacture, distribution.).freeze,
|
1577
|
-
domain: "bibframe:Provider".freeze,
|
1578
|
-
label: "Provider role".freeze,
|
1579
|
-
range: "rdfs:Literal".freeze,
|
1580
|
-
type: "rdf:Property".freeze
|
1581
|
-
property :providerStatement,
|
1582
|
-
comment: %(Transcribed provider statement).freeze,
|
1583
|
-
domain: "bibframe:Instance".freeze,
|
2092
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2093
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2094
|
+
property :productionMethod,
|
2095
|
+
definition: "Process used to produce a resource.".freeze,
|
2096
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2097
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2098
|
+
label: "Production method".freeze,
|
2099
|
+
range: "http://id.loc.gov/ontologies/bibframe/ProductionMethod".freeze,
|
2100
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2101
|
+
property :projection,
|
2102
|
+
definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.".freeze,
|
2103
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
2104
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze],
|
2105
|
+
label: "Cartographic projection".freeze,
|
2106
|
+
range: "http://id.loc.gov/ontologies/bibframe/Projection".freeze,
|
2107
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2108
|
+
property :projectionCharacteristic,
|
2109
|
+
definition: "Technical specification relating to the projection of a motion picture film.".freeze,
|
2110
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2111
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (fixed typo in property name)".freeze],
|
2112
|
+
label: "Projection characteristic".freeze,
|
2113
|
+
range: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic".freeze,
|
2114
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2115
|
+
property :provisionActivity,
|
2116
|
+
definition: "Place, name, and/or date information relating to the publication, printing, distribution, issue, release, production, etc. of a resource.".freeze,
|
2117
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2118
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (revised label and slightly revised definition)".freeze],
|
2119
|
+
label: "Provision activity".freeze,
|
2120
|
+
range: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze,
|
2121
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2122
|
+
property :provisionActivityStatement,
|
2123
|
+
definition: "Statement relating to providers of a resource; usually transcribed.".freeze,
|
2124
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2125
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1584
2126
|
label: "Provider statement".freeze,
|
1585
|
-
range: "
|
1586
|
-
type: "
|
1587
|
-
property :
|
1588
|
-
comment:
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
type: "
|
1594
|
-
property :
|
1595
|
-
|
1596
|
-
domain: "bibframe
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
type: "
|
1601
|
-
property :
|
1602
|
-
comment:
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
2127
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2128
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2129
|
+
property :qualifier,
|
2130
|
+
comment: "Used with Unspecified".freeze,
|
2131
|
+
definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.".freeze,
|
2132
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2133
|
+
label: "Qualifier".freeze,
|
2134
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2135
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2136
|
+
property :reductionRatio,
|
2137
|
+
definition: "Size of a micro-image in relation to the original from which it was produced.".freeze,
|
2138
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2139
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2140
|
+
label: "Reduction ratio".freeze,
|
2141
|
+
range: "http://id.loc.gov/ontologies/bibframe/ReductionRatio".freeze,
|
2142
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2143
|
+
property :referencedBy,
|
2144
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
2145
|
+
definition: "Resource that references the described resource".freeze,
|
2146
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2147
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/references".freeze,
|
2148
|
+
label: "Referenced by".freeze,
|
2149
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2150
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2151
|
+
property :references,
|
2152
|
+
comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
|
2153
|
+
definition: "Resource that is referenced by the described resource.".freeze,
|
2154
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2155
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/referencedBy".freeze,
|
2156
|
+
label: "References".freeze,
|
2157
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2158
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1615
2159
|
property :relatedTo,
|
1616
|
-
|
1617
|
-
"dc
|
1618
|
-
domain: "bibframe:Resource".freeze,
|
2160
|
+
definition: "Any relationship between Work, Instance, and Item resources.".freeze,
|
2161
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1619
2162
|
label: "Related resource".freeze,
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
subPropertyOf: "bibframe
|
1628
|
-
type: "
|
1629
|
-
property :
|
1630
|
-
comment:
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
range: "bibframe:Identifier".freeze,
|
1647
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1648
|
-
type: "rdf:Property".freeze
|
1649
|
-
property :reproduction,
|
1650
|
-
comment: %(Instance that reproduces another Instance embodying the same work.).freeze,
|
1651
|
-
domain: "bibframe:Instance".freeze,
|
1652
|
-
label: "Has reproduction".freeze,
|
1653
|
-
range: "bibframe:Instance".freeze,
|
1654
|
-
subPropertyOf: "bibframe:hasEquivalent".freeze,
|
1655
|
-
type: "rdf:Property".freeze
|
1656
|
-
property :reproductionPolicy,
|
1657
|
-
comment: %(Policy statement about whether reproductions of the holding can be made).freeze,
|
1658
|
-
"dc:modified": "2014-10-21 (Added)".freeze,
|
1659
|
-
domain: "bibframe:HeldMaterial".freeze,
|
1660
|
-
label: "Reproduction policy".freeze,
|
1661
|
-
range: "rdfs:Literal".freeze,
|
1662
|
-
type: "rdf:Property".freeze
|
1663
|
-
property :resourcePart,
|
1664
|
-
comment: %(Part of a resource for which language is being indicated.).freeze,
|
1665
|
-
domain: "bibframe:Language".freeze,
|
1666
|
-
label: "Resource part".freeze,
|
1667
|
-
range: "rdfs:Literal".freeze,
|
1668
|
-
type: "rdf:Property".freeze
|
2163
|
+
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
2164
|
+
property :replacedBy,
|
2165
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2166
|
+
definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.".freeze,
|
2167
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2168
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/replacementOf".freeze,
|
2169
|
+
label: "Succeeded by".freeze,
|
2170
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
2171
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2172
|
+
property :replacementOf,
|
2173
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2174
|
+
definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.".freeze,
|
2175
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2176
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/replacedBy".freeze,
|
2177
|
+
label: "Preceded by".freeze,
|
2178
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
2179
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2180
|
+
property :reproductionOf,
|
2181
|
+
definition: "Resource that is a reproduction of another Resource.".freeze,
|
2182
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2183
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2184
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasReproduction".freeze,
|
2185
|
+
label: "Reproduction of".freeze,
|
2186
|
+
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2187
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze,
|
2188
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1669
2189
|
property :responsibilityStatement,
|
1670
|
-
|
1671
|
-
domain: "bibframe
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
comment: %(Policy statement about how many and/or how long the holdings are retained).freeze,
|
1677
|
-
"dc:modified": "2014-10-21 (Added)".freeze,
|
1678
|
-
domain: "bibframe:HeldMaterial".freeze,
|
1679
|
-
label: "Retention policy".freeze,
|
1680
|
-
range: "rdfs:Literal".freeze,
|
1681
|
-
type: "rdf:Property".freeze
|
2190
|
+
definition: "Statement relating to any persons, families, or corporate bodies responsible for the creation of, or contributing to the content of a resource; usually transcribed.".freeze,
|
2191
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2192
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2193
|
+
label: "Creative responsibility statement".freeze,
|
2194
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2195
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1682
2196
|
property :review,
|
1683
|
-
comment:
|
1684
|
-
|
2197
|
+
comment: "Used with Work or Instance".freeze,
|
2198
|
+
definition: "Review of a resource.".freeze,
|
2199
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1685
2200
|
label: "Review content".freeze,
|
1686
|
-
range: "
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
label: "
|
1693
|
-
range: "bibframe
|
1694
|
-
|
1695
|
-
|
2201
|
+
range: "http://id.loc.gov/ontologies/bibframe/Review".freeze,
|
2202
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2203
|
+
property :role,
|
2204
|
+
definition: "Function provided by a contributor, e.g., author, illustrator, etc.".freeze,
|
2205
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze,
|
2206
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Changed from data to object property, adjusted label and definition)".freeze],
|
2207
|
+
label: "Contributor role".freeze,
|
2208
|
+
range: "http://id.loc.gov/ontologies/bibframe/Role".freeze,
|
2209
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2210
|
+
property :scale,
|
2211
|
+
comment: "Used with Work or Instance".freeze,
|
2212
|
+
definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.".freeze,
|
2213
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze],
|
2214
|
+
label: "Scale".freeze,
|
2215
|
+
range: "http://id.loc.gov/ontologies/bibframe/Scale".freeze,
|
2216
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2217
|
+
property :schedulePart,
|
2218
|
+
definition: "Designates whether the classification number is from the standard or optional part of a schedule or table.".freeze,
|
2219
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
2220
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2221
|
+
label: "Classification designation".freeze,
|
2222
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2223
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1696
2224
|
property :separatedFrom,
|
1697
|
-
comment:
|
1698
|
-
|
1699
|
-
|
2225
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2226
|
+
definition: "Resource that spun off a part of its content to form a new resource.".freeze,
|
2227
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2228
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedInPartBy".freeze,
|
1700
2229
|
label: "Separated from".freeze,
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
label: "
|
1708
|
-
range: "
|
1709
|
-
type: "
|
1710
|
-
property :
|
1711
|
-
comment:
|
1712
|
-
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
2230
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
2231
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2232
|
+
property :seriesEnumeration,
|
2233
|
+
definition: "Series enumeration of the resource; usually transcribed.".freeze,
|
2234
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2235
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2236
|
+
label: "Series enumeration".freeze,
|
2237
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2238
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2239
|
+
property :seriesOf,
|
2240
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2241
|
+
definition: "Resource that is a part of a larger resource.".freeze,
|
2242
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2243
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSeries".freeze,
|
2244
|
+
label: "Series container of".freeze,
|
2245
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze,
|
2246
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2247
|
+
property :seriesStatement,
|
2248
|
+
definition: "Statement of the series the resource is in; usually transcribed; includes the ISSN if applicable.".freeze,
|
2249
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2250
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2251
|
+
label: "Series statement".freeze,
|
2252
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2253
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1724
2254
|
property :shelfMark,
|
1725
|
-
|
1726
|
-
domain: "bibframe
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
domain: "bibframe:HeldItem".freeze,
|
1739
|
-
label: "LCC call number".freeze,
|
1740
|
-
range: "rdfs:Literal".freeze,
|
1741
|
-
type: "rdf:Property".freeze
|
1742
|
-
property :shelfMarkNlm,
|
1743
|
-
comment: %(Shelf mark based on National Library of Medicine Classification.).freeze,
|
1744
|
-
domain: "bibframe:HeldItem".freeze,
|
1745
|
-
label: "NLM call number".freeze,
|
1746
|
-
range: "rdfs:Literal".freeze,
|
1747
|
-
type: "rdf:Property".freeze
|
1748
|
-
property :shelfMarkScheme,
|
1749
|
-
comment: %(Scheme from which a shelf mark is taken.).freeze,
|
1750
|
-
domain: "bibframe:HeldItem".freeze,
|
1751
|
-
label: "Shelf mark scheme".freeze,
|
1752
|
-
range: "rdfs:Literal".freeze,
|
1753
|
-
type: "rdf:Property".freeze
|
1754
|
-
property :shelfMarkUdc,
|
1755
|
-
comment: %(Shelf mark based on Universal Decimal Classification.).freeze,
|
1756
|
-
domain: "bibframe:HeldItem".freeze,
|
1757
|
-
label: "UDC call number".freeze,
|
1758
|
-
range: "rdfs:Literal".freeze,
|
1759
|
-
type: "rdf:Property".freeze
|
1760
|
-
property :sici,
|
1761
|
-
comment: %(Serial Item and Contribution Identifier.).freeze,
|
1762
|
-
domain: "bibframe:Instance".freeze,
|
1763
|
-
label: "SICI".freeze,
|
1764
|
-
range: "bibframe:Identifier".freeze,
|
1765
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1766
|
-
type: "rdf:Property".freeze
|
2255
|
+
definition: "Piece identifier, such as a call or other type of number.".freeze,
|
2256
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
2257
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2258
|
+
label: "Shelf mark".freeze,
|
2259
|
+
range: "http://id.loc.gov/ontologies/bibframe/ShelfMark".freeze,
|
2260
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2261
|
+
property :soundCharacteristic,
|
2262
|
+
definition: "Technical specification relating to the encoding of sound in a resource.".freeze,
|
2263
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2264
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-21 (fixed name and range typos)".freeze],
|
2265
|
+
label: "Sound characteristic".freeze,
|
2266
|
+
range: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
2267
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1767
2268
|
property :soundContent,
|
1768
|
-
comment:
|
1769
|
-
|
2269
|
+
comment: "Used with Work or Instance".freeze,
|
2270
|
+
definition: "Indication of whether the production of sound is an integral part of the resource.".freeze,
|
2271
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1770
2272
|
label: "Sound content".freeze,
|
1771
|
-
range: "
|
1772
|
-
type: "
|
2273
|
+
range: "http://id.loc.gov/ontologies/bibframe/SoundContent".freeze,
|
2274
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2275
|
+
property :source,
|
2276
|
+
comment: "Used with Unspecified".freeze,
|
2277
|
+
definition: "Resource from which value or label came or was derived, such as the formal source/scheme from which a classification number is taken or derived, list from which an agent name is taken or derived, source within which an identifier is unique.".freeze,
|
2278
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2279
|
+
label: "Source".freeze,
|
2280
|
+
range: "http://id.loc.gov/ontologies/bibframe/Source".freeze,
|
2281
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2282
|
+
property :spanEnd,
|
2283
|
+
definition: "Ending number of classification number span.".freeze,
|
2284
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
2285
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2286
|
+
label: "Classification number span end".freeze,
|
2287
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2288
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1773
2289
|
property :splitInto,
|
1774
|
-
comment:
|
1775
|
-
|
1776
|
-
|
2290
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2291
|
+
definition: "One of two or more resources resulting from the division of an earlier resource into separate resources.".freeze,
|
2292
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2293
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuesInPart".freeze,
|
1777
2294
|
label: "Split into".freeze,
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
label: "
|
1785
|
-
range: "
|
1786
|
-
type: "
|
1787
|
-
property :startOfSummary,
|
1788
|
-
comment: %(First part of description.).freeze,
|
1789
|
-
domain: "bibframe:Summary".freeze,
|
1790
|
-
label: "Summary beginning".freeze,
|
1791
|
-
range: "rdfs:Literal".freeze,
|
1792
|
-
type: "rdf:Property".freeze
|
1793
|
-
property :stockNumber,
|
1794
|
-
comment: %(Identification number such as distributor, publisher, or vendor number.).freeze,
|
1795
|
-
domain: "bibframe:Instance".freeze,
|
1796
|
-
label: "Stock number".freeze,
|
1797
|
-
range: "bibframe:Identifier".freeze,
|
1798
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1799
|
-
type: "rdf:Property".freeze
|
1800
|
-
property :strn,
|
1801
|
-
comment: %(Standard Technical Report Number.).freeze,
|
1802
|
-
domain: "bibframe:Instance".freeze,
|
1803
|
-
label: "STRN".freeze,
|
1804
|
-
range: "bibframe:Identifier".freeze,
|
1805
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1806
|
-
type: "rdf:Property".freeze
|
1807
|
-
property :studyNumber,
|
1808
|
-
comment: %(Identification number for a computer data file.).freeze,
|
1809
|
-
domain: "bibframe:Instance".freeze,
|
1810
|
-
label: "Study number".freeze,
|
1811
|
-
range: "bibframe:Identifier".freeze,
|
1812
|
-
subPropertyOf: "bibframe:identifier".freeze,
|
1813
|
-
type: "rdf:Property".freeze
|
1814
|
-
property :subLocation,
|
1815
|
-
comment: %(Specific place within the holding entity where the item is located or made available).freeze,
|
1816
|
-
"dc:modified": "2014-04-28 (Updated Mapping)".freeze,
|
1817
|
-
domain: "bibframe:HeldMaterial".freeze,
|
1818
|
-
label: "Held in sublocation".freeze,
|
1819
|
-
range: "rdfs:Literal".freeze,
|
1820
|
-
type: "rdf:Property".freeze
|
2295
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
2296
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2297
|
+
property :status,
|
2298
|
+
comment: "Used with Unspecified".freeze,
|
2299
|
+
definition: "Designation of the validity or position of something, such as indication that the classification number is canceled or invalid, circulation availability of an item, indication of whether the identifier is canceled or invalid.".freeze,
|
2300
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2301
|
+
label: "Status".freeze,
|
2302
|
+
range: "http://id.loc.gov/ontologies/bibframe/Status".freeze,
|
2303
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1821
2304
|
property :subject,
|
1822
|
-
comment:
|
1823
|
-
|
2305
|
+
comment: "Used with Work, Instance or Item".freeze,
|
2306
|
+
definition: "Subject term(s) describing a resource.".freeze,
|
2307
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1824
2308
|
label: "Subject".freeze,
|
1825
|
-
|
1826
|
-
|
1827
|
-
|
1828
|
-
|
1829
|
-
"dc
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
2309
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2310
|
+
property :sublocation,
|
2311
|
+
definition: "Specific place within the holding entity where the item is located or made available.".freeze,
|
2312
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
2313
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2314
|
+
label: "Held in sublocation".freeze,
|
2315
|
+
range: "http://id.loc.gov/ontologies/bibframe/Sublocation".freeze,
|
2316
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2317
|
+
property :subseriesEnumeration,
|
2318
|
+
definition: "Subseries enumeration of the resource; usually transcribed.".freeze,
|
2319
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2320
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2321
|
+
label: "Subseries enumeration".freeze,
|
2322
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2323
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1835
2324
|
property :subseriesOf,
|
1836
|
-
comment:
|
1837
|
-
|
1838
|
-
|
2325
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2326
|
+
definition: "Series resource of which the described resource is a part.".freeze,
|
2327
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2328
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSubseries".freeze,
|
1839
2329
|
label: "Subseries of".freeze,
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
2330
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze,
|
2331
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2332
|
+
property :subseriesStatement,
|
2333
|
+
definition: "Statement of the subseries the resource is in; usually transcribed; includes the ISSN if applicable.".freeze,
|
2334
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2335
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2336
|
+
label: "Subseries statement".freeze,
|
2337
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2338
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1843
2339
|
property :subtitle,
|
1844
|
-
|
1845
|
-
domain: "bibframe
|
2340
|
+
definition: "Word, character, or group of words and/or characters that contains the remainder of the title after the main title. Possible title component.".freeze,
|
2341
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2342
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1846
2343
|
label: "Subtitle".freeze,
|
1847
|
-
range: "
|
1848
|
-
type: "
|
2344
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2345
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1849
2346
|
property :succeededBy,
|
1850
|
-
comment:
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
2347
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2348
|
+
definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative.".freeze,
|
2349
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2350
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
2351
|
+
label: "Succeeded by".freeze,
|
2352
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2353
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1855
2354
|
property :summary,
|
1856
|
-
comment:
|
1857
|
-
|
2355
|
+
comment: "Used with Work or Instance".freeze,
|
2356
|
+
definition: "Summary or abstract of the resource described.".freeze,
|
2357
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1858
2358
|
label: "Summary content".freeze,
|
1859
|
-
range: "
|
1860
|
-
|
1861
|
-
type: "rdf:Property".freeze
|
1862
|
-
property :summaryOf,
|
1863
|
-
comment: %(Resource to which the description pertains.).freeze,
|
1864
|
-
domain: "bibframe:Summary".freeze,
|
1865
|
-
label: "Resource summarized".freeze,
|
1866
|
-
subPropertyOf: "bibframe:annotates".freeze,
|
1867
|
-
type: "rdf:Property".freeze
|
1868
|
-
property :supersededBy,
|
1869
|
-
comment: %(Later Work used in place of an earlier work, usually because the later work contains updated or new information.).freeze,
|
1870
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
1871
|
-
domain: "bibframe:Work".freeze,
|
1872
|
-
label: "Superseded by".freeze,
|
1873
|
-
range: "bibframe:Work".freeze,
|
1874
|
-
subPropertyOf: "bibframe:succeededBy".freeze,
|
1875
|
-
type: "rdf:Property".freeze
|
1876
|
-
property :supersededInPartBy,
|
1877
|
-
comment: %(Later Work used in part in place of an earlier work, usually because the later work contains updated or new information.).freeze,
|
1878
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
1879
|
-
domain: "bibframe:Work".freeze,
|
1880
|
-
label: "Superseded in part by".freeze,
|
1881
|
-
range: "bibframe:Work".freeze,
|
1882
|
-
subPropertyOf: "bibframe:succeededBy".freeze,
|
1883
|
-
type: "rdf:Property".freeze
|
1884
|
-
property :supersedes,
|
1885
|
-
comment: %(Earlier work whose content has been replaced by a later work, usually because the later work contains updated or new information.).freeze,
|
1886
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
1887
|
-
domain: "bibframe:Work".freeze,
|
1888
|
-
label: "Supersedes".freeze,
|
1889
|
-
range: "bibframe:Work".freeze,
|
1890
|
-
subPropertyOf: "bibframe:precededBy".freeze,
|
1891
|
-
type: "rdf:Property".freeze
|
1892
|
-
property :supersedesInPart,
|
1893
|
-
comment: %(Earlier work whose content has been partially replaced by a later work, usually because the later work contains updated or new information.).freeze,
|
1894
|
-
"dc:modified": "2014-04-10 (Updated subproperty)".freeze,
|
1895
|
-
domain: "bibframe:Work".freeze,
|
1896
|
-
label: "Supersedes in part".freeze,
|
1897
|
-
range: "bibframe:Work".freeze,
|
1898
|
-
subPropertyOf: "bibframe:precededBy".freeze,
|
1899
|
-
type: "rdf:Property".freeze
|
2359
|
+
range: "http://id.loc.gov/ontologies/bibframe/Summary".freeze,
|
2360
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1900
2361
|
property :supplement,
|
1901
|
-
comment:
|
1902
|
-
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
2362
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2363
|
+
definition: "Resource that updates or otherwise complements the predominant resource.".freeze,
|
2364
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2365
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/supplementTo".freeze,
|
2366
|
+
label: "Supplement".freeze,
|
2367
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
2368
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1907
2369
|
property :supplementTo,
|
1908
|
-
comment:
|
1909
|
-
|
2370
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2371
|
+
definition: "Resource that is updated or otherwise complemented by the augmenting resource.".freeze,
|
2372
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2373
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/supplement".freeze,
|
1910
2374
|
label: "Supplement to".freeze,
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
|
1917
|
-
label: "Supplementary
|
1918
|
-
range: "
|
1919
|
-
type: "
|
1920
|
-
property :
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
2375
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
2376
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2377
|
+
property :supplementaryContent,
|
2378
|
+
comment: "Used with Work or Instance".freeze,
|
2379
|
+
definition: "Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.".freeze,
|
2380
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2381
|
+
label: "Supplementary material".freeze,
|
2382
|
+
range: "http://id.loc.gov/ontologies/bibframe/SupplementaryContent".freeze,
|
2383
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2384
|
+
property :systemRequirement,
|
2385
|
+
definition: "Equipment or system requirement beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.".freeze,
|
2386
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2387
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property, changed property name from plural to singular)".freeze],
|
2388
|
+
label: "Equipment or system requirements".freeze,
|
2389
|
+
range: "http://id.loc.gov/ontologies/bibframe/SystemRequirement".freeze,
|
2390
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2391
|
+
property :table,
|
2392
|
+
definition: "Number of the table from which the classification number in a subdivision entry is taken, e.g., a DDC table.".freeze,
|
2393
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
2394
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2395
|
+
label: "Classification table identification".freeze,
|
2396
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2397
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1926
2398
|
property :tableOfContents,
|
1927
|
-
comment:
|
1928
|
-
|
2399
|
+
comment: "Used with Work or Instance".freeze,
|
2400
|
+
definition: "Table of contents of the described resource.".freeze,
|
2401
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1929
2402
|
label: "Table of contents content".freeze,
|
1930
|
-
range: "
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
label: "
|
1937
|
-
range: "
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
2403
|
+
range: "http://id.loc.gov/ontologies/bibframe/TableOfContents".freeze,
|
2404
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2405
|
+
property :tableSeq,
|
2406
|
+
definition: "Sequence number or other identifier for an internal classification sub arrangement or add in a classification scheme.".freeze,
|
2407
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze,
|
2408
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2409
|
+
label: "Classification table sequence number".freeze,
|
2410
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2411
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2412
|
+
property :temporalCoverage,
|
2413
|
+
definition: "Time period coverage of the content of the resource.".freeze,
|
2414
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
2415
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1943
2416
|
label: "Temporal coverage".freeze,
|
1944
|
-
range: "
|
1945
|
-
type: "
|
2417
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2418
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1946
2419
|
property :title,
|
1947
|
-
comment:
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
domain: "bibframe:Title".freeze,
|
1954
|
-
label: "Other title attribute".freeze,
|
1955
|
-
range: "rdfs:Literal".freeze,
|
1956
|
-
type: "rdf:Property".freeze
|
1957
|
-
property :titleQualifier,
|
1958
|
-
comment: %(Qualifier of title information to make it unique.).freeze,
|
1959
|
-
domain: "bibframe:Title".freeze,
|
1960
|
-
label: "Title qualifier".freeze,
|
1961
|
-
range: "rdfs:Literal".freeze,
|
1962
|
-
type: "rdf:Property".freeze
|
1963
|
-
property :titleSource,
|
1964
|
-
comment: %(Title list from which title is taken, e.g., list of abbreviated titles.).freeze,
|
1965
|
-
domain: "bibframe:Title".freeze,
|
1966
|
-
label: "Title source".freeze,
|
1967
|
-
range: "rdfs:Literal".freeze,
|
1968
|
-
type: "rdf:Property".freeze
|
1969
|
-
property :titleStatement,
|
1970
|
-
comment: %(Title transcribed from an instance.).freeze,
|
1971
|
-
"dc:modified": "2014-09-03 (Updated)".freeze,
|
1972
|
-
domain: "bibframe:Instance".freeze,
|
1973
|
-
label: "Transcribed title".freeze,
|
1974
|
-
range: "rdfs:Literal".freeze,
|
1975
|
-
type: "rdf:Property".freeze
|
1976
|
-
property :titleType,
|
1977
|
-
comment: %(Type of title variation, e.g., acronym, cover, spine. .).freeze,
|
1978
|
-
"dc:modified": "2014-08-07 (Example added)".freeze,
|
1979
|
-
domain: "bibframe:Title".freeze,
|
1980
|
-
label: "Variant title type".freeze,
|
1981
|
-
range: "rdfs:Literal".freeze,
|
1982
|
-
type: "rdf:Property".freeze
|
1983
|
-
property :titleValue,
|
1984
|
-
comment: %(Title being addressed.).freeze,
|
1985
|
-
domain: "bibframe:Title".freeze,
|
1986
|
-
label: "Title".freeze,
|
1987
|
-
range: "rdfs:Literal".freeze,
|
1988
|
-
type: "rdf:Property".freeze
|
1989
|
-
property :titleVariation,
|
1990
|
-
comment: %(Title associated with the resource that is different from the main title.).freeze,
|
1991
|
-
label: "Title variation".freeze,
|
1992
|
-
range: "bibframe:Title".freeze,
|
1993
|
-
type: "rdf:Property".freeze
|
1994
|
-
property :titleVariationDate,
|
1995
|
-
comment: %(Date or sequential designation of title variation.).freeze,
|
1996
|
-
domain: "bibframe:Title".freeze,
|
1997
|
-
label: "Variant title date".freeze,
|
1998
|
-
range: "rdfs:Literal".freeze,
|
1999
|
-
type: "rdf:Property".freeze
|
2420
|
+
comment: "Used with Work, Instance or Item".freeze,
|
2421
|
+
definition: "Name given to a resource.".freeze,
|
2422
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2423
|
+
label: "Title resource".freeze,
|
2424
|
+
range: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2425
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2000
2426
|
property :translation,
|
2001
|
-
comment:
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2005
|
-
|
2006
|
-
|
2427
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2428
|
+
definition: "Resource that translates the text of the source entity into a language different from that of the original.".freeze,
|
2429
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
|
2430
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/translationOf".freeze,
|
2431
|
+
label: "Translation as".freeze,
|
2432
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
2433
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2007
2434
|
property :translationOf,
|
2008
|
-
comment:
|
2009
|
-
|
2435
|
+
comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
|
2436
|
+
definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.".freeze,
|
2437
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
|
2438
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/translation".freeze,
|
2010
2439
|
label: "Translation of".freeze,
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
"dc
|
2017
|
-
label: "
|
2018
|
-
range: "
|
2019
|
-
type: "
|
2020
|
-
property :
|
2021
|
-
comment:
|
2022
|
-
|
2023
|
-
|
2024
|
-
label: "
|
2025
|
-
range: "bibframe
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
label: "
|
2032
|
-
range: "
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
type: "
|
2041
|
-
property :
|
2042
|
-
|
2043
|
-
domain: "bibframe
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
type: "
|
2048
|
-
property :
|
2049
|
-
|
2050
|
-
domain: "bibframe
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
type: "
|
2055
|
-
property :
|
2056
|
-
|
2057
|
-
domain: "bibframe
|
2058
|
-
|
2059
|
-
|
2060
|
-
|
2440
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
2441
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2442
|
+
property :unit,
|
2443
|
+
comment: "Used with Unspecified".freeze,
|
2444
|
+
definition: "Units in which a value is expressed, such as the physical or logical constituent of a resource (e.g., a volume, audiocassette, film reel, a map, a digital file).".freeze,
|
2445
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2446
|
+
label: "Type of unit".freeze,
|
2447
|
+
range: "http://id.loc.gov/ontologies/bibframe/Unit".freeze,
|
2448
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2449
|
+
property :usageAndAccessPolicy,
|
2450
|
+
comment: "Used with Work, Instance or Item".freeze,
|
2451
|
+
definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze,
|
2452
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2453
|
+
label: "Use and access condition".freeze,
|
2454
|
+
range: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze,
|
2455
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2456
|
+
property :variantType,
|
2457
|
+
definition: "Type of title variation, e.g., acronym, cover, spine, earlier, later, series version.".freeze,
|
2458
|
+
domain: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze,
|
2459
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2460
|
+
label: "Variant title type".freeze,
|
2461
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2462
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2463
|
+
property :version,
|
2464
|
+
definition: "Term or terms that identify works such as arranged for music, vulgate for religious work, etc.".freeze,
|
2465
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
2466
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2467
|
+
label: "Version".freeze,
|
2468
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2469
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2470
|
+
property :videoCharacteristic,
|
2471
|
+
definition: "Technical specification relating to the encoding of video images in a resource".freeze,
|
2472
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2473
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2474
|
+
label: "Video characteristic".freeze,
|
2475
|
+
range: "http://id.loc.gov/ontologies/bibframe/VideoCharacteristic".freeze,
|
2476
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2477
|
+
property :voice,
|
2478
|
+
definition: "Voice for which a musical work is appropriate, such as soprano, tenor, mixed.".freeze,
|
2479
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
2480
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2481
|
+
label: "Voice".freeze,
|
2482
|
+
range: "http://id.loc.gov/ontologies/bibframe/MusicVoice".freeze,
|
2483
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2484
|
+
property :voiceType,
|
2485
|
+
definition: "Specific type of voice group, such as chorus, solo.".freeze,
|
2486
|
+
domain: "http://id.loc.gov/ontologies/bibframe/MusicVoice".freeze,
|
2487
|
+
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2488
|
+
label: "Type of voice".freeze,
|
2489
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2490
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2061
2491
|
end
|
2062
2492
|
end
|