@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/bGrf3d9>
  schema:givenName "Antonius Carl"^^xsd:string ;
  schema:name "Antonius Carl Nolte"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/88606407-a3b1-d64d-0933-efb2313bd121"^^xsd:string ;
  schema:familyName "Nolte"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vrm5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/610b9296-560e-6de6-4e11-c649fe33465d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2232737> ;
  schema:birthDate "1888-12-14"^^xsd:date .

