@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_18.html> md:item (
 [ a schema:CreativeWork;
   schema:author "Sony";
   schema:contentRating "Mature";
   schema:image <videogame.jpg>;
   schema:name "Resistance 3: Fall of Man"]);
   rdfa:usesVocabulary schema: .
