location:vdop leaf node


URI

https://unifiedcyberontology.org/ontology/uco/location#vdop

Label

vdop

Description

The vertical dilution of precision of the GPS location.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) location:vdop xsd:double

Implementation

@prefix location: <https://unifiedcyberontology.org/ontology/uco/location#> .
@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#> .

location:vdop a owl:DatatypeProperty ;
    rdfs:label "vdop"@en ;
    rdfs:comment "The vertical dilution of precision of the GPS location."@en ;
    rdfs:range xsd:double .