@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/1000803> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wolfgang Rihm" ;
    ns1:birthDate "1952-03-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2892794/> ;
    ns1:deathDate "2024-06-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Wolfgang Rihm" ;
    skos:exactMatch <http://dbpedia.org/resource/Wolfgang_Rihm>,
        <http://id.loc.gov/authorities/names/n80158645>,
        <http://www.wikidata.org/entity/Q77031>,
        <https://musicbrainz.org/artist/c5918618-2d84-420f-98b5-3a2d9de84cfe> .

