@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/89767> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gérard Depardieu" ;
    ns1:birthDate "1948-12-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3026204/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/120> ;
    ns1:name "Gérard Depardieu" ;
    skos:exactMatch <http://dbpedia.org/resource/G%C3%A9rard_Depardieu>,
        <http://www.wikidata.org/entity/Q106508>,
        <https://id.loc.gov/authorities/names/n83050355>,
        <https://musicbrainz.org/artist/9f3808f3-2f93-4564-8050-33e9b773fbc3> .

