@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/p069395861> a schema1:Person ;
    rdfs:label "Mühle, Hans (fl. 1929)" ;
    schema1:description "fl. 1929" ;
    schema1:familyName "Mühle" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5384e75f27971839f1d281fce1d99b42> ;
    schema1:name "Hans Mühle" ;
    schema1:sameAs <http://viaf.org/viaf/147356552>,
        wd:Q15444930,
        <https://isni.org/isni/000000009929327X> .

