@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/16612> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Patience: Act II. If Saphir I choose to marry" ;
    ns2:lbt <http://data.carnegiehall.org/names/1017961> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1017961> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007799> ;
    ns1:dateCreated "1881" ;
    skos:exactMatch <https://musicbrainz.org/work/5e457724-94aa-4fe1-8e73-c1228ddadd22> .

