rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,1169 +3,1171 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://purl.org/ontology/bibo/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://purl.org/ontology/bibo/>
7
+ # @!visibility private
6
8
  BIBO = Class.new(RDF::StrictVocabulary("http://purl.org/ontology/bibo/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://purl.org/ontology/bibo/",
10
- "http://purl.org/dc/terms/creator": ["http://purl.org/ontology/bibo/bdarcus".freeze, "http://purl.org/ontology/bibo/fgiasson".freeze],
11
- "http://purl.org/dc/terms/description": "The Bibliographic Ontology describes\nbibliographic things on the semantic Web in RDF. This ontology can be\nused as a citation ontology, as a document classification ontology, or\nsimply as a way to describe any kind of document in RDF. It has been\ninspired by many existing document description metadata formats, and\ncan be used as a common ground for converting other bibliographic data\nsources.".freeze,
12
- "http://purl.org/dc/terms/title": "The Bibliographic Ontology".freeze,
13
- "http://www.w3.org/2002/07/owl#versionInfo": "http://purl.org/ontology/bibo/1.3/".freeze,
14
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ "http://purl.org/dc/terms/creator": ["http://purl.org/ontology/bibo/bdarcus", "http://purl.org/ontology/bibo/fgiasson"],
13
+ "http://purl.org/dc/terms/description": {en: "The Bibliographic Ontology describes\nbibliographic things on the semantic Web in RDF. This ontology can be\nused as a citation ontology, as a document classification ontology, or\nsimply as a way to describe any kind of document in RDF. It has been\ninspired by many existing document description metadata formats, and\ncan be used as a common ground for converting other bibliographic data\nsources."},
14
+ "http://purl.org/dc/terms/title": "The Bibliographic Ontology",
15
+ "http://www.w3.org/2002/07/owl#versionInfo": "http://purl.org/ontology/bibo/1.3/",
16
+ type: "http://www.w3.org/2002/07/owl#Ontology"
15
17
 
16
18
  # Class definitions
17
19
  term :AcademicArticle,
18
- comment: "A scholarly academic article, typically published in a journal.".freeze,
19
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
20
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
21
- label: "Academic Article".freeze,
22
- subClassOf: "http://purl.org/ontology/bibo/Article".freeze,
23
- type: "http://www.w3.org/2002/07/owl#Class".freeze
20
+ comment: {en: "A scholarly academic article, typically published in a journal."},
21
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
22
+ isDefinedBy: "http://purl.org/ontology/bibo/",
23
+ label: {en: "Academic Article"},
24
+ subClassOf: "http://purl.org/ontology/bibo/Article",
25
+ type: "http://www.w3.org/2002/07/owl#Class"
24
26
  term :Article,
25
- comment: "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine.".freeze,
26
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
27
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
28
- label: "Article".freeze,
29
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
30
- type: "http://www.w3.org/2002/07/owl#Class".freeze
27
+ comment: {en: "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."},
28
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
29
+ isDefinedBy: "http://purl.org/ontology/bibo/",
30
+ label: {en: "Article"},
31
+ subClassOf: "http://purl.org/ontology/bibo/Document",
32
+ type: "http://www.w3.org/2002/07/owl#Class"
31
33
  term :AudioDocument,
32
- comment: "An audio document; aka record.".freeze,
33
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
34
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
35
- label: "audio document".freeze,
36
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
37
- type: "http://www.w3.org/2002/07/owl#Class".freeze
34
+ comment: {en: "An audio document; aka record."},
35
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
36
+ isDefinedBy: "http://purl.org/ontology/bibo/",
37
+ label: {en: "audio document"},
38
+ subClassOf: "http://purl.org/ontology/bibo/Document",
39
+ type: "http://www.w3.org/2002/07/owl#Class"
38
40
  term :AudioVisualDocument,
39
- comment: "An audio-visual document; film, video, and so forth.".freeze,
40
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
41
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
42
- label: "audio-visual document".freeze,
43
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
44
- type: "http://www.w3.org/2002/07/owl#Class".freeze
41
+ comment: {en: "An audio-visual document; film, video, and so forth."},
42
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
43
+ isDefinedBy: "http://purl.org/ontology/bibo/",
44
+ label: {en: "audio-visual document"},
45
+ subClassOf: "http://purl.org/ontology/bibo/Document",
46
+ type: "http://www.w3.org/2002/07/owl#Class"
45
47
  term :Bill,
46
- comment: "Draft legislation presented for discussion to a legal body.".freeze,
47
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
48
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
49
- label: "Bill".freeze,
50
- subClassOf: "http://purl.org/ontology/bibo/Legislation".freeze,
51
- type: "http://www.w3.org/2002/07/owl#Class".freeze
48
+ comment: {en: "Draft legislation presented for discussion to a legal body."},
49
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
50
+ isDefinedBy: "http://purl.org/ontology/bibo/",
51
+ label: {en: "Bill"},
52
+ subClassOf: "http://purl.org/ontology/bibo/Legislation",
53
+ type: "http://www.w3.org/2002/07/owl#Class"
52
54
  term :Book,
53
- comment: "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.".freeze,
54
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
55
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
56
- label: "Book".freeze,
57
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
58
- type: "http://www.w3.org/2002/07/owl#Class".freeze
55
+ comment: {en: "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."},
56
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
57
+ isDefinedBy: "http://purl.org/ontology/bibo/",
58
+ label: {en: "Book"},
59
+ subClassOf: "http://purl.org/ontology/bibo/Document",
60
+ type: "http://www.w3.org/2002/07/owl#Class"
59
61
  term :BookSection,
60
- comment: "A section of a book.".freeze,
61
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
62
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
63
- label: "Book Section".freeze,
64
- subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
65
- type: "http://www.w3.org/2002/07/owl#Class".freeze
62
+ comment: {en: "A section of a book."},
63
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
64
+ isDefinedBy: "http://purl.org/ontology/bibo/",
65
+ label: {en: "Book Section"},
66
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart",
67
+ type: "http://www.w3.org/2002/07/owl#Class"
66
68
  term :Brief,
67
- comment: "A written argument submitted to a court.".freeze,
68
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
69
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
70
- label: "Brief".freeze,
71
- subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument".freeze,
72
- type: "http://www.w3.org/2002/07/owl#Class".freeze
69
+ comment: {en: "A written argument submitted to a court."},
70
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
71
+ isDefinedBy: "http://purl.org/ontology/bibo/",
72
+ label: {en: "Brief"},
73
+ subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument",
74
+ type: "http://www.w3.org/2002/07/owl#Class"
73
75
  term :Chapter,
74
- comment: "A chapter of a book.".freeze,
75
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
76
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
77
- label: "Chapter".freeze,
78
- subClassOf: "http://purl.org/ontology/bibo/BookSection".freeze,
79
- type: "http://www.w3.org/2002/07/owl#Class".freeze
76
+ comment: {en: "A chapter of a book."},
77
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
78
+ isDefinedBy: "http://purl.org/ontology/bibo/",
79
+ label: {en: "Chapter"},
80
+ subClassOf: "http://purl.org/ontology/bibo/BookSection",
81
+ type: "http://www.w3.org/2002/07/owl#Class"
80
82
  term :Code,
81
- comment: "A collection of statutes.".freeze,
82
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
83
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
84
- label: "Code".freeze,
85
- subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
86
- allValuesFrom: "http://purl.org/ontology/bibo/Legislation".freeze,
87
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
88
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
83
+ comment: {en: "A collection of statutes."},
84
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
85
+ isDefinedBy: "http://purl.org/ontology/bibo/",
86
+ label: {en: "Code"},
87
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical", term(
88
+ allValuesFrom: "http://purl.org/ontology/bibo/Legislation",
89
+ onProperty: "http://purl.org/dc/terms/hasPart",
90
+ type: "http://www.w3.org/2002/07/owl#Restriction"
89
91
  ), term(
90
- minCardinality: "1".freeze,
91
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
92
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
92
+ minCardinality: "1",
93
+ onProperty: "http://purl.org/dc/terms/hasPart",
94
+ type: "http://www.w3.org/2002/07/owl#Restriction"
93
95
  )],
94
- type: "http://www.w3.org/2002/07/owl#Class".freeze
96
+ type: "http://www.w3.org/2002/07/owl#Class"
95
97
  term :CollectedDocument,
96
- comment: "A document that simultaneously contains other documents.".freeze,
97
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
98
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
99
- label: "Collected Document".freeze,
100
- subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
101
- allValuesFrom: "http://purl.org/ontology/bibo/Document".freeze,
102
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
103
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
98
+ comment: {en: "A document that simultaneously contains other documents."},
99
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
100
+ isDefinedBy: "http://purl.org/ontology/bibo/",
101
+ label: {en: "Collected Document"},
102
+ subClassOf: ["http://purl.org/ontology/bibo/Document", term(
103
+ allValuesFrom: "http://purl.org/ontology/bibo/Document",
104
+ onProperty: "http://purl.org/dc/terms/hasPart",
105
+ type: "http://www.w3.org/2002/07/owl#Restriction"
104
106
  ), term(
105
- minCardinality: "1".freeze,
106
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
107
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
107
+ minCardinality: "1",
108
+ onProperty: "http://purl.org/dc/terms/hasPart",
109
+ type: "http://www.w3.org/2002/07/owl#Restriction"
108
110
  )],
109
- type: "http://www.w3.org/2002/07/owl#Class".freeze
111
+ type: "http://www.w3.org/2002/07/owl#Class"
110
112
  term :Collection,
111
- comment: "A collection of Documents or Collections".freeze,
112
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
113
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
114
- label: "Collection".freeze,
113
+ comment: {en: "A collection of Documents or Collections"},
114
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
115
+ isDefinedBy: "http://purl.org/ontology/bibo/",
116
+ label: {en: "Collection"},
115
117
  subClassOf: term(
116
118
  allValuesFrom: term(
117
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
118
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
119
- ).freeze,
120
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
121
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
119
+ type: "http://www.w3.org/2002/07/owl#Class",
120
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
121
+ ),
122
+ onProperty: "http://purl.org/dc/terms/hasPart",
123
+ type: "http://www.w3.org/2002/07/owl#Restriction"
122
124
  ),
123
- type: "http://www.w3.org/2002/07/owl#Class".freeze
125
+ type: "http://www.w3.org/2002/07/owl#Class"
124
126
  term :Conference,
