@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1008408> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Siegfried Wagner" ;
    ns1:birthDate "1869-06-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2658316/> ;
    ns1:deathDate "1930-08-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Siegfried Wagner" ;
    skos:exactMatch <http://dbpedia.org/resource/Siegfried_Wagner>,
        <http://id.loc.gov/authorities/names/n82078407>,
        <http://www.wikidata.org/entity/Q143867>,
        <https://musicbrainz.org/artist/e14012c0-56bf-4746-8b94-1df391fac113> .

