@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/130259> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Shovels & Rope" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Shovels & Rope" ;
    skos:exactMatch <http://dbpedia.org/resource/Shovels_%26_Rope>,
        <http://www.wikidata.org/entity/Q7502880>,
        <https://id.loc.gov/authorities/names/no2012127171>,
        <https://musicbrainz.org/artist/7f426331-11c0-4c66-aec1-719abe5dd86f> .

