@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bijAm9Q>
  pico:hasAge "18"^^xsd:string ;
  schema:familyName "de Wind"^^xsd:string ;
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij de Wind"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/485e865f-dd7a-2969-192b-7bbdacdd01b9"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bapZxkM> ;
  schema:spouse <https://n2t.net/ark:/60537/brea9V8> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bSi6ZJs> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1933646> ;
  schema:additionalName [
    ns0:baseSurname "Wind"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

