@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/1022881> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean de La Fontaine" ;
    ns1:birthDate "1621-07-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3026194/> ;
    ns1:deathDate "1695-04-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Jean de La Fontaine" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_de_La_Fontaine>,
        <http://id.loc.gov/authorities/names/n79081923>,
        <http://www.wikidata.org/entity/Q49496>,
        <https://musicbrainz.org/artist/22795c34-686b-40a6-af36-946c6d01a1a0> .

