@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/breatBD>
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/82f86ab3-12d2-40f4-608d-ce8b60df56fb"^^xsd:string ;
  schema:givenName "Nicolaas"^^xsd:string ;
  schema:name "Nicolaas Dekker"@nl ;
  schema:children <https://n2t.net/ark:/60537/bapZPWi> ;
  schema:spouse <https://n2t.net/ark:/60537/bUAPfZt> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bZacAKR> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2244767> .

