@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p073138886> a schema1:Person ;
    rdfs:label "Schubert, Hans Georg Wilhelm von (1859-1931)" ;
    schema1:birthDate "1859" ;
    schema1:deathDate "1931" ;
    schema1:familyName "von Schubert" ;
    schema1:givenName "Hans Georg Wilhelm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1cf54cc8f1128fdd3f9402b9551c3570> ;
    schema1:name "Hans Georg Wilhelm von Schubert" ;
    schema1:sameAs <http://viaf.org/viaf/22132092>,
        wd:Q109455,
        <https://isni.org/isni/0000000110223644> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/schu281> .

