@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/27495> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Manhattans" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1017>,
        <http://data.carnegiehall.org/ensembles/806> ;
    ns1:name "The Manhattans" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Manhattans>,
        <http://www.wikidata.org/entity/Q1535715>,
        <https://musicbrainz.org/artist/8dce8a2d-8ed5-4672-b25e-bfe198b02b82> .

