@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/baPpyvR>
  schema:familyName "Breekland"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a086136e-33b5-8d8d-5a5c-44ed26cff8f5"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Breekland"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hazerswoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00g6wm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d1502e98-3e41-d878-d4fe-3033ee06d694> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2631426> ;
  schema:birthDate "1801-09-25"^^xsd:date .

