@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/103135> a ns1:CreativeWork ;
    rdfs:label "Juan José: drama en tres actos y en prosa" ;
    dcterms:creator <http://data.carnegiehall.org/names/1023170> ;
    ns1:dateCreated "1895" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Jos%C3%A9_(play)>,
        <http://www.wikidata.org/entity/Q2914040> .

