@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/16249> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Jackie and Roy" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Jackie and Roy" ;
    skos:exactMatch <http://dbpedia.org/resource/Jackie_and_Roy>,
        <http://www.wikidata.org/entity/Q6116742>,
        <https://id.loc.gov/authorities/n91106516>,
        <https://musicbrainz.org/artist/2f490e88-b4c9-43eb-bd47-b3fb70b2d1d7> .

