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/cnt.rb
CHANGED
@@ -3,121 +3,123 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2011/content#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2011/content#>
|
7
|
+
# @!visibility private
|
6
8
|
CNT = Class.new(RDF::StrictVocabulary("http://www.w3.org/2011/content#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2011/content#",
|
10
|
-
comment: "Representing Content in RDF as defined by http://www.w3.org/TR/Content-in-RDF/"
|
11
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/WAI/intro/earl"
|
12
|
-
"http://www.w3.org/2002/07/owl#imports": "http://purl.org/dc/terms/"
|
13
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "Working Draft 29 April 2011"
|
14
|
-
isDefinedBy: "http://www.w3.org/TR/Content-in-RDF/"
|
15
|
-
label: "Representing Content in RDF"
|
16
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: {en: "Representing Content in RDF as defined by http://www.w3.org/TR/Content-in-RDF/"},
|
13
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/WAI/intro/earl",
|
14
|
+
"http://www.w3.org/2002/07/owl#imports": "http://purl.org/dc/terms/",
|
15
|
+
"http://www.w3.org/2002/07/owl#versionInfo": {en: "Working Draft 29 April 2011"},
|
16
|
+
isDefinedBy: "http://www.w3.org/TR/Content-in-RDF/",
|
17
|
+
label: {en: "Representing Content in RDF"},
|
18
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
17
19
|
|
18
20
|
# Class definitions
|
19
21
|
term :Content,
|
20
|
-
comment: "The content."
|
21
|
-
label: "Content"
|
22
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
22
|
+
comment: {en: "The content."},
|
23
|
+
label: {en: "Content"},
|
24
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
23
25
|
term :ContentAsBase64,
|
24
|
-
comment: "The base64 encoded content (can be used for binary content)."
|
25
|
-
label: "Base64 content"
|
26
|
-
subClassOf: "http://www.w3.org/2011/content#Content"
|
27
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
26
|
+
comment: {en: "The base64 encoded content (can be used for binary content)."},
|
27
|
+
label: {en: "Base64 content"},
|
28
|
+
subClassOf: "http://www.w3.org/2011/content#Content",
|
29
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
28
30
|
term :ContentAsText,
|
29
|
-
comment: "The text content (can be used for text content)."
|
30
|
-
label: "Text content"
|
31
|
-
subClassOf: "http://www.w3.org/2011/content#Content"
|
32
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
31
|
+
comment: {en: "The text content (can be used for text content)."},
|
32
|
+
label: {en: "Text content"},
|
33
|
+
subClassOf: "http://www.w3.org/2011/content#Content",
|
34
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
33
35
|
term :ContentAsXML,
|
34
|
-
comment: "The XML content (can only be used for XML-wellformed content)."
|
35
|
-
label: "XML content"
|
36
|
-
subClassOf: "http://www.w3.org/2011/content#Content"
|
37
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
36
|
+
comment: {en: "The XML content (can only be used for XML-wellformed content)."},
|
37
|
+
label: {en: "XML content"},
|
38
|
+
subClassOf: "http://www.w3.org/2011/content#Content",
|
39
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
38
40
|
term :DoctypeDecl,
|
39
|
-
comment: "The document type declaration."
|
40
|
-
label: "Document type declaration"
|
41
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
41
|
+
comment: {en: "The document type declaration."},
|
42
|
+
label: {en: "Document type declaration"},
|
43
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
42
44
|
|
43
45
|
# Property definitions
|
44
46
|
property :bytes,
|
45
|
-
comment: "The Base64 encoded byte sequence of the content."
|
46
|
-
domain: "http://www.w3.org/2011/content#ContentAsBase64"
|
47
|
-
label: "Base64 encoded byte sequence"
|
48
|
-
range: "http://www.w3.org/2001/XMLSchema#base64Binary"
|
49
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
47
|
+
comment: {en: "The Base64 encoded byte sequence of the content."},
|
48
|
+
domain: "http://www.w3.org/2011/content#ContentAsBase64",
|
49
|
+
label: {en: "Base64 encoded byte sequence"},
|
50
|
+
range: "http://www.w3.org/2001/XMLSchema#base64Binary",
|
51
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
50
52
|
property :characterEncoding,
|
51
|
-
comment: "The character encoding used to create a character sequence from a byte sequence or vice versa."
|
52
|
-
domain: "http://www.w3.org/2011/content#Content"
|
53
|
-
label: "Character encoding"
|
54
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
55
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
53
|
+
comment: {en: "The character encoding used to create a character sequence from a byte sequence or vice versa."},
|
54
|
+
domain: "http://www.w3.org/2011/content#Content",
|
55
|
+
label: {en: "Character encoding"},
|
56
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
57
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
56
58
|
property :chars,
|
57
|
-
comment: "The character sequence of the text content."
|
58
|
-
domain: "http://www.w3.org/2011/content#ContentAsText"
|
59
|
-
label: "Character sequence"
|
60
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
61
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
59
|
+
comment: {en: "The character sequence of the text content."},
|
60
|
+
domain: "http://www.w3.org/2011/content#ContentAsText",
|
61
|
+
label: {en: "Character sequence"},
|
62
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
63
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
62
64
|
property :declaredEncoding,
|
63
|
-
comment: "The character encoding declared in the XML declaration."
|
64
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
65
|
-
label: "XML character encoding"
|
66
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
67
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
65
|
+
comment: {en: "The character encoding declared in the XML declaration."},
|
66
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
67
|
+
label: {en: "XML character encoding"},
|
68
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
69
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
68
70
|
property :doctypeName,
|
69
|
-
comment: "The document type name."
|
70
|
-
domain: "http://www.w3.org/2011/content#DoctypeDecl"
|
71
|
-
label: "Document type name"
|
72
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
73
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
71
|
+
comment: {en: "The document type name."},
|
72
|
+
domain: "http://www.w3.org/2011/content#DoctypeDecl",
|
73
|
+
label: {en: "Document type name"},
|
74
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
75
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
74
76
|
property :dtDecl,
|
75
|
-
comment: "The document type declaration."
|
76
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
77
|
-
label: "Document type declaration"
|
78
|
-
range: "http://www.w3.org/2011/content#DoctypeDecl"
|
79
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
77
|
+
comment: {en: "The document type declaration."},
|
78
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
79
|
+
label: {en: "Document type declaration"},
|
80
|
+
range: "http://www.w3.org/2011/content#DoctypeDecl",
|
81
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
80
82
|
property :internalSubset,
|
81
|
-
comment: "The internal document type definition subset within the document type declarations."
|
82
|
-
domain: "http://www.w3.org/2011/content#DoctypeDecl"
|
83
|
-
label: "Internal DTD subset"
|
84
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
85
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
83
|
+
comment: {en: "The internal document type definition subset within the document type declarations."},
|
84
|
+
domain: "http://www.w3.org/2011/content#DoctypeDecl",
|
85
|
+
label: {en: "Internal DTD subset"},
|
86
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
87
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
86
88
|
property :leadingMisc,
|
87
|
-
comment: "The XML content preceding the document type declaration."
|
88
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
89
|
-
label: "XML leading misc"
|
90
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"
|
91
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
89
|
+
comment: {en: "The XML content preceding the document type declaration."},
|
90
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
91
|
+
label: {en: "XML leading misc"},
|
92
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",
|
93
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
92
94
|
property :publicId,
|
93
|
-
comment: "The document type declarations's public identifier."
|
94
|
-
domain: "http://www.w3.org/2011/content#DoctypeDecl"
|
95
|
-
label: "Public ID"
|
96
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
97
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
95
|
+
comment: {en: "The document type declarations's public identifier."},
|
96
|
+
domain: "http://www.w3.org/2011/content#DoctypeDecl",
|
97
|
+
label: {en: "Public ID"},
|
98
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
99
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
98
100
|
property :rest,
|
99
|
-
comment: "The XML content following the document type declaration."
|
100
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
101
|
-
label: "XML rest"
|
102
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"
|
103
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
101
|
+
comment: {en: "The XML content following the document type declaration."},
|
102
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
103
|
+
label: {en: "XML rest"},
|
104
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",
|
105
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
104
106
|
property :standalone,
|
105
|
-
comment: "The standalone declaration in the XML declaration."
|
106
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
107
|
-
label: "XML standalone document declaration"
|
108
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
109
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
107
|
+
comment: {en: "The standalone declaration in the XML declaration."},
|
108
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
109
|
+
label: {en: "XML standalone document declaration"},
|
110
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
111
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
110
112
|
property :systemId,
|
111
|
-
comment: "The document type declarations's system identifier (typed: xsd:anyURI)"
|
112
|
-
domain: "http://www.w3.org/2011/content#DoctypeDecl"
|
113
|
-
label: "System ID"
|
114
|
-
range: "http://www.w3.org/2001/XMLSchema#anyURI"
|
115
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
113
|
+
comment: {en: "The document type declarations's system identifier (typed: xsd:anyURI)"},
|
114
|
+
domain: "http://www.w3.org/2011/content#DoctypeDecl",
|
115
|
+
label: {en: "System ID"},
|
116
|
+
range: "http://www.w3.org/2001/XMLSchema#anyURI",
|
117
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
116
118
|
property :version,
|
117
|
-
comment: "The XML version declared in the XML declaration."
|
118
|
-
domain: "http://www.w3.org/2011/content#ContentAsXML"
|
119
|
-
label: "XML version"
|
120
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
121
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
119
|
+
comment: {en: "The XML version declared in the XML declaration."},
|
120
|
+
domain: "http://www.w3.org/2011/content#ContentAsXML",
|
121
|
+
label: {en: "XML version"},
|
122
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
123
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
122
124
|
end
|
123
125
|
end
|