@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/bNik8qY>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Faber"@nl ;
  schema:familyName "Faber"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b91a80a4-9d54-e134-d391-52d99aa6b9eb"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hq4j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03056f1a-f2ba-8119-93a0-c7f21ba9501b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/580206> .

