@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/bCGF4o5>
  schema:givenName "Arnolda"^^xsd:string ;
  schema:name "Arnolda Koppens"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3163691d-2ac7-a815-fe4b-69dc9a0dc7aa"^^xsd:string ;
  schema:familyName "Koppens"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dreumel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v0sw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/afca6806-cef9-5d1f-b48c-8430a05f84bd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2502567> ;
  schema:birthDate "1860-05-07"^^xsd:date .

