@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/44492> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Ernest Seitz" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1892-02-29"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5969782/> ;
    ns2:deathDate "1978-09-10"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Ernest Seitz" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernest_Seitz>,
        <http://www.wikidata.org/entity/Q4184352>,
        <https://id.loc.gov/authorities/no2002046158>,
        <https://musicbrainz.org/artist/d35e04be-fbea-4404-9ae4-cbc5ddeb56b6> .

