@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/bEYmddy>
  schema:givenName "Adriana Maria"^^xsd:string ;
  schema:name "Adriana Maria Remmers"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/464cdc78-8bbd-9919-d1cb-7747b501bfba"^^xsd:string ;
  schema:familyName "Remmers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hb14> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4a2be7b8-3b26-9fbb-6d6d-8b1c392342e1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2144966> ;
  schema:birthDate "1822-10-05"^^xsd:date .

