@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://data.hooray.media/ontology/movies> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Movies" ;
    schema:name "Movies" ;
    skos:definition "Movies, a subclass of ThingsToDo, encompasses the recreational viewing of motion pictures, including feature films, documentaries, and animated movies, in various settings such as theaters, drive-ins, outdoor screenings, or home streaming. Movies are distinguished by their ability to provide entertainment, storytelling, and social bonding experiences that appeal to diverse audiences across different genres and age groups. The movie-watching experience fosters shared experiences and cultural engagement, whether enjoyed individually or as part of group activities. In lifestyle coverage, movies include film reviews, viewing recommendations, movie-related events, and entertainment experiences that provide accessible and enjoyable cinematic content for families, couples, and individuals." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Films" ;
    skos:altLabel "Cinema" ;
    skos:altLabel "Motion Pictures" .