@prefix ns0: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bkCmNz>
  ns0:givenName "Christoffel" ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/1000vangouda/406" ;
  ns0:name "mr. Christoffel Florisz"@nl ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93071> ;
  ns0:additionalName [
    ns1:literalName "mr. Christoffel Florisz"@nl ;
    ns1:patronym "Florisz" ;
    ns1:prefix "mr."
  ] .

