@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b2vqoj>
  ns0:givenName "Arie"^^xsd:string ;
  ns0:name "Arie Bakker"@nl ;
  ns0:familyName "Bakker"^^xsd:string ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/c94f226028b6eb6525545f3c817db61cdcac5c6857bd5ef691eb4498a0f48c6b"^^xsd:string ;
  ns0:birthPlace "Willens"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bh4oAh> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23419> .

