@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b5qcOPn>
  schema:givenName "Abraham Arie"^^xsd:string ;
  schema:name "Abraham Arie van Tijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5bc3ad28-948b-3530-2e4f-f70baa883651"^^xsd:string ;
  schema:familyName "van Tijn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hilversum> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bdf80d88-5085-9b1e-fa4e-2d112acb66e9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2557634> ;
  schema:birthDate "1794-04-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Tijn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

