@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/buzoQa>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Hageman"@nl ;
  schema:familyName "Hageman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/c5352e7a8ffc689406bf5a60522b0e29a66cbc2dceda421ad0a80ab5b6b5ec6a"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/pijpmakersknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bJ8n3u> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22688> .

