observable:baseStation leaf node


URI

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

Label

baseStation

Description

The base station.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:baseStation xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:baseStation a owl:DatatypeProperty ;
    rdfs:label "baseStation"@en ;
    rdfs:comment "The base station."@en ;
    rdfs:range xsd:string .