schema1:geo leaf node


URI

http://schema.org/geo

Label

geo

Description

The geo coordinates of the place.

Usage

DOMAINPROPERTYRANGE
schema1:Place schema1:geo schema1:GeoCoordinates

Implementation

@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." .