https://ontology.unifiedcyberontology.org/uco/core/referenceURL
             A URL for some information defined external to the UCO context.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | core:referenceURL | xsd:anyURI | 
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
core:referenceURL a owl:DatatypeProperty ;
    rdfs:label "referenceURL"@en ;
    rdfs:comment "A URL for some information defined external to the UCO context."@en ;
    rdfs:range xsd:anyURI .