@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/51447> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Sousa's Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/664> ;
    ns1:name "Sousa's Band" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n84183230>,
        <http://www.wikidata.org/entity/Q11313608>,
        <https://musicbrainz.org/artist/48d01aa5-d217-4ebc-80ec-029201c32225> .

