@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/by-interest> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "By Interest" ;
    schema:name "By Interest" ;
    skos:definition "Audience segments defined by passion or interest area -- what they seek out regardless of age, family status, or life stage" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/audience-fit> .