@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.w3.org/2019/wot/security#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . ns0:alg schema:domainIncludes ns0:BearerSecurityScheme, ns0:PoPSecurityScheme ; a owl:DatatypeProperty ; rdfs:comment "Encoding, encryption, or digest algorithm."@en ; rdfs:label "alg" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.w3.org/2019/wot/security#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

ns0:alg
    schema:domainIncludes ns0:BearerSecurityScheme, ns0:PoPSecurityScheme ;
    a owl:DatatypeProperty ;
    rdfs:comment "Encoding, encryption, or digest algorithm."@en ;
    rdfs:label "alg" .