@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://data.hooray.media/vocab/schema-org-event-types> a skos:ConceptScheme, schema:DefinedTermSet ;
    skos:prefLabel "Event Types" ;
    schema:name "Event Types" ;
    dcterms:description "A controlled vocabulary of Schema.org Event subtypes used to classify event entities. Covers festivals, sports events, food events, music events, and other gatherings relevant to local lifestyle coverage." ;
    skos:hasTopConcept <https://data.hooray.media/vocab/ev-Event> .

<https://data.hooray.media/vocab/ev-BusinessEvent> a skos:Concept ;
    skos:prefLabel "BusinessEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-ChildrensEvent> a skos:Concept ;
    skos:prefLabel "ChildrensEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-ComedyEvent> a skos:Concept ;
    skos:prefLabel "ComedyEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-CourseInstance> a skos:Concept ;
    skos:prefLabel "CourseInstance" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-DanceEvent> a skos:Concept ;
    skos:prefLabel "DanceEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-DeliveryEvent> a skos:Concept ;
    skos:prefLabel "DeliveryEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-EducationEvent> a skos:Concept ;
    skos:prefLabel "EducationEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-Event> a skos:Concept ;
    skos:prefLabel "Event" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-ExhibitionEvent> a skos:Concept ;
    skos:prefLabel "ExhibitionEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-Festival> a skos:Concept ;
    skos:prefLabel "Festival" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-FoodEvent> a skos:Concept ;
    skos:prefLabel "FoodEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-Hackathon> a skos:Concept ;
    skos:prefLabel "Hackathon" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-LiteraryEvent> a skos:Concept ;
    skos:prefLabel "LiteraryEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-MusicEvent> a skos:Concept ;
    skos:prefLabel "MusicEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-PublicationEvent> a skos:Concept ;
    skos:prefLabel "PublicationEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-SaleEvent> a skos:Concept ;
    skos:prefLabel "SaleEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-ScreeningEvent> a skos:Concept ;
    skos:prefLabel "ScreeningEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-SocialEvent> a skos:Concept ;
    skos:prefLabel "SocialEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-SportsEvent> a skos:Concept ;
    skos:prefLabel "SportsEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-TheaterEvent> a skos:Concept ;
    skos:prefLabel "TheaterEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .

<https://data.hooray.media/vocab/ev-VisualArtsEvent> a skos:Concept ;
    skos:prefLabel "VisualArtsEvent" ;
    skos:inScheme <https://data.hooray.media/vocab/schema-org-event-types> .
