@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .

[ a foaf:Person; foaf:name "Amanda"] .
[ a schema:Person; schema:name "Amanda"] .
