@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/barbecue-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Barbecue Recipes" ;
    schema:name "Barbecue Recipes" ;
    skos:definition "Home BBQ and grilling recipes — backyard smoking low-and-slow, rib recipes, brisket, pulled pork, grilling year-round in Florida's outdoor lifestyle, homemade rubs and sauces, and the Tampa Bay tradition of firing up the grill for every occasion from Super Bowl Sunday to random Tuesday nights because the weather allows it." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .