@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/bXIj7Py>
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij van Gent"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5a42069f-baea-1dac-5b1f-6bcdf3c422f7"^^xsd:string ;
  schema:familyName "van Gent"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b1fc8rf> ;
  schema:parent <https://n2t.net/ark:/60537/b5CTSYw>, <https://n2t.net/ark:/60537/bPNJj23> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/604275> ;
  schema:birthDate "1814-12-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Gent"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

