@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/134546> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Joseph" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/116> ;
    ns1:name "Joseph" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_(band)>,
        <http://www.wikidata.org/entity/Q25213016>,
        <https://musicbrainz.org/artist/d63c9d61-e2db-4061-80b5-db528ed2f61c> .

