@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/bUaqI5U>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4dd2e334-6d96-9059-835f-4dd569dbde90"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Loon"@nl ;
  schema:familyName "van Loon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2c5cda59-4697-9f34-2506-76ea2c690d5c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2033027> ;
  schema:birthDate "1805-09-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Loon"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

