observable:contactURL leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#contactURL

Label

contactURL

Description

Contact URL specifies information characterizing details for contacting a contact entity by Uniform Resource Locator (URL).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:contactURL observable:ContactURL

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:contactURL a owl:ObjectProperty ;
    rdfs:label "contactURL"@en ;
    rdfs:comment "Contact URL specifies information characterizing details for contacting a contact entity by Uniform Resource Locator (URL)."@en ;
    rdfs:range observable:ContactURL .