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

<https://n2t.net/ark:/60537/b6f0LG>
  schema:familyName "de Nijs"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik de Nijs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/c6d402b0179171df95078699f642a0a42d26e8adf1a7121ff166d3933407b13f"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bm1GE2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22838> ;
  schema:additionalName [
    ns0:baseSurname "Nijs"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

