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,54 +3,52 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://purl.org/spar/datacite/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://purl.org/spar/datacite/>
8
- # class DataCite < RDF::StrictVocabulary
9
- # end
6
+ # # Vocabulary for <http://purl.org/spar/datacite/>
7
+ # @!visibility private
10
8
  DataCite = Class.new(RDF::StrictVocabulary("http://purl.org/spar/datacite/")) do
11
9
 
12
10
  # Ontology definition
13
11
  ontology :"http://purl.org/spar/datacite/",
14
12
  comment: %(This ontology is available at http://purl.org/spar/datacite/, and uses the namespace prefix datacite.).freeze,
15
- "http://purl.org/dc/elements/1.1/contributor": ["Amy J. Barton".freeze, "Egbert Gramsbergen".freeze, "Jan Ashton".freeze, "Marie-Christine Jacquemot".freeze],
16
- "http://purl.org/dc/elements/1.1/creator": ["David Shotton".freeze, "Silvio Peroni".freeze],
17
- "http://purl.org/dc/elements/1.1/date": "2016-01-21".freeze,
18
- "http://purl.org/dc/elements/1.1/description": ["The DataCite Ontology is an ontology written in OWL 2 DL to enable the metadata properties of the [DataCite Metadata Kernel Specification version 3.1](https://www.datacite.org/sites/default/files/document/DataCite-MetadataSchema_V31_Final_8-24-2015_0.pdf) to be described in RDF. \n\nThis version of the DataCite Ontology has been completely revised and significantly expanded to permit accurate mapping of this new version of the DataCite Metadata Kernel Specification to RDF.".freeze, "https://svn.code.sf.net/p/sempublishing/code/DataCite/datacite.png".freeze],
19
- "http://purl.org/dc/elements/1.1/rights": "This work is distributed under a Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/).".freeze,
20
- "http://purl.org/dc/elements/1.1/title": "The DataCite Ontology".freeze,
21
- "http://www.w3.org/2002/07/owl#imports": ["http://purl.org/co".freeze, "http://www.essepuntato.it/2010/06/literalreification".freeze],
22
- "http://www.w3.org/2002/07/owl#priorVersion": "http://svn.code.sf.net/p/sempublishing/code/DataCite/2014-05-21-datacite-0_6_4_1.owl".freeze,
23
- "http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
24
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
13
+ "http://purl.org/dc/elements/1.1/contributor": ["Amy J. Barton", "Egbert Gramsbergen", "Jan Ashton", "Marie-Christine Jacquemot"],
14
+ "http://purl.org/dc/elements/1.1/creator": ["David Shotton", "Silvio Peroni"],
15
+ "http://purl.org/dc/elements/1.1/date": "2016-01-21",
16
+ "http://purl.org/dc/elements/1.1/description": ["The DataCite Ontology is an ontology written in OWL 2 DL to enable the metadata properties of the [DataCite Metadata Kernel Specification version 3.1](https://www.datacite.org/sites/default/files/document/DataCite-MetadataSchema_V31_Final_8-24-2015_0.pdf) to be described in RDF. \n\nThis version of the DataCite Ontology has been completely revised and significantly expanded to permit accurate mapping of this new version of the DataCite Metadata Kernel Specification to RDF.", "https://svn.code.sf.net/p/sempublishing/code/DataCite/datacite.png"],
17
+ "http://purl.org/dc/elements/1.1/rights": "This work is distributed under a Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/).",
18
+ "http://purl.org/dc/elements/1.1/title": "The DataCite Ontology",
19
+ "http://www.w3.org/2002/07/owl#imports": ["http://purl.org/co", "http://www.essepuntato.it/2010/06/literalreification"],
20
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://svn.code.sf.net/p/sempublishing/code/DataCite/2014-05-21-datacite-0_6_4_1.owl",
21
+ "http://www.w3.org/2002/07/owl#versionInfo": "1.0",
22
+ type: "http://www.w3.org/2002/07/owl#Ontology"
25
23
 
26
24
  # Class definitions
27
25
  term :AgentIdentifier,
28
26
  comment: %(An identifier that uniquely identities an individual agent, belonging to a particular identifier scheme specified by an individual within the class datacite:AgentIdentifierScheme \(or any of its subclasses\).).freeze,
29
- label: "agent identifier".freeze,
30
- "http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
31
- subClassOf: ["http://purl.org/spar/datacite/Identifier".freeze, term(
32
- allValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier".freeze,
33
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
34
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
27
+ label: "agent identifier",
28
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/ResourceIdentifier",
29
+ subClassOf: ["http://purl.org/spar/datacite/Identifier", term(
30
+ allValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier",
31
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
32
+ type: "http://www.w3.org/2002/07/owl#Restriction"
35
33
  )],
36
- type: "http://www.w3.org/2002/07/owl#Class".freeze
34
+ type: "http://www.w3.org/2002/07/owl#Class"
37
35
  term :AgentIndetifierScheme,
38
36
  comment: %(The identifier scheme used to identify an agent. Individual schemes are defines as members of its sub-classes.).freeze,
39
- label: "agent identifier scheme".freeze,
40
- subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme".freeze, term(
37
+ label: "agent identifier scheme",
38
+ subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme", term(
41
39
  onProperty: term(
42
- inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze
40
+ inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
43
41
  ),
44
- someValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier".freeze,
45
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
42
+ someValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier",
43
+ type: "http://www.w3.org/2002/07/owl#Restriction"
46
44
  )],
47
- type: "http://www.w3.org/2002/07/owl#Class".freeze
45
+ type: "http://www.w3.org/2002/07/owl#Class"
48
46
  term :AlternateResourceIdentifier,
49
47
  comment: %(An identifier other than a DOI that is used as an alternative identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record, belonging to a particular scheme such as ISBN specified by an individual that is a member of the class datacite:ResourceIdentifierScheme. ).freeze,
50
- label: "alternate resource identifier".freeze,
51
- "http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/PrimaryResourceIdentifier".freeze,
52
- subClassOf: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
53
- type: "http://www.w3.org/2002/07/owl#Class".freeze
48
+ label: "alternate resource identifier",
49
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/PrimaryResourceIdentifier",
50
+ subClassOf: "http://purl.org/spar/datacite/ResourceIdentifier",
51
+ type: "http://www.w3.org/2002/07/owl#Class"
54
52
  term :DescriptionType,
55
53
  comment: %(This class permits classification of the type of description given to a resource described by the DataCite Metadata schema. Individual members of the class conform to the five values allowed in the DataCite controlled list, namely:
56
54
 
@@ -59,49 +57,49 @@ module RDF::Vocab
59
57
  * series-information;
60
58
  * table-of-content;
61
59
  * other.).freeze,
62
- label: "description type".freeze,
63
- subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
64
- type: "http://www.w3.org/2002/07/owl#Class".freeze
60
+ label: "description type",
61
+ subClassOf: "http://www.w3.org/2004/02/skos/core#Concept",
62
+ type: "http://www.w3.org/2002/07/owl#Class"
65
63
  term :FunderIdentifier,
66
64
  comment: %(An identifier that uniquely identities a funding agency, belonging to a particular scheme such as FundRef specified by an individual within the class datacite:FunderIdentifierScheme.).freeze,
67
- label: "funder identifier".freeze,
68
- subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier".freeze, term(
69
- allValuesFrom: "http://purl.org/spar/datacite/FunderIdentifierScheme".freeze,
70
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
71
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
65
+ label: "funder identifier",
66
+ subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier", term(
67
+ allValuesFrom: "http://purl.org/spar/datacite/FunderIdentifierScheme",
68
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
69
+ type: "http://www.w3.org/2002/07/owl#Restriction"
72
70
  )],
