@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/79711> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Knights" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/745> ;
    ns1:name "The Knights" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Knights_(orchestra)>,
        <http://www.wikidata.org/entity/Q16852720>,
        <https://musicbrainz.org/artist/9d803f18-e4e0-4c9a-b2a1-92edefdf5ae7> .

