@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/50882> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Holy Modal Rounders" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117>,
        <http://data.carnegiehall.org/ensembles/330>,
        <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "Holy Modal Rounders" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Holy_Modal_Rounders>,
        <http://www.wikidata.org/entity/Q1630271>,
        <https://id.loc.gov/authorities/n97067109>,
        <https://musicbrainz.org/artist/9caa5639-5037-4e45-bace-ebb992331a0c> .