125
- comment: "A meeting for consultation or discussion.".freeze,
126
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
127
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
128
- label: "Conference".freeze,
129
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
130
- type: "http://www.w3.org/2002/07/owl#Class".freeze
127
+ comment: {en: "A meeting for consultation or discussion."},
128
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
129
+ isDefinedBy: "http://purl.org/ontology/bibo/",
130
+ label: {en: "Conference"},
131
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
132
+ type: "http://www.w3.org/2002/07/owl#Class"
131
133
  term :CourtReporter,
132
- comment: "A collection of legal cases.".freeze,
133
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
134
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
135
- label: "Court Reporter".freeze,
136
- subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
137
- allValuesFrom: "http://purl.org/ontology/bibo/LegalDocument".freeze,
138
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
139
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
134
+ comment: {en: "A collection of legal cases."},
135
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
136
+ isDefinedBy: "http://purl.org/ontology/bibo/",
137
+ label: {en: "Court Reporter"},
138
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical", term(
139
+ allValuesFrom: "http://purl.org/ontology/bibo/LegalDocument",
140
+ onProperty: "http://purl.org/dc/terms/hasPart",
141
+ type: "http://www.w3.org/2002/07/owl#Restriction"
140
142
  ), term(
141
- minCardinality: "1".freeze,
142
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
143
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
143
+ minCardinality: "1",
144
+ onProperty: "http://purl.org/dc/terms/hasPart",
145
+ type: "http://www.w3.org/2002/07/owl#Restriction"
144
146
  )],
145
- type: "http://www.w3.org/2002/07/owl#Class".freeze
147
+ type: "http://www.w3.org/2002/07/owl#Class"
146
148
  term :Document,
147
- comment: "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.".freeze,
148
- equivalentClass: "http://xmlns.com/foaf/0.1/Document".freeze,
149
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
150
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
151
- label: "Document".freeze,
152
- type: "http://www.w3.org/2002/07/owl#Class".freeze
149
+ comment: {en: "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."},
150
+ equivalentClass: "http://xmlns.com/foaf/0.1/Document",
151
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
152
+ isDefinedBy: "http://purl.org/ontology/bibo/",
153
+ label: {en: "Document"},
154
+ type: "http://www.w3.org/2002/07/owl#Class"
153
155
  term :DocumentPart,
154
- comment: "a distinct part of a larger document or collected document.".freeze,
155
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
156
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
157
- label: "document part".freeze,
158
- subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
159
- maxCardinality: "1".freeze,
160
- onProperty: "http://purl.org/dc/terms/isPartOf".freeze,
161
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
156
+ comment: {en: "a distinct part of a larger document or collected document."},
157
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
158
+ isDefinedBy: "http://purl.org/ontology/bibo/",
159
+ label: {en: "document part"},
160
+ subClassOf: ["http://purl.org/ontology/bibo/Document", term(
161
+ maxCardinality: "1",
162
+ onProperty: "http://purl.org/dc/terms/isPartOf",
163
+ type: "http://www.w3.org/2002/07/owl#Restriction"
162
164
  )],
163
- type: "http://www.w3.org/2002/07/owl#Class".freeze
165
+ type: "http://www.w3.org/2002/07/owl#Class"
164
166
  term :DocumentStatus,
165
- comment: "The status of the publication of a document.".freeze,
166
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
167
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
168
- label: "Document Status".freeze,
169
- type: "http://www.w3.org/2002/07/owl#Class".freeze
167
+ comment: {en: "The status of the publication of a document."},
168
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
169
+ isDefinedBy: "http://purl.org/ontology/bibo/",
170
+ label: {en: "Document Status"},
171
+ type: "http://www.w3.org/2002/07/owl#Class"
170
172
  term :EditedBook,
171
- comment: "An edited book.".freeze,
172
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
173
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
174
- label: "Edited Book".freeze,
175
- subClassOf: "http://purl.org/ontology/bibo/CollectedDocument".freeze,
176
- type: "http://www.w3.org/2002/07/owl#Class".freeze
173
+ comment: {en: "An edited book."},
174
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
175
+ isDefinedBy: "http://purl.org/ontology/bibo/",
176
+ label: {en: "Edited Book"},
177
+ subClassOf: "http://purl.org/ontology/bibo/CollectedDocument",
178
+ type: "http://www.w3.org/2002/07/owl#Class"
177
179
  term :Email,
178
- comment: "A written communication addressed to a person or organization and transmitted electronically.".freeze,
179
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
180
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
181
- label: "EMail".freeze,
182
- subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
183
- type: "http://www.w3.org/2002/07/owl#Class".freeze
180
+ comment: {en: "A written communication addressed to a person or organization and transmitted electronically."},
181
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
182
+ isDefinedBy: "http://purl.org/ontology/bibo/",
183
+ label: {en: "EMail"},
184
+ subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument",
185
+ type: "http://www.w3.org/2002/07/owl#Class"
184
186
  term :Event,
185
- type: "http://www.w3.org/2002/07/owl#Class".freeze
187
+ type: "http://www.w3.org/2002/07/owl#Class"
186
188
  term :Excerpt,
187
- comment: "A passage selected from a larger work.".freeze,
188
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
189
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
190
- label: "Excerpt".freeze,
191
- subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
192
- type: "http://www.w3.org/2002/07/owl#Class".freeze
189
+ comment: {en: "A passage selected from a larger work."},
190
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
191
+ isDefinedBy: "http://purl.org/ontology/bibo/",
192
+ label: {en: "Excerpt"},
193
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart",
194
+ type: "http://www.w3.org/2002/07/owl#Class"
193
195
  term :Film,
194
- comment: "aka movie.".freeze,
195
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
196
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
197
- label: "Film".freeze,
198
- subClassOf: "http://purl.org/ontology/bibo/AudioVisualDocument".freeze,
199
- type: "http://www.w3.org/2002/07/owl#Class".freeze
196
+ comment: {en: "aka movie."},
197
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
198
+ isDefinedBy: "http://purl.org/ontology/bibo/",
199
+ label: {en: "Film"},
200
+ subClassOf: "http://purl.org/ontology/bibo/AudioVisualDocument",
201
+ type: "http://www.w3.org/2002/07/owl#Class"
200
202
  term :Hearing,
201
- comment: "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.".freeze,
202
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
203
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
204
- label: "Hearing".freeze,
205
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
206
- type: "http://www.w3.org/2002/07/owl#Class".freeze
203
+ comment: {en: "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."},
204
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
205
+ isDefinedBy: "http://purl.org/ontology/bibo/",
206
+ label: {en: "Hearing"},
207
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
208
+ type: "http://www.w3.org/2002/07/owl#Class"
207
209
  term :Image,
208
- comment: "A document that presents visual or diagrammatic information.".freeze,
209
- equivalentClass: "http://xmlns.com/foaf/0.1/Image".freeze,
210
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
211
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
212
- label: "Image".freeze,
213
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
214
- type: "http://www.w3.org/2002/07/owl#Class".freeze
210
+ comment: {en: "A document that presents visual or diagrammatic information."},
211
+ equivalentClass: "http://xmlns.com/foaf/0.1/Image",
212
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
213
+ isDefinedBy: "http://purl.org/ontology/bibo/",
214
+ label: {en: "Image"},
215
+ subClassOf: "http://purl.org/ontology/bibo/Document",
216
+ type: "http://www.w3.org/2002/07/owl#Class"
215
217
  term :Interview,
216
- comment: "A formalized discussion between two or more people.".freeze,
217
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
218
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
219
- label: "Interview".freeze,
220
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
221
- type: "http://www.w3.org/2002/07/owl#Class".freeze
218
+ comment: {en: "A formalized discussion between two or more people."},
219
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
220
+ isDefinedBy: "http://purl.org/ontology/bibo/",
221
+ label: {en: "Interview"},
222
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
223
+ type: "http://www.w3.org/2002/07/owl#Class"
222
224
  term :Issue,
223
- comment: "something that is printed or published and distributed, esp. a given number of a periodical".freeze,
224
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
225
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
226
- label: "Issue".freeze,
227
- subClassOf: ["http://purl.org/ontology/bibo/CollectedDocument".freeze, term(
228
- allValuesFrom: "http://purl.org/ontology/bibo/Article".freeze,
229
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
230
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
225
+ comment: {en: "something that is printed or published and distributed, esp. a given number of a periodical"},
226
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
227
+ isDefinedBy: "http://purl.org/ontology/bibo/",
228
+ label: {en: "Issue"},
229
+ subClassOf: ["http://purl.org/ontology/bibo/CollectedDocument", term(
230
+ allValuesFrom: "http://purl.org/ontology/bibo/Article",
231
+ onProperty: "http://purl.org/dc/terms/hasPart",
232
+ type: "http://www.w3.org/2002/07/owl#Restriction"
231
233
  ), term(
232
- minCardinality: "1".freeze,
233
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
234
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
234
+ minCardinality: "1",
235
+ onProperty: "http://purl.org/dc/terms/hasPart",
236
+ type: "http://www.w3.org/2002/07/owl#Restriction"
235
237
  )],
236
- type: "http://www.w3.org/2002/07/owl#Class".freeze
238
+ type: "http://www.w3.org/2002/07/owl#Class"
237
239
  term :Journal,
238
- comment: "A periodical of scholarly journal Articles.".freeze,
239
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
240
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
241
- label: "Journal".freeze,
242
- subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
243
- allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
244
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
245
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
240
+ comment: {en: "A periodical of scholarly journal Articles."},
241
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
242
+ isDefinedBy: "http://purl.org/ontology/bibo/",
243
+ label: {en: "Journal"},
244
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical", term(
245
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue",
246
+ onProperty: "http://purl.org/dc/terms/hasPart",
247
+ type: "http://www.w3.org/2002/07/owl#Restriction"
246
248
  ), term(
247
- minCardinality: "1".freeze,
248
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
249
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
249
+ minCardinality: "1",
250
+ onProperty: "http://purl.org/dc/terms/hasPart",
251
+ type: "http://www.w3.org/2002/07/owl#Restriction"
250
252
  )],
251
- type: "http://www.w3.org/2002/07/owl#Class".freeze
253
+ type: "http://www.w3.org/2002/07/owl#Class"
252
254
  term :LegalCaseDocument,
