@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/1030644> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles-Antoine Leclerc de La Bruère" ;
    ns1:birthDate "1714"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3022569/> ;
    ns1:deathDate "1754-09-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Charles-Antoine Leclerc de La Bruère" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles-Antoine_Leclerc_de_La_Bru%C3%A8re>,
        <http://id.loc.gov/authorities/names/n82129348>,
        <http://www.wikidata.org/entity/Q1063337>,
        <https://musicbrainz.org/artist/38eeda27-6c24-4ae9-bc36-f8cf1b8491f0> .

