@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/bLDMiY>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/ff4ab1979664e8fccedb7d6975f1af545afd5bca3884ae2174f3f2f21610b49a"^^xsd:string ;
  schema:givenName "Huibert"^^xsd:string ;
  schema:name "Huibert de Jong"@nl ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b0qpt3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22740> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

