@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/1008028> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Philippe Manoury" ;
    ns1:birthDate "1952-06-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2971482/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Philippe_Manoury>,
        <http://www.wikidata.org/entity/Q952288>,
        <https://id.loc.gov/authorities/names/n85119725>,
        <https://musicbrainz.org/artist/10dfbada-81b8-41d5-9626-0cdbdd168b8b> .

