@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/benhOAY>
  schema:givenName "Bouwe"^^xsd:string ;
  schema:name "Bouwe Sjouke"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ca9fa47-8dd4-e7c2-542f-a6e977d267b7"^^xsd:string ;
  schema:hasOccupation "Koetsier"@nl ;
  schema:familyName "Sjouke"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Brielle> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wntv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/776898e4-76fc-3518-5c07-3fad6e9df9e1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2319646> ;
  schema:birthDate "1827-10-25"^^xsd:date .

