@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/bgeBmoL>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Alblas"@nl ;
  schema:familyName "Alblas"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/de29aa31-34f2-e48f-0453-aaa00af6dcdb"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wjjd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/95f4a649-203c-c49a-ef42-271091b0001c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2780235> ;
  schema:birthDate "1834-11-05"^^xsd:date .

