@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/p070561478> a schema1:Person ;
    rdfs:label "Rosenplüt, Hans (ca. 1400-ca. 1460)" ;
    schema1:birthDate "ca. 1400" ;
    schema1:deathDate "ca. 1460" ;
    schema1:familyName "Rosenplüt" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5095c850d72b2ceb8e7f8c587b0999fc> ;
    schema1:name "Hans Rosenplüt" ;
    schema1:sameAs <http://viaf.org/viaf/56626551>,
        wd:Q105816,
        <https://isni.org/isni/0000000079757890> .

