@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/1022153> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sara Wordsworth" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sara Wordsworth" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2017011904>,
        <https://musicbrainz.org/artist/e3e9a08b-6135-4800-bc8a-899884001d67> .

