@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/p18131343X> a schema1:Person ;
    rdfs:label "Torvalds, Linus" ;
    schema1:description "pionier Linux" ;
    schema1:familyName "Torvalds" ;
    schema1:givenName "Linus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f272f698a96709d32f9af9c4b3389646> ;
    schema1:name "Linus Torvalds" ;
    schema1:sameAs <http://viaf.org/viaf/85515270>,
        wd:Q34253,
        <https://isni.org/isni/0000000114946962> .

