@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/b12wHJ7>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Binnenkade"@nl ;
  schema:familyName "Binnenkade"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6b9ac62f-8616-19a1-7bfe-b667d4350eb1"^^xsd:string ;
  schema:hasOccupation "Schoenmaker"@nl ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f7629a8f-af36-42bf-715a-f4220468a724> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2721691> ;
  schema:birthDate "1839-08-14"^^xsd:date .

