@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/1010463> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François Joseph Gossec" ;
    ns1:birthDate "1734-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2784866/> ;
    ns1:deathDate "1829-02-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "François Joseph Gossec" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois-Joseph_Gossec>,
        <http://id.loc.gov/authorities/names/n79079444>,
        <http://musicbrainz.org/artist/1a23ae5d-deca-44d2-95b6-f1ff07890348>,
        <http://www.wikidata.org/entity/Q313667> .