73
- type: "http://www.w3.org/2002/07/owl#Class".freeze
71
+ type: "http://www.w3.org/2002/07/owl#Class"
74
72
  term :FunderIdentifierScheme,
75
73
  comment: %(The identifier scheme used to identify a funding agency. Individual schemes are defines as members of this class. At present, the only individual of this class is datacite:fundref.).freeze,
76
- label: "funder identifier scheme".freeze,
77
- subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme".freeze, term(
74
+ label: "funder identifier scheme",
75
+ subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme", term(
78
76
  onProperty: term(
79
- inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze
77
+ inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
80
78
  ),
81
- someValuesFrom: "http://purl.org/spar/datacite/FunderIdentifier".freeze,
82
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
79
+ someValuesFrom: "http://purl.org/spar/datacite/FunderIdentifier",
80
+ type: "http://www.w3.org/2002/07/owl#Restriction"
83
81
  )],
84
- type: "http://www.w3.org/2002/07/owl#Class".freeze
82
+ type: "http://www.w3.org/2002/07/owl#Class"
85
83
  term :Identifier,
86
84
  comment: %(An identifier that uniquely identities an entity – such as a funding agency, a person and a resource – belonging to a particular scheme such as those specified by individuals of the class datacite:IdentifierScheme.).freeze,
