@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/1002763> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dmitry Shostakovich" ;
    ns1:birthDate "1906-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1975-08-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Dmitry Shostakovich" ;
    skos:exactMatch <http://dbpedia.org/resource/Dmitri_Shostakovich>,
        <http://id.loc.gov/authorities/names/n79140959>,
        <http://musicbrainz.org/artist/519dd32e-8f30-4380-8826-7aa99169e1bb>,
        <http://www.wikidata.org/entity/Q80135> .

