@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/family-activities> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Family Activities" ;
    schema:name "Family Activities" ;
    skos:definition "FamilyActivities, a subclass of ThingsToDo, classifies shared outings and experiences designed to include multiple ages at once—parents, kids, and often grandparents—where togetherness is the point. Think waterfront walks, boat tours, family brunches, seasonal festivals, u-pick farms, and museum free days across Tampa Bay and Orlando." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Family Outings" ;
    skos:altLabel "All-Ages Activities" ;
    skos:altLabel "Household Activities" .