@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/45403> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Kodály String Quartet" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/215> ;
    ns1:name "Kodály String Quartet" ;
    skos:exactMatch <http://dbpedia.org/resource/Kod%C3%A1ly_Quartet>,
        <http://id.loc.gov/authorities/names/n85136879>,
        <http://www.wikidata.org/entity/Q1778243>,
        <https://musicbrainz.org/artist/f8af529a-789b-495b-bc30-d213f10ea038> .

