@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/91510> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Annie Moses Band" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/330>,
        <http://id.loc.gov/vocabulary/relators/adp> ;
    ns1:name "The Annie Moses Band" ;
    skos:exactMatch <http://dbpedia.org/resource/Annie_Moses_Band>,
        <http://id.loc.gov/authorities/names/n2009002204>,
        <http://www.wikidata.org/entity/Q16246495>,
        <https://musicbrainz.org/artist/8440a0cf-1310-4f02-899e-de8bc72c760a> .

