@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/37721> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Mariinsky Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Mariinsky Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Mariinsky_Theatre_Orchestra>,
        <http://id.loc.gov/authorities/names/no00066385>,
        <http://www.wikidata.org/entity/Q4419936>,
        <https://musicbrainz.org/artist/6c05e40f-33b2-4150-b93a-ddc2b0d88a6a> .

