@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/20113> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Mandrill" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1415> ;
    ns1:name "Mandrill" ;
    skos:exactMatch <http://dbpedia.org/resource/Mandrill_(band)>,
        <http://www.wikidata.org/entity/Q1282844>,
        <https://id.loc.gov/authorities/names/n95016267>,
        <https://musicbrainz.org/artist/697ea2f4-4f79-466a-8c57-29d5455b68bd> .

