@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/bBE9L4q>
  schema:hasOccupation "Arts"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c465a94-caee-9f22-3b6c-117fe7cd31ab"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Kuipers"@nl ;
  schema:familyName "Kuipers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Winschoten> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bW2IBc3> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2590697> ;
  schema:birthDate "1910-11-26"^^xsd:date .

