@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/b7hwmG>
  ns0:givenName "Dirk"^^xsd:string ;
  ns0:name "Dirk van Dieveren"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/f44e3b3308144d1ffb06d4d29ee63be2f66fc88aa5a0140585a46d9b3a77b3a7"^^xsd:string ;
  ns0:familyName "van Dieveren"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/baander> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bmRuw9> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24889> ;
  ns0:additionalName [
    ns1:baseSurname "Dieveren"^^xsd:string ;
    ns1:literalName "Dirk van Dieveren"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

