core:target leaf node


URI

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

Label

target

Description

The terminating node of a specified relationship.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:target core:UcoObject

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#> .

core:target a owl:ObjectProperty ;
    rdfs:label "target"@en ;
    rdfs:comment "The terminating node of a specified relationship."@en ;
    rdfs:range core:UcoObject .