@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/bjn5sdn>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7acbd9ec-93a0-9ce3-ab9d-114a7d3a134c"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e4c7940c-b5fa-a631-270e-3a3a52bd48ed> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2677762> .

