@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/bYXwKM7>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Noorlander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/82dc7984-123b-2b57-76c8-ba85bb63b02f"^^xsd:string ;
  schema:familyName "Noorlander"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ab72426a-9ef5-6ee7-a0a1-4f87957ad541> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2485745> ;
  schema:birthDate "1868-08-29"^^xsd:date .

