@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/baq0x9>
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans van Vliet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/409ada50e79c116a990b701e59476840707b843d190a3efe2105ad44e910a930"^^xsd:string ;
  schema:familyName "van Vliet"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bqbGpk> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22822> ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

