@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p287506258> a schema1:Person ;
    rdfs:label "Van Gorp, Jos" ;
    schema1:alternateName "Gorp, Jos Van" ;
    schema1:familyName "Van Gorp" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dfea42250c2e98dcaef071259564cc35> ;
    schema1:name "Jos Van Gorp" ;
    schema1:sameAs <http://viaf.org/viaf/280338120>,
        <https://isni.org/isni/0000000387410071> .

