@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/bqC5Le>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus van Baalen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/912f5548dbc8ae113e9da3d1f488679096b14ad326475295cc72b1b702e32b5e"^^xsd:string ;
  schema:familyName "van Baalen"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bFoLFM> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22673> ;
  schema:additionalName [
    ns0:baseSurname "Baalen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

