@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/1019503> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dimitri Cervo" ;
    ns1:birthDate "1968-02-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3450083/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dimitri Cervo" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2001078697>,
        <http://www.wikidata.org/entity/Q54348377>,
        <https://musicbrainz.org/artist/a3b68a61-f3a9-4207-bb26-888fcd406d94> .

