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/wdrs.rb
CHANGED
@@ -3,144 +3,146 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2007/05/powder-s#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2007/05/powder-s#>
|
7
|
+
# @!visibility private
|
6
8
|
WDRS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2007/05/powder-s#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2007/05/powder-s#",
|
10
|
-
comment: "This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents."
|
11
|
-
"http://purl.org/dc/terms/issued": "2009-09-01"
|
12
|
-
"http://purl.org/dc/terms/modified": ["2010-11-08"
|
13
|
-
"http://purl.org/vocab/vann/preferredNamespacePrefix": "wdrs"
|
14
|
-
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2007/05/powder-s#"
|
15
|
-
"http://www.w3.org/2002/07/owl#priorVersion": "http://www.w3.org/2007/05/powder-s"
|
16
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "2 June 2017"
|
17
|
-
label: "POWDER-S Vocabulary"
|
18
|
-
type: ["http://purl.org/vocommons/voaf#Vocabulary"
|
12
|
+
comment: "This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.",
|
13
|
+
"http://purl.org/dc/terms/issued": "2009-09-01",
|
14
|
+
"http://purl.org/dc/terms/modified": ["2010-11-08", "2017-06-02"],
|
15
|
+
"http://purl.org/vocab/vann/preferredNamespacePrefix": "wdrs",
|
16
|
+
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2007/05/powder-s#",
|
17
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://www.w3.org/2007/05/powder-s",
|
18
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2 June 2017",
|
19
|
+
label: "POWDER-S Vocabulary",
|
20
|
+
type: ["http://purl.org/vocommons/voaf#Vocabulary", "http://www.w3.org/2002/07/owl#Ontology"]
|
19
21
|
|
20
22
|
# Class definitions
|
21
23
|
term :Document,
|
22
|
-
comment: "A POWDER document."
|
23
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#structure"
|
24
|
-
label: "POWDER document"
|
25
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Ontology"
|
26
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
24
|
+
comment: {en: "A POWDER document."},
|
25
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#structure",
|
26
|
+
label: {en: "POWDER document"},
|
27
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Ontology",
|
28
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
27
29
|
term :Processor,
|
28
|
-
comment: "A software agent able to process POWDER documents."
|
29
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor"
|
30
|
-
label: "POWDER processor"
|
31
|
-
subClassOf: "http://purl.org/dc/terms/Agent"
|
32
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
30
|
+
comment: {en: "A software agent able to process POWDER documents."},
|
31
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor",
|
32
|
+
label: {en: "POWDER processor"},
|
33
|
+
subClassOf: "http://purl.org/dc/terms/Agent",
|
34
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
33
35
|
|
34
36
|
# Property definitions
|
35
37
|
property :authenticate,
|
36
|
-
comment: "A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated"
|
37
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#discover"
|
38
|
-
label: "authenticate"
|
39
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
38
|
+
comment: {en: "A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated"},
|
39
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#discover",
|
40
|
+
label: {en: "authenticate"},
|
41
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
40
42
|
property :certified,
|
41
|
-
comment: "A property that takes a Boolean value to declare whether the author of the data certifies the described resource."
|
42
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification"
|
43
|
-
label: "certified"
|
44
|
-
range: "http://www.w3.org/2001/XMLSchema#boolean"
|
45
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
43
|
+
comment: {en: "A property that takes a Boolean value to declare whether the author of the data certifies the described resource."},
|
44
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification",
|
45
|
+
label: {en: "certified"},
|
46
|
+
range: "http://www.w3.org/2001/XMLSchema#boolean",
|
47
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
46
48
|
property :certifiedby,
|
47
|
-
comment: "A property that links a resource to a POWDER document that certifies it."
|
48
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification"
|
49
|
-
label: "certified by"
|
50
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
49
|
+
comment: {en: "A property that links a resource to a POWDER document that certifies it."},
|
50
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification",
|
51
|
+
label: {en: "certified by"},
|
52
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
51
53
|
property :data_error,
|
52
|
-
comment: "A property denoting a description of the specific error found in a given POWDER document."
|
53
|
-
domain: "http://www.w3.org/2007/05/powder-s#Document"
|
54
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling"
|
55
|
-
label: "data error"
|
56
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
54
|
+
comment: {en: "A property denoting a description of the specific error found in a given POWDER document."},
|
55
|
+
domain: "http://www.w3.org/2007/05/powder-s#Document",
|
56
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling",
|
57
|
+
label: {en: "data error"},
|
58
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
57
59
|
property :describedby,
|
58
|
-
comment: "An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource."
|
59
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#semlink"
|
60
|
-
label: "described by"
|
61
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
60
|
+
comment: {en: "An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource."},
|
61
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#semlink",
|
62
|
+
label: {en: "described by"},
|
63
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
62
64
|
property :error_code,
|
63
|
-
comment: "A property denoting the code of any error encountered by the POWDER processor."
|
64
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling"
|
65
|
-
label: "error code"
|
66
|
-
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
|
67
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
65
|
+
comment: {en: "A property denoting the code of any error encountered by the POWDER processor."},
|
66
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling",
|
67
|
+
label: {en: "error code"},
|
68
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
69
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
68
70
|
property :hasIRI,
|
69
|
-
comment: "This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs."
|
70
|
-
domain: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
71
|
-
isDefinedBy: "http://www.w3.org/TR/powder-formal/#oxRegexSemantics"
|
72
|
-
label: "has IRI"
|
73
|
-
range: "http://www.w3.org/2001/XMLSchema#anyURI"
|
74
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
71
|
+
comment: {en: "This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs."},
|
72
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
73
|
+
isDefinedBy: "http://www.w3.org/TR/powder-formal/#oxRegexSemantics",
|
74
|
+
label: {en: "has IRI"},
|
75
|
+
range: "http://www.w3.org/2001/XMLSchema#anyURI",
|
76
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
75
77
|
property :issuedby,
|
76
|
-
comment: "This property denotes the author of a POWDER document."
|
77
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line3"
|
78
|
-
label: "issued by"
|
79
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
78
|
+
comment: {en: "This property denotes the author of a POWDER document."},
|
79
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line3",
|
80
|
+
label: {en: "issued by"},
|
81
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
80
82
|
property :logo,
|
81
|
-
comment: "Points to a graphic summary for the resources in a given class. Typically, it is a logo denoting conformance of a given (set of) resource(s) to a given set of criteria."
|
82
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13"
|
83
|
-
label: "logo"
|
84
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
83
|
+
comment: {en: "Points to a graphic summary for the resources in a given class. Typically, it is a logo denoting conformance of a given (set of) resource(s) to a given set of criteria."},
|
84
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13",
|
85
|
+
label: {en: "logo"},
|
86
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
85
87
|
property :matchesregex,
|
86
|
-
comment: "This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI."
|
87
|
-
domain: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
88
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax"
|
89
|
-
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics"
|
90
|
-
label: "matches regular expression"
|
91
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
92
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
88
|
+
comment: {en: "This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI."},
|
89
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
90
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax",
|
91
|
+
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics",
|
92
|
+
label: {en: "matches regular expression"},
|
93
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
94
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
93
95
|
property :notknownto,
|
94
|
-
comment: "Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor."
|
95
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor"
|
96
|
-
label: "not known to"
|
97
|
-
range: "http://www.w3.org/2007/05/powder-s#Processor"
|
98
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
96
|
+
comment: {en: "Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor."},
|
97
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor",
|
98
|
+
label: {en: "not known to"},
|
99
|
+
range: "http://www.w3.org/2007/05/powder-s#Processor",
|
100
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
99
101
|
property :notmatchesregex,
|
100
|
-
comment: "This is the key 'exclude' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI."
|
101
|
-
domain: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
102
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax"
|
103
|
-
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics"
|
104
|
-
label: "matches regular expression"
|
105
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
106
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
102
|
+
comment: {en: "This is the key 'exclude' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI."},
|
103
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
104
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax",
|
105
|
+
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics",
|
106
|
+
label: {en: "matches regular expression"},
|
107
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
108
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
107
109
|
property :proc_error,
|
108
|
-
comment: "A property denoting a description of the specific software error."
|
109
|
-
domain: "http://www.w3.org/2007/05/powder-s#Processor"
|
110
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling"
|
111
|
-
label: "processing error"
|
112
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
110
|
+
comment: {en: "A property denoting a description of the specific software error."},
|
111
|
+
domain: "http://www.w3.org/2007/05/powder-s#Processor",
|
112
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling",
|
113
|
+
label: {en: "processing error"},
|
114
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
113
115
|
property :sha1sum,
|
114
|
-
comment: "Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR."
|
115
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification"
|
116
|
-
label: "SHA-1 sum"
|
117
|
-
range: "http://www.w3.org/2001/XMLSchema#base64Binary"
|
118
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
116
|
+
comment: {en: "Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR."},
|
117
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification",
|
118
|
+
label: {en: "SHA-1 sum"},
|
119
|
+
range: "http://www.w3.org/2001/XMLSchema#base64Binary",
|
120
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
119
121
|
property :supportedby,
|
120
|
-
comment: "A property that links a POWDER document to some other data source that supports the descriptions provided."
|
121
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#supportedBy"
|
122
|
-
label: "supported by"
|
123
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
122
|
+
comment: {en: "A property that links a POWDER document to some other data source that supports the descriptions provided."},
|
123
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#supportedBy",
|
124
|
+
label: {en: "supported by"},
|
125
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
124
126
|
property :tag,
|
125
|
-
comment: "Property linking to a free-text tag which may include spaces."
|
126
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#tags"
|
127
|
-
label: "tag"
|
128
|
-
range: "http://www.w3.org/2001/XMLSchema#token"
|
129
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
127
|
+
comment: {en: "Property linking to a free-text tag which may include spaces."},
|
128
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#tags",
|
129
|
+
label: {en: "tag"},
|
130
|
+
range: "http://www.w3.org/2001/XMLSchema#token",
|
131
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
130
132
|
property :text,
|
131
|
-
comment: "This property provides a summary of the descriptorset that it annotates, suitable for display to end users."
|
132
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13"
|
133
|
-
label: "text that may be displayed"
|
134
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
133
|
+
comment: {en: "This property provides a summary of the descriptorset that it annotates, suitable for display to end users."},
|
134
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13",
|
135
|
+
label: {en: "text that may be displayed"},
|
136
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
135
137
|
property :validfrom,
|
136
|
-
comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document before the given date."
|
137
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification"
|
138
|
-
label: "valid from"
|
139
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
138
|
+
comment: {en: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document before the given date."},
|
139
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification",
|
140
|
+
label: {en: "valid from"},
|
141
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
140
142
|
property :validuntil,
|
141
|
-
comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document after the given date."
|
142
|
-
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification"
|
143
|
-
label: "valid until"
|
144
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
143
|
+
comment: {en: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document after the given date."},
|
144
|
+
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification",
|
145
|
+
label: {en: "valid until"},
|
146
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
145
147
|
end
|
146
148
|
end
|
data/lib/rdf/vocab/wot.rb
CHANGED
@@ -3,164 +3,85 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://xmlns.com/wot/0.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://xmlns.com/wot/0.1/>
|
7
|
+
# @!visibility private
|
6
8
|
WOT = Class.new(RDF::StrictVocabulary("http://xmlns.com/wot/0.1/")) do
|
7
9
|
|
8
|
-
# Ontology definition
|
9
|
-
ontology :"http://xmlns.com/wot/0.1/",
|
10
|
-
"http://purl.org/dc/elements/1.1/date": "2004-02-23".freeze,
|
11
|
-
"http://purl.org/dc/elements/1.1/description": "Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
|
12
|
-
"http://purl.org/dc/elements/1.1/title": "Web Of Trust vocabulary".freeze,
|
13
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/".freeze,
|
14
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://www.w3.org/2000/01/rdf-schema".freeze, "http://www.w3.org/2002/07/owl".freeze],
|
15
|
-
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
16
|
-
|
17
10
|
# Class definitions
|
18
|
-
term :EncryptedDocument,
|
19
|
-
comment: "An encrypted document intended for a set of recipients.".freeze,
|
20
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze, "http://xmlns.com/wot/0.1/User".freeze],
|
21
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
22
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
23
|
-
label: "Encrypted Document".freeze,
|
24
|
-
subClassOf: ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
|
25
|
-
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
26
11
|
term :Endorsement,
|
27
|
-
comment: "An endorsement
|
28
|
-
|
29
|
-
"http://
|
30
|
-
|
31
|
-
label: "Endorsement".freeze,
|
32
|
-
subClassOf: ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
|
33
|
-
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
12
|
+
comment: "An endorsement object, whose uri should be the location of an ascii signature",
|
13
|
+
label: "Endorsement",
|
14
|
+
subClassOf: "http://xmlns.com/wordnet/1.6/Endorsement",
|
15
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
16
|
term :PubKey,
|
35
|
-
comment: "A class
|
36
|
-
|
37
|
-
"http://www.w3.org/
|
38
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
39
|
-
label: "Public Key".freeze,
|
40
|
-
subClassOf: "http://xmlns.com/wordnet/1.6/Credential".freeze,
|
41
|
-
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
17
|
+
comment: "A class to represent a person's or organization's PGP public key.",
|
18
|
+
label: "Public Key",
|
19
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
20
|
term :SigEvent,
|
43
|
-
comment: "
|
44
|
-
|
45
|
-
"http://
|
46
|
-
|
47
|
-
label: "Key Signing Event".freeze,
|
48
|
-
subClassOf: ["http://www.w3.org/2002/12/cal/ical#Vevent".freeze, "http://xmlns.com/wordnet/1.6/Event".freeze],
|
49
|
-
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
21
|
+
comment: "A PGP key signing event",
|
22
|
+
label: "Signing Event",
|
23
|
+
subClassOf: "http://xmlns.com/wordnet/1.6/Event",
|
24
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
50
25
|
term :User,
|
51
|
-
comment: "A
|
52
|
-
|
53
|
-
"http://
|
54
|
-
|
55
|
-
label: "Key User".freeze,
|
56
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
57
|
-
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
26
|
+
comment: "A wot subclass of foaf Person - the user of a PGP public key",
|
27
|
+
label: "PGP Key User",
|
28
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Person",
|
29
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
58
30
|
|
59
31
|
# Property definitions
|
60
32
|
property :assurance,
|
61
|
-
comment: "
|
62
|
-
domain: "http://
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
range: "http://xmlns.com/wot/0.1/Endorsement".freeze,
|
67
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
68
|
-
property :encryptedTo,
|
69
|
-
comment: "A property linking an encrypted document to a recipient.".freeze,
|
70
|
-
domain: "http://xmlns.com/wot/0.1/EncryptedDocument".freeze,
|
71
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
72
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
73
|
-
label: "Encrypted to".freeze,
|
74
|
-
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
75
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
76
|
-
property :encrypter,
|
77
|
-
comment: "A property linking an encrypted document to the public key that was used to encrypt it.".freeze,
|
78
|
-
domain: "http://xmlns.com/wot/0.1/EncryptedDocument".freeze,
|
79
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
80
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
81
|
-
label: "Encrypted by".freeze,
|
82
|
-
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
83
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
33
|
+
comment: "Property pointing to an endorsment object which in turn points to the location of the textual signature assuring the current document",
|
34
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
35
|
+
label: "assurance",
|
36
|
+
range: "http://xmlns.com/wot/0.1/Endorsement",
|
37
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
84
38
|
property :fingerprint,
|
85
|
-
comment: "A public key
|
86
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
91
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
|
92
|
-
property :hasKey,
|
93
|
-
comment: "A property to link a PubKey from a User".freeze,
|
94
|
-
domain: "http://xmlns.com/wot/0.1/User".freeze,
|
95
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
96
|
-
inverseOf: "http://xmlns.com/wot/0.1/identity".freeze,
|
97
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
98
|
-
label: "has Key".freeze,
|
99
|
-
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
100
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
39
|
+
comment: "A public key fingerprint string",
|
40
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
41
|
+
label: "Public Key Fingerprint",
|
42
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
43
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
101
44
|
property :hex_id,
|
102
|
-
comment: "A public key hex identifier string
|
103
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
108
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
45
|
+
comment: "A public key hex identifier string",
|
46
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
47
|
+
label: "Public key hex identifier",
|
48
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
49
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
109
50
|
property :identity,
|
110
|
-
comment: "A property linking
|
111
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
range: "http://xmlns.com/wot/0.1/User".freeze,
|
116
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
51
|
+
comment: "A property linking to the User of the PGP key.",
|
52
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
53
|
+
label: "identity",
|
54
|
+
range: "http://xmlns.com/wot/0.1/User",
|
55
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
117
56
|
property :length,
|
118
|
-
comment: "A
|
119
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
124
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
57
|
+
comment: "A string representing public key length",
|
58
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
59
|
+
label: "Public Key length",
|
60
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
61
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
125
62
|
property :pubkeyAddress,
|
126
|
-
comment: "The location of
|
127
|
-
domain: "http://
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
132
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
63
|
+
comment: "The location of the public key used to sign the present document",
|
64
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
65
|
+
label: "public key address",
|
66
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
67
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
133
68
|
property :sigdate,
|
134
|
-
comment: "The date of a
|
135
|
-
domain: "http://xmlns.com/wot/0.1/SigEvent"
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
range: "http://www.w3.org/2001/XMLSchema#date".freeze,
|
140
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
69
|
+
comment: "The date of a sining event.",
|
70
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent",
|
71
|
+
label: "signing date",
|
72
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
73
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
141
74
|
property :signed,
|
142
|
-
comment: "A property linking a public key to
|
143
|
-
domain: "http://xmlns.com/wot/0.1/
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
"http://www.w3.org/
|
153
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
154
|
-
label: "Signer".freeze,
|
155
|
-
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
156
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
157
|
-
property :sigtime,
|
158
|
-
comment: "The time (of day) of a public key signature event.".freeze,
|
159
|
-
domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
|
160
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
161
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
162
|
-
label: "Signature time".freeze,
|
163
|
-
range: "http://www.w3.org/2001/XMLSchema#time".freeze,
|
164
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
75
|
+
comment: "A property linking a public key to signature events.",
|
76
|
+
domain: "http://xmlns.com/wot/0.1/User",
|
77
|
+
label: "signed",
|
78
|
+
range: "http://xmlns.com/wot/0.1/SigEvent",
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
80
|
+
property :signerLongHexID,
|
81
|
+
comment: "The hex id of the signer's key",
|
82
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent",
|
83
|
+
label: "signer long hex id",
|
84
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
165
86
|
end
|
166
87
|
end
|
data/lib/rdf/vocab/xhtml.rb
CHANGED
@@ -3,11 +3,13 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/1999/xhtml#>
|
7
|
+
# @!visibility private
|
6
8
|
XHTML = Class.new(RDF::Vocabulary("http://www.w3.org/1999/xhtml#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/1999/xhtml#",
|
10
|
-
"http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base"
|
11
|
-
"http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt"
|
12
|
+
"http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base",
|
13
|
+
"http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt"
|
12
14
|
end
|
13
15
|
end
|