@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/1005079> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nikolay Rimsky-Korsakov" ;
    ns1:birthDate "1844-03-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/483019/> ;
    ns1:deathDate "1908-06-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/edt>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Nikolay Rimsky-Korsakov" ;
    skos:exactMatch <http://dbpedia.org/resource/Nikolai_Rimsky-Korsakov>,
        <http://id.loc.gov/authorities/names/n79107991>,
        <http://www.wikidata.org/entity/Q93227>,
        <https://musicbrainz.org/artist/4cfe7051-f649-4d07-83b3-7a732abe7249> .

