@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/bRfDEUv>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Glas"@nl ;
  schema:familyName "Glas"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1612734c-e519-4e9d-63c3-0f6f68de2368"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00g0hs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b6d6a2a4-cc02-2e53-df0b-22a2e9ee950d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2530383> ;
  schema:birthDate "1830-02-16"^^xsd:date .

