@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/bIixTHV>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida de Koning"@nl ;
  schema:familyName "de Koning"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e364d003-c3ba-c586-6b54-c0c9b39aead3"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bAoX4QD> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdWSBRU> ;
  schema:children <https://n2t.net/ark:/60537/bQd7IwZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/644392> ;
  schema:additionalName [
    ns0:baseSurname "Koning"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

