@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/1006444> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frederic Chopin" ;
    ns1:birthDate "1810-03-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/753401/> ;
    ns1:deathDate "1849-10-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frederic Chopin" ;
    skos:exactMatch <http://dbpedia.org/resource/Fr%C3%A9d%C3%A9ric_Chopin>,
        <http://id.loc.gov/authorities/names/n79127769>,
        <http://musicbrainz.org/artist/09ff1fe8-d61c-4b98-bb82-18487c74d7b7>,
        <http://www.wikidata.org/entity/Q1268> .

