@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/p072848294> a schema1:Person ;
    rdfs:label "Hornbostel, Erich Moritz von (1877-1935)" ;
    schema1:birthDate "1877" ;
    schema1:deathDate "1935" ;
    schema1:familyName "von Hornbostel" ;
    schema1:givenName "Erich Moritz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e3b19f18924a3a1d81b7ef0880595975> ;
    schema1:name "Erich Moritz von Hornbostel" ;
    schema1:sameAs <http://viaf.org/viaf/51816018>,
        wd:Q78975,
        <https://isni.org/isni/0000000109009376> .

