observable:contactAddress leaf node


URI

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

Label

contactAddress

Description

Contact address specifies information characterizing a geolocation address of a contact entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:contactAddress observable:ContactAddress

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:contactAddress a owl:ObjectProperty ;
    rdfs:label "contactAddress"@en ;
    rdfs:comment "Contact address specifies information characterizing a geolocation address of a contact entity."@en ;
    rdfs:range observable:ContactAddress .