@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/1028466> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Coco Nelegatti" ;
    ns1:birthDate "1959-12-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3860259/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Coco Nelegatti" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2002001467>,
        <http://www.wikidata.org/entity/Q55467325>,
        <https://musicbrainz.org/artist/437278da-0d28-43e0-990c-12518231a4d4> .

