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

<http://data.bibliotheken.nl/id/thes/p06849856X> a schema1:Person ;
    rdfs:label "Hoogveld, Rob" ;
    schema1:familyName "Hoogveld" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a57759e509d848c14533b58f522e804> ;
    schema1:name "Rob Hoogveld" ;
    schema1:sameAs <http://viaf.org/viaf/210759483>,
        <https://isni.org/isni/0000000394674104> .