253
- comment: "A document accompanying a legal case.".freeze,
254
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
255
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
256
- label: "Legal Case Document".freeze,
257
- subClassOf: "http://purl.org/ontology/bibo/LegalDocument".freeze,
258
- type: "http://www.w3.org/2002/07/owl#Class".freeze
255
+ comment: {en: "A document accompanying a legal case."},
256
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
257
+ isDefinedBy: "http://purl.org/ontology/bibo/",
258
+ label: {en: "Legal Case Document"},
259
+ subClassOf: "http://purl.org/ontology/bibo/LegalDocument",
260
+ type: "http://www.w3.org/2002/07/owl#Class"
259
261
  term :LegalDecision,
260
- comment: "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law.".freeze,
261
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
262
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
263
- label: "Decision".freeze,
264
- subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument".freeze,
265
- type: "http://www.w3.org/2002/07/owl#Class".freeze
262
+ comment: {en: "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."},
263
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
264
+ isDefinedBy: "http://purl.org/ontology/bibo/",
265
+ label: {en: "Decision"},
266
+ subClassOf: "http://purl.org/ontology/bibo/LegalCaseDocument",
267
+ type: "http://www.w3.org/2002/07/owl#Class"
266
268
  term :LegalDocument,
267
- comment: "A legal document; for example, a court decision, a brief, and so forth.".freeze,
268
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
269
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
270
- label: "Legal Document".freeze,
271
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
272
- type: "http://www.w3.org/2002/07/owl#Class".freeze
269
+ comment: {en: "A legal document; for example, a court decision, a brief, and so forth."},
270
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
271
+ isDefinedBy: "http://purl.org/ontology/bibo/",
272
+ label: {en: "Legal Document"},
273
+ subClassOf: "http://purl.org/ontology/bibo/Document",
274
+ type: "http://www.w3.org/2002/07/owl#Class"
273
275
  term :Legislation,
274
- comment: "A legal document proposing or enacting a law or a group of laws.".freeze,
275
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
276
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
277
- label: "Legislation".freeze,
278
- subClassOf: "http://purl.org/ontology/bibo/LegalDocument".freeze,
279
- type: "http://www.w3.org/2002/07/owl#Class".freeze
276
+ comment: {en: "A legal document proposing or enacting a law or a group of laws."},
277
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
278
+ isDefinedBy: "http://purl.org/ontology/bibo/",
279
+ label: {en: "Legislation"},
280
+ subClassOf: "http://purl.org/ontology/bibo/LegalDocument",
281
+ type: "http://www.w3.org/2002/07/owl#Class"
280
282
  term :Letter,
281
- comment: "A written or printed communication addressed to a person or organization and usually transmitted by mail.".freeze,
282
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
283
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
284
- label: "Letter".freeze,
285
- subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
286
- type: "http://www.w3.org/2002/07/owl#Class".freeze
283
+ comment: {en: "A written or printed communication addressed to a person or organization and usually transmitted by mail."},
284
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
285
+ isDefinedBy: "http://purl.org/ontology/bibo/",
286
+ label: {en: "Letter"},
287
+ subClassOf: "http://purl.org/ontology/bibo/PersonalCommunicationDocument",
288
+ type: "http://www.w3.org/2002/07/owl#Class"
287
289
  term :Magazine,
288
- comment: "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports.".freeze,
289
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
290
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
291
- label: "Magazine".freeze,
292
- subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
293
- allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
294
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
295
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
290
+ comment: {en: "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."},
291
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
292
+ isDefinedBy: "http://purl.org/ontology/bibo/",
293
+ label: {en: "Magazine"},
294
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical", term(
295
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue",
296
+ onProperty: "http://purl.org/dc/terms/hasPart",
297
+ type: "http://www.w3.org/2002/07/owl#Restriction"
296
298
  ), term(
297
- minCardinality: "1".freeze,
298
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
299
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
299
+ minCardinality: "1",
300
+ onProperty: "http://purl.org/dc/terms/hasPart",
301
+ type: "http://www.w3.org/2002/07/owl#Restriction"
300
302
  )],
301
- type: "http://www.w3.org/2002/07/owl#Class".freeze
303
+ type: "http://www.w3.org/2002/07/owl#Class"
302
304
  term :Manual,
303
- comment: "A small reference book, especially one giving instructions.".freeze,
304
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
305
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
306
- label: "Manual".freeze,
307
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
308
- type: "http://www.w3.org/2002/07/owl#Class".freeze
305
+ comment: {en: "A small reference book, especially one giving instructions."},
306
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
307
+ isDefinedBy: "http://purl.org/ontology/bibo/",
308
+ label: {en: "Manual"},
309
+ subClassOf: "http://purl.org/ontology/bibo/Document",
310
+ type: "http://www.w3.org/2002/07/owl#Class"
309
311
  term :Manuscript,
310
- comment: "An unpublished Document, which may also be submitted to a publisher for publication.".freeze,
311
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
312
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
313
- label: "Manuscript".freeze,
314
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
315
- type: "http://www.w3.org/2002/07/owl#Class".freeze
312
+ comment: {en: "An unpublished Document, which may also be submitted to a publisher for publication."},
313
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
314
+ isDefinedBy: "http://purl.org/ontology/bibo/",
315
+ label: {en: "Manuscript"},
316
+ subClassOf: "http://purl.org/ontology/bibo/Document",
317
+ type: "http://www.w3.org/2002/07/owl#Class"
316
318
  term :Map,
317
- comment: "A graphical depiction of geographic features.".freeze,
318
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
319
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
320
- label: "Map".freeze,
321
- subClassOf: "http://purl.org/ontology/bibo/Image".freeze,
322
- type: "http://www.w3.org/2002/07/owl#Class".freeze
319
+ comment: {en: "A graphical depiction of geographic features."},
320
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
321
+ isDefinedBy: "http://purl.org/ontology/bibo/",
322
+ label: {en: "Map"},
323
+ subClassOf: "http://purl.org/ontology/bibo/Image",
324
+ type: "http://www.w3.org/2002/07/owl#Class"
323
325
  term :MultiVolumeBook,
324
- comment: "A loose, thematic, collection of Documents, often Books.".freeze,
325
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
326
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
327
- label: "Multivolume Book".freeze,
328
- subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
329
- allValuesFrom: "http://purl.org/ontology/bibo/Book".freeze,
330
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
331
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
326
+ comment: {en: "A loose, thematic, collection of Documents, often Books."},
327
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
328
+ isDefinedBy: "http://purl.org/ontology/bibo/",
329
+ label: {en: "Multivolume Book"},
330
+ subClassOf: ["http://purl.org/ontology/bibo/Collection", term(
331
+ allValuesFrom: "http://purl.org/ontology/bibo/Book",
332
+ onProperty: "http://purl.org/dc/terms/hasPart",
333
+ type: "http://www.w3.org/2002/07/owl#Restriction"
332
334
  )],
333
- type: "http://www.w3.org/2002/07/owl#Class".freeze
335
+ type: "http://www.w3.org/2002/07/owl#Class"
334
336
  term :Newspaper,
