@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#> .

<http://data.carnegiehall.org/names/7159> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Kronos Quartet" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/215>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Kronos Quartet" ;
    skos:exactMatch <http://dbpedia.org/resource/Kronos_Quartet>,
        <http://id.loc.gov/authorities/names/n80055753>,
        <http://musicbrainz.org/artist/f5586dfa-7031-4af0-8042-19b6a1170389>,
        <http://www.wikidata.org/entity/Q1126131> .

