@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/11836> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Armenian National Philharmonic Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Armenian National Philharmonic Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Armenian_Philharmonic_Orchestra>,
        <http://www.wikidata.org/entity/Q3267972>,
        <https://id.loc.gov/authorities/n79023382>,
        <https://musicbrainz.org/artist/49ee9267-e14c-4b3e-99ad-e70f19c1c75d> .

