@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/b0qq1ws>
  schema:familyName "Alberts"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/06b07b89-4caa-e42b-c30f-c17c7e720292"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Alberts"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Harderwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2b8f6619-025b-58d6-673e-7e06c8f154f9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2029878> ;
  schema:birthDate "1794-06-11"^^xsd:date .

