@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/115085> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "MFSB" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1447> ;
    ns1:name "MFSB" ;
    skos:exactMatch <http://dbpedia.org/resource/MFSB>,
        <http://id.loc.gov/authorities/names/n95012751>,
        <http://www.wikidata.org/entity/Q1670579>,
        <https://musicbrainz.org/artist/f5e66486-4481-4ebf-b1f9-f87ebabf5897> .

