@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/p091435102> a schema1:Person ;
    rdfs:label "Hassler, Hans Leo (1564-1612)" ;
    schema1:alternateName "Hasler, Joan Leo",
        "Haslero, Joanne Leone",
        "Haslerus, J.L.",
        "Haßler#von Nürmberg#, Hanns Leo" ;
    schema1:birthDate "1564" ;
    schema1:deathDate "1612" ;
    schema1:description "componist" ;
    schema1:familyName "Hassler" ;
    schema1:givenName "Hans Leo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04a760ae38e6d4065ffe9c811a3e549a> ;
    schema1:name "Hans Leo Hassler" ;
    schema1:sameAs <http://viaf.org/viaf/76500260>,
        wd:Q164882,
        <https://isni.org/isni/0000000110298320> .

