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

<http://data.bibliotheken.nl/id/thes/p080711855> a schema1:Person ;
    rdfs:label "Muys, Wim" ;
    schema1:description "Ook als: W. Muys" ;
    schema1:familyName "Muys" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da28d586b7b75cba3fb8fabaaa008f92> ;
    schema1:name "Wim Muys" ;
    schema1:sameAs <http://viaf.org/viaf/285527736>,
        <https://isni.org/isni/0000000391638140> .

