@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/1003781> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Haydn" ;
    ns1:birthDate "1732-03-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2767301/> ;
    ns1:deathDate "1809-05-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joseph Haydn" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Haydn>,
        <http://id.loc.gov/authorities/names/n79091193>,
        <http://musicbrainz.org/artist/c130b0fb-5dce-449d-9f40-1437f889f7fe>,
        <http://www.wikidata.org/entity/Q7349> .

