@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/bdKbSmd>
  schema:givenName "Adriana Maria"^^xsd:string ;
  schema:name "Adriana Maria Remmers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/555ae116-b298-8db8-0927-7443d0f94cae"^^xsd:string ;
  schema:familyName "Remmers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0123r0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9ca39860-de28-a1ab-d9d5-404b7f32193a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2428516> ;
  schema:birthDate "1822-10-05"^^xsd:date .

