@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/58896> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orchestre National de France" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Orchestre National de France" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestre_National_de_France>,
        <http://id.loc.gov/authorities/names/n81079012>,
        <http://www.wikidata.org/entity/Q686537>,
        <https://musicbrainz.org/artist/5dba6ba9-b79c-4a1e-927e-3862589c112b> .

