@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/1023472> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Percy Montrose" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Percy Montrose" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2011156921>,
        <https://musicbrainz.org/artist/312c6fa9-a7a0-4d37-9d2e-83aa2cd1181f> .

