@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix thing: <http://example.org/thing#> .

thing:maria foaf:name "Maria Smith" .

