@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/bAOmrLo>
  schema:givenName "Adrianus Bernardus"^^xsd:string ;
  schema:name "Adrianus Bernardus Tijgerman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0cd79069-7600-f88e-7646-cf5118aab9cb"^^xsd:string ;
  schema:familyName "Tijgerman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ndh2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/14de4887-b521-f795-3788-811b23317867> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/644940> ;
  schema:birthDate "1852-03-04"^^xsd:date .

