@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/115082> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Sly & The Family Stone" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1415> ;
    ns1:name "Sly & The Family Stone" ;
    skos:exactMatch <http://dbpedia.org/resource/Sly_and_the_Family_Stone>,
        <http://id.loc.gov/authorities/names/nr89011868>,
        <http://www.wikidata.org/entity/Q1133807>,
        <https://musicbrainz.org/artist/b7ec4c54-1f93-4bf2-957f-7b9921ab84ea> .

