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

<https://n2t.net/ark:/60537/b74NGIC>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/19aa6a66-7434-f266-7d1b-099ae37b1553"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van de Watering"@nl ;
  schema:familyName "van de Watering"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bDwsgwm> ;
  schema:children <https://n2t.net/ark:/60537/bnTYjkg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvOyDJt> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/645271> ;
  schema:additionalName [
    ns0:baseSurname "Watering"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

