@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/bWfqqQI>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Tas"@nl ;
  schema:birthPlace "Cockenge"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c2435e5b-9f11-bf64-4002-383865a2d84f"^^xsd:string ;
  schema:familyName "Tas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sg6g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/171161eb-e65d-3879-5b38-58ba0529cef2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1952554> ;
  schema:birthDate "1841-01-25"^^xsd:date .

