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

<http://data.bibliotheken.nl/id/thes/p084872985> a schema1:Person ;
    rdfs:label "Channel, Jim" ;
    schema1:familyName "Channel" ;
    schema1:givenName "Jim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1c431cc14e656f4205ae02ccb133b7b> ;
    schema1:name "Jim Channel" ;
    schema1:sameAs <http://viaf.org/viaf/41860386>,
        <https://isni.org/isni/0000000083758239> .

