@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/bfPbIMx>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria van Loenhout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2cefa6c8-f41f-09b2-c4ec-dd95cb0d4505"^^xsd:string ;
  schema:familyName "van Loenhout"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Steenbergen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/aabf0b76-fe5f-596f-5808-0fe2c69fd101> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2482910> ;
  schema:birthDate "1855-12-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Loenhout"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

