@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/bqOMqZU>
  schema:givenName "Cornelis Arie"^^xsd:string ;
  schema:name "Cornelis Arie Noorlander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5f83bd1-1839-ca2c-8155-f0f0d6902284"^^xsd:string ;
  schema:hasOccupation "Metaaldraaier"@nl ;
  schema:familyName "Noorlander"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hekendorp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bhUaRVL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2589251> ;
  schema:birthDate "1908-02-28"^^xsd:date .

