@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_2.html> md:item ([ a schema:LocalBusiness;
       schema:address [ a schema:PostalAddress;
         schema:addressLocality "Mexico Beach";
         schema:addressRegion "FL";
         schema:streetAddress "3102 Highway 98"];
       schema:description """ A superb collection of fine gifts and clothing
  to accent your stay in Mexico Beach.""";
       schema:name "Beachwalk Beachwear & Giftware";
       schema:telephone "850-648-4200"]);
   rdfa:usesVocabulary schema: .
