rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/datacite.rb
CHANGED
@@ -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
|
-
#
|
7
|
-
#
|
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"
|
16
|
-
"http://purl.org/dc/elements/1.1/creator": ["David Shotton"
|
17
|
-
"http://purl.org/dc/elements/1.1/date": "2016-01-21"
|
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."
|
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/)."
|
20
|
-
"http://purl.org/dc/elements/1.1/title": "The DataCite Ontology"
|
21
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://purl.org/co"
|
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"
|
23
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "1.0"
|
24
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
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"
|
30
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/ResourceIdentifier"
|
31
|
-
subClassOf: ["http://purl.org/spar/datacite/Identifier"
|
32
|
-
allValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier"
|
33
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
34
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
40
|
-
subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme"
|
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"
|
40
|
+
inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
43
41
|
),
|
44
|
-
someValuesFrom: "http://purl.org/spar/datacite/AgentIdentifier"
|
45
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
51
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://purl.org/spar/datacite/PrimaryResourceIdentifier"
|
52
|
-
subClassOf: "http://purl.org/spar/datacite/ResourceIdentifier"
|
53
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
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"
|
63
|
-
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept"
|
64
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
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"
|
68
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier"
|
69
|
-
allValuesFrom: "http://purl.org/spar/datacite/FunderIdentifierScheme"
|
70
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
71
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
77
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme"
|
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"
|
77
|
+
inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
80
78
|
),
|
81
|
-
someValuesFrom: "http://purl.org/spar/datacite/FunderIdentifier"
|
82
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
88
|
-
subClassOf: ["http://www.essepuntato.it/2010/06/literalreification/Literal"
|
89
|
-
cardinality: "1"
|
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"
|
89
|
+
inverseOf: "http://purl.org/spar/datacite/hasIdentifier"
|
92
90
|
),
|
93
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
91
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
94
92
|
), term(
|
95
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
96
|
-
"http://www.w3.org/2002/07/owl#onClass": "http://purl.org/spar/datacite/IdentifierScheme"
|
97
|
-
"http://www.w3.org/2002/07/owl#qualifiedCardinality": "1"
|
98
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
104
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
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"
|
117
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/cito/citesAsMetadataDocument"
|
118
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
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"
|
122
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier"
|
123
|
-
allValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier"
|
124
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
125
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
131
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme"
|
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"
|
131
|
+
inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
134
132
|
),
|
135
|
-
someValuesFrom: "http://purl.org/spar/datacite/OrganizationIdentifier"
|
136
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
142
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIdentifier"
|
143
|
-
allValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
144
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
145
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
151
|
-
subClassOf: ["http://purl.org/spar/datacite/AgentIndetifierScheme"
|
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"
|
151
|
+
inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
154
152
|
),
|
155
|
-
someValuesFrom: "http://purl.org/spar/datacite/PersonalIdentifier"
|
156
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
162
|
-
subClassOf: ["http://purl.org/spar/datacite/ResourceIdentifier"
|
163
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
164
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://purl.org/spar/datacite/doi"
|
165
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
171
|
-
subClassOf: ["http://purl.org/spar/datacite/Identifier"
|
172
|
-
allValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
173
|
-
onProperty: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
174
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
180
|
-
subClassOf: ["http://purl.org/spar/datacite/IdentifierScheme"
|
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"
|
180
|
+
inverseOf: "http://purl.org/spar/datacite/usesIdentifierScheme"
|
183
181
|
),
|
184
|
-
someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier"
|
185
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
194
|
-
someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier"
|
195
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
198
|
-
range: "http://purl.org/co/List"
|
199
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
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"
|
204
|
-
someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier"
|
205
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
205
|
+
label: "has description",
|
208
206
|
range: term(
|
209
|
-
cardinality: "1"
|
210
|
-
onProperty: "http://purl.org/spar/datacite/hasDescriptionType"
|
211
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
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"
|
219
|
-
someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier"
|
220
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
221
|
+
inverseOf: "http://purl.org/spar/datacite/hasDescription"
|
224
222
|
),
|
225
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
223
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
226
224
|
),
|
227
|
-
label: "has description type"
|
228
|
-
range: "http://purl.org/spar/datacite/DescriptionType"
|
229
|
-
subPropertyOf: "http://purl.org/dc/terms/type"
|
230
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
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"
|
252
|
-
someValuesFrom: "http://purl.org/spar/datacite/ResourceIdentifier"
|
253
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
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"
|
256
|
-
range: "http://www.w3.org/2004/02/skos/core#Concept"
|
257
|
-
subPropertyOf: "http://purl.org/dc/terms/type"
|
258
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
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"
|
262
|
-
range: "http://purl.org/spar/datacite/Identifier"
|
263
|
-
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
|
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"
|
267
|
-
label: "uses identifier scheme"
|
268
|
-
range: "http://purl.org/spar/datacite/IdentifierScheme"
|
269
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
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"
|
273
|
-
range: "http://purl.org/spar/datacite/MetadataScheme"
|
274
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
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"
|
280
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/fabio/Abstract"
|
281
|
-
type: ["http://purl.org/spar/datacite/DescriptionType"
|
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"
|
285
|
-
label: "ark"
|
286
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
290
|
-
label: "arxiv"
|
291
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
295
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
299
|
-
label: "dia"
|
300
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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/"
|
304
|
-
label: "doi"
|
305
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
309
|
-
label: "ean13"
|
310
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/EAN13"
|
311
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
315
|
-
label: "eissn"
|
316
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
320
|
-
label: "fundref"
|
321
|
-
type: ["http://purl.org/spar/datacite/FunderIdentifierScheme"
|
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/"
|
325
|
-
label: "handle"
|
326
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
330
|
-
label: "infouri"
|
331
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
335
|
-
label: "isbn"
|
336
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
340
|
-
label: "isni"
|
341
|
-
type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme"
|
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/"
|
345
|
-
label: "issn"
|
346
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
350
|
-
label: "istc"
|
351
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
355
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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/"
|
359
|
-
label: "lissn"
|
360
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
364
|
-
type: ["http://purl.org/spar/datacite/FunderIdentifierScheme"
|
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"
|
368
|
-
type: ["http://purl.org/spar/datacite/OrganizationIdentifierScheme"
|
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"
|
372
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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"
|
376
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
380
|
-
label: "lsid"
|
381
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
385
|
-
type: ["http://purl.org/spar/datacite/DescriptionType"
|
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"
|
389
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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/"
|
393
|
-
label: "nihmsid"
|
394
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
398
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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/"
|
402
|
-
label: "openid"
|
403
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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/"
|
407
|
-
label: "orcid"
|
408
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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"
|
412
|
-
type: ["http://purl.org/spar/datacite/DescriptionType"
|
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"
|
416
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/Publisher_Item_Identifier"
|
417
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
421
|
-
label: "pmcid"
|
422
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
426
|
-
label: "pmid"
|
427
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
431
|
-
label: "purl"
|
432
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
436
|
-
label: "researcherid"
|
437
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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"
|
441
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/spar/fabio/BookSeries"
|
442
|
-
type: ["http://purl.org/spar/datacite/DescriptionType"
|
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"
|
446
|
-
label: "sici"
|
447
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
451
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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"
|
455
|
-
label: "SPAR Ontologies"
|
456
|
-
type: ["http://purl.org/spar/datacite/MetadataScheme"
|
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"
|
460
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/spar/doco/TableOfContents"
|
461
|
-
type: ["http://purl.org/spar/datacite/DescriptionType"
|
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"
|
465
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
469
|
-
label: "uri"
|
470
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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"
|
474
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
478
|
-
label: "urn"
|
479
|
-
type: ["http://purl.org/spar/datacite/ResourceIdentifierScheme"
|
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/"
|
483
|
-
label: "viaf"
|
484
|
-
type: ["http://purl.org/spar/datacite/PersonalIdentifierScheme"
|
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
|