@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/1021492> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Pentatonix" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Pentatonix>,
        <http://id.loc.gov/authorities/names/no2014034046>,
        <http://www.wikidata.org/entity/Q3374926>,
        <https://musicbrainz.org/artist/79c67eb5-3851-4b28-bfe0-3adfcd6f58d7> .

