@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/1014227> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clément Loret" ;
    ns1:birthDate "1833-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2799645/> ;
    ns1:deathDate "1909-02-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Clément Loret" ;
    skos:exactMatch <http://dbpedia.org/resource/Cl%C3%A9ment_Loret>,
        <http://www.wikidata.org/entity/Q1103931>,
        <https://id.loc.gov/authorities/names/no98106949>,
        <https://musicbrainz.org/artist/627ffb00-1b0c-4f72-af32-46a38d80827e> .

