@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bsTLL8i>
  pico:hasAge "28"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Lunenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a45b940-1646-a00f-a35c-b28b04f6e2b9"^^xsd:string ;
  schema:familyName "Lunenburg"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bAOmzXb> ;
  schema:children <https://n2t.net/ark:/60537/bIIWoKI> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIixtQ0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2084057> .

