@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/98128> a ns2:CreativeWork ;
    rdfs:label "Fantastic Beasts and Where to Find Them" ;
    ns1:aus <http://data.carnegiehall.org/names/79008> ;
    dcterms:contributor <http://data.carnegiehall.org/names/79008> ;
    dcterms:creator <http://data.carnegiehall.org/names/1021078> ;
    ns2:dateCreated "2016" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantastic_Beasts_and_Where_to_Find_Them_(film)> .

