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/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,166 @@
|
|
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
10
|
# Ontology definition
|
9
11
|
ontology :"http://xmlns.com/wot/0.1/",
|
10
|
-
"http://purl.org/dc/elements/1.1/date": "2004-02-23"
|
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."
|
12
|
-
"http://purl.org/dc/elements/1.1/title": "Web Of Trust vocabulary"
|
13
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/"
|
14
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://www.w3.org/2000/01/rdf-schema"
|
15
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://purl.org/dc/elements/1.1/date": "2004-02-23",
|
13
|
+
"http://purl.org/dc/elements/1.1/description": "Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.",
|
14
|
+
"http://purl.org/dc/elements/1.1/title": "Web Of Trust vocabulary",
|
15
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/",
|
16
|
+
"http://www.w3.org/2002/07/owl#imports": ["http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2002/07/owl"],
|
17
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
16
18
|
|
17
19
|
# Class definitions
|
18
20
|
term :EncryptedDocument,
|
19
|
-
comment: "An encrypted document intended for a set of recipients."
|
20
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/Endorsement"
|
21
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
22
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
23
|
-
label: "Encrypted Document"
|
24
|
-
subClassOf: ["http://xmlns.com/foaf/0.1/Document"
|
25
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
21
|
+
comment: "An encrypted document intended for a set of recipients.",
|
22
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/Endorsement", "http://xmlns.com/wot/0.1/PubKey", "http://xmlns.com/wot/0.1/SigEvent", "http://xmlns.com/wot/0.1/User"],
|
23
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
24
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
25
|
+
label: "Encrypted Document",
|
26
|
+
subClassOf: ["http://xmlns.com/foaf/0.1/Document", "http://xmlns.com/wordnet/1.6/Endorsement-4"],
|
27
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
26
28
|
term :Endorsement,
|
27
|
-
comment: "An endorsement resource containing a detached ascii signature."
|
28
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument"
|
29
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
30
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
31
|
-
label: "Endorsement"
|
32
|
-
subClassOf: ["http://xmlns.com/foaf/0.1/Document"
|
33
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
29
|
+
comment: "An endorsement resource containing a detached ascii signature.",
|
30
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument", "http://xmlns.com/wot/0.1/PubKey", "http://xmlns.com/wot/0.1/SigEvent", "http://xmlns.com/wot/0.1/User"],
|
31
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
32
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
33
|
+
label: "Endorsement",
|
34
|
+
subClassOf: ["http://xmlns.com/foaf/0.1/Document", "http://xmlns.com/wordnet/1.6/Endorsement-4"],
|
35
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
34
36
|
term :PubKey,
|
35
|
-
comment: "A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization)."
|
36
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument"
|
37
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
38
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
39
|
-
label: "Public Key"
|
40
|
-
subClassOf: "http://xmlns.com/wordnet/1.6/Credential"
|
41
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
37
|
+
comment: "A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).",
|
38
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument", "http://xmlns.com/wot/0.1/Endorsement", "http://xmlns.com/wot/0.1/SigEvent", "http://xmlns.com/wot/0.1/User"],
|
39
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
40
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
41
|
+
label: "Public Key",
|
42
|
+
subClassOf: "http://xmlns.com/wordnet/1.6/Credential",
|
43
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
42
44
|
term :SigEvent,
|
43
|
-
comment: "An event describing the action of a public key being signed by some other public key."
|
44
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument"
|
45
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
46
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
47
|
-
label: "Key Signing Event"
|
48
|
-
subClassOf: ["http://www.w3.org/2002/12/cal/ical#Vevent"
|
49
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
45
|
+
comment: "An event describing the action of a public key being signed by some other public key.",
|
46
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument", "http://xmlns.com/wot/0.1/Endorsement", "http://xmlns.com/wot/0.1/PubKey", "http://xmlns.com/wot/0.1/User"],
|
47
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
48
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
49
|
+
label: "Key Signing Event",
|
50
|
+
subClassOf: ["http://www.w3.org/2002/12/cal/ical#Vevent", "http://xmlns.com/wordnet/1.6/Event"],
|
51
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
50
52
|
term :User,
|
51
|
-
comment: "A user (agent, person, group or organization) of a PGP/GPG public key."
|
52
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument"
|
53
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
54
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
55
|
-
label: "Key User"
|
56
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Agent"
|
57
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
53
|
+
comment: "A user (agent, person, group or organization) of a PGP/GPG public key.",
|
54
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument", "http://xmlns.com/wot/0.1/Endorsement", "http://xmlns.com/wot/0.1/PubKey", "http://xmlns.com/wot/0.1/SigEvent"],
|
55
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
56
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
57
|
+
label: "Key User",
|
58
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent",
|
59
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
58
60
|
|
59
61
|
# Property definitions
|
60
62
|
property :assurance,
|
61
|
-
comment: "A property linking a document to an endorsement resource containing a detached ascii signature."
|
62
|
-
domain: "http://xmlns.com/foaf/0.1/Document"
|
63
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
64
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
65
|
-
label: "Assurance"
|
66
|
-
range: "http://xmlns.com/wot/0.1/Endorsement"
|
67
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
63
|
+
comment: "A property linking a document to an endorsement resource containing a detached ascii signature.",
|
64
|
+
domain: "http://xmlns.com/foaf/0.1/Document",
|
65
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
66
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
67
|
+
label: "Assurance",
|
68
|
+
range: "http://xmlns.com/wot/0.1/Endorsement",
|
69
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
68
70
|
property :encryptedTo,
|
69
|
-
comment: "A property linking an encrypted document to a recipient."
|
70
|
-
domain: "http://xmlns.com/wot/0.1/EncryptedDocument"
|
71
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
72
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
73
|
-
label: "Encrypted to"
|
74
|
-
range: "http://xmlns.com/wot/0.1/PubKey"
|
75
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
71
|
+
comment: "A property linking an encrypted document to a recipient.",
|
72
|
+
domain: "http://xmlns.com/wot/0.1/EncryptedDocument",
|
73
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
74
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
75
|
+
label: "Encrypted to",
|
76
|
+
range: "http://xmlns.com/wot/0.1/PubKey",
|
77
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
76
78
|
property :encrypter,
|
77
|
-
comment: "A property linking an encrypted document to the public key that was used to encrypt it."
|
78
|
-
domain: "http://xmlns.com/wot/0.1/EncryptedDocument"
|
79
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
80
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
81
|
-
label: "Encrypted by"
|
82
|
-
range: "http://xmlns.com/wot/0.1/PubKey"
|
83
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
79
|
+
comment: "A property linking an encrypted document to the public key that was used to encrypt it.",
|
80
|
+
domain: "http://xmlns.com/wot/0.1/EncryptedDocument",
|
81
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
82
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
83
|
+
label: "Encrypted by",
|
84
|
+
range: "http://xmlns.com/wot/0.1/PubKey",
|
85
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
84
86
|
property :fingerprint,
|
85
|
-
comment: "A public key hex fingerprint string (40 digits, white space insignificant)."
|
86
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
87
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
88
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
89
|
-
label: "Fingerprint"
|
90
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
91
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
87
|
+
comment: "A public key hex fingerprint string (40 digits, white space insignificant).",
|
88
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
89
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
90
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
91
|
+
label: "Fingerprint",
|
92
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
93
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
92
94
|
property :hasKey,
|
93
|
-
comment: "A property to link a PubKey from a User"
|
94
|
-
domain: "http://xmlns.com/wot/0.1/User"
|
95
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
96
|
-
inverseOf: "http://xmlns.com/wot/0.1/identity"
|
97
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
98
|
-
label: "has Key"
|
99
|
-
range: "http://xmlns.com/wot/0.1/PubKey"
|
100
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
95
|
+
comment: "A property to link a PubKey from a User",
|
96
|
+
domain: "http://xmlns.com/wot/0.1/User",
|
97
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
98
|
+
inverseOf: "http://xmlns.com/wot/0.1/identity",
|
99
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
100
|
+
label: "has Key",
|
101
|
+
range: "http://xmlns.com/wot/0.1/PubKey",
|
102
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
101
103
|
property :hex_id,
|
102
|
-
comment: "A public key hex identifier string (8 digits)."
|
103
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
104
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
105
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
106
|
-
label: "Hex identifier"
|
107
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
108
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
104
|
+
comment: "A public key hex identifier string (8 digits).",
|
105
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
106
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
107
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
108
|
+
label: "Hex identifier",
|
109
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
110
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
109
111
|
property :identity,
|
110
|
-
comment: "A property linking a public key to the user of the key."
|
111
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
112
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
113
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
114
|
-
label: "Identity"
|
115
|
-
range: "http://xmlns.com/wot/0.1/User"
|
116
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
112
|
+
comment: "A property linking a public key to the user of the key.",
|
113
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
114
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
115
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
116
|
+
label: "Identity",
|
117
|
+
range: "http://xmlns.com/wot/0.1/User",
|
118
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
117
119
|
property :length,
|
118
|
-
comment: "A numeric string representing the length, in bytes, of a public key."
|
119
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
120
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
121
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
122
|
-
label: "Length"
|
123
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
124
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
120
|
+
comment: "A numeric string representing the length, in bytes, of a public key.",
|
121
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
122
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
123
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
124
|
+
label: "Length",
|
125
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
126
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
125
127
|
property :pubkeyAddress,
|
126
|
-
comment: "The location of an ascii version of a public key."
|
127
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
128
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
129
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
130
|
-
label: "Address"
|
131
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
132
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
128
|
+
comment: "The location of an ascii version of a public key.",
|
129
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
130
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
131
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
132
|
+
label: "Address",
|
133
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
134
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
133
135
|
property :sigdate,
|
134
|
-
comment: "The date of a public key signature event."
|
135
|
-
domain: "http://xmlns.com/wot/0.1/SigEvent"
|
136
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
137
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
138
|
-
label: "Signature date"
|
139
|
-
range: "http://www.w3.org/2001/XMLSchema#date"
|
140
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
136
|
+
comment: "The date of a public key signature event.",
|
137
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent",
|
138
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
139
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
140
|
+
label: "Signature date",
|
141
|
+
range: "http://www.w3.org/2001/XMLSchema#date",
|
142
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
141
143
|
property :signed,
|
142
|
-
comment: "A property linking a public key to a public key signature event."
|
143
|
-
domain: "http://xmlns.com/wot/0.1/PubKey"
|
144
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
145
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
146
|
-
label: "Signed"
|
147
|
-
range: "http://xmlns.com/wot/0.1/SigEvent"
|
148
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
144
|
+
comment: "A property linking a public key to a public key signature event.",
|
145
|
+
domain: "http://xmlns.com/wot/0.1/PubKey",
|
146
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
147
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
148
|
+
label: "Signed",
|
149
|
+
range: "http://xmlns.com/wot/0.1/SigEvent",
|
150
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
149
151
|
property :signer,
|
150
|
-
comment: "A property linking a public key signature event to the public key that was used to sign."
|
151
|
-
domain: "http://xmlns.com/wot/0.1/SigEvent"
|
152
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
153
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
154
|
-
label: "Signer"
|
155
|
-
range: "http://xmlns.com/wot/0.1/PubKey"
|
156
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
152
|
+
comment: "A property linking a public key signature event to the public key that was used to sign.",
|
153
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent",
|
154
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
155
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
156
|
+
label: "Signer",
|
157
|
+
range: "http://xmlns.com/wot/0.1/PubKey",
|
158
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
157
159
|
property :sigtime,
|
158
|
-
comment: "The time (of day) of a public key signature event."
|
159
|
-
domain: "http://xmlns.com/wot/0.1/SigEvent"
|
160
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
161
|
-
isDefinedBy: "http://xmlns.com/wot/0.1/"
|
162
|
-
label: "Signature time"
|
163
|
-
range: "http://www.w3.org/2001/XMLSchema#time"
|
164
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
160
|
+
comment: "The time (of day) of a public key signature event.",
|
161
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent",
|
162
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
163
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/",
|
164
|
+
label: "Signature time",
|
165
|
+
range: "http://www.w3.org/2001/XMLSchema#time",
|
166
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
165
167
|
end
|
166
168
|
end
|