@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/62820> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orchestra of the Age of Enlightenment" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Orchestra of the Age of Enlightenment" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestra_of_the_Age_of_Enlightenment>,
        <http://www.wikidata.org/entity/Q2028664>,
        <https://id.loc.gov/authorities/names/nr90007133>,
        <https://musicbrainz.org/artist/16402041-4d4c-431a-94c6-b2c7f820d031> .

