@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/1028803> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antoine Gautier de Montdorge" ;
    ns1:birthDate "1701-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2996944/> ;
    ns1:deathDate "1768-10-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Antoine Gautier de Montdorge" ;
    skos:exactMatch <http://dbpedia.org/resource/Antoine_Gautier_de_Montdorge>,
        <http://www.wikidata.org/entity/Q2853979>,
        <https://id.loc.gov/authorities/no91002637>,
        <https://musicbrainz.org/artist/ac1fb2de-fdd0-4867-9872-2f1da8b19a42> .

