observable:contact leaf node


URI

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

Label

contact

Description

Contact specifies information characterizing contact details for a single entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:contact observable:ObservableObject

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:contact a owl:ObjectProperty ;
    rdfs:label "contact"@en ;
    rdfs:comment "Contact specifies information characterizing contact details for a single entity."@en ;
    rdfs:range observable:ObservableObject .