@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/instagram-worthy-scenic> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Instagram-Worthy / Scenic" ;
    schema:name "Instagram-Worthy / Scenic" ;
    skos:definition "Visually stunning, photo-ready experiences — St. Pete murals, Sunshine Skyway Bridge, Don CeSar pink palace, sunflower fields, and Tampa Bay's most photographed spots" ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .