@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/1000204> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lluís Millet" ;
    ns1:birthDate "1867-04-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3117232/> ;
    ns1:deathDate "1941-12-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lluís Millet" ;
    skos:exactMatch <http://dbpedia.org/resource/Llu%C3%ADs_Millet>,
        <http://id.loc.gov/authorities/names/n83212921>,
        <http://www.wikidata.org/entity/Q981481>,
        <https://musicbrainz.org/artist/4e75b7bc-8a61-4f62-b55d-298c35928c81> .

