@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/1020869> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francis Jammes" ;
    ns1:birthDate "1868-12-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972248/> ;
    ns1:deathDate "1938-11-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Francis Jammes" ;
    skos:exactMatch <http://dbpedia.org/resource/Francis_Jammes>,
        <http://id.loc.gov/authorities/names/n79127773>,
        <http://www.wikidata.org/entity/Q353873>,
        <https://musicbrainz.org/artist/d5d845aa-ba2d-4148-86b8-2b00ef5c08f9> .

