@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/31078> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Rolling Stones" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "The Rolling Stones" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Rolling_Stones>,
        <http://www.wikidata.org/entity/Q11036>,
        <https://id.loc.gov/authorities/names/n80123108>,
        <https://musicbrainz.org/artist/b071f9fa-14b0-4217-8e97-eb41da73f598> .

