@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/100264> a ns1:CreativeWork ;
    rdfs:label "The Lady's Not for Burning" ;
    dcterms:creator <http://data.carnegiehall.org/names/1021965> ;
    ns1:dateCreated "1948" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Lady's_Not_for_Burning>,
        <http://id.loc.gov/authorities/names/no98047453>,
        <http://www.wikidata.org/entity/Q7745107> .

