@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/biJZd8Z>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Martijn"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c713eda1-ae4a-cad7-8788-54a8a63b3d64"^^xsd:string ;
  schema:familyName "Martijn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Arnemuiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gnx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a6dc6990-edc4-bc6a-6f7e-0b87c3277caf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2467979> ;
  schema:birthDate "1831-08-21"^^xsd:date .

