@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/123133> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Amherst College" ;
    skos:exactMatch <http://dbpedia.org/resource/Amherst_College>,
        <http://www.wikidata.org/entity/Q49165>,
        <https://id.loc.gov/authorities/names/n79109792>,
        <https://musicbrainz.org/place/45cf8a8c-e29b-49f3-a012-f23cd60f8934> .

