@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/8865> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "United States Navy Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/664> ;
    ns1:name "United States Navy Band" ;
    skos:exactMatch <http://dbpedia.org/resource/United_States_Navy_Band>,
        <http://id.loc.gov/authorities/names/n94098549>,
        <http://www.wikidata.org/entity/Q7890807>,
        <https://musicbrainz.org/artist/510d95ab-130a-4141-b975-c62bfb452972> .

