@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/bQQeuLa>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/312bf58e-e854-931a-9dba-fc46536c8c76"^^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/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa0afb5b-774a-d5ae-5dcb-ec17c2017ce6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2739232> ;
  schema:birthDate "1823-03-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Loon"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

