@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bRG1HWc>
  pico:hasAge "38"^^xsd:string ;
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Scholten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cfb613a7-1263-0481-ad0d-f91a3d7b2274"^^xsd:string ;
  schema:hasOccupation "Kledermaker"@nl ;
  schema:familyName "Scholten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEyWim5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2193207> .

