@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/137781> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Prague Philharmonia" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Prague Philharmonia" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1042152>,
        <https://id.loc.gov/authorities/no2001011774>,
        <https://musicbrainz.org/artist/ee5f17c2-2067-4c2d-b2f5-14719d889014> .

