@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/bRtnBr>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie van Hoorn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/f108f914f098ef6a5052cc779ece7050d06a874f8f2cddcbb12a6118df64b0cd"^^xsd:string ;
  schema:familyName "van Hoorn"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b6eZKb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22747> ;
  schema:additionalName [
    ns0:baseSurname "Hoorn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

