@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/47438> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Max Fiedler" ;
    ns1:birthDate "1859-12-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2804008/> ;
    ns1:deathDate "1939-12-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Max Fiedler" ;
    skos:exactMatch <http://dbpedia.org/resource/Max_Fiedler>,
        <http://id.loc.gov/authorities/names/nr97024553>,
        <http://www.wikidata.org/entity/Q571482>,
        <https://musicbrainz.org/artist/8d469bbb-a689-4302-91a4-e555cbe01afc> .

