@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/135275> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "BenDeLaCreme" ;
    ns1:birthDate "1981-09-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4837799/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/1535>,
        <http://data.carnegiehall.org/roles/971> ;
    ns1:name "BenDeLaCreme" ;
    skos:exactMatch <http://dbpedia.org/resource/BenDeLaCreme>,
        <http://www.wikidata.org/entity/Q21592085>,
        <https://musicbrainz.org/artist/e92feda7-f2b4-4648-93c2-5e0840525372> .

