@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/married-couples> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Married Couples" ;
    schema:name "Married Couples" ;
    skos:definition "Content for married couples in Tampa Bay -- anniversary date ideas, couples experiences, relationship-maintaining activities, and keeping the spark alive with Tampa Bay outings beyond the usual dinner-and-a-movie" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/couples-audience> ;
    skos:altLabel "Husbands and Wives" ;
    skos:altLabel "Spouses" .