@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/1028804> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adrien-Joseph Le Valois d'Orville" ;
    ns1:birthDate "1715-06-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1780"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Adrien-Joseph Le Valois d'Orville" ;
    skos:exactMatch <http://dbpedia.org/resource/Adrien-Joseph_Le_Valois_d%27Orville>,
        <http://id.loc.gov/authorities/names/nr92003370>,
        <http://www.wikidata.org/entity/Q2825098>,
        <https://musicbrainz.org/artist/0a9e0b6d-8fb1-4f4f-a6b5-735c628b3bf7> .

