@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .

<http://data.carnegiehall.org/works/103044> a ns1:CreativeWork ;
    rdfs:label "The Man of Destiny, A Play in One Act" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004704> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Man_of_Destiny>,
        <http://id.loc.gov/authorities/names/n80147994>,
        <http://www.wikidata.org/entity/Q389961> .

