@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/1028937> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francis de Croisset" ;
    ns1:birthDate "1877-01-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2800866/> ;
    ns1:deathDate "1937"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Francis de Croisset" ;
    skos:exactMatch <http://dbpedia.org/resource/Francis_de_Croisset>,
        <http://id.loc.gov/authorities/names/n83065725>,
        <http://www.wikidata.org/entity/Q2053072>,
        <https://musicbrainz.org/artist/474f51da-3bb1-492c-909e-4f4a703fcedd> .

