@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/bRfDuGW>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Laforce"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe8a744e-06c1-ec3a-8e9a-ad7e9b318f3f"^^xsd:string ;
  schema:familyName "Laforce"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7e9c2fb3-5188-ade5-2b9d-40f59cb7abcb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2347491> ;
  schema:birthDate "1858-08-28"^^xsd:date .

