@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/bRSJUiH>
  schema:familyName "Greij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9a00197b-79d9-20a8-f4df-eeef8ce9267f"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Greij"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Meerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fedcfb20-95f9-a7fd-c49b-bab262334d34> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2764530> ;
  schema:birthDate "1823-09-12"^^xsd:date .

