@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/bijAR5E>
  schema:givenName "Andreas"^^xsd:string ;
  schema:name "Andreas Jaspers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b08fb564-3cef-a654-58fc-92af605f3af4"^^xsd:string ;
  schema:familyName "Jaspers"^^xsd:string ;
  schema:hasOccupation "Vrachtrijder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qtmj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a60f18b8-c78d-e6b8-ec77-1ff6da650058> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2464705> ;
  schema:birthDate "1814-07-14"^^xsd:date .

