@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/1024655> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Morand" ;
    ns1:birthDate "1888-03-13"^^xsd:date ;
    ns1:deathDate "1976-07-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Paul Morand" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Morand>,
        <http://www.wikidata.org/entity/Q272>,
        <https://id.loc.gov/authorities/names/n50005806>,
        <https://musicbrainz.org/artist/002f7c8e-dc6a-4aa9-8bd3-09bcf35c4d85> .

