@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/bPB1SeJ>
  schema:givenName "Cornelis Wilhelmus"^^xsd:string ;
  schema:name "Cornelis Wilhelmus Knoers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/deb94274-258b-ceab-9231-5ec1284725dd"^^xsd:string ;
  schema:hasOccupation "Kellner"@nl ;
  schema:familyName "Knoers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bd74ZRP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2152692> ;
  schema:birthDate "1892-02-29"^^xsd:date .

