observable:inetLocation leaf node


URI

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

Label

Internet Location

Description

Specifies a location on the Internet.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:inetLocation 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:inetLocation a owl:ObjectProperty ;
    rdfs:label "Internet Location"@en-US ;
    rdfs:comment "Specifies a location on the Internet."@en-US ;
    rdfs:range observable:ObservableObject .