@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/bdjN7OF>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Kooij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/970aa3d6-0092-51d2-0a19-c20d89216322"^^xsd:string ;
  schema:familyName "Kooij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/268ecb9b-3ec2-f4aa-a2fb-46ee3efeb2aa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2010284> ;
  schema:birthDate "1838-04-15"^^xsd:date .

