@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/brEEOM>
  ns0:birthDate "1849 "^^xsd:string ;
  ns0:deathDate "1915"^^xsd:string ;
  ns0:hasOccupation "historicus "@nl ;
  ns0:name "P.N. van Doorninck (1849 -1915)"@nl ;
  ns0:givenName "Pieter Nicolaas"^^xsd:string ;
  ns0:familyName "van  Doorninck "^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p071097147> ;
  ns0:subjectOf <http://www.biografischportaal.nl/persoon/31046226> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93662> ;
  ns0:additionalName [
    ns1:baseSurname "Doorninck "^^xsd:string ;
    ns1:surnamePrefix "van "^^xsd:string
  ] .

