@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/bHtKJZ8>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Plomp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/94f4f111-22a3-e50d-5b69-9821cd311cbe"^^xsd:string ;
  schema:hasOccupation "Pakhuisknecht"@nl ;
  schema:familyName "Plomp"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010crb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bb06837d-67a8-546e-cfde-c37e407a70e6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2546352> ;
  schema:birthDate "1872-12-18"^^xsd:date .

