@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/124668> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Crosby & Nash" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Crosby & Nash" ;
    skos:exactMatch <http://dbpedia.org/resource/Crosby_%26_Nash>,
        <http://www.wikidata.org/entity/Q5188022>,
        <https://musicbrainz.org/artist/ed944321-63d7-4275-a272-3e856d42a7bf> .

