https://ontology.unifiedcyberontology.org/uco/core/externalReference
Specifies a reference to a resource outside of the UCO.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:externalReference | core:ExternalReference |
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
core:externalReference a owl:ObjectProperty ;
rdfs:label "External Reference"@en-US ;
rdfs:comment "Specifies a reference to a resource outside of the UCO."@en-US ;
rdfs:range core:ExternalReference .