@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/126041> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anthony Parnther" ;
    ns1:birthPlace <https://sws.geonames.org/4776222/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Anthony Parnther" ;
    skos:exactMatch <http://dbpedia.org/resource/Anthony_Parnther>,
        <http://www.wikidata.org/entity/Q4773330>,
        <https://id.loc.gov/authorities/names/no2020111034>,
        <https://musicbrainz.org/artist/e3fead3e-720a-4695-b332-3bf44be4c8f1> .

