@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/1022086> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Royce Vavrek" ;
    ns1:birthPlace <https://sws.geonames.org/5964347/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Royce Vavrek" ;
    skos:exactMatch <http://dbpedia.org/resource/Royce_Vavrek>,
        <http://id.loc.gov/authorities/names/no2013022008>,
        <http://www.wikidata.org/entity/Q7375183>,
        <https://musicbrainz.org/artist/bafeab6e-d0ce-40e2-a3e0-66fa268431f4> .

