@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/1019023> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Maximilian Stadler" ;
    ns1:birthDate "1748-08-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2771682/> ;
    ns1:deathDate "1833-11-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Maximilian Stadler" ;
    skos:exactMatch <http://dbpedia.org/resource/Maximilian_Stadler>,
        <http://id.loc.gov/authorities/names/n83177400>,
        <http://www.wikidata.org/entity/Q327926>,
        <https://musicbrainz.org/artist/38c9fc71-237a-4553-92a5-8b414acfde31> .

