@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/128552> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Orquesta Sinfónica de Madrid" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/621> ;
    ns1:name "Orquesta Sinfónica de Madrid" ;
    skos:exactMatch <http://dbpedia.org/resource/Orquesta_Sinf%C3%B3nica_de_Madrid>,
        <http://id.loc.gov/authorities/names/n83189067>,
        <http://www.wikidata.org/entity/Q2443296>,
        <https://musicbrainz.org/artist/32940202-8e53-4972-89f0-502d867f103f> .

