@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1018417> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hugo von Hofmannsthal" ;
    ns1:birthDate "1874-02-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1929-07-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Hugo von Hofmannsthal" ;
    skos:exactMatch <http://dbpedia.org/resource/Hugo_von_Hofmannsthal>,
        <http://id.loc.gov/authorities/names/n79072867>,
        <http://www.wikidata.org/entity/Q51513>,
        <https://musicbrainz.org/artist/4ead7d4a-3996-44a4-bd27-93222d4ac93a> .

