@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/bjZbE5y>
  schema:givenName "Emanuel"^^xsd:string ;
  schema:name "Emanuel Knoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e342784e-0385-cec8-5417-ba69d0cdb872"^^xsd:string ;
  schema:familyName "Knoek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ee8f3116-eaae-d84d-3db7-c69c04f962a5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2847967> ;
  schema:birthDate "1792-08-03"^^xsd:date .

