@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/1004344> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Werner Egk" ;
    ns1:birthDate "1901-05-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2954715/> ;
    ns1:deathDate "1983-07-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Werner Egk" ;
    skos:exactMatch <http://dbpedia.org/resource/Werner_Egk>,
        <http://id.loc.gov/authorities/names/n79068680>,
        <http://www.wikidata.org/entity/Q458775>,
        <https://musicbrainz.org/artist/3495aac0-0a30-49b5-9f20-bf32704a23c7> .

