https://unifiedcyberontology.org/ontology/uco/core#target
             The terminating node of a specified relationship.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | core:target | core:UcoObject | 
@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 .