@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/31633> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Louis Svecenski" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/676> ;
    ns2:birthDate "1862-11-06"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3193935/> ;
    ns2:deathDate "1926-06-18"^^xsd:date ;
    ns2:name "Louis Svecenski" ;
    skos:exactMatch <http://dbpedia.org/resource/Louis_Sve%C4%87enski>,
        <http://www.wikidata.org/entity/Q6688236>,
        <https://id.loc.gov/authorities/names/no96022405>,
        <https://musicbrainz.org/artist/136e2928-869a-42ec-88f7-ec2a8669fb22> .

