@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/bIwezJG>
  schema:givenName "Alida Geertruida"^^xsd:string ;
  schema:name "Alida Geertruida Muis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8c0d5e43-7d79-8323-26ff-a3efeb382ec7"^^xsd:string ;
  schema:familyName "Muis"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/12c750d6-5a75-cf37-f86f-09255e53eabe> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/636591> ;
  schema:birthDate "1875-04-19"^^xsd:date .