87
- label: "identifier".freeze,
88
- subClassOf: ["http://www.essepuntato.it/2010/06/literalreification/Literal".freeze, term(
89
- cardinality: "1".freeze,
85
+ label: "identifier",
86
+ subClassOf: ["http://www.essepuntato.it/2010/06/literalreification/Literal", term(
87
+ cardinality: "1",
90
88
  onProperty: term(
91
- inverseOf: "http://purl.org/spar/datacite/hasIdentifier".freeze
89
+ inverseOf: "http://purl.org/spar/datacite/hasIdentifier"
92
90
  ),
93
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
91
+ type: "http://www.w3.org/2002/07/owl#Restriction"
94
92
  ), term(
95
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
96
- "http://www.w3.org/2002/07/owl#onClass": "http://purl.org/spar/datacite/IdentifierScheme".freeze,
97
- "http://www.w3.org/2002/07/owl#qualifiedCardinality": "1".freeze,
98
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
93
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
94
+ "http://www.w3.org/2002/07/owl#onClass": "http://purl.org/spar/datacite/IdentifierScheme",
95
+ "http://www.w3.org/2002/07/owl#qualifiedCardinality": "1",
96
+ type: "http://www.w3.org/2002/07/owl#Restriction"
99
97
  )],
100
- type: "http://www.w3.org/2002/07/owl#Class".freeze
98
+ type: "http://www.w3.org/2002/07/owl#Class"
101
99
  term :IdentifierScheme,
102
100
  comment: %(The identifier scheme used to identify an entity such as a funding agency, a person or a resource. Individual schemes are defines as members of this class.).freeze,
103
- label: "identifier scheme".freeze,
104
- type: "http://www.w3.org/2002/07/owl#Class".freeze
101
+ label: "identifier scheme",
102
+ type: "http://www.w3.org/2002/07/owl#Class"
105
103
  term :MetadataScheme,
106
104
  comment: %(The class that describe metadata schemes used for creating a metadata document referring to a certain resource.
107
105
 
@@ -113,121 +111,121 @@ Neither a class for metadata documents nor a property linking a resource to its
113
111
  datacite:usesMetadataScheme datacite:spar .
114
112
 
115
113
  In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(not included in this ontology as well\) for defining the actual URL of a certain metadata scheme.).freeze,
116
- label: "metadata scheme".freeze,
117
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/cito/citesAsMetadataDocument".freeze, "http://purl.org/spar/fabio/MetadataDocument".freeze],
118
- type: "http://www.w3.org/2002/07/owl#Class".freeze
114
+ label: "metadata scheme",
115
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/cito/citesAsMetadataDocument", "http://purl.org/spar/fabio/MetadataDocument"],
116
+ type: "http://www.w3.org/2002/07/owl#Class"
119
117
  term :OrganizationIdentifier,
120
118
  comment: %(An identifier that uniquely identities an individual organization, belonging to a particular identifier scheme such as ISNI specified by an individual within the class datacite:OrganizationIdentifierScheme.).freeze,
121
- label: "organization identifier".freeze,
122
- subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier".freeze, term(
123
- allValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier".freeze,
124
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
125
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
119
+ label: "organization identifier",
120
+ subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier", term(
121
+ allValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier",
122
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
123
+ type: "http://www.w3.org/2002/07/owl#Restriction"
126
124
  )],
127
- type: "http://www.w3.org/2002/07/owl#Class".freeze
125
+ type: "http://www.w3.org/2002/07/owl#Class"
128
126
  term :OrganizationIdentifierScheme,
129
127
  comment: %(The identifier scheme used to identify an organization. Individual schemes are defines as members of this class.).freeze,
130
- label: "organization identifier scheme".freeze,
131
- subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme".freeze, term(
128
+ label: "organization identifier scheme",
129
+ subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme", term(
132
130
  onProperty: term(
133
- inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze
131
+ inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
134
132
  ),
135
- someValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier".freeze,
136
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
133
+ someValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier",
134
+ type: "http://www.w3.org/2002/07/owl#Restriction"
137
135
  )],
138
- type: "http://www.w3.org/2002/07/owl#Class".freeze
136
+ type: "http://www.w3.org/2002/07/owl#Class"
139
137
  term :PersonalIdentifier,
140
138
  comment: %(An identifier that uniquely identities an individual person, belonging to a particular identifier scheme such as ORCID specified by an individual within the class datacite:PersonalIdentifierScheme.).freeze,
141
- label: "personal identifier".freeze,
142
- subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier".freeze, term(
143
- allValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze,
144
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
145
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
139
+ label: "personal identifier",
140
+ subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier", term(
141
+ allValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifierScheme",
142
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
143
+ type: "http://www.w3.org/2002/07/owl#Restriction"
146
144
  )],
147
- type: "http://www.w3.org/2002/07/owl#Class".freeze
145
+ type: "http://www.w3.org/2002/07/owl#Class"
148
146
  term :PersonalIdentifierScheme,
149
147
  comment: %(The identifier scheme used to identify a person. Individual schemes are defines as members of this class.).freeze,
150
- label: "personal identifier scheme".freeze,
151
- subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme".freeze, term(
148
+ label: "personal identifier scheme",
149
+ subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme", term(
152
150
  onProperty: term(
153
- inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze
151
+ inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
154
152
  ),
