@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/find-parenting-resources> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Find Parenting Resources" ;
    schema:name "Find Parenting Resources" ;
    skos:definition "Broader parenting help search — 'daycare near me,' 'babysitters Tampa,' 'special education resources Hillsborough,' 'new parent groups Tampa Bay.' Catch-all for family support searches that don't fit neatly into camp or school categories." ;
    skos:inScheme <https://data.hooray.media/ontology/SearcherIntentScheme> ;
    skos:broader <https://data.hooray.media/ontology/searcher-intent> .