@prefix ns0: <https://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 ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/brEBf9>
  ns0:givenName "Daniel"^^xsd:string ;
  ns0:name "Daniel van Hooren"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/71af756e74da8849ddac5fe979eca10f331ad9a444dea5b921d90260adb15396"^^xsd:string ;
  ns0:familyName "van Hooren"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bGrg9Q> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23354> ;
  ns0:additionalName [
    ns1:baseSurname "Hooren"^^xsd:string ;
    ns1:literalName "Daniel van Hooren"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

