rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/wdrs.rb
CHANGED
@@ -3,237 +3,144 @@
|
|
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/2007/05/powder-s#>
|
8
|
-
# #
|
9
|
-
# # POWDER-S Vocabulary
|
10
|
-
# #
|
11
|
-
# # This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.
|
12
|
-
# # @version 2 June 2017
|
13
|
-
# class WDRS < RDF::StrictVocabulary
|
14
|
-
# # A POWDER document.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :Document
|
17
|
-
#
|
18
|
-
# # A software agent able to process POWDER documents.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :Processor
|
21
|
-
#
|
22
|
-
# # A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :authenticate
|
25
|
-
#
|
26
|
-
# # A property that takes a Boolean value to declare whether the author of the data certifies the described resource.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :certified
|
29
|
-
#
|
30
|
-
# # A property that links a resource to a POWDER document that certifies it.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :certifiedby
|
33
|
-
#
|
34
|
-
# # A property denoting a description of the specific error found in a given POWDER document.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :data_error
|
37
|
-
#
|
38
|
-
# # 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.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :describedby
|
41
|
-
#
|
42
|
-
# # A property denoting the code of any error encountered by the POWDER processor.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :error_code
|
45
|
-
#
|
46
|
-
# # 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.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :hasIRI
|
49
|
-
#
|
50
|
-
# # This property denotes the author of a POWDER document.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :issuedby
|
53
|
-
#
|
54
|
-
# # 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.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :logo
|
57
|
-
#
|
58
|
-
# # 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.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :matchesregex
|
61
|
-
#
|
62
|
-
# # 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.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :notknownto
|
65
|
-
#
|
66
|
-
# # 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.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :notmatchesregex
|
69
|
-
#
|
70
|
-
# # A property denoting a description of the specific software error.
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :proc_error
|
73
|
-
#
|
74
|
-
# # 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.
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :sha1sum
|
77
|
-
#
|
78
|
-
# # A property that links a POWDER document to some other data source that supports the descriptions provided.
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :supportedby
|
81
|
-
#
|
82
|
-
# # Property linking to a free-text tag which may include spaces.
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :tag
|
85
|
-
#
|
86
|
-
# # This property provides a summary of the descriptorset that it annotates, suitable for display to end users.
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :text
|
89
|
-
#
|
90
|
-
# # 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.
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :validfrom
|
93
|
-
#
|
94
|
-
# # 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.
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :validuntil
|
97
|
-
#
|
98
|
-
# end
|
99
6
|
WDRS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2007/05/powder-s#")) do
|
100
7
|
|
101
8
|
# Ontology definition
|
102
9
|
ontology :"http://www.w3.org/2007/05/powder-s#",
|
103
|
-
comment:
|
104
|
-
"dc
|
105
|
-
"dc
|
10
|
+
comment: "This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.".freeze,
|
11
|
+
"http://purl.org/dc/terms/issued": "2009-09-01".freeze,
|
12
|
+
"http://purl.org/dc/terms/modified": ["2010-11-08".freeze, "2017-06-02".freeze],
|
106
13
|
"http://purl.org/vocab/vann/preferredNamespacePrefix": "wdrs".freeze,
|
107
14
|
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2007/05/powder-s#".freeze,
|
15
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://www.w3.org/2007/05/powder-s".freeze,
|
16
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2 June 2017".freeze,
|
108
17
|
label: "POWDER-S Vocabulary".freeze,
|
109
|
-
|
110
|
-
"owl:versionInfo": "2 June 2017".freeze,
|
111
|
-
type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
|
18
|
+
type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "http://www.w3.org/2002/07/owl#Ontology".freeze]
|
112
19
|
|
113
20
|
# Class definitions
|
114
21
|
term :Document,
|
115
|
-
comment:
|
22
|
+
comment: "A POWDER document.".freeze,
|
116
23
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#structure".freeze,
|
117
24
|
label: "POWDER document".freeze,
|
118
|
-
subClassOf: "owl
|
119
|
-
type: "
|
25
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Ontology".freeze,
|
26
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
120
27
|
term :Processor,
|
121
|
-
comment:
|
28
|
+
comment: "A software agent able to process POWDER documents.".freeze,
|
122
29
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
|
123
30
|
label: "POWDER processor".freeze,
|
124
|
-
subClassOf: "dc
|
125
|
-
type: "
|
31
|
+
subClassOf: "http://purl.org/dc/terms/Agent".freeze,
|
32
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
126
33
|
|
127
34
|
# Property definitions
|
128
35
|
property :authenticate,
|
129
|
-
comment:
|
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".freeze,
|
130
37
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#discover".freeze,
|
131
38
|
label: "authenticate".freeze,
|
132
|
-
type: "rdf
|
39
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
133
40
|
property :certified,
|
134
|
-
comment:
|
41
|
+
comment: "A property that takes a Boolean value to declare whether the author of the data certifies the described resource.".freeze,
|
135
42
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
136
43
|
label: "certified".freeze,
|
137
|
-
range: "
|
138
|
-
type: "rdf
|
44
|
+
range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
45
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
139
46
|
property :certifiedby,
|
140
|
-
comment:
|
47
|
+
comment: "A property that links a resource to a POWDER document that certifies it.".freeze,
|
141
48
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
142
49
|
label: "certified by".freeze,
|
143
|
-
type: ["
|
50
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
144
51
|
property :data_error,
|
145
|
-
comment:
|
146
|
-
domain: "
|
52
|
+
comment: "A property denoting a description of the specific error found in a given POWDER document.".freeze,
|
53
|
+
domain: "http://www.w3.org/2007/05/powder-s#Document".freeze,
|
147
54
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
148
55
|
label: "data error".freeze,
|
149
|
-
type: "rdf
|
56
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
150
57
|
property :describedby,
|
151
|
-
comment:
|
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.".freeze,
|
152
59
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#semlink".freeze,
|
153
60
|
label: "described by".freeze,
|
154
|
-
type: "rdf
|
61
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
155
62
|
property :error_code,
|
156
|
-
comment:
|
63
|
+
comment: "A property denoting the code of any error encountered by the POWDER processor.".freeze,
|
157
64
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
158
65
|
label: "error code".freeze,
|
159
|
-
range: "
|
160
|
-
type: "rdf
|
66
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
67
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
161
68
|
property :hasIRI,
|
162
|
-
comment:
|
163
|
-
domain: "
|
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.".freeze,
|
70
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
164
71
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#oxRegexSemantics".freeze,
|
165
72
|
label: "has IRI".freeze,
|
166
|
-
range: "
|
167
|
-
type: ["
|
73
|
+
range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
74
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
168
75
|
property :issuedby,
|
169
|
-
comment:
|
76
|
+
comment: "This property denotes the author of a POWDER document.".freeze,
|
170
77
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line3".freeze,
|
171
78
|
label: "issued by".freeze,
|
172
|
-
type: ["
|
79
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
173
80
|
property :logo,
|
174
|
-
comment:
|
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.".freeze,
|
175
82
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
|
176
83
|
label: "logo".freeze,
|
177
|
-
type: ["
|
84
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
178
85
|
property :matchesregex,
|
179
|
-
comment:
|
180
|
-
domain: "
|
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.".freeze,
|
87
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
88
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
|
181
89
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
|
182
90
|
label: "matches regular expression".freeze,
|
183
|
-
range: "
|
184
|
-
|
185
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
91
|
+
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
92
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
186
93
|
property :notknownto,
|
187
|
-
comment:
|
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.".freeze,
|
188
95
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
|
189
96
|
label: "not known to".freeze,
|
190
|
-
range: "
|
191
|
-
type: "rdf
|
97
|
+
range: "http://www.w3.org/2007/05/powder-s#Processor".freeze,
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
192
99
|
property :notmatchesregex,
|
193
|
-
comment:
|
194
|
-
domain: "
|
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.".freeze,
|
101
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
102
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
|
195
103
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
|
196
104
|
label: "matches regular expression".freeze,
|
197
|
-
range: "
|
198
|
-
|
199
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
105
|
+
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
106
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
200
107
|
property :proc_error,
|
201
|
-
comment:
|
202
|
-
domain: "
|
108
|
+
comment: "A property denoting a description of the specific software error.".freeze,
|
109
|
+
domain: "http://www.w3.org/2007/05/powder-s#Processor".freeze,
|
203
110
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
204
111
|
label: "processing error".freeze,
|
205
|
-
type: "rdf
|
112
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
206
113
|
property :sha1sum,
|
207
|
-
comment:
|
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.".freeze,
|
208
115
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
209
116
|
label: "SHA-1 sum".freeze,
|
210
|
-
range: "
|
211
|
-
type: "rdf
|
117
|
+
range: "http://www.w3.org/2001/XMLSchema#base64Binary".freeze,
|
118
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
212
119
|
property :supportedby,
|
213
|
-
comment:
|
120
|
+
comment: "A property that links a POWDER document to some other data source that supports the descriptions provided.".freeze,
|
214
121
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#supportedBy".freeze,
|
215
122
|
label: "supported by".freeze,
|
216
|
-
type: ["
|
123
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
217
124
|
property :tag,
|
218
|
-
comment:
|
125
|
+
comment: "Property linking to a free-text tag which may include spaces.".freeze,
|
219
126
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#tags".freeze,
|
220
127
|
label: "tag".freeze,
|
221
|
-
range: "
|
222
|
-
type: ["
|
128
|
+
range: "http://www.w3.org/2001/XMLSchema#token".freeze,
|
129
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
223
130
|
property :text,
|
224
|
-
comment:
|
131
|
+
comment: "This property provides a summary of the descriptorset that it annotates, suitable for display to end users.".freeze,
|
225
132
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
|
226
133
|
label: "text that may be displayed".freeze,
|
227
|
-
type: ["
|
134
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
228
135
|
property :validfrom,
|
229
|
-
comment:
|
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.".freeze,
|
230
137
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
231
138
|
label: "valid from".freeze,
|
232
|
-
type: ["
|
139
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
233
140
|
property :validuntil,
|
234
|
-
comment:
|
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.".freeze,
|
235
142
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
236
143
|
label: "valid until".freeze,
|
237
|
-
type: ["
|
144
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
238
145
|
end
|
239
146
|
end
|
data/lib/rdf/vocab/wot.rb
CHANGED
@@ -3,245 +3,164 @@
|
|
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://xmlns.com/wot/0.1/>
|
8
|
-
# #
|
9
|
-
# # Web Of Trust vocabulary
|
10
|
-
# #
|
11
|
-
# # Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
|
12
|
-
# # @see http://xmlns.com/foaf/0.1/
|
13
|
-
# class WOT < RDF::StrictVocabulary
|
14
|
-
# # An encrypted document intended for a set of recipients.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :EncryptedDocument
|
17
|
-
#
|
18
|
-
# # An endorsement resource containing a detached ascii signature.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :Endorsement
|
21
|
-
#
|
22
|
-
# # A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :PubKey
|
25
|
-
#
|
26
|
-
# # An event describing the action of a public key being signed by some other public key.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :SigEvent
|
29
|
-
#
|
30
|
-
# # A user (agent, person, group or organization) of a PGP/GPG public key.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :User
|
33
|
-
#
|
34
|
-
# # A property linking a document to an endorsement resource containing a detached ascii signature.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :assurance
|
37
|
-
#
|
38
|
-
# # A property linking an encrypted document to a recipient.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :encryptedTo
|
41
|
-
#
|
42
|
-
# # A property linking an encrypted document to the public key that was used to encrypt it.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :encrypter
|
45
|
-
#
|
46
|
-
# # A public key hex fingerprint string (40 digits, white space insignificant).
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :fingerprint
|
49
|
-
#
|
50
|
-
# # A property to link a PubKey from a User
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :hasKey
|
53
|
-
#
|
54
|
-
# # A public key hex identifier string (8 digits).
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :hex_id
|
57
|
-
#
|
58
|
-
# # A property linking a public key to the user of the key.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :identity
|
61
|
-
#
|
62
|
-
# # A numeric string representing the length, in bytes, of a public key.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :length
|
65
|
-
#
|
66
|
-
# # The location of an ascii version of a public key.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :pubkeyAddress
|
69
|
-
#
|
70
|
-
# # The date of a public key signature event.
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :sigdate
|
73
|
-
#
|
74
|
-
# # A property linking a public key to a public key signature event.
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :signed
|
77
|
-
#
|
78
|
-
# # A property linking a public key signature event to the public key that was used to sign.
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :signer
|
81
|
-
#
|
82
|
-
# # The time (of day) of a public key signature event.
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :sigtime
|
85
|
-
#
|
86
|
-
# end
|
87
6
|
WOT = Class.new(RDF::StrictVocabulary("http://xmlns.com/wot/0.1/")) do
|
88
7
|
|
89
8
|
# Ontology definition
|
90
9
|
ontology :"http://xmlns.com/wot/0.1/",
|
91
|
-
"
|
92
|
-
"
|
93
|
-
"
|
94
|
-
"
|
95
|
-
"
|
96
|
-
type: "owl
|
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
|
97
16
|
|
98
17
|
# Class definitions
|
99
18
|
term :EncryptedDocument,
|
100
|
-
comment:
|
101
|
-
|
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,
|
102
23
|
label: "Encrypted Document".freeze,
|
103
|
-
|
104
|
-
|
105
|
-
type: "owl:Class".freeze,
|
106
|
-
"vs:term_status": "unstable".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
|
107
26
|
term :Endorsement,
|
108
|
-
comment:
|
109
|
-
|
27
|
+
comment: "An endorsement resource containing a detached ascii signature.".freeze,
|
28
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".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],
|
29
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
30
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
110
31
|
label: "Endorsement".freeze,
|
111
|
-
|
112
|
-
|
113
|
-
type: "owl:Class".freeze,
|
114
|
-
"vs:term_status": "unstable".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
|
115
34
|
term :PubKey,
|
116
|
-
comment:
|
117
|
-
|
35
|
+
comment: "A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).".freeze,
|
36
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze, "http://xmlns.com/wot/0.1/User".freeze],
|
37
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
38
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
118
39
|
label: "Public Key".freeze,
|
119
|
-
"owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
|
120
40
|
subClassOf: "http://xmlns.com/wordnet/1.6/Credential".freeze,
|
121
|
-
type: "owl
|
122
|
-
"vs:term_status": "stable".freeze
|
41
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
123
42
|
term :SigEvent,
|
124
|
-
comment:
|
125
|
-
|
43
|
+
comment: "An event describing the action of a public key being signed by some other public key.".freeze,
|
44
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/User".freeze],
|
45
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
46
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
126
47
|
label: "Key Signing Event".freeze,
|
127
|
-
"owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:User".freeze],
|
128
48
|
subClassOf: ["http://www.w3.org/2002/12/cal/ical#Vevent".freeze, "http://xmlns.com/wordnet/1.6/Event".freeze],
|
129
|
-
type: "owl
|
130
|
-
"vs:term_status": "testing".freeze
|
49
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
131
50
|
term :User,
|
132
|
-
comment:
|
133
|
-
|
51
|
+
comment: "A user (agent, person, group or organization) of a PGP/GPG public key.".freeze,
|
52
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze],
|
53
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
54
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
134
55
|
label: "Key User".freeze,
|
135
|
-
|
136
|
-
|
137
|
-
type: "owl:Class".freeze,
|
138
|
-
"vs:term_status": "stable".freeze
|
56
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
57
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
139
58
|
|
140
59
|
# Property definitions
|
141
60
|
property :assurance,
|
142
|
-
comment:
|
143
|
-
domain: "foaf
|
144
|
-
|
61
|
+
comment: "A property linking a document to an endorsement resource containing a detached ascii signature.".freeze,
|
62
|
+
domain: "http://xmlns.com/foaf/0.1/Document".freeze,
|
63
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
64
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
145
65
|
label: "Assurance".freeze,
|
146
|
-
range: "wot
|
147
|
-
type: "owl
|
148
|
-
"vs:term_status": "stable".freeze
|
66
|
+
range: "http://xmlns.com/wot/0.1/Endorsement".freeze,
|
67
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
149
68
|
property :encryptedTo,
|
150
|
-
comment:
|
151
|
-
domain: "wot
|
152
|
-
|
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,
|
153
73
|
label: "Encrypted to".freeze,
|
154
|
-
range: "wot
|
155
|
-
type: "owl
|
156
|
-
"vs:term_status": "unstable".freeze
|
74
|
+
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
75
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
157
76
|
property :encrypter,
|
158
|
-
comment:
|
159
|
-
domain: "wot
|
160
|
-
|
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,
|
161
81
|
label: "Encrypted by".freeze,
|
162
|
-
range: "wot
|
163
|
-
type: ["owl
|
164
|
-
"vs:term_status": "unstable".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]
|
165
84
|
property :fingerprint,
|
166
|
-
comment:
|
167
|
-
domain: "wot
|
168
|
-
|
85
|
+
comment: "A public key hex fingerprint string (40 digits, white space insignificant).".freeze,
|
86
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
87
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
88
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
169
89
|
label: "Fingerprint".freeze,
|
170
|
-
range: "
|
171
|
-
type: ["owl
|
172
|
-
"vs:term_status": "testing".freeze
|
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]
|
173
92
|
property :hasKey,
|
174
|
-
comment:
|
175
|
-
domain: "wot
|
176
|
-
|
177
|
-
|
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,
|
178
98
|
label: "has Key".freeze,
|
179
|
-
range: "wot
|
180
|
-
type: "owl
|
181
|
-
"vs:term_status": "testing".freeze
|
99
|
+
range: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
100
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
182
101
|
property :hex_id,
|
183
|
-
comment:
|
184
|
-
domain: "wot
|
185
|
-
|
102
|
+
comment: "A public key hex identifier string (8 digits).".freeze,
|
103
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
104
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
105
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
186
106
|
label: "Hex identifier".freeze,
|
187
|
-
range: "
|
188
|
-
type: "owl
|
189
|
-
"vs:term_status": "stable".freeze
|
107
|
+
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
108
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
190
109
|
property :identity,
|
191
|
-
comment:
|
192
|
-
domain: "wot
|
193
|
-
|
110
|
+
comment: "A property linking a public key to the user of the key.".freeze,
|
111
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
112
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
113
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
194
114
|
label: "Identity".freeze,
|
195
|
-
range: "wot
|
196
|
-
type: ["owl
|
197
|
-
"vs:term_status": "testing".freeze
|
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]
|
198
117
|
property :length,
|
199
|
-
comment:
|
200
|
-
domain: "wot
|
201
|
-
|
118
|
+
comment: "A numeric string representing the length, in bytes, of a public key.".freeze,
|
119
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
120
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
|
121
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
202
122
|
label: "Length".freeze,
|
203
|
-
range: "
|
204
|
-
type: "owl
|
205
|
-
"vs:term_status": "stable".freeze
|
123
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
124
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
206
125
|
property :pubkeyAddress,
|
207
|
-
comment:
|
208
|
-
domain: "wot
|
209
|
-
|
126
|
+
comment: "The location of an ascii version of a public key.".freeze,
|
127
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
128
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
129
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
210
130
|
label: "Address".freeze,
|
211
|
-
range: "foaf
|
212
|
-
type: "owl
|
213
|
-
"vs:term_status": "testing".freeze
|
131
|
+
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
132
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
214
133
|
property :sigdate,
|
215
|
-
comment:
|
216
|
-
domain: "wot
|
217
|
-
|
134
|
+
comment: "The date of a public key signature event.".freeze,
|
135
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
|
136
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
137
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
218
138
|
label: "Signature date".freeze,
|
219
|
-
range: "
|
220
|
-
type: "owl
|
221
|
-
"vs:term_status": "testing".freeze
|
139
|
+
range: "http://www.w3.org/2001/XMLSchema#date".freeze,
|
140
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
222
141
|
property :signed,
|
223
|
-
comment:
|
224
|
-
domain: "wot
|
225
|
-
|
142
|
+
comment: "A property linking a public key to a public key signature event.".freeze,
|
143
|
+
domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
|
144
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
|
145
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
226
146
|
label: "Signed".freeze,
|
227
|
-
range: "wot
|
228
|
-
type: "owl
|
229
|
-
"vs:term_status": "testing".freeze
|
147
|
+
range: "http://xmlns.com/wot/0.1/SigEvent".freeze,
|
148
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
230
149
|
property :signer,
|
231
|
-
comment:
|
232
|
-
domain: "wot
|
233
|
-
|
150
|
+
comment: "A property linking a public key signature event to the public key that was used to sign.".freeze,
|
151
|
+
domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
|
152
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
153
|
+
isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
|
234
154
|
label: "Signer".freeze,
|
235
|
-
range: "wot
|
236
|
-
type: ["owl
|
237
|
-
"vs:term_status": "unstable".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]
|
238
157
|
property :sigtime,
|
239
|
-
comment:
|
240
|
-
domain: "wot
|
241
|
-
|
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,
|
242
162
|
label: "Signature time".freeze,
|
243
|
-
range: "
|
244
|
-
type: "owl
|
245
|
-
"vs:term_status": "unstable".freeze
|
163
|
+
range: "http://www.w3.org/2001/XMLSchema#time".freeze,
|
164
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
246
165
|
end
|
247
166
|
end
|