@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/b7hwd5d>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Blok"@nl ;
  schema:familyName "Blok"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4124b1d8-af63-b89d-838d-9cbfdf65850c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vbsp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/faf20ea2-00db-394b-4347-a5a50fd10224> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2865407> ;
  schema:birthDate "1882-04-01"^^xsd:date .

