@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/1022942> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marceline Desbordes-Valmore" ;
    ns1:birthDate "1786-06-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3021000/> ;
    ns1:deathDate "1859-07-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Marceline Desbordes-Valmore" ;
    skos:exactMatch <http://dbpedia.org/resource/Marceline_Desbordes-Valmore>,
        <http://id.loc.gov/authorities/names/n79142897>,
        <http://www.wikidata.org/entity/Q466987>,
        <https://musicbrainz.org/artist/ad7f5cc6-9faa-4491-9297-fadd680d114a> .

