@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/dating-couples> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Dating Couples" ;
    schema:name "Dating Couples" ;
    skos:definition "Content for couples in the dating phase -- first date ideas, casual date spots, getting-to-know-you activities, and the Tampa Bay dating scene from Riverwalk walks to SoHo bar hopping" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/couples-audience> ;
    skos:altLabel "Boyfriend/Girlfriend" .