@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/bcUpo3K>
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij Meurs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f90c2c3b-96d7-3e49-3c9c-c3d0d6303048"^^xsd:string ;
  schema:familyName "Meurs"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:children <https://n2t.net/ark:/60537/b4ZOzdu> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbRTdrO> ;
  schema:spouse <https://n2t.net/ark:/60537/bkOZbUS> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2669623> .

