core:isDirectional leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#isDirectional

Label

isDirectional

Description

A specification whether or not a relationship assertion is limited to the context FROM a source object(s) TO a target object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:isDirectional xsd:boolean

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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#> .

core:isDirectional a owl:DatatypeProperty ;
    rdfs:label "isDirectional"@en ;
    rdfs:comment "A specification whether or not a relationship assertion is limited to the context FROM a source object(s) TO a target object."@en ;
    rdfs:range xsd:boolean .