@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .

<sdo_eg_md_4.html> md:item (
 [ a schema:Place;
   schema:geo [ a schema:GeoCoordinates;
     schema:latitude "40.75";
     schema:longitude "73.98"];
   schema:name "Empire State Building"]);
   rdfa:usesVocabulary schema: .
