@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/8000> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Philadelphia Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Philadelphia Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Philadelphia_Orchestra>,
        <http://id.loc.gov/authorities/names/n80125008>,
        <http://www.wikidata.org/entity/Q659181>,
        <https://musicbrainz.org/artist/ff3fcff7-6c85-49d6-b954-ed7011a44e5a> .

