@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bm1GtSu>
  schema:familyName "de Reus"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/77c91672-e469-adfe-cf86-67bc9940d641"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria de Reus"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r3g8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/611d35fa-bfbf-93cf-b043-be9cc5bbcfd0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2232995> ;
  schema:birthDate "1822-12-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Reus"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

