@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/107282> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Villalobos Brothers" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/116>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Villalobos Brothers" ;
    skos:exactMatch <http://dbpedia.org/resource/Villalobos_Brothers>,
        <https://musicbrainz.org/artist/398f22d4-9809-493f-bfb3-437b9a90c194> .

