@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bgF3La>
  ns0:birthDate "1959"^^xsd:string ;
  ns0:name "M.J. van Gent (1959-)"@nl ;
  ns0:givenName "Michel Joost"^^xsd:string ;
  ns0:familyName "van  Gent"^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p120960907> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93671> ;
  ns0:additionalName [
    ns1:baseSurname "Gent"^^xsd:string ;
    ns1:literalName "M.J. van Gent (1959-)"@nl ;
    ns1:surnamePrefix "van "^^xsd:string
  ] .

