core:source leaf node


URI

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

Label

source

Description

The originating node of a specified relationship.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:source 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:source a owl:ObjectProperty ;
    rdfs:label "source"@en ;
    rdfs:comment "The originating node of a specified relationship."@en ;
    rdfs:range core:UcoObject .