@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/90019> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Never weather-beaten saile more willing bent to shore" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001289> ;
    ns1:dateCreated "1613" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no95007902>,
        <http://musicbrainz.org/work/716b569d-9516-337b-8fae-0136dc5c06fc> .

