@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/58444> a ns1:CreativeWork ;
    rdfs:label "Young Mrs. Winthrop, A Play in Four Acts" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001154> ;
    ns1:dateCreated "1882" ;
    skos:exactMatch <http://dbpedia.org/resource/Young_Mrs._Winthrop_(play)> .

