core:referenceURL leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/referenceURL

Label

referenceURL

Description

A URL for some information defined external to the UCO context.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:referenceURL xsd:anyURI

Implementation

@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 .