http://schema.org/geo
The geo coordinates of the place.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema1:Place | schema1:geo | schema1:GeoCoordinates |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
schema1:geo a rdf:Property ;
rdfs:label "geo" ;
schema1:domainIncludes schema1:Place ;
schema1:rangeIncludes schema1:GeoCoordinates ;
rdfs:comment "The geo coordinates of the place." .