@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/boWu9q6>
  schema:givenName "Hilligje"^^xsd:string ;
  schema:name "Hilligje van der Woude"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/868c8930-7690-f8ea-1944-d4afe9a84b1e"^^xsd:string ;
  schema:familyName "van der Woude"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Meppel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/99cf3c7a-3439-5e47-0780-523c7d4386b7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2417756> ;
  schema:birthDate "1900-09-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Woude"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

