location:pdop leaf node


URI

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

Label

pdop

Description

The positional (3D) dilution of precision of the GPS location.

Usage

DOMAINPROPERTYRANGE
location:GPSCoordinatesFacet location:pdop xs: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:pdop a owl:DatatypeProperty ;
    rdfs:label "pdop"@en ;
    rdfs:comment "The positional (3D) dilution of precision of the GPS location."@en ;
    rdfs:domain location:GPSCoordinatesFacet ;
    rdfs:range xsd:double .