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

<https://n2t.net/ark:/60537/bAbm02>
  schema:givenName "Claes"^^xsd:string ;
  schema:name "Claes Jansz den Haen"@nl ;
  schema:familyName "den Haen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/1000vangouda/2029"^^xsd:string ;
  a schema:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93372> ;
  schema:additionalName [
    ns0:baseSurname "Haen"^^xsd:string ;
    ns0:patronym "Jansz"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

