@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/bfCvcKK>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Kooij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/573a56a6-3ea6-79f2-8a84-a0ff1291bde5"^^xsd:string ;
  schema:familyName "Kooij"^^xsd:string ;
  schema:hasOccupation "Schippersknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e21d1eb4-84de-74e1-fbbc-6131987a1900> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2667409> ;
  schema:birthDate "1838-04-15"^^xsd:date .

