@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/4408> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Peter, Paul and Mary" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/330> ;
    ns1:name "Peter, Paul and Mary" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter,_Paul_and_Mary>,
        <http://id.loc.gov/authorities/names/nr89010408>,
        <http://www.wikidata.org/entity/Q654716>,
        <https://musicbrainz.org/artist/3d621c94-2356-4532-ad52-79e0ef73e20c> .