155
- someValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifier".freeze,
156
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
153
+ someValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifier",
154
+ type: "http://www.w3.org/2002/07/owl#Restriction"
157
155
  )],
158
- type: "http://www.w3.org/2002/07/owl#Class".freeze
156
+ type: "http://www.w3.org/2002/07/owl#Class"
159
157
  term :PrimaryResourceIdentifier,
160
158
  comment: %(An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record. Within the DataCite metadata record, a Digital Object Identifier is the only permitted primary resource identifier scheme, specified by the individual datacite:doi, that is a member of the class datacite:ResourceIdentifierScheme.).freeze,
161
- label: "primary resource identifier".freeze,
162
- subClassOf: ["http://purl.org/spar/datacite/ResourceIdentifier".freeze, term(
163
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
164
- "http://www.w3.org/2002/07/owl#hasValue": "http://purl.org/spar/datacite/doi".freeze,
165
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
159
+ label: "primary resource identifier",
160
+ subClassOf: ["http://purl.org/spar/datacite/ResourceIdentifier", term(
161
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
162
+ "http://www.w3.org/2002/07/owl#hasValue": "http://purl.org/spar/datacite/doi",
163
+ type: "http://www.w3.org/2002/07/owl#Restriction"
166
164
  )],
167
- type: "http://www.w3.org/2002/07/owl#Class".freeze
165
+ type: "http://www.w3.org/2002/07/owl#Class"
168
166
  term :ResourceIdentifier,
169
167
  comment: %(An identifier that is used to uniquely identifies a resource.).freeze,
170
- label: "resource identifier".freeze,
171
- subClassOf: ["http://purl.org/spar/datacite/Identifier".freeze, term(
172
- allValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze,
173
- onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze,
174
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
168
+ label: "resource identifier",
169
+ subClassOf: ["http://purl.org/spar/datacite/Identifier", term(
170
+ allValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifierScheme",
171
+ onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme",
172
+ type: "http://www.w3.org/2002/07/owl#Restriction"
175
173
  )],
176
- type: "http://www.w3.org/2002/07/owl#Class".freeze
174
+ type: "http://www.w3.org/2002/07/owl#Class"
177
175
  term :ResourceIdentifierScheme,
178
176
  comment: %(The identifier scheme used to identify a resource. Individual schemes are defines as members of this class. For DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier.).freeze,
179
- label: "resource identifier scheme".freeze,
180
- subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme".freeze, term(
177
+ label: "resource identifier scheme",
178
+ subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme", term(
181
179
  onProperty: term(
182
- inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme".freeze
180
+ inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
183
181
  ),
184
- someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
185
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
182
+ someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier",
183
+ type: "http://www.w3.org/2002/07/owl#Restriction"
186
184
  )],
187
- type: "http://www.w3.org/2002/07/owl#Class".freeze
185
+ type: "http://www.w3.org/2002/07/owl#Class"
188
186
 
189
187
  # Property definitions
190
188
  property :hasCreatorList,
191
189
  comment: %(This property allows one to specify the list of the creators of a certain resource.).freeze,
192
190
  domain: term(
193
- onProperty: "http://purl.org/spar/datacite/hasIdentifier".freeze,
194
- someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
195
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
191
+ onProperty: "http://purl.org/spar/datacite/hasIdentifier",
192
+ someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier",
193
+ type: "http://www.w3.org/2002/07/owl#Restriction"
196
194
  ),
197
- label: "has creator list".freeze,
198
- range: "http://purl.org/co/List".freeze,
199
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
195
+ label: "has creator list",
196
+ range: "http://purl.org/co/List",
197
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
200
198
  property :hasDescription,
201
199
  comment: %(An object property permitting specification of an entity used to describe a resource.).freeze,
202
200
  domain: term(
203
- onProperty: "http://purl.org/spar/datacite/hasIdentifier".freeze,
204
- someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
205
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
201
+ onProperty: "http://purl.org/spar/datacite/hasIdentifier",
202
+ someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier",
203
+ type: "http://www.w3.org/2002/07/owl#Restriction"
206
204
  ),
207
- label: "has description".freeze,
205
+ label: "has description",
208
206
  range: term(
209
- cardinality: "1".freeze,
210
- onProperty: "http://purl.org/spar/datacite/hasDescriptionType".freeze,
211
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
207
+ cardinality: "1",
208
+ onProperty: "http://purl.org/spar/datacite/hasDescriptionType",
209
+ type: "http://www.w3.org/2002/07/owl#Restriction"
212
210
  ),
213
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
211
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
214
212
  property :hasDescriptionType,
215
213
  comment: %(An object property permitting specification of the type of description used to describe a resource, defined as an individual of the class datacite:DescriptionType from the DataCite controlled list of Abstract, SeriesInformation, TableOfContent and Other.).freeze,
216
214
  domain: term(
217
215
  allValuesFrom: term(
218
- onProperty: "http://purl.org/spar/datacite/hasIdentifier".freeze,
219
- someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
220
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
216
+ onProperty: "http://purl.org/spar/datacite/hasIdentifier",
217
+ someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier",
218
+ type: "http://www.w3.org/2002/07/owl#Restriction"
221
219
  ),
222
220
  onProperty: term(
223
- inverseOf: "http://purl.org/spar/datacite/hasDescription".freeze
221
+ inverseOf: "http://purl.org/spar/datacite/hasDescription"
224
222
  ),
225
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
223
+ type: "http://www.w3.org/2002/07/owl#Restriction"
226
224
  ),
227
- label: "has description type".freeze,
228
- range: "http://purl.org/spar/datacite/DescriptionType".freeze,
229
- subPropertyOf: "http://purl.org/dc/terms/type".freeze,
230
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
225
+ label: "has description type",
226
+ range: "http://purl.org/spar/datacite/DescriptionType",
227
+ subPropertyOf: "http://purl.org/dc/terms/type",
228
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
231
229
  property :hasGeneralResourceType,
232
230
  comment: %(An object property permitting specification of the general type of a resource, defined from the DataCite controlled list, namely:
233
231
 
@@ -248,239 +246,239 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
248
246
 
249
247
  All the prefixes used here refer to external ontologies, i.e., DC Metadata Terms \(dcmitype: http://purl.org/dc/dcmitype/\), FaBiO \(fabio: http://purl.org/spar/fabio/\), and FRBR \(frbr: http://purl.org/vocab/frbr/core#\).).freeze,
250
248
  domain: term(
251
- onProperty: "http://purl.org/spar/datacite/hasIdentifier".freeze,
252
- someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier".freeze,
253
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
249
+ onProperty: "http://purl.org/spar/datacite/hasIdentifier",
250
+ someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier",
251
+ type: "http://www.w3.org/2002/07/owl#Restriction"
254
252
  ),
255
- label: "has general resource type".freeze,
256
- range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
257
- subPropertyOf: "http://purl.org/dc/terms/type".freeze,
258
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
253
+ label: "has general resource type",
254
+ range: "http://www.w3.org/2004/02/skos/core#Concept",
255
+ subPropertyOf: "http://purl.org/dc/terms/type",
256
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
259
257
  property :hasIdentifier,
260
258
  comment: %(An object property specifying a datacite:Identifier that provides a unique identifer for the entity \(either a funder, a person or a resource\).).freeze,
261
- label: "has identifier".freeze,
262
- range: "http://purl.org/spar/datacite/Identifier".freeze,
263
- type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
259
+ label: "has identifier",
260
+ range: "http://purl.org/spar/datacite/Identifier",
261
+ type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
264
262
  property :usesIdentifierScheme,
265
263
  comment: %(An object property permitting specification of the identifier scheme used to provide the identifier for an entity – either a funder, a person or a resource – defined as an individual of the class datacite:IdentifierScheme.).freeze,
266
- domain: "http://purl.org/spar/datacite/Identifier".freeze,
267
- label: "uses identifier scheme".freeze,
268
- range: "http://purl.org/spar/datacite/IdentifierScheme".freeze,
269
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
264
+ domain: "http://purl.org/spar/datacite/Identifier",
265
+ label: "uses identifier scheme",
266
+ range: "http://purl.org/spar/datacite/IdentifierScheme",
267
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
270
268
  property :usesMetadataScheme,
271
269
  comment: %(The link between a metadata document and the scheme followed for creating metadata.).freeze,
272
- label: "uses metadata scheme".freeze,
273
- range: "http://purl.org/spar/datacite/MetadataScheme".freeze,
274
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
270
+ label: "uses metadata scheme",
271
+ range: "http://purl.org/spar/datacite/MetadataScheme",
272
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
275
273
 
276
274
  # Extra definitions
277
275
  term :abstract,
278
276
  comment: %(A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents.).freeze,
279
- label: "abstract".freeze,
280
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/fabio/Abstract".freeze,
281
- type: ["http://purl.org/spar/datacite/DescriptionType".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
277
+ label: "abstract",
278
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/fabio/Abstract",
279
+ type: ["http://purl.org/spar/datacite/DescriptionType", "http://www.w3.org/2002/07/owl#NamedIndividual"]
282
280
  term :ark,
283
281
  comment: %(Archival Resource Key.).freeze,
284
- "http://purl.org/spar/fabio/hasURL": "https://confluence.ucop.edu/display/Curation/ARK".freeze,
285
- label: "ark".freeze,
286
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
282
+ "http://purl.org/spar/fabio/hasURL": "https://confluence.ucop.edu/display/Curation/ARK",
283
+ label: "ark",
284
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
287
285
  term :arxiv,
288
286
  comment: %(Identifier for ArXiv \(http://arxiv.org/\), a open access repository of preprints, having the format arXiv:1207.2147.).freeze,
289
- "http://purl.org/spar/fabio/hasURL": "http://arxiv.org/".freeze,
290
- label: "arxiv".freeze,
291
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
287
+ "http://purl.org/spar/fabio/hasURL": "http://arxiv.org/",
288
+ label: "arxiv",
289
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
292
290
  term :bibcode,
293
291
  comment: %(It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".).freeze,
294
- label: "bibcode".freeze,
295
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
292
+ label: "bibcode",
293
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
296
294
  term :dia,
297
295
  comment: %(The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.).freeze,
298
- "http://purl.org/spar/fabio/hasURL": "http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx".freeze,
299
- label: "dia".freeze,
300
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
296
+ "http://purl.org/spar/fabio/hasURL": "http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx",
297
+ label: "dia",
298
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
301
299
  term :doi,
302
300
  comment: %(Digital Object Identier.).freeze,
303
- "http://purl.org/spar/fabio/hasURL": "http://www.doi.org/".freeze,
304
- label: "doi".freeze,
305
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
301
+ "http://purl.org/spar/fabio/hasURL": "http://www.doi.org/",
302
+ label: "doi",
303
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
306
304
  term :ean13,
307
305
  comment: %(International Article Number).freeze,
308
- "http://purl.org/spar/fabio/hasURL": "http://www.gs1.org/".freeze,
309
- label: "ean13".freeze,
310
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/EAN13".freeze,
311
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
306
+ "http://purl.org/spar/fabio/hasURL": "http://www.gs1.org/",
307
+ label: "ean13",
308
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/EAN13",
309
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
312
310
  term :eissn,
313
311
  comment: %(Electronic International Standard Serial Number).freeze,
314
- "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/".freeze,
315
- label: "eissn".freeze,
316
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
312
+ "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/",
313
+ label: "eissn",
314
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
317
315
  term :fundref,
318
316
  comment: %(FundRef is a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research. ).freeze,
319
- "http://purl.org/spar/fabio/hasURL": "http://www.crossref.org/fundref/index.html".freeze,
320
- label: "fundref".freeze,
321
- type: ["http://purl.org/spar/datacite/FunderIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
317
+ "http://purl.org/spar/fabio/hasURL": "http://www.crossref.org/fundref/index.html",
318
+ label: "fundref",
319
+ type: ["http://purl.org/spar/datacite/FunderIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
322
320
  term :handle,
323
321
  comment: %(The Handle system).freeze,
324
- "http://purl.org/spar/fabio/hasURL": "http://www.handle.net/".freeze,
325
- label: "handle".freeze,
326
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
322
+ "http://purl.org/spar/fabio/hasURL": "http://www.handle.net/",
323
+ label: "handle",
324
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
327
325
  term :infouri,
328
326
  comment: %(Info URI scheme).freeze,
329
- "http://purl.org/spar/fabio/hasURL": "http://info-uri.info/registry/docs/misc/faq.html".freeze,
330
- label: "infouri".freeze,
331
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
327
+ "http://purl.org/spar/fabio/hasURL": "http://info-uri.info/registry/docs/misc/faq.html",
328
+ label: "infouri",
329
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
332
330
  term :isbn,
333
331
  comment: %(International Standard Book Number).freeze,
334
- "http://purl.org/spar/fabio/hasURL": "http://www.isbn-international.org/".freeze,
335
- label: "isbn".freeze,
336
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
332
+ "http://purl.org/spar/fabio/hasURL": "http://www.isbn-international.org/",
333
+ label: "isbn",
334
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
337
335
  term :isni,
338
336
  comment: %(International Standard Name Identifier scheme.).freeze,
339
- "http://purl.org/spar/fabio/hasURL": "http://www.isni.org/".freeze,
340
- label: "isni".freeze,
341
- type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme".freeze, "http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
337
+ "http://purl.org/spar/fabio/hasURL": "http://www.isni.org/",
338
+ label: "isni",
339
+ type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme", "http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
342
340
  term :issn,
343
341
  comment: %(International Standard Serial Number).freeze,
344
- "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/".freeze,
345
- label: "issn".freeze,
346
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
342
+ "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/",
343
+ label: "issn",
344
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
347
345
  term :istc,
348
346
  comment: %(International Standard Text Code).freeze,
349
- "http://purl.org/spar/fabio/hasURL": "http://www.istc-international.org/html/".freeze,
350
- label: "istc".freeze,
351
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
347
+ "http://purl.org/spar/fabio/hasURL": "http://www.istc-international.org/html/",
348
+ label: "istc",
349
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
352
350
  term :jst,
353
351
  comment: %(Japanese Science and Technology Agency identifier scheme).freeze,
354
- label: "jst".freeze,
355
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
352
+ label: "jst",
353
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
356
354
  term :lissn,
357
355
  comment: %(Linking International Standard Serial Number).freeze,
358
- "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/".freeze,
359
- label: "lissn".freeze,
360
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
356
+ "http://purl.org/spar/fabio/hasURL": "http://www.issn.org/",
357
+ label: "lissn",
358
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
361
359
  term :"local-funder-identifier-scheme",
362
360
  comment: %(A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
363
- label: "local funder identifier scheme".freeze,
364
- type: ["http://purl.org/spar/datacite/FunderIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
361
+ label: "local funder identifier scheme",
362
+ type: ["http://purl.org/spar/datacite/FunderIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
365
363
  term :"local-organization-identifier-scheme",
366
364
  comment: %(An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
367
- label: "local organization identifier scheme".freeze,
368
- type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
365
+ label: "local organization identifier scheme",
366
+ type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
369
367
  term :"local-personal-identifier-scheme",
370
368
  comment: %(A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
371
- label: "local personal identifier scheme".freeze,
372
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
369
+ label: "local personal identifier scheme",
370
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
373
371
  term :"local-resource-identifier-scheme",
374
372
  comment: %(A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
375
- label: "local resource identifier scheme".freeze,
376
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
373
+ label: "local resource identifier scheme",
374
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
377
375
  term :lsid,
378
376
  comment: %(Life Science Identifier).freeze,
379
- "http://purl.org/spar/fabio/hasURL": "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/".freeze,
380
- label: "lsid".freeze,
381
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
377
+ "http://purl.org/spar/fabio/hasURL": "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/",
378
+ label: "lsid",
379
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
382
380
  term :methods,
383
381
  comment: %(A description in a research paper documenting the specialized methods used in the work described.).freeze,
384
- label: ["http://purl.org/spar/deo/Methods".freeze, "methods".freeze],
385
- type: ["http://purl.org/spar/datacite/DescriptionType".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
382
+ label: ["http://purl.org/spar/deo/Methods", "methods"],
383
+ type: ["http://purl.org/spar/datacite/DescriptionType", "http://www.w3.org/2002/07/owl#NamedIndividual"]
386
384
  term :"national-insurance-number",
387
385
  comment: %(United Kingdom National Insurance Number scheme.).freeze,
388
- label: "national insurance number".freeze,
389
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
386
+ label: "national insurance number",
387
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
390
388
  term :nihmsid,
391
389
  comment: %(NIH Manuscript Submission Identifier).freeze,
392
- "http://purl.org/spar/fabio/hasURL": "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/".freeze,
393
- label: "nihmsid".freeze,
394
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
390
+ "http://purl.org/spar/fabio/hasURL": "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/",
391
+ label: "nihmsid",
392
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
395
393
  term :nii,
396
394
  comment: %(National Individual Identifier scheme.).freeze,
397
- label: "nii".freeze,
398
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
395
+ label: "nii",
396
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
399
397
  term :openid,
400
398
  comment: %(OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services. ).freeze,
401
- "http://purl.org/spar/fabio/hasURL": "http://openid.net/foundation/".freeze,
402
- label: "openid".freeze,
403
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
399
+ "http://purl.org/spar/fabio/hasURL": "http://openid.net/foundation/",
400
+ label: "openid",
401
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
404
402
  term :orcid,
405
403
  comment: %(Open Researcher and Contributor Identifier.).freeze,
406
- "http://purl.org/spar/fabio/hasURL": "http://orcid.org/".freeze,
407
- label: "orcid".freeze,
408
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
404
+ "http://purl.org/spar/fabio/hasURL": "http://orcid.org/",
405
+ label: "orcid",
406
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
409
407
  term :other,
410
408
  comment: %(A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content.).freeze,
411
- label: "other".freeze,
412
- type: ["http://purl.org/spar/datacite/DescriptionType".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
409
+ label: "other",
410
+ type: ["http://purl.org/spar/datacite/DescriptionType", "http://www.w3.org/2002/07/owl#NamedIndividual"]
413
411
  term :pii,
414
412
  comment: %(Pulisher Item Identifier scheme.).freeze,
415
- label: "pii".freeze,
416
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/Publisher_Item_Identifier".freeze,
417
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
413
+ label: "pii",
414
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/Publisher_Item_Identifier",
415
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
418
416
  term :pmcid,
419
417
  comment: %(PubMed Central Identifier).freeze,
420
- "http://purl.org/spar/fabio/hasURL": "http://www.ncbi.nlm.nih.gov/pmc/".freeze,
421
- label: "pmcid".freeze,
422
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
418
+ "http://purl.org/spar/fabio/hasURL": "http://www.ncbi.nlm.nih.gov/pmc/",
419
+ label: "pmcid",
420
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
423
421
  term :pmid,
424
422
  comment: %(PubMed Identifier).freeze,
425
- "http://purl.org/spar/fabio/hasURL": "http://www.ncbi.nlm.nih.gov/pubmed/".freeze,
426
- label: "pmid".freeze,
427
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
423
+ "http://purl.org/spar/fabio/hasURL": "http://www.ncbi.nlm.nih.gov/pubmed/",
424
+ label: "pmid",
425
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
428
426
  term :purl,
429
427
  comment: %(Persistent Uniform Resource Locator).freeze,
430
- "http://purl.org/spar/fabio/hasURL": "http://purl.org/".freeze,
431
- label: "purl".freeze,
432
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
428
+ "http://purl.org/spar/fabio/hasURL": "http://purl.org/",
429
+ label: "purl",
430
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
433
431
  term :researcherid,
434
432
  comment: %(ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.).freeze,
435
- "http://purl.org/spar/fabio/hasURL": "http://www.researcherid.com/".freeze,
436
- label: "researcherid".freeze,
437
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
433
+ "http://purl.org/spar/fabio/hasURL": "http://www.researcherid.com/",
434
+ label: "researcherid",
435
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
438
436
  term :"series-information",
439
437
  comment: %(Used to charactierize a description of a resource that is part of a series.).freeze,
440
- label: "series information".freeze,
441
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/fabio/BookSeries".freeze, "http://purl.org/spar/fabio/Periodical".freeze],
442
- type: ["http://purl.org/spar/datacite/DescriptionType".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
438
+ label: "series information",
439
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/fabio/BookSeries", "http://purl.org/spar/fabio/Periodical"],
440
+ type: ["http://purl.org/spar/datacite/DescriptionType", "http://www.w3.org/2002/07/owl#NamedIndividual"]
443
441
  term :sici,
444
442
  comment: %(Serial Item and Contribution Identifier).freeze,
445
- "http://purl.org/spar/fabio/hasURL": "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier".freeze,
446
- label: "sici".freeze,
447
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
443
+ "http://purl.org/spar/fabio/hasURL": "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier",
444
+ label: "sici",
445
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
448
446
  term :"social-security-number",
449
447
  comment: %(United States of America social security number scheme).freeze,
450
- label: "social security number".freeze,
451
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
448
+ label: "social security number",
449
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
452
450
  term :spar,
453
451
  comment: %(The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes.).freeze,
454
- "http://purl.org/spar/fabio/hasURL": "http://www.sparontologies.net".freeze,
455
- label: "SPAR Ontologies".freeze,
456
- type: ["http://purl.org/spar/datacite/MetadataScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
452
+ "http://purl.org/spar/fabio/hasURL": "http://www.sparontologies.net",
453
+ label: "SPAR Ontologies",
454
+ type: ["http://purl.org/spar/datacite/MetadataScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
457
455
  term :"table-of-content",
458
456
  comment: %(A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number.).freeze,
459
- label: "table of content".freeze,
460
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/doco/TableOfContents".freeze,
461
- type: ["http://purl.org/spar/datacite/DescriptionType".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
457
+ label: "table of content",
458
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/doco/TableOfContents",
459
+ type: ["http://purl.org/spar/datacite/DescriptionType", "http://www.w3.org/2002/07/owl#NamedIndividual"]
462
460
  term :upc,
463
461
  comment: %(Universal Product Code).freeze,
464
- label: "upc".freeze,
465
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
462
+ label: "upc",
463
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
466
464
  term :uri,
467
465
  comment: %(Uniform Resource Identifier).freeze,
468
- "http://purl.org/spar/fabio/hasURL": "http://tools.ietf.org/html/rfc3986".freeze,
469
- label: "uri".freeze,
470
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
466
+ "http://purl.org/spar/fabio/hasURL": "http://tools.ietf.org/html/rfc3986",
467
+ label: "uri",
468
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
471
469
  term :url,
472
470
  comment: %(Uniform Resource Locator.).freeze,
473
- label: "url".freeze,
474
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
471
+ label: "url",
472
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
475
473
  term :urn,
476
474
  comment: %(Uniform Resource Name.).freeze,
477
- "http://purl.org/spar/fabio/hasURL": "http://datatracker.ietf.org/wg/urn/charter/".freeze,
478
- label: "urn".freeze,
479
- type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
475
+ "http://purl.org/spar/fabio/hasURL": "http://datatracker.ietf.org/wg/urn/charter/",
476
+ label: "urn",
477
+ type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
480
478
  term :viaf,
481
479
  comment: %(The Virtual International Authority File is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center \(OCLC\). It contains information about many topics including personal names.).freeze,
482
- "http://purl.org/spar/fabio/hasURL": "http://viaf.org/".freeze,
483
- label: "viaf".freeze,
484
- type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
480
+ "http://purl.org/spar/fabio/hasURL": "http://viaf.org/",
481
+ label: "viaf",
482
+ type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme", "http://www.w3.org/2002/07/owl#NamedIndividual"]
485
483
  end
486
484
  end