@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/1028548> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clement Clarke Moore" ;
    ns1:birthDate "1779-07-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1863-07-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Clement Clarke Moore" ;
    skos:exactMatch <http://dbpedia.org/resource/Clement_Clarke_Moore>,
        <http://id.loc.gov/authorities/names/n79131096>,
        <http://www.wikidata.org/entity/Q2978887>,
        <https://musicbrainz.org/artist/6cfc2a79-ed8c-441a-b4f3-68de798d0ebe> .

