@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/parent-child-bonding> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Parent-Child Bonding" ;
    schema:name "Parent-Child Bonding" ;
    skos:definition "Intentional together-time experiences — mommy-and-me yoga at Yoga Loft, daddy-daughter dates at Oxford Exchange, family cooking classes at Sur La Table, pottery painting at Color Me Mine, and craft workshops. The experience IS the bonding — quality time as the explicit purpose, not just a side effect." ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .