@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/1010419> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joyce Kilmer" ;
    ns1:birthDate "1886-12-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5101717/> ;
    ns1:deathDate "1918-07-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Joyce Kilmer" ;
    skos:exactMatch <http://dbpedia.org/resource/Joyce_Kilmer>,
        <http://www.wikidata.org/entity/Q762223>,
        <https://id.loc.gov/authorities/names/n50046153>,
        <https://musicbrainz.org/artist/084ad1c8-2bc8-4fca-bebd-e292d57aea89> .

