@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/28928> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Paul Hindemith" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/191>,
        <http://data.carnegiehall.org/instruments/676> ;
    ns2:birthDate "1895-11-16"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2911007/> ;
    ns2:deathDate "1963-12-28"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Paul Hindemith" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Hindemith>,
        <http://id.loc.gov/authorities/names/n79077225>,
        <http://musicbrainz.org/artist/4068eaba-ca03-4c34-9172-2b709b8050e6>,
        <http://www.wikidata.org/entity/Q57244> .

