@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/39579> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Little Singers of Paris" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/368> ;
    ns1:name "The Little Singers of Paris" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Little_Singers_of_Paris>,
        <http://id.loc.gov/authorities/names/no96040490>,
        <http://www.wikidata.org/entity/Q1254833>,
        <https://musicbrainz.org/artist/c68d54e9-9c30-4155-b787-5257d31d87f2> .

