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

<http://data.bibliotheken.nl/id/thes/p107441152> a schema1:Person ;
    rdfs:label "Muus, Hans (redacteur)" ;
    schema1:familyName "Muus" ;
    schema1:givenName "Hans" ;
    schema1:hasOccupation "redacteur" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a5647e6d7c9af621972d0034df7f02bf> ;
    schema1:name "Hans Muus" ;
    schema1:sameAs <http://viaf.org/viaf/285171627>,
        <https://isni.org/isni/0000000391320589> .

