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

<http://data.bibliotheken.nl/id/thes/p197431011> a schema1:Person ;
    rdfs:label "Janssen, Rob (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:description "dj hardcore" ;
    schema1:familyName "Janssen" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2de50fd7d372b4deb9c75c3178f7626c> ;
    schema1:name "Rob Janssen" ;
    schema1:sameAs <http://viaf.org/viaf/14162447>,
        wd:Q15874168,
        <https://isni.org/isni/0000000106764528> .

