@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/bY7IZNt>
  schema:givenName "Adriana Petronella"^^xsd:string ;
  schema:name "Adriana Petronella Mooij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/115a512c-1746-9d12-f056-91b2c0f23c7f"^^xsd:string ;
  schema:familyName "Mooij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kh8m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a0f2b5b0-14ca-0d55-5c8b-3b0321712a5a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2445071> ;
  schema:birthDate "1814-10-26"^^xsd:date .

