diff --git a/ontology/wotsec.html b/ontology/wotsec.html index b1806924..93db6052 100644 --- a/ontology/wotsec.html +++ b/ontology/wotsec.html @@ -53,10 +53,10 @@

Introduction

token

IRI: https://www.w3.org/2019/wot/security#token

URI of the token server.
Domain includeswotsec:OAuth2SecurityScheme

Datatype Properties

alg

IRI: https://www.w3.org/2019/wot/security#alg

Encoding, encryption, or digest algorithm.
Domain includeswotsec:BearerSecurityScheme

in

IRI: https://www.w3.org/2019/wot/security#apikeyIn

Specifies the location of security authentication information.
Domain includeswotsec:APIKeySecurityScheme

flow

IRI: https://www.w3.org/2019/wot/security#flow

Authorization flow.
Domain includeswotsec:OAuth2SecurityScheme
-

format

IRI: https://www.w3.org/2019/wot/security#format

Specifies format of security authentication information.
Domain includeswotsec:BearerSecurityScheme
wotsec:PoPSecurityScheme
+

format

IRI: https://www.w3.org/2019/wot/security#format

Specifies format of security authentication information.
Domain includeswotsec:BearerSecurityScheme

identity

IRI: https://www.w3.org/2019/wot/security#identity

Identifier providing information which can be used for selection or confirmation.
Domain includeswotsec:PSKSecurityScheme
-

in

IRI: https://www.w3.org/2019/wot/security#in

Specifies the location of security authentication information.
Domain includeswotsec:BasicSecurityScheme
wotsec:BearerSecurityScheme
wotsec:DigestSecurityScheme
wotsec:PoPSecurityScheme
-

name

IRI: https://www.w3.org/2019/wot/security#name

Name for query, header, cookie, or uri parameters.
Domain includeswotsec:APIKeySecurityScheme
wotsec:BasicSecurityScheme
wotsec:BearerSecurityScheme
wotsec:DigestSecurityScheme
wotsec:PoPSecurityScheme
+

in

IRI: https://www.w3.org/2019/wot/security#in

Specifies the location of security authentication information.
Domain includeswotsec:BasicSecurityScheme
wotsec:BearerSecurityScheme
wotsec:DigestSecurityScheme
+

name

IRI: https://www.w3.org/2019/wot/security#name

Name for query, header, cookie, or uri parameters.
Domain includeswotsec:APIKeySecurityScheme
wotsec:BasicSecurityScheme
wotsec:BearerSecurityScheme
wotsec:DigestSecurityScheme

qop

IRI: https://www.w3.org/2019/wot/security#qop

Quality of protection.
This feature is at risk.
Domain includeswotsec:DigestSecurityScheme

scopes

IRI: https://www.w3.org/2019/wot/security#scopes

Set of authorization scope identifiers provided as an array. These are provided in tokens returned by an authorization server and associated with forms in order to identify what resources a client may access and how. The values associated with a form should be chosen from those defined in an OAuth2SecurityScheme active on that form.
This feature is at risk.
Domain includeswotsec:OAuth2SecurityScheme

Annotation Properties

No AnnotationProperty found in the ontology.

diff --git a/ontology/wotsec.ttl b/ontology/wotsec.ttl index d936b244..820951ca 100644 --- a/ontology/wotsec.ttl +++ b/ontology/wotsec.ttl @@ -25,7 +25,7 @@ rdfs:label "alg" ; rdfs:comment "Encoding, encryption, or digest algorithm."@en ; schema:domainIncludes :BearerSecurityScheme . -# schema:domainIncludes :BearerSecurityScheme, :PoPSecurityScheme . +# schema:domainIncludes :BearerSecurityScheme . :flow rdf:type owl:DatatypeProperty ; rdfs:label "flow" ; @@ -35,18 +35,18 @@ :format rdf:type owl:DatatypeProperty ; rdfs:label "format" ; rdfs:comment "Specifies format of security authentication information."@en ; - schema:domainIncludes :BearerSecurityScheme, :PoPSecurityScheme . + schema:domainIncludes :BearerSecurityScheme . :identity rdf:type owl:DatatypeProperty ; rdfs:label "identity" ; - rdfs:comment "Identifier providing information which can be used for selection or confirmation." ; + rdfs:comment "Identifier providing information which can be used for selection or confirmation."@en ; schema:domainIncludes :PSKSecurityScheme . # schema:domainIncludes :CertSecurityScheme, :PSKSecurityScheme, :PublicSecurityScheme . :in rdf:type owl:DatatypeProperty ; rdfs:label "in" ; rdfs:comment "Specifies the location of security authentication information."@en ; - schema:domainIncludes :BasicSecurityScheme, :DigestSecurityScheme, :BearerSecurityScheme, :PoPSecurityScheme . + schema:domainIncludes :BasicSecurityScheme, :DigestSecurityScheme, :BearerSecurityScheme . :apikeyIn rdf:type owl:DatatypeProperty ; rdfs:label "in" ; @@ -55,12 +55,12 @@ :name rdf:type owl:DatatypeProperty ; rdfs:label "name" ; - rdfs:comment "Name for query, header, cookie, or uri parameters." ; - schema:domainIncludes :BasicSecurityScheme, :DigestSecurityScheme, :APIKeySecurityScheme, :BearerSecurityScheme, :PoPSecurityScheme . + rdfs:comment "Name for query, header, cookie, or uri parameters."@en ; + schema:domainIncludes :BasicSecurityScheme, :DigestSecurityScheme, :APIKeySecurityScheme, :BearerSecurityScheme . :qop rdf:type owl:DatatypeProperty ; rdfs:label "qop" ; - rdfs:comment "Quality of protection.
This feature is at risk." ; + rdfs:comment "Quality of protection.
This feature is at risk."@en ; schema:domainIncludes :DigestSecurityScheme . :scopes rdf:type owl:DatatypeProperty ; @@ -77,7 +77,7 @@ rdfs:label "authorization" ; rdfs:comment "URI of the authorization server."@en ; schema:domainIncludes :BearerSecurityScheme, :OAuth2SecurityScheme . -# schema:domainIncludes :BearerSecurityScheme, :PoPSecurityScheme, :OAuth2SecurityScheme . +# schema:domainIncludes :BearerSecurityScheme, :OAuth2SecurityScheme . :refresh rdf:type owl:ObjectProperty ; rdfs:label "refresh" ;