@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/130246> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Black Violin" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Black Violin" ;
    skos:exactMatch <http://dbpedia.org/resource/Black_Violin>,
        <http://www.wikidata.org/entity/Q4922108>,
        <https://id.loc.gov/authorities/names/no2013117136>,
        <https://musicbrainz.org/artist/4961e39f-9e29-428f-8307-c92377aa156d> .

