@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/couples-audience> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Couples" ;
    schema:name "Couples" ;
    skos:definition "Two people in a romantic relationship, married or dating." ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/audience-fit> ;
    skos:altLabel "Romantic Couples" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Couple> .