@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/b37vJ72>
  schema:givenName "Arij"^^xsd:string ;
  schema:name "Arij Bloot"@nl ;
  schema:familyName "Bloot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1db7c332-e2b2-fd40-34bf-a050d3d5ddd5"^^xsd:string ;
  schema:hasOccupation "Meubelmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/06727a50-6884-38b6-8c59-a7c994425334> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/593775> ;
  schema:birthDate "1894-07-13"^^xsd:date .

