@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/4518> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orchestre National de Lille" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Orchestre National de Lille" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestre_nationale_de_Lille>,
        <http://id.loc.gov/authorities/names/n85290672>,
        <http://www.wikidata.org/entity/Q3355309>,
        <https://musicbrainz.org/artist/ed9fb39e-8d6d-4bf3-a9a2-c9f9127fb2c4> .

