@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bapZOqP>
  schema:familyName "Bakker"^^xsd:string ;
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Bakker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d24f1e2-60cd-05c7-48d9-78dcf8532fd9"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/b2vpZBU>, <https://n2t.net/ark:/60537/bijADeT> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bKNVHk3> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2217284> ;
  schema:birthDate "1896-06-27"^^xsd:date .

