@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/134518> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Monsieur Periné" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1360> ;
    ns1:name "Monsieur Periné" ;
    skos:exactMatch <http://dbpedia.org/resource/Monsieur_Perin%C3%A9>,
        <http://www.wikidata.org/entity/Q15712185>,
        <https://id.loc.gov/authorities/no2013101732>,
        <https://musicbrainz.org/artist/644c9096-41be-4d89-87b6-deceabf08930> .