335
- comment: "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.".freeze,
336
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
337
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
338
- label: "Newspaper".freeze,
339
- subClassOf: ["http://purl.org/ontology/bibo/Periodical".freeze, term(
340
- allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
341
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
342
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
337
+ comment: {en: "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."},
338
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
339
+ isDefinedBy: "http://purl.org/ontology/bibo/",
340
+ label: {en: "Newspaper"},
341
+ subClassOf: ["http://purl.org/ontology/bibo/Periodical", term(
342
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue",
343
+ onProperty: "http://purl.org/dc/terms/hasPart",
344
+ type: "http://www.w3.org/2002/07/owl#Restriction"
343
345
  ), term(
344
- minCardinality: "1".freeze,
345
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
346
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
346
+ minCardinality: "1",
347
+ onProperty: "http://purl.org/dc/terms/hasPart",
348
+ type: "http://www.w3.org/2002/07/owl#Restriction"
347
349
  )],
348
- type: "http://www.w3.org/2002/07/owl#Class".freeze
350
+ type: "http://www.w3.org/2002/07/owl#Class"
349
351
  term :Note,
350
- comment: "Notes or annotations about a resource.".freeze,
351
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
352
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
353
- label: "Note".freeze,
354
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
355
- type: "http://www.w3.org/2002/07/owl#Class".freeze
352
+ comment: {en: "Notes or annotations about a resource."},
353
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
354
+ isDefinedBy: "http://purl.org/ontology/bibo/",
355
+ label: {en: "Note"},
356
+ subClassOf: "http://purl.org/ontology/bibo/Document",
357
+ type: "http://www.w3.org/2002/07/owl#Class"
356
358
  term :Patent,
357
- comment: "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years.".freeze,
358
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
359
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
360
- label: "Patent".freeze,
361
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
362
- type: "http://www.w3.org/2002/07/owl#Class".freeze
359
+ comment: {en: "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."},
360
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
361
+ isDefinedBy: "http://purl.org/ontology/bibo/",
362
+ label: {en: "Patent"},
363
+ subClassOf: "http://purl.org/ontology/bibo/Document",
364
+ type: "http://www.w3.org/2002/07/owl#Class"
363
365
  term :Performance,
364
- comment: "A public performance.".freeze,
365
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
366
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
367
- label: "Performance".freeze,
368
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
369
- type: "http://www.w3.org/2002/07/owl#Class".freeze
366
+ comment: {en: "A public performance."},
367
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
368
+ isDefinedBy: "http://purl.org/ontology/bibo/",
369
+ label: {en: "Performance"},
370
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
371
+ type: "http://www.w3.org/2002/07/owl#Class"
370
372
  term :Periodical,
371
- comment: "A group of related documents issued at regular intervals.".freeze,
372
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
373
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
374
- label: "Periodical".freeze,
375
- subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
376
- allValuesFrom: "http://purl.org/ontology/bibo/Issue".freeze,
377
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
378
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
373
+ comment: {en: "A group of related documents issued at regular intervals."},
374
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
375
+ isDefinedBy: "http://purl.org/ontology/bibo/",
376
+ label: {en: "Periodical"},
377
+ subClassOf: ["http://purl.org/ontology/bibo/Collection", term(
378
+ allValuesFrom: "http://purl.org/ontology/bibo/Issue",
379
+ onProperty: "http://purl.org/dc/terms/hasPart",
380
+ type: "http://www.w3.org/2002/07/owl#Restriction"
379
381
  ), term(
380
- minCardinality: "1".freeze,
381
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
382
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
382
+ minCardinality: "1",
383
+ onProperty: "http://purl.org/dc/terms/hasPart",
384
+ type: "http://www.w3.org/2002/07/owl#Restriction"
383
385
  )],
384
- type: "http://www.w3.org/2002/07/owl#Class".freeze
386
+ type: "http://www.w3.org/2002/07/owl#Class"
385
387
  term :PersonalCommunication,
386
- comment: "A communication between an agent and one or more specific recipients.".freeze,
387
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
388
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
389
- label: "Personal Communication".freeze,
390
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
391
- type: "http://www.w3.org/2002/07/owl#Class".freeze
388
+ comment: {en: "A communication between an agent and one or more specific recipients."},
389
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
390
+ isDefinedBy: "http://purl.org/ontology/bibo/",
391
+ label: {en: "Personal Communication"},
392
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
393
+ type: "http://www.w3.org/2002/07/owl#Class"
392
394
  term :PersonalCommunicationDocument,
393
- comment: "A personal communication manifested in some document.".freeze,
394
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
395
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
396
- label: "Personal Communication Document".freeze,
397
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
398
- type: "http://www.w3.org/2002/07/owl#Class".freeze
395
+ comment: {en: "A personal communication manifested in some document."},
396
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
397
+ isDefinedBy: "http://purl.org/ontology/bibo/",
398
+ label: {en: "Personal Communication Document"},
399
+ subClassOf: "http://purl.org/ontology/bibo/Document",
400
+ type: "http://www.w3.org/2002/07/owl#Class"
399
401
  term :Proceedings,
400
- comment: "A compilation of documents published from an event, such as a conference.".freeze,
401
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
402
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
403
- label: "Proceedings".freeze,
404
- subClassOf: "http://purl.org/ontology/bibo/Book".freeze,
405
- type: "http://www.w3.org/2002/07/owl#Class".freeze
402
+ comment: {en: "A compilation of documents published from an event, such as a conference."},
403
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
404
+ isDefinedBy: "http://purl.org/ontology/bibo/",
405
+ label: {en: "Proceedings"},
406
+ subClassOf: "http://purl.org/ontology/bibo/Book",
407
+ type: "http://www.w3.org/2002/07/owl#Class"
406
408
  term :Quote,
407
- comment: "An excerpted collection of words.".freeze,
408
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
409
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
410
- label: "Quote".freeze,
411
- subClassOf: "http://purl.org/ontology/bibo/Excerpt".freeze,
412
- type: "http://www.w3.org/2002/07/owl#Class".freeze
409
+ comment: {en: "An excerpted collection of words."},
410
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
411
+ isDefinedBy: "http://purl.org/ontology/bibo/",
412
+ label: {en: "Quote"},
413
+ subClassOf: "http://purl.org/ontology/bibo/Excerpt",
414
+ type: "http://www.w3.org/2002/07/owl#Class"
413
415
  term :ReferenceSource,
414
- comment: "A document that presents authoritative reference information, such as a dictionary or encylopedia .".freeze,
415
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
416
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
417
- label: "Reference Source".freeze,
418
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
419
- type: "http://www.w3.org/2002/07/owl#Class".freeze
416
+ comment: {en: "A document that presents authoritative reference information, such as a dictionary or encylopedia ."},
417
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
418
+ isDefinedBy: "http://purl.org/ontology/bibo/",
419
+ label: {en: "Reference Source"},
420
+ subClassOf: "http://purl.org/ontology/bibo/Document",
421
+ type: "http://www.w3.org/2002/07/owl#Class"
420
422
  term :Report,
421
- comment: "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..".freeze,
422
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
423
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
424
- label: "Report".freeze,
425
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
426
- type: "http://www.w3.org/2002/07/owl#Class".freeze
423
+ comment: {en: "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."},
424
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
425
+ isDefinedBy: "http://purl.org/ontology/bibo/",
426
+ label: {en: "Report"},
427
+ subClassOf: "http://purl.org/ontology/bibo/Document",
428
+ type: "http://www.w3.org/2002/07/owl#Class"
427
429
  term :Series,
428
- comment: "A loose, thematic, collection of Documents, often Books.".freeze,
429
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
430
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
431
- label: "Series".freeze,
432
- subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
433
- allValuesFrom: "http://purl.org/ontology/bibo/Document".freeze,
434
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
435
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
430
+ comment: {en: "A loose, thematic, collection of Documents, often Books."},
431
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
432
+ isDefinedBy: "http://purl.org/ontology/bibo/",
433
+ label: {en: "Series"},
434
+ subClassOf: ["http://purl.org/ontology/bibo/Collection", term(
435
+ allValuesFrom: "http://purl.org/ontology/bibo/Document",
436
+ onProperty: "http://purl.org/dc/terms/hasPart",
437
+ type: "http://www.w3.org/2002/07/owl#Restriction"
436
438
  )],
437
- type: "http://www.w3.org/2002/07/owl#Class".freeze
439
+ type: "http://www.w3.org/2002/07/owl#Class"
438
440
  term :Slide,
439
- comment: "A slide in a slideshow".freeze,
440
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
441
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
442
- label: "Slide".freeze,
443
- subClassOf: "http://purl.org/ontology/bibo/DocumentPart".freeze,
444
- type: "http://www.w3.org/2002/07/owl#Class".freeze
441
+ comment: {en: "A slide in a slideshow"},
442
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
443
+ isDefinedBy: "http://purl.org/ontology/bibo/",
444
+ label: {en: "Slide"},
445
+ subClassOf: "http://purl.org/ontology/bibo/DocumentPart",
446
+ type: "http://www.w3.org/2002/07/owl#Class"
445
447
  term :Slideshow,
446
- comment: "A presentation of a series of slides, usually presented in front of an audience with written text and images.".freeze,
447
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
448
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
449
- label: "Slideshow".freeze,
450
- subClassOf: ["http://purl.org/ontology/bibo/Document".freeze, term(
451
- allValuesFrom: "http://purl.org/ontology/bibo/Slide".freeze,
452
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
453
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
448
+ comment: {en: "A presentation of a series of slides, usually presented in front of an audience with written text and images."},
449
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
450
+ isDefinedBy: "http://purl.org/ontology/bibo/",
451
+ label: {en: "Slideshow"},
452
+ subClassOf: ["http://purl.org/ontology/bibo/Document", term(
453
+ allValuesFrom: "http://purl.org/ontology/bibo/Slide",
454
+ onProperty: "http://purl.org/dc/terms/hasPart",
455
+ type: "http://www.w3.org/2002/07/owl#Restriction"
454
456
  )],
455
- type: "http://www.w3.org/2002/07/owl#Class".freeze
457
+ type: "http://www.w3.org/2002/07/owl#Class"
456
458
  term :Specification,
457
- comment: "A document describing a specification.".freeze,
458
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
459
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
460
- label: "Specification".freeze,
461
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
462
- type: "http://www.w3.org/2002/07/owl#Class".freeze
459
+ comment: {en: "A document describing a specification."},
460
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
461
+ isDefinedBy: "http://purl.org/ontology/bibo/",
462
+ label: {en: "Specification"},
463
+ subClassOf: "http://purl.org/ontology/bibo/Document",
464
+ type: "http://www.w3.org/2002/07/owl#Class"
463
465
  term :Standard,
464
- comment: "A document describing a standard: a specification organized through a standards body.".freeze,
465
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
466
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
467
- label: "Standard".freeze,
468
- subClassOf: "http://purl.org/ontology/bibo/Specification".freeze,
469
- type: "http://www.w3.org/2002/07/owl#Class".freeze
466
+ comment: {en: "A document describing a standard: a specification organized through a standards body."},
467
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
468
+ isDefinedBy: "http://purl.org/ontology/bibo/",
469
+ label: {en: "Standard"},
470
+ subClassOf: "http://purl.org/ontology/bibo/Specification",
471
+ type: "http://www.w3.org/2002/07/owl#Class"
470
472
  term :Statute,
471
- comment: "A bill enacted into law.".freeze,
472
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
473
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
474
- label: "Statute".freeze,
475
- subClassOf: "http://purl.org/ontology/bibo/Legislation".freeze,
476
- type: "http://www.w3.org/2002/07/owl#Class".freeze
473
+ comment: {en: "A bill enacted into law."},
474
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
475
+ isDefinedBy: "http://purl.org/ontology/bibo/",
476
+ label: {en: "Statute"},
477
+ subClassOf: "http://purl.org/ontology/bibo/Legislation",
478
+ type: "http://www.w3.org/2002/07/owl#Class"
477
479
  term :Thesis,
478
- comment: "A document created to summarize research findings associated with the completion of an academic degree.".freeze,
479
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
480
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
481
- label: "Thesis".freeze,
482
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
483
- type: "http://www.w3.org/2002/07/owl#Class".freeze
480
+ comment: {en: "A document created to summarize research findings associated with the completion of an academic degree."},
481
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
482
+ isDefinedBy: "http://purl.org/ontology/bibo/",
483
+ label: {en: "Thesis"},
484
+ subClassOf: "http://purl.org/ontology/bibo/Document",
485
+ type: "http://www.w3.org/2002/07/owl#Class"
484
486
  term :ThesisDegree,
485
- comment: "The academic degree of a Thesis".freeze,
486
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
487
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
488
- label: "Thesis degree".freeze,
489
- type: "http://www.w3.org/2002/07/owl#Class".freeze
487
+ comment: {en: "The academic degree of a Thesis"},
488
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
489
+ isDefinedBy: "http://purl.org/ontology/bibo/",
490
+ label: {en: "Thesis degree"},
491
+ type: "http://www.w3.org/2002/07/owl#Class"
490
492
  term :Webpage,
491
- comment: "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print.".freeze,
492
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
493
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
494
- label: "Webpage".freeze,
495
- subClassOf: "http://purl.org/ontology/bibo/Document".freeze,
496
- type: "http://www.w3.org/2002/07/owl#Class".freeze
493
+ comment: {en: "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."},
494
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
495
+ isDefinedBy: "http://purl.org/ontology/bibo/",
496
+ label: {en: "Webpage"},
497
+ subClassOf: "http://purl.org/ontology/bibo/Document",
498
+ type: "http://www.w3.org/2002/07/owl#Class"
497
499
  term :Website,
498
- comment: "A group of Webpages accessible on the Web.".freeze,
499
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
500
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
501
- label: "Website".freeze,
502
- subClassOf: ["http://purl.org/ontology/bibo/Collection".freeze, term(
503
- allValuesFrom: "http://purl.org/ontology/bibo/Webpage".freeze,
504
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
505
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
500
+ comment: {en: "A group of Webpages accessible on the Web."},
501
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
502
+ isDefinedBy: "http://purl.org/ontology/bibo/",
503
+ label: {en: "Website"},
504
+ subClassOf: ["http://purl.org/ontology/bibo/Collection", term(
505
+ allValuesFrom: "http://purl.org/ontology/bibo/Webpage",
506
+ onProperty: "http://purl.org/dc/terms/hasPart",
507
+ type: "http://www.w3.org/2002/07/owl#Restriction"
506
508
  ), term(
507
- minCardinality: "1".freeze,
508
- onProperty: "http://purl.org/dc/terms/hasPart".freeze,
509
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
509
+ minCardinality: "1",
510
+ onProperty: "http://purl.org/dc/terms/hasPart",
511
+ type: "http://www.w3.org/2002/07/owl#Restriction"
510
512
  )],
511
- type: "http://www.w3.org/2002/07/owl#Class".freeze
513
+ type: "http://www.w3.org/2002/07/owl#Class"
512
514
  term :Workshop,
513
- comment: "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.".freeze,
514
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
515
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
516
- label: "Workshop".freeze,
517
- subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
518
- type: "http://www.w3.org/2002/07/owl#Class".freeze
515
+ comment: {en: "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."},
516
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
517
+ isDefinedBy: "http://purl.org/ontology/bibo/",
518
+ label: {en: "Workshop"},
519
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event",
520
+ type: "http://www.w3.org/2002/07/owl#Class"
519
521
 
520
522
  # Property definitions
521
523
  property :abstract,
522
- comment: "A summary of the resource.".freeze,
523
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
524
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
525
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
526
- label: "abstract".freeze,
527
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
528
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
524
+ comment: "A summary of the resource.",
525
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
526
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
527
+ isDefinedBy: "http://purl.org/ontology/bibo/",
528
+ label: "abstract",
529
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
530
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
529
531
  property :affirmedBy,
530
- comment: "A legal decision that affirms a ruling.".freeze,
531
- domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
532
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
533
- range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
534
- subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision".freeze,
535
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
532
+ comment: {en: "A legal decision that affirms a ruling."},
533
+ domain: "http://purl.org/ontology/bibo/LegalDecision",
534
+ isDefinedBy: "http://purl.org/ontology/bibo/",
535
+ range: "http://purl.org/ontology/bibo/LegalDecision",
536
+ subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision",
537
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
536
538
  property :annotates,
537
- comment: "Critical or explanatory note for a Document.".freeze,
538
- domain: "http://purl.org/ontology/bibo/Note".freeze,
539
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
540
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
541
- label: "annotates".freeze,
542
- range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
543
- subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
544
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
539
+ comment: {en: "Critical or explanatory note for a Document."},
540
+ domain: "http://purl.org/ontology/bibo/Note",
541
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
542
+ isDefinedBy: "http://purl.org/ontology/bibo/",
543
+ label: {en: "annotates"},
544
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
545
+ subPropertyOf: "http://purl.org/dc/terms/relation",
546
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
545
547
  property :argued,
546
- comment: "The date on which a legal case is argued before a court. Date is of format xsd:date".freeze,
547
- domain: "http://purl.org/ontology/bibo/LegalDocument".freeze,
548
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
549
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
550
- label: "date argued".freeze,
551
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
552
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
548
+ comment: {en: "The date on which a legal case is argued before a court. Date is of format xsd:date"},
549
+ domain: "http://purl.org/ontology/bibo/LegalDocument",
550
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
551
+ isDefinedBy: "http://purl.org/ontology/bibo/",
552
+ label: {en: "date argued"},
553
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
554
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
553
555
  property :asin,
554
556
  domain: term(
555
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
556
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
557
+ type: "http://www.w3.org/2002/07/owl#Class",
558
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
557
559
  ),
558
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
559
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
560
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
560
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
561
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
562
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
561
563
  property :authorList,
562
- comment: "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.".freeze,
563
- domain: "http://purl.org/ontology/bibo/Document".freeze,
564
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
565
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
566
- label: "list of authors".freeze,
564
+ comment: {en: "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance."},
565
+ domain: "http://purl.org/ontology/bibo/Document",
566
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
567
+ isDefinedBy: "http://purl.org/ontology/bibo/",
568
+ label: {en: "list of authors"},
567
569
  range: term(
568
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
569
- unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
570
+ type: "http://www.w3.org/2002/07/owl#Class",
571
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq")
570
572
  ),
571
- subPropertyOf: "http://purl.org/ontology/bibo/contributorList".freeze,
572
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
573
+ subPropertyOf: "http://purl.org/ontology/bibo/contributorList",
574
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
573
575
  property :chapter,
574
- comment: "An chapter number".freeze,
575
- domain: "http://purl.org/ontology/bibo/BookSection".freeze,
576
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
577
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
578
- label: "chapter".freeze,
579
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
580
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
581
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
576
+ comment: {en: "An chapter number"},
577
+ domain: "http://purl.org/ontology/bibo/BookSection",
578
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
579
+ isDefinedBy: "http://purl.org/ontology/bibo/",
580
+ label: {en: "chapter"},
581
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
582
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
583
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
582
584
  property :citedBy,
583
- comment: "Relates a document to another document that cites the\nfirst document.".freeze,
584
- domain: "http://purl.org/ontology/bibo/Document".freeze,
585
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
586
- inverseOf: "http://purl.org/ontology/bibo/cites".freeze,
587
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
588
- label: "cited by".freeze,
589
- range: "http://purl.org/ontology/bibo/Document".freeze,
590
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
585
+ comment: {en: "Relates a document to another document that cites the\nfirst document."},
586
+ domain: "http://purl.org/ontology/bibo/Document",
587
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
588
+ inverseOf: "http://purl.org/ontology/bibo/cites",
589
+ isDefinedBy: "http://purl.org/ontology/bibo/",
590
+ label: {en: "cited by"},
591
+ range: "http://purl.org/ontology/bibo/Document",
592
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
591
593
  property :cites,
592
- comment: "Relates a document to another document that is cited\nby the first document as reference, comment, review, quotation or for\nanother purpose.".freeze,
593
- domain: "http://purl.org/ontology/bibo/Document".freeze,
594
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
595
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
596
- label: "cites".freeze,
597
- range: "http://purl.org/ontology/bibo/Document".freeze,
598
- subPropertyOf: "http://purl.org/dc/terms/references".freeze,
599
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
594
+ comment: {en: "Relates a document to another document that is cited\nby the first document as reference, comment, review, quotation or for\nanother purpose."},
595
+ domain: "http://purl.org/ontology/bibo/Document",
596
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
597
+ isDefinedBy: "http://purl.org/ontology/bibo/",
598
+ label: {en: "cites"},
599
+ range: "http://purl.org/ontology/bibo/Document",
600
+ subPropertyOf: "http://purl.org/dc/terms/references",
601
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
600
602
  property :coden,
601
603
  domain: term(
602
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
603
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
604
+ type: "http://www.w3.org/2002/07/owl#Class",
605
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
604
606
  ),
605
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
606
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
607
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
607
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
608
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
609
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
608
610
  property :content,
609
- comment: "This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property.".freeze,
610
- domain: "http://purl.org/ontology/bibo/Document".freeze,
611
- "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
612
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
613
- "http://www.w3.org/2004/02/skos/core#historyNote": "bibo:content has been deprecated; we recommend to use \"rdf:value\" for this purpose. Here is the rational behind this choice: http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#rdfvalue".freeze,
614
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
615
- label: "content".freeze,
616
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
617
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
611
+ comment: {en: "This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property."},
612
+ domain: "http://purl.org/ontology/bibo/Document",
613
+ "http://www.w3.org/2002/07/owl#deprecated": "true",
614
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
615
+ "http://www.w3.org/2004/02/skos/core#historyNote": {en: "bibo:content has been deprecated; we recommend to use \"rdf:value\" for this purpose. Here is the rational behind this choice: http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#rdfvalue"},
616
+ isDefinedBy: "http://purl.org/ontology/bibo/",
617
+ label: {en: "content"},
618
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
619
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
618
620
  property :contributorList,
619
- comment: "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.".freeze,
620
- domain: "http://purl.org/ontology/bibo/Document".freeze,
621
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
622
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
623
- label: "list of contributors".freeze,
621
+ comment: {en: "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance."},
622
+ domain: "http://purl.org/ontology/bibo/Document",
623
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
624
+ isDefinedBy: "http://purl.org/ontology/bibo/",
625
+ label: {en: "list of contributors"},
624
626
  range: term(
625
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
626
- unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
627
+ type: "http://www.w3.org/2002/07/owl#Class",
628
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq")
627
629
  ),
628
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
630
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
629
631
  property :court,
630
- comment: "A court associated with a legal document; for example, that which issues a decision.".freeze,
631
- domain: "http://purl.org/ontology/bibo/LegalDocument".freeze,
632
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
633
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
634
- label: "court".freeze,
635
- range: "http://xmlns.com/foaf/0.1/Organization".freeze,
636
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
632
+ comment: {en: "A court associated with a legal document; for example, that which issues a decision."},
633
+ domain: "http://purl.org/ontology/bibo/LegalDocument",
634
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
635
+ isDefinedBy: "http://purl.org/ontology/bibo/",
636
+ label: {en: "court"},
637
+ range: "http://xmlns.com/foaf/0.1/Organization",
638
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
637
639
  property :degree,
638
- comment: "The thesis degree.".freeze,
639
- domain: "http://purl.org/ontology/bibo/Thesis".freeze,
640
- editorialNote: "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.".freeze,
641
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
642
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
643
- label: "degree".freeze,
644
- range: "http://purl.org/ontology/bibo/ThesisDegree".freeze,
645
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
640
+ comment: {en: "The thesis degree."},
641
+ domain: "http://purl.org/ontology/bibo/Thesis",
642
+ editorialNote: {en: "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."},
643
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
644
+ isDefinedBy: "http://purl.org/ontology/bibo/",
645
+ label: {en: "degree"},
646
+ range: "http://purl.org/ontology/bibo/ThesisDegree",
647
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
646
648
  property :director,
647
- comment: "A Film director.".freeze,
648
- domain: "http://purl.org/ontology/bibo/AudioVisualDocument".freeze,
649
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
650
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
651
- label: "director".freeze,
652
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
653
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
654
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
649
+ comment: {en: "A Film director."},
650
+ domain: "http://purl.org/ontology/bibo/AudioVisualDocument",
651
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
652
+ isDefinedBy: "http://purl.org/ontology/bibo/",
653
+ label: "director",
654
+ range: "http://xmlns.com/foaf/0.1/Agent",
655
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
656
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
655
657
  property :distributor,
656
- comment: "Distributor of a document or a collection of documents.".freeze,
658
+ comment: {en: "Distributor of a document or a collection of documents."},
657
659
  domain: term(
658
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
659
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
660
+ type: "http://www.w3.org/2002/07/owl#Class",
661
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
660
662
  ),
661
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
662
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
663
- label: "distributor".freeze,
664
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
665
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
663
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
664
+ isDefinedBy: "http://purl.org/ontology/bibo/",
665
+ label: {en: "distributor"},
666
+ range: "http://xmlns.com/foaf/0.1/Agent",
667
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
666
668
  property :doi,
667
669
  domain: term(
668
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
669
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
670
+ type: "http://www.w3.org/2002/07/owl#Class",
671
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
670
672
  ),
671
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
672
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
673
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
673
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
674
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
675
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
674
676
  property :eanucc13,
675
677
  domain: term(
676
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
677
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
678
+ type: "http://www.w3.org/2002/07/owl#Class",
679
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
678
680
  ),
679
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
680
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
681
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
681
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
682
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
683
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
682
684
  property :edition,
683
- comment: "The name defining a special edition of a document. Normally its a literal value composed of a version number and words.".freeze,
684
- domain: "http://purl.org/ontology/bibo/Document".freeze,
685
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
686
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
687
- label: "edition".freeze,
688
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
689
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
685
+ comment: {en: "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."},
686
+ domain: "http://purl.org/ontology/bibo/Document",
687
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
688
+ isDefinedBy: "http://purl.org/ontology/bibo/",
689
+ label: {en: "edition"},
690
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
691
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
690
692
  property :editor,
691
- comment: "A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication.".freeze,
693
+ comment: {en: "A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication."},
692
694
  domain: term(
693
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
694
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
695
+ type: "http://www.w3.org/2002/07/owl#Class",
696
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
695
697
  ),
696
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
697
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
698
- label: "editor".freeze,
699
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
700
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
701
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
698
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
699
+ isDefinedBy: "http://purl.org/ontology/bibo/",
700
+ label: "editor",
701
+ range: "http://xmlns.com/foaf/0.1/Agent",
702
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
703
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
702
704
  property :editorList,
703
- comment: "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.".freeze,
704
- domain: "http://purl.org/ontology/bibo/Document".freeze,
705
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
706
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
707
- label: "list of editors".freeze,
705
+ comment: {en: "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance."},
706
+ domain: "http://purl.org/ontology/bibo/Document",
707
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
708
+ isDefinedBy: "http://purl.org/ontology/bibo/",
709
+ label: {en: "list of editors"},
708
710
  range: term(
709
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
710
- unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
711
+ type: "http://www.w3.org/2002/07/owl#Class",
712
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq")
711
713
  ),
712
- subPropertyOf: "http://purl.org/ontology/bibo/contributorList".freeze,
713
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
714
+ subPropertyOf: "http://purl.org/ontology/bibo/contributorList",
715
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
714
716
  property :eissn,
715
- domain: "http://purl.org/ontology/bibo/Collection".freeze,
716
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
717
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
718
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
717
+ domain: "http://purl.org/ontology/bibo/Collection",
718
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
719
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
720
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
719
721
  property :gtin14,
720
722
  domain: term(
721
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
722
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
723
+ type: "http://www.w3.org/2002/07/owl#Class",
724
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
723
725
  ),
724
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
725
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
726
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
726
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
727
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
728
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
727
729
  property :handle,
728
730
  domain: term(
729
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
730
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
731
+ type: "http://www.w3.org/2002/07/owl#Class",
732
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
731
733
  ),
732
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
733
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
734
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
734
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
735
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
736
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
735
737
  property :identifier,
736
738
  domain: term(
737
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
738
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
739
+ type: "http://www.w3.org/2002/07/owl#Class",
740
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
739
741
  ),
740
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
741
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
742
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
743
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
742
744
  property :interviewee,
743
- comment: "An agent that is interviewed by another agent.".freeze,
744
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
745
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
746
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
747
- label: "interviewee".freeze,
748
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
749
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
750
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
745
+ comment: {en: "An agent that is interviewed by another agent."},
746
+ domain: "http://xmlns.com/foaf/0.1/Agent",
747
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
748
+ isDefinedBy: "http://purl.org/ontology/bibo/",
749
+ label: "interviewee",
750
+ range: "http://xmlns.com/foaf/0.1/Agent",
751
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
752
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
751
753
  property :interviewer,
752
- comment: "An agent that interview another agent.".freeze,
753
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
754
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
755
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
756
- label: "interviewer".freeze,
757
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
758
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
759
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
754
+ comment: {en: "An agent that interview another agent."},
755
+ domain: "http://xmlns.com/foaf/0.1/Agent",
756
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
757
+ isDefinedBy: "http://purl.org/ontology/bibo/",
758
+ label: "interviewer",
759
+ range: "http://xmlns.com/foaf/0.1/Agent",
760
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
761
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
760
762
  property :isbn,
761
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
762
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
763
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
764
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
763
765
  property :isbn10,
764
766
  domain: term(
765
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
766
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
767
+ type: "http://www.w3.org/2002/07/owl#Class",
768
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
767
769
  ),
768
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
769
- subPropertyOf: "http://purl.org/ontology/bibo/isbn".freeze,
770
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
770
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
771
+ subPropertyOf: "http://purl.org/ontology/bibo/isbn",
772
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
771
773
  property :isbn13,
772
774
  domain: term(
773
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
774
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
775
+ type: "http://www.w3.org/2002/07/owl#Class",
776
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
775
777
  ),
776
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
777
- subPropertyOf: "http://purl.org/ontology/bibo/isbn".freeze,
778
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
778
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
779
+ subPropertyOf: "http://purl.org/ontology/bibo/isbn",
780
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
779
781
  property :issn,
780
- domain: "http://purl.org/ontology/bibo/Collection".freeze,
781
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
782
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
783
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
782
+ domain: "http://purl.org/ontology/bibo/Collection",
783
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
784
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
785
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
784
786
  property :issue,
785
- comment: "An issue number".freeze,
786
- domain: "http://purl.org/ontology/bibo/Issue".freeze,
787
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
788
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
789
- label: "issue".freeze,
790
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
791
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
792
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
787
+ comment: {en: "An issue number"},
788
+ domain: "http://purl.org/ontology/bibo/Issue",
789
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
790
+ isDefinedBy: "http://purl.org/ontology/bibo/",
791
+ label: {en: "issue"},
792
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
793
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
794
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
793
795
  property :issuer,
794
- comment: "An entity responsible for issuing often informally published documents such as press releases, reports, etc.".freeze,
796
+ comment: "An entity responsible for issuing often informally published documents such as press releases, reports, etc.",
795
797
  domain: term(
796
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
797
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
798
+ type: "http://www.w3.org/2002/07/owl#Class",
799
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
798
800
  ),
799
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
800
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
801
- label: "issuer".freeze,
802
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
803
- subPropertyOf: "http://purl.org/dc/terms/publisher".freeze,
804
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
801
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
802
+ isDefinedBy: "http://purl.org/ontology/bibo/",
803
+ label: "issuer",
804
+ range: "http://xmlns.com/foaf/0.1/Agent",
805
+ subPropertyOf: "http://purl.org/dc/terms/publisher",
806
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
805
807
  property :lccn,
806
808
  domain: term(
807
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
808
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
809
+ type: "http://www.w3.org/2002/07/owl#Class",
810
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
809
811
  ),
810
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
811
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
812
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
812
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
813
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
814
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
813
815
  property :locator,
814
- comment: "A description (often numeric) that locates an item within a containing document or collection.".freeze,
815
- domain: "http://purl.org/ontology/bibo/Document".freeze,
816
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
817
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
818
- label: "locator".freeze,
819
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
820
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
816
+ comment: {en: "A description (often numeric) that locates an item within a containing document or collection."},
817
+ domain: "http://purl.org/ontology/bibo/Document",
818
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
819
+ isDefinedBy: "http://purl.org/ontology/bibo/",
820
+ label: {en: "locator"},
821
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
822
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
821
823
  property :numPages,
822
- comment: "The number of pages contained in a document".freeze,
823
- domain: "http://purl.org/ontology/bibo/Document".freeze,
824
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
825
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
826
- label: "number of pages".freeze,
827
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
828
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
824
+ comment: {en: "The number of pages contained in a document"},
825
+ domain: "http://purl.org/ontology/bibo/Document",
826
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
827
+ isDefinedBy: "http://purl.org/ontology/bibo/",
828
+ label: {en: "number of pages"},
829
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
830
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
829
831
  property :numVolumes,
830
- comment: "The number of volumes contained in a collection of documents (usually a series, periodical, etc.).".freeze,
831
- domain: "http://purl.org/ontology/bibo/Collection".freeze,
832
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
833
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
834
- label: "number of volumes".freeze,
835
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
836
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
832
+ comment: {en: "The number of volumes contained in a collection of documents (usually a series, periodical, etc.)."},
833
+ domain: "http://purl.org/ontology/bibo/Collection",
834
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
835
+ isDefinedBy: "http://purl.org/ontology/bibo/",
836
+ label: {en: "number of volumes"},
837
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
838
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
837
839
  property :number,
838
- comment: "A generic item or document number. Not to be confused with issue number.".freeze,
839
- domain: "http://purl.org/ontology/bibo/Document".freeze,
840
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
841
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
842
- label: "number".freeze,
843
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
844
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
840
+ comment: {en: "A generic item or document number. Not to be confused with issue number."},
841
+ domain: "http://purl.org/ontology/bibo/Document",
842
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
843
+ isDefinedBy: "http://purl.org/ontology/bibo/",
844
+ label: {en: "number"},
845
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
846
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
845
847
  property :oclcnum,
846
848
  domain: term(
847
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
848
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
849
+ type: "http://www.w3.org/2002/07/owl#Class",
850
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
849
851
  ),
850
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
851
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
852
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
852
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
853
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
854
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
853
855
  property :organizer,
854
- comment: "The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.".freeze,
855
- domain: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
856
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
857
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
858
- label: "organizer".freeze,
859
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
860
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
856
+ comment: {en: "The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings."},
857
+ domain: "http://purl.org/NET/c4dm/event.owl#Event",
858
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
859
+ isDefinedBy: "http://purl.org/ontology/bibo/",
860
+ label: {en: "organizer"},
861
+ range: "http://xmlns.com/foaf/0.1/Agent",
862
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
861
863
  property :owner,
862
- comment: "Owner of a document or a collection of documents.".freeze,
864
+ comment: {en: "Owner of a document or a collection of documents."},
863
865
  domain: term(
864
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
865
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
866
+ type: "http://www.w3.org/2002/07/owl#Class",
867
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
866
868
  ),
867
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
868
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
869
- label: "owner".freeze,
870
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
871
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
869
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
870
+ isDefinedBy: "http://purl.org/ontology/bibo/",
871
+ label: {en: "owner"},
872
+ range: "http://xmlns.com/foaf/0.1/Agent",
873
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
872
874
  property :pageEnd,
873
- comment: "Ending page number within a continuous page range.".freeze,
874
- domain: "http://purl.org/ontology/bibo/Document".freeze,
875
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
876
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
877
- label: "page end".freeze,
878
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
879
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
880
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
875
+ comment: {en: "Ending page number within a continuous page range."},
876
+ domain: "http://purl.org/ontology/bibo/Document",
877
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
878
+ isDefinedBy: "http://purl.org/ontology/bibo/",
879
+ label: {en: "page end"},
880
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
881
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
882
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
881
883
  property :pageStart,
882
- comment: "Starting page number within a continuous page range.".freeze,
883
- domain: "http://purl.org/ontology/bibo/Document".freeze,
884
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
885
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
886
- label: "page start".freeze,
887
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
888
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
889
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
884
+ comment: {en: "Starting page number within a continuous page range."},
885
+ domain: "http://purl.org/ontology/bibo/Document",
886
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
887
+ isDefinedBy: "http://purl.org/ontology/bibo/",
888
+ label: {en: "page start"},
889
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
890
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
891
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
890
892
  property :pages,
891
- comment: "A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties.".freeze,
892
- domain: "http://purl.org/ontology/bibo/Document".freeze,
893
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
894
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
895
- label: "pages".freeze,
896
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
897
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
898
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
893
+ comment: {en: "A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties."},
894
+ domain: "http://purl.org/ontology/bibo/Document",
895
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
896
+ isDefinedBy: "http://purl.org/ontology/bibo/",
897
+ label: {en: "pages"},
898
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
899
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
900
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
899
901
  property :performer,
900
- domain: "http://purl.org/ontology/bibo/Performance".freeze,
901
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
902
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
903
- label: "performer".freeze,
904
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
905
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
906
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
902
+ domain: "http://purl.org/ontology/bibo/Performance",
903
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
904
+ isDefinedBy: "http://purl.org/ontology/bibo/",
905
+ label: "performer",
906
+ range: "http://xmlns.com/foaf/0.1/Agent",
907
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
908
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
907
909
  property :pmid,
908
910
  domain: term(
909
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
910
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
911
+ type: "http://www.w3.org/2002/07/owl#Class",
912
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
911
913
  ),
912
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
913
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
914
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
914
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
915
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
916
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
915
917
  property :prefixName,
916
- comment: "The prefix of a name".freeze,
917
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
918
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
919
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
920
- label: "prefix name".freeze,
921
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
922
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
918
+ comment: {en: "The prefix of a name"},
919
+ domain: "http://xmlns.com/foaf/0.1/Agent",
920
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
921
+ isDefinedBy: "http://purl.org/ontology/bibo/",
922
+ label: {en: "prefix name"},
923
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
924
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
923
925
  property :presentedAt,
924
- comment: "Relates a document to an event; for example, a paper to a conference.".freeze,
925
- domain: "http://purl.org/ontology/bibo/Document".freeze,
926
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
927
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
928
- label: "presented at".freeze,
929
- range: "http://purl.org/ontology/bibo/Event".freeze,
930
- subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in".freeze,
931
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
926
+ comment: {en: "Relates a document to an event; for example, a paper to a conference."},
927
+ domain: "http://purl.org/ontology/bibo/Document",
928
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
929
+ isDefinedBy: "http://purl.org/ontology/bibo/",
930
+ label: {en: "presented at"},
931
+ range: "http://purl.org/ontology/bibo/Event",
932
+ subPropertyOf: "http://purl.org/NET/c4dm/event.owl#produced_in",
933
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
932
934
  property :presents,
933
- comment: "Relates an event to associated documents; for example, conference to a paper.".freeze,
934
- domain: "http://purl.org/ontology/bibo/Event".freeze,
935
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
936
- inverseOf: "http://purl.org/ontology/bibo/presentedAt".freeze,
937
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
938
- label: "presents".freeze,
939
- range: "http://purl.org/ontology/bibo/Document".freeze,
940
- subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product".freeze,
941
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
935
+ comment: {en: "Relates an event to associated documents; for example, conference to a paper."},
936
+ domain: "http://purl.org/ontology/bibo/Event",
937
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
938
+ inverseOf: "http://purl.org/ontology/bibo/presentedAt",
939
+ isDefinedBy: "http://purl.org/ontology/bibo/",
940
+ label: {en: "presents"},
941
+ range: "http://purl.org/ontology/bibo/Document",
942
+ subPropertyOf: "http://purl.org/NET/c4dm/event.owl#product",
943
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
942
944
  property :producer,
943
- comment: "Producer of a document or a collection of documents.".freeze,
945
+ comment: {en: "Producer of a document or a collection of documents."},
944
946
  domain: term(
945
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
946
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
947
+ type: "http://www.w3.org/2002/07/owl#Class",
948
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
947
949
  ),
948
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
949
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
950
- label: "producer".freeze,
951
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
952
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
950
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
951
+ isDefinedBy: "http://purl.org/ontology/bibo/",
952
+ label: {en: "producer"},
953
+ range: "http://xmlns.com/foaf/0.1/Agent",
954
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
953
955
  property :recipient,
954
- comment: "An agent that receives a communication document.".freeze,
955
- domain: "http://purl.org/ontology/bibo/PersonalCommunicationDocument".freeze,
956
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
957
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
958
- label: "recipient".freeze,
959
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
960
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
956
+ comment: {en: "An agent that receives a communication document."},
957
+ domain: "http://purl.org/ontology/bibo/PersonalCommunicationDocument",
958
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
959
+ isDefinedBy: "http://purl.org/ontology/bibo/",
960
+ label: "recipient",
961
+ range: "http://xmlns.com/foaf/0.1/Agent",
962
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
961
963
  property :reproducedIn,
962
- comment: "The resource in which another resource is reproduced.".freeze,
963
- domain: "http://purl.org/ontology/bibo/Document".freeze,
964
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
965
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
966
- range: "http://purl.org/ontology/bibo/Document".freeze,
967
- subPropertyOf: "http://purl.org/dc/terms/isPartOf".freeze,
968
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
964
+ comment: {en: "The resource in which another resource is reproduced."},
965
+ domain: "http://purl.org/ontology/bibo/Document",
966
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
967
+ isDefinedBy: "http://purl.org/ontology/bibo/",
968
+ range: "http://purl.org/ontology/bibo/Document",
969
+ subPropertyOf: "http://purl.org/dc/terms/isPartOf",
970
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
969
971
  property :reversedBy,
970
- comment: "A legal decision that reverses a ruling.".freeze,
971
- domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
972
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
973
- range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
974
- subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision".freeze,
975
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
972
+ comment: {en: "A legal decision that reverses a ruling."},
973
+ domain: "http://purl.org/ontology/bibo/LegalDecision",
974
+ isDefinedBy: "http://purl.org/ontology/bibo/",
975
+ range: "http://purl.org/ontology/bibo/LegalDecision",
976
+ subPropertyOf: "http://purl.org/ontology/bibo/subsequentLegalDecision",
977
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
976
978
  property :reviewOf,
977
- comment: "Relates a review document to a reviewed thing (resource, item, etc.).".freeze,
978
- domain: "http://purl.org/ontology/bibo/Document".freeze,
979
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
980
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
981
- label: "review of".freeze,
982
- range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
983
- subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
984
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
979
+ comment: {en: "Relates a review document to a reviewed thing (resource, item, etc.)."},
980
+ domain: "http://purl.org/ontology/bibo/Document",
981
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
982
+ isDefinedBy: "http://purl.org/ontology/bibo/",
983
+ label: {en: "review of"},
984
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
985
+ subPropertyOf: "http://purl.org/dc/terms/relation",
986
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
985
987
  property :section,
986
- comment: "A section number".freeze,
987
- domain: "http://purl.org/ontology/bibo/Document".freeze,
988
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
989
- "http://www.w3.org/2004/02/skos/core#example": "Di Rado, Alicia. 1995. Trekking through college: Classes explore\nmodern society using the world of Star trek. Los Angeles Times, March\n15, sec. A, p. 3.".freeze,
990
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
991
- label: "section".freeze,
992
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
993
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
994
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
988
+ comment: {en: "A section number"},
989
+ domain: "http://purl.org/ontology/bibo/Document",
990
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
991
+ "http://www.w3.org/2004/02/skos/core#example": {en: "Di Rado, Alicia. 1995. Trekking through college: Classes explore\nmodern society using the world of Star trek. Los Angeles Times, March\n15, sec. A, p. 3."},
992
+ isDefinedBy: "http://purl.org/ontology/bibo/",
993
+ label: {en: "section"},
994
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
995
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
996
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
995
997
  property :shortDescription,
996
- domain: "http://purl.org/ontology/bibo/Document".freeze,
997
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
998
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
998
+ domain: "http://purl.org/ontology/bibo/Document",
999
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1000
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
999
1001
  property :shortTitle,
1000
- comment: "The abbreviation of a title.".freeze,
1001
- domain: "http://purl.org/ontology/bibo/Document".freeze,
1002
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1003
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1004
- label: "short title".freeze,
1005
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1006
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1002
+ comment: {en: "The abbreviation of a title."},
1003
+ domain: "http://purl.org/ontology/bibo/Document",
1004
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1005
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1006
+ label: {en: "short title"},
1007
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1008
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1007
1009
  property :sici,
1008
1010
  domain: term(
1009
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1010
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1011
+ type: "http://www.w3.org/2002/07/owl#Class",
1012
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
1011
1013
  ),
1012
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1013
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1014
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1014
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1015
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
1016
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1015
1017
  property :status,
1016
- comment: "The publication status of (typically academic) content.".freeze,
1017
- domain: "http://purl.org/ontology/bibo/Document".freeze,
1018
- editorialNote: "We are not defining, using an enumeration, the range of the bibo:status to the defined list of bibo:DocumentStatus. We won't do it because we want people to be able to define new status if needed by some special usecases. Creating such an enumeration would restrict this to happen.".freeze,
1019
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1020
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1021
- label: "status".freeze,
1022
- range: "http://purl.org/ontology/bibo/DocumentStatus".freeze,
1023
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1018
+ comment: {en: "The publication status of (typically academic) content."},
1019
+ domain: "http://purl.org/ontology/bibo/Document",
1020
+ editorialNote: {en: "We are not defining, using an enumeration, the range of the bibo:status to the defined list of bibo:DocumentStatus. We won't do it because we want people to be able to define new status if needed by some special usecases. Creating such an enumeration would restrict this to happen."},
1021
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1022
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1023
+ label: {en: "status"},
1024
+ range: "http://purl.org/ontology/bibo/DocumentStatus",
1025
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1024
1026
  property :subsequentLegalDecision,
1025
- comment: "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).".freeze,
1026
- domain: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1027
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1028
- range: "http://purl.org/ontology/bibo/LegalDecision".freeze,
1029
- subPropertyOf: "http://purl.org/dc/terms/isReferencedBy".freeze,
1030
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1027
+ comment: {en: "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."},
1028
+ domain: "http://purl.org/ontology/bibo/LegalDecision",
1029
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1030
+ range: "http://purl.org/ontology/bibo/LegalDecision",
1031
+ subPropertyOf: "http://purl.org/dc/terms/isReferencedBy",
1032
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1031
1033
  property :suffixName,
1032
- comment: "The suffix of a name".freeze,
1033
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
1034
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1035
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1036
- label: "suffix name".freeze,
1037
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1038
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1034
+ comment: {en: "The suffix of a name"},
1035
+ domain: "http://xmlns.com/foaf/0.1/Agent",
1036
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1037
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1038
+ label: {en: "suffix name"},
1039
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1040
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1039
1041
  property :transcriptOf,
1040
- comment: "Relates a document to some transcribed original.".freeze,
1041
- domain: "http://purl.org/ontology/bibo/Document".freeze,
1042
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
1043
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1044
- label: "transcript of".freeze,
1045
- range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
1046
- subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
1047
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1042
+ comment: {en: "Relates a document to some transcribed original."},
1043
+ domain: "http://purl.org/ontology/bibo/Document",
1044
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
1045
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1046
+ label: {en: "transcript of"},
1047
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1048
+ subPropertyOf: "http://purl.org/dc/terms/relation",
1049
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1048
1050
  property :translationOf,
1049
- comment: "Relates a translated document to the original document.".freeze,
1050
- domain: "http://purl.org/ontology/bibo/Document".freeze,
1051
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1052
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1053
- label: "translation of".freeze,
1054
- range: "http://purl.org/ontology/bibo/Document".freeze,
1055
- subPropertyOf: "http://purl.org/dc/terms/isVersionOf".freeze,
1056
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1051
+ comment: {en: "Relates a translated document to the original document."},
1052
+ domain: "http://purl.org/ontology/bibo/Document",
1053
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1054
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1055
+ label: {en: "translation of"},
1056
+ range: "http://purl.org/ontology/bibo/Document",
1057
+ subPropertyOf: "http://purl.org/dc/terms/isVersionOf",
1058
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1057
1059
  property :translator,
1058
- comment: "A person who translates written document from one language to another.".freeze,
1060
+ comment: {en: "A person who translates written document from one language to another."},
1059
1061
  domain: term(
1060
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1061
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1062
+ type: "http://www.w3.org/2002/07/owl#Class",
1063
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
1062
1064
  ),
1063
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1064
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1065
- label: "translator".freeze,
1066
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
1067
- subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
1068
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1065
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1066
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1067
+ label: "translator",
1068
+ range: "http://xmlns.com/foaf/0.1/Agent",
1069
+ subPropertyOf: "http://purl.org/dc/terms/contributor",
1070
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1069
1071
  property :upc,
1070
1072
  domain: term(
1071
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1072
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1073
+ type: "http://www.w3.org/2002/07/owl#Class",
1074
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
1073
1075
  ),
1074
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1075
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1076
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1076
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1077
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
1078
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1077
1079
  property :uri,
1078
- comment: "Universal Resource Identifier of a document".freeze,
1080
+ comment: {en: "Universal Resource Identifier of a document"},
1079
1081
  domain: term(
1080
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
1081
- unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
1082
+ type: "http://www.w3.org/2002/07/owl#Class",
1083
+ unionOf: list("http://purl.org/ontology/bibo/Collection", "http://purl.org/ontology/bibo/Document")
1082
1084
  ),
1083
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1084
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1085
- label: "uri".freeze,
1086
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1087
- subPropertyOf: "http://purl.org/ontology/bibo/identifier".freeze,
1088
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1085
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1086
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1087
+ label: {en: "uri"},
1088
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1089
+ subPropertyOf: "http://purl.org/ontology/bibo/identifier",
1090
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1089
1091
  property :volume,
1090
- comment: "A volume number".freeze,
1091
- domain: "http://purl.org/ontology/bibo/Document".freeze,
1092
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1093
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1094
- label: "volume".freeze,
1095
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1096
- subPropertyOf: "http://purl.org/ontology/bibo/locator".freeze,
1097
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1092
+ comment: {en: "A volume number"},
1093
+ domain: "http://purl.org/ontology/bibo/Document",
1094
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1095
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1096
+ label: {en: "volume"},
1097
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1098
+ subPropertyOf: "http://purl.org/ontology/bibo/locator",
1099
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1098
1100
 
1099
1101
  # Extra definitions
1100
1102
  term :bdarcus,
1101
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/net/darcusb/info#me".freeze,
1102
- "http://xmlns.com/foaf/0.1/name": "Bruce D'Arcus".freeze,
1103
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1104
- type: ["http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze, "http://xmlns.com/foaf/0.1/Person".freeze]
1103
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/net/darcusb/info#me",
1104
+ "http://xmlns.com/foaf/0.1/name": "Bruce D'Arcus",
1105
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1106
+ type: ["http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing", "http://xmlns.com/foaf/0.1/Person"]
1105
1107
  term :"degrees/ma",
1106
- comment: "masters degree in arts".freeze,
1107
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1108
- label: "M.A.".freeze,
1109
- type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1108
+ comment: {en: "masters degree in arts"},
1109
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1110
+ label: {en: "M.A."},
1111
+ type: ["http://purl.org/ontology/bibo/ThesisDegree", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1110
1112
  term :"degrees/ms",
1111
- comment: "masters degree in science".freeze,
1112
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1113
- label: "M.S.".freeze,
1114
- type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1113
+ comment: {en: "masters degree in science"},
1114
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1115
+ label: {en: "M.S."},
1116
+ type: ["http://purl.org/ontology/bibo/ThesisDegree", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1115
1117
  term :"degrees/phd",
1116
- comment: "PhD degree".freeze,
1117
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1118
- label: "PhD degree".freeze,
1119
- type: ["http://purl.org/ontology/bibo/ThesisDegree".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1118
+ comment: {en: "PhD degree"},
1119
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1120
+ label: {en: "PhD degree"},
1121
+ type: ["http://purl.org/ontology/bibo/ThesisDegree", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1120
1122
  term :fgiasson,
1121
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://fgiasson.com/me/".freeze,
1122
- "http://xmlns.com/foaf/0.1/name": "Frederick Giasson".freeze,
1123
- isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
1124
- type: ["http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze, "http://xmlns.com/foaf/0.1/Person".freeze]
1123
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://fgiasson.com/me/",
1124
+ "http://xmlns.com/foaf/0.1/name": "Frederick Giasson",
1125
+ isDefinedBy: "http://purl.org/ontology/bibo/",
1126
+ type: ["http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing", "http://xmlns.com/foaf/0.1/Person"]
1125
1127
  term :"status/accepted",
1126
- comment: "Accepted for publication after peer reviewing.".freeze,
1127
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1128
- label: "accepted".freeze,
1129
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1128
+ comment: {en: "Accepted for publication after peer reviewing."},
1129
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1130
+ label: {en: "accepted"},
1131
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1130
1132
  term :"status/draft",
1131
- comment: "Document drafted".freeze,
1132
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1133
- label: "draft".freeze,
1134
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1133
+ comment: {en: "Document drafted"},
1134
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1135
+ label: {en: "draft"},
1136
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1135
1137
  term :"status/forthcoming",
1136
- comment: "Document to be published".freeze,
1137
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1138
- label: "forthcoming".freeze,
1139
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1138
+ comment: {en: "Document to be published"},
1139
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1140
+ label: {en: "forthcoming"},
1141
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1140
1142
  term :"status/legal",
1141
- comment: "Legal document".freeze,
1142
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1143
- label: "legal".freeze,
1144
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1143
+ comment: {en: "Legal document"},
1144
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1145
+ label: {en: "legal"},
1146
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1145
1147
  term :"status/nonPeerReviewed",
1146
- comment: "A document that is not peer reviewed".freeze,
1147
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1148
- label: "non peer reviewed".freeze,
1149
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1148
+ comment: {en: "A document that is not peer reviewed"},
1149
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1150
+ label: {en: "non peer reviewed"},
1151
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1150
1152
  term :"status/peerReviewed",
1151
- comment: "The process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication.".freeze,
1152
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1153
- label: "peer reviewed".freeze,
1154
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1153
+ comment: {en: "The process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication."},
1154
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1155
+ label: {en: "peer reviewed"},
1156
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1155
1157
  term :"status/published",
1156
- comment: "Published document".freeze,
1157
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1158
- label: "published".freeze,
1159
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1158
+ comment: {en: "Published document"},
1159
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1160
+ label: {en: "published"},
1161
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1160
1162
  term :"status/rejected",
1161
- comment: "Rejected for publication after peer reviewing.".freeze,
1162
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1163
- label: "rejected".freeze,
1164
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1163
+ comment: {en: "Rejected for publication after peer reviewing."},
1164
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1165
+ label: {en: "rejected"},
1166
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1165
1167
  term :"status/unpublished",
1166
- comment: "Unpublished document".freeze,
1167
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
1168
- label: "unpublished".freeze,
1169
- type: ["http://purl.org/ontology/bibo/DocumentStatus".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze]
1168
+ comment: {en: "Unpublished document"},
1169
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
1170
+ label: {en: "unpublished"},
1171
+ type: ["http://purl.org/ontology/bibo/DocumentStatus", "http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Thing"]
1170
1172
  end
1171
1173
  end