https://unifiedcyberontology.org/ontology/uco/core#referenceURL
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:referenceURL | xsd:anyURI |
@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#> .
@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 .