@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/130251> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Cactus Blossoms" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "The Cactus Blossoms" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Cactus_Blossoms>,
        <http://www.wikidata.org/entity/Q39336396>,
        <https://id.loc.gov/authorities/no2016026789>,
        <https://musicbrainz.org/artist/91e8f48b-7b4c-46af-b052-6573a35e7b1d> .

