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

<http://data.bibliotheken.nl/id/thes/p313895848> a schema1:Person ;
    rdfs:label "Coppens, Guido" ;
    schema1:familyName "Coppens" ;
    schema1:givenName "Guido" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/57332aa290556b7831d7d94f99a57fa1> ;
    schema1:name "Guido Coppens" ;
    schema1:sameAs <http://viaf.org/viaf/284378179>,
        <https://isni.org/isni/0000000390678925> .

