@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/1020040> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "California Guitar Trio" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/California_Guitar_Trio>,
        <http://id.loc.gov/authorities/names/n2005027985>,
        <http://www.wikidata.org/entity/Q1026817>,
        <https://musicbrainz.org/artist/9cf33209-55f0-4f75-bd9c-30623db33b16> .

