ctx:usesKeySlot leaf node


URI

https://w3id.org/agent-ontology/execution-context#usesKeySlot

Label

usesKeySlot

Usage

DOMAINPROPERTYRANGE
ctx:SecurityContext ctx:usesKeySlot xsd:string

Implementation

@prefix ctx: <https://w3id.org/agent-ontology/execution-context#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ctx:usesKeySlot a owl:DatatypeProperty ;
    rdfs:domain ctx:SecurityContext ;
    rdfs:range xsd:string .