@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/bsTM4hF>
  schema:givenName "Apolonia"^^xsd:string ;
  schema:name "Apolonia Splinter"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4212202b-c24f-e3d5-a0ce-faad9fc37e61"^^xsd:string ;
  schema:familyName "Splinter"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nieuwkoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012cv8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9befbfb0-04e3-c0a7-9997-498e1833048b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2425929> ;
  schema:birthDate "1884-12-18"^^xsd:date .

