@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/1008951> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Waclaw of Szamotuly" ;
    ns1:birthPlace <https://sws.geonames.org/3083878/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Waclaw of Szamotuly" ;
    skos:exactMatch <http://dbpedia.org/resource/Wac%C5%82aw_of_Szamotu%C5%82y>,
        <http://www.wikidata.org/entity/Q772603>,
        <https://id.loc.gov/authorities/n81146833>,
        <https://musicbrainz.org/artist/d15db4f1-afd7-4110-9123-c8b5b65af2be> .

