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

<http://www.freebase.com/m/0yq9mqd> schema:creator [
   a schema:Person;
   schema:name "William Shakespeare"
 ] .
