@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/30258> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Berlin Chamber Orchestra" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/541> ;
    ns1:name "Berlin Chamber Orchestra" ;
    skos:exactMatch <http://dbpedia.org/resource/Kammerorchester_Berlin>,
        <http://www.wikidata.org/entity/Q1516751>,
        <https://id.loc.gov/authorities/names/n81048152>,
        <https://musicbrainz.org/artist/f416ff60-3894-4275-af38-f8c96e6a278d> .

