@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/1025983> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michel-Jean Sedaine" ;
    ns1:birthDate "1719-06-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1797-05-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Michel-Jean Sedaine" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82134364>,
        <http://www.wikidata.org/entity/Q367243>,
        <https://musicbrainz.org/artist/f32963d1-705d-49ec-97c3-791fe7561e6f> .

