rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- 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 +4719 -4347
- 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 +501 -227
- 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 +563 -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 +9464 -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 +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -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 +63 -142
- 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 +23 -6
data/lib/rdf/vocab/void.rb
CHANGED
@@ -3,184 +3,186 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://rdfs.org/ns/void#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://rdfs.org/ns/void#>
|
7
|
+
# @!visibility private
|
6
8
|
VOID = Class.new(RDF::StrictVocabulary("http://rdfs.org/ns/void#")) do
|
7
9
|
|
8
10
|
# Class definitions
|
9
11
|
term :Dataset,
|
10
|
-
comment: "A set of RDF triples that are published, maintained or aggregated by a single provider."
|
11
|
-
label: "dataset"
|
12
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
12
|
+
comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.",
|
13
|
+
label: "dataset",
|
14
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
13
15
|
term :DatasetDescription,
|
14
|
-
comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets."
|
15
|
-
label: "dataset description"
|
16
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Document"
|
17
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
16
|
+
comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.",
|
17
|
+
label: "dataset description",
|
18
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Document",
|
19
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
18
20
|
term :Linkset,
|
19
|
-
comment: "A collection of RDF links between two void:Datasets."
|
20
|
-
label: "linkset"
|
21
|
-
subClassOf: "http://rdfs.org/ns/void#Dataset"
|
22
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
21
|
+
comment: "A collection of RDF links between two void:Datasets.",
|
22
|
+
label: "linkset",
|
23
|
+
subClassOf: "http://rdfs.org/ns/void#Dataset",
|
24
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
23
25
|
term :TechnicalFeature,
|
24
|
-
comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format."
|
25
|
-
label: "technical feature"
|
26
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
26
|
+
comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.",
|
27
|
+
label: "technical feature",
|
28
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
27
29
|
|
28
30
|
# Property definitions
|
29
31
|
property :class,
|
30
|
-
comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition."
|
31
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
32
|
-
label: "class"
|
33
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
32
|
+
comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition.",
|
33
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
34
|
+
label: "class",
|
35
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Class",
|
36
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
35
37
|
property :classPartition,
|
36
|
-
comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class."
|
37
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
38
|
-
label: "class partition"
|
39
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
40
|
-
subPropertyOf: "http://rdfs.org/ns/void#subset"
|
41
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
38
|
+
comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.",
|
39
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
40
|
+
label: "class partition",
|
41
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
42
|
+
subPropertyOf: "http://rdfs.org/ns/void#subset",
|
43
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
42
44
|
property :classes,
|
43
|
-
comment: "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset."
|
44
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
45
|
-
label: "classes"
|
46
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
47
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
45
|
+
comment: "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.",
|
46
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
47
|
+
label: "classes",
|
48
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
49
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
48
50
|
property :dataDump,
|
49
|
-
comment: "An RDF dump, partial or complete, of a void:Dataset."
|
50
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
51
|
-
label: "Data Dump"
|
52
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
53
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
51
|
+
comment: "An RDF dump, partial or complete, of a void:Dataset.",
|
52
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
53
|
+
label: "Data Dump",
|
54
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
55
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
54
56
|
property :distinctObjects,
|
55
|
-
comment: "The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count."
|
56
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
57
|
-
label: "distinct objects"
|
58
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
59
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
57
|
+
comment: "The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.",
|
58
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
59
|
+
label: "distinct objects",
|
60
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
61
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
60
62
|
property :distinctSubjects,
|
61
|
-
comment: "The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset."
|
62
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
63
|
-
label: "distinct subjects"
|
64
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
65
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
63
|
+
comment: "The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.",
|
64
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
65
|
+
label: "distinct subjects",
|
66
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
67
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
66
68
|
property :documents,
|
67
|
-
comment: "The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical."
|
68
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
69
|
-
label: "number of documents"
|
70
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
71
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
69
|
+
comment: "The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.",
|
70
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
71
|
+
label: "number of documents",
|
72
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
73
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
72
74
|
property :entities,
|
73
|
-
comment: "The total number of entities that are described in a void:Dataset."
|
74
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
75
|
-
label: "number of entities"
|
76
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
77
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
75
|
+
comment: "The total number of entities that are described in a void:Dataset.",
|
76
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
77
|
+
label: "number of entities",
|
78
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
79
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
78
80
|
property :exampleResource,
|
79
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
80
|
-
label: "example resource of dataset"
|
81
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
82
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
81
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
82
|
+
label: "example resource of dataset",
|
83
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
84
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
83
85
|
property :feature,
|
84
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
85
|
-
label: "feature"
|
86
|
-
range: "http://rdfs.org/ns/void#TechnicalFeature"
|
87
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
86
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
87
|
+
label: "feature",
|
88
|
+
range: "http://rdfs.org/ns/void#TechnicalFeature",
|
89
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
88
90
|
property :inDataset,
|
89
|
-
comment: "Points to the void:Dataset that a document is a part of."
|
90
|
-
domain: "http://xmlns.com/foaf/0.1/Document"
|
91
|
-
label: "in dataset"
|
92
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
93
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
91
|
+
comment: "Points to the void:Dataset that a document is a part of.",
|
92
|
+
domain: "http://xmlns.com/foaf/0.1/Document",
|
93
|
+
label: "in dataset",
|
94
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
95
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
94
96
|
property :linkPredicate,
|
95
|
-
domain: "http://rdfs.org/ns/void#Linkset"
|
96
|
-
label: "a link predicate"
|
97
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
98
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
97
|
+
domain: "http://rdfs.org/ns/void#Linkset",
|
98
|
+
label: "a link predicate",
|
99
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
|
100
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
99
101
|
property :objectsTarget,
|
100
|
-
comment: "The dataset describing the objects of the triples contained in the Linkset."
|
101
|
-
domain: "http://rdfs.org/ns/void#Linkset"
|
102
|
-
label: "Objects Target"
|
103
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
104
|
-
subPropertyOf: "http://rdfs.org/ns/void#target"
|
105
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
102
|
+
comment: "The dataset describing the objects of the triples contained in the Linkset.",
|
103
|
+
domain: "http://rdfs.org/ns/void#Linkset",
|
104
|
+
label: "Objects Target",
|
105
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
106
|
+
subPropertyOf: "http://rdfs.org/ns/void#target",
|
107
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
106
108
|
property :openSearchDescription,
|
107
|
-
comment: "An OpenSearch description document for a free-text search service over a void:Dataset."
|
108
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
109
|
-
label: "open search description"
|
110
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
111
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
109
|
+
comment: "An OpenSearch description document for a free-text search service over a void:Dataset.",
|
110
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
111
|
+
label: "open search description",
|
112
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
113
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
112
114
|
property :properties,
|
113
|
-
comment: "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset."
|
114
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
115
|
-
label: "number of properties"
|
116
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
117
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
115
|
+
comment: "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.",
|
116
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
117
|
+
label: "number of properties",
|
118
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
119
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
118
120
|
property :property,
|
119
|
-
comment: "The rdf:Property that is the predicate of all triples in a property-based partition."
|
120
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
121
|
-
label: "property"
|
122
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
123
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
121
|
+
comment: "The rdf:Property that is the predicate of all triples in a property-based partition.",
|
122
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
123
|
+
label: "property",
|
124
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
|
125
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
124
126
|
property :propertyPartition,
|
125
|
-
comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property."
|
126
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
127
|
-
label: "property partition"
|
128
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
129
|
-
subPropertyOf: "http://rdfs.org/ns/void#subset"
|
130
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
127
|
+
comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property.",
|
128
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
129
|
+
label: "property partition",
|
130
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
131
|
+
subPropertyOf: "http://rdfs.org/ns/void#subset",
|
132
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
131
133
|
property :rootResource,
|
132
|
-
comment: "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps."
|
133
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
134
|
-
label: "root resource"
|
135
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
134
|
+
comment: "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.",
|
135
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
136
|
+
label: "root resource",
|
137
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
136
138
|
property :sparqlEndpoint,
|
137
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
138
|
-
label: "has a SPARQL endpoint at"
|
139
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
139
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
140
|
+
label: "has a SPARQL endpoint at",
|
141
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
140
142
|
property :subjectsTarget,
|
141
|
-
comment: "The dataset describing the subjects of triples contained in the Linkset."
|
142
|
-
domain: "http://rdfs.org/ns/void#Linkset"
|
143
|
-
label: "Subjects Target"
|
144
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
145
|
-
subPropertyOf: "http://rdfs.org/ns/void#target"
|
146
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
143
|
+
comment: "The dataset describing the subjects of triples contained in the Linkset.",
|
144
|
+
domain: "http://rdfs.org/ns/void#Linkset",
|
145
|
+
label: "Subjects Target",
|
146
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
147
|
+
subPropertyOf: "http://rdfs.org/ns/void#target",
|
148
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
147
149
|
property :subset,
|
148
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
149
|
-
label: "has subset"
|
150
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
151
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
150
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
151
|
+
label: "has subset",
|
152
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
153
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
152
154
|
property :target,
|
153
|
-
comment: "One of the two datasets linked by the Linkset."
|
154
|
-
domain: "http://rdfs.org/ns/void#Linkset"
|
155
|
-
label: "Target"
|
156
|
-
range: "http://rdfs.org/ns/void#Dataset"
|
157
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
155
|
+
comment: "One of the two datasets linked by the Linkset.",
|
156
|
+
domain: "http://rdfs.org/ns/void#Linkset",
|
157
|
+
label: "Target",
|
158
|
+
range: "http://rdfs.org/ns/void#Dataset",
|
159
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
158
160
|
property :triples,
|
159
|
-
comment: "The total number of triples contained in a void:Dataset."
|
160
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
161
|
-
label: "number of triples"
|
162
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
163
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
161
|
+
comment: "The total number of triples contained in a void:Dataset.",
|
162
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
163
|
+
label: "number of triples",
|
164
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
165
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
164
166
|
property :uriLookupEndpoint,
|
165
|
-
comment: "Defines a simple URI look-up protocol for accessing a dataset."
|
166
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
167
|
-
label: "has an URI look-up endpoint at"
|
168
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
167
|
+
comment: "Defines a simple URI look-up protocol for accessing a dataset.",
|
168
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
169
|
+
label: "has an URI look-up endpoint at",
|
170
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
169
171
|
property :uriRegexPattern,
|
170
|
-
comment: "Defines a regular expression pattern matching URIs in the dataset."
|
171
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
172
|
-
label: "has URI regular expression pattern"
|
173
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
172
|
+
comment: "Defines a regular expression pattern matching URIs in the dataset.",
|
173
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
174
|
+
label: "has URI regular expression pattern",
|
175
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
174
176
|
property :uriSpace,
|
175
|
-
comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset."
|
176
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
177
|
-
label: "URI space"
|
178
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
179
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
177
|
+
comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset.",
|
178
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
179
|
+
label: "URI space",
|
180
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
181
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
180
182
|
property :vocabulary,
|
181
|
-
comment: "A vocabulary that is used in the dataset."
|
182
|
-
domain: "http://rdfs.org/ns/void#Dataset"
|
183
|
-
label: "vocabulary"
|
184
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
183
|
+
comment: "A vocabulary that is used in the dataset.",
|
184
|
+
domain: "http://rdfs.org/ns/void#Dataset",
|
185
|
+
label: "vocabulary",
|
186
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
185
187
|
end
|
186
188
|
end
|
data/lib/rdf/vocab/vs.rb
CHANGED
@@ -3,39 +3,41 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/06/sw-vocab-status/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2003/06/sw-vocab-status/ns#>
|
7
|
+
# @!visibility private
|
6
8
|
VS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
10
|
-
comment: "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels."
|
11
|
-
"http://purl.org/dc/elements/1.1/contributor": "Pierre-Yves Vandenbussche"
|
12
|
-
"http://purl.org/dc/elements/1.1/creator": ["Dan Brickley"
|
13
|
-
"http://purl.org/dc/elements/1.1/description": "An RDF vocabulary for relating SW vocabulary terms to their status."
|
14
|
-
"http://purl.org/dc/elements/1.1/issued": "2003-06-01"
|
15
|
-
"http://purl.org/dc/elements/1.1/modified": "2011-12-12"
|
16
|
-
"http://purl.org/dc/elements/1.1/title": "SemWeb Vocab Status ontology"
|
17
|
-
"http://purl.org/vocab/vann/preferredNamespacePrefix": "vs"
|
18
|
-
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
19
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: {en: "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels."},
|
13
|
+
"http://purl.org/dc/elements/1.1/contributor": "Pierre-Yves Vandenbussche",
|
14
|
+
"http://purl.org/dc/elements/1.1/creator": ["Dan Brickley", "Leigh Dodds", "Libby Miller"],
|
15
|
+
"http://purl.org/dc/elements/1.1/description": "An RDF vocabulary for relating SW vocabulary terms to their status.",
|
16
|
+
"http://purl.org/dc/elements/1.1/issued": "2003-06-01",
|
17
|
+
"http://purl.org/dc/elements/1.1/modified": "2011-12-12",
|
18
|
+
"http://purl.org/dc/elements/1.1/title": "SemWeb Vocab Status ontology",
|
19
|
+
"http://purl.org/vocab/vann/preferredNamespacePrefix": "vs",
|
20
|
+
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
21
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
20
22
|
|
21
23
|
# Property definitions
|
22
24
|
property :moreinfo,
|
23
|
-
comment: "more information about the status etc of a term, typically human oriented"
|
24
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
25
|
-
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
26
|
-
label: "more info"
|
27
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
25
|
+
comment: "more information about the status etc of a term, typically human oriented",
|
26
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
27
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
28
|
+
label: "more info",
|
29
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
28
30
|
property :term_status,
|
29
|
-
comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'"
|
30
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
31
|
-
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
32
|
-
label: "term status"
|
33
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
31
|
+
comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'",
|
32
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
33
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
34
|
+
label: "term status",
|
35
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
34
36
|
property :userdocs,
|
35
|
-
comment: "human-oriented documentation, examples etc for use of this term"
|
36
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
37
|
-
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
38
|
-
label: "user docs"
|
39
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
37
|
+
comment: "human-oriented documentation, examples etc for use of this term",
|
38
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
39
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
40
|
+
label: "user docs",
|
41
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
40
42
|
end
|
41
43
|
end
|