@prefix : <http://ontology.eil.utoronto.ca/csse/ossn.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://ontology.eil.utoronto.ca/csse/ossn.owl> .

<http://ontology.eil.utoronto.ca/csse/ossn.owl> rdf:type owl:Ontology ;
                                                     <http://creativecommons.org/ns#license> "http://creativecommons.org/licenses/by/3.0/" ;
                                                     <http://www.w3.org/ns/adms/relatedDocumentation> "Gajderowicz, B., Fox, M. S., & Grüninger, M. (2018). Ontology of social service needs: Perspective of a cognitive agent. Attempt to open link in another window Proceedings of the 2018 Joint Ontology WOrkshops, Cognition And OntologieS + Explainable AI, 1–12. Cape Town." ;
                                                     <http://purl.org/vocab/vann/preferredNamespacePrefix> "ossn" ;
                                                     <http://purl.org/vocab/vann/preferredNamespaceUri> "http://ontology.eil.utoronto.ca/csse/ossn.owl" ;
                                                     <http://purl.org/dc/elements/1.1/creator> "Bart Gajderowicz (bartg@mie.utoronto.ca)" ,
                                                                                               "Mark S. Fox (msf@eil.utoronto.ca)" ,
                                                                                               "Michael Gruninger (gruninger@mie.utoronto.ca)" ;
                                                     <http://purl.org/dc/elements/1.1/description> """The Ontology of Social Service Needs (OSSN) represents service provisioning from the perspective of a cognitive, goal-driven client to evaluate services based on how well they remove a client’s constraints and meet client needs.

OSSN is grounded in real-life requests made by participants of a Housing First intervention program, resulting in 58 different goal types. Each goal is mapped to one or more basic human needs defined by Maslow’s Hierarchy, as inferred from the goal’s type, the motivation behind it, and the client’s demographics. Finally, as clients interact with service providers, three different types of goal orderings are required to capture goal ranking during the planning and execution phases. These include the client’s preferred order, Maslow’s Hierarchy order, and the practical order imposed by the logistical ﻿constraints of service providers.""" ;
                                                     <http://purl.org/dc/elements/1.1/issued> "2018-06-09T00:00:00"^^xsd:dateTime ;
                                                     <http://purl.org/dc/elements/1.1/modified> "2021-10-01T00:00:00"^^xsd:dateTime ;
                                                     <http://purl.org/dc/elements/1.1/rights> "Copyright @ 2021 Bart Gajderowicz" ;
                                                     <http://purl.org/dc/elements/1.1/title> "Ontology of Social Service Needs" ;
                                                     owl:versionInfo "1.0" .

#################################################################
#    Annotation properties
#################################################################

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/adms/relatedDocumentation
<http://www.w3.org/ns/adms/relatedDocumentation> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/issued
<http://purl.org/dc/elements/1.1/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/modified
<http://purl.org/dc/elements/1.1/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> rdf:type owl:ObjectProperty ;
                                                               owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                               <http://purl.org/dc/elements/1.1/description> "This property defines the what agents access which services." ;
                                                               rdfs:label "accessedBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf owl:topObjectProperty ;
                                                             rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                             rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                             <http://purl.org/dc/elements/1.1/description> "This property defines the what agents access which services." ;
                                                             rdfs:label "accesses" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> rdf:type owl:ObjectProperty ;
                                                                  owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> ;
                                                                  rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                  rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "This property defines Constraints that act on Goal, preventing the goal state from being true." ;
                                                                  rdfs:label "constrainedBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                               <http://purl.org/dc/elements/1.1/description> "This property defines the goals that this Constraint prevents from being true." ;
                                                               rdfs:label "constrains" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> rdf:type owl:ObjectProperty ;
                                                              owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> ;
                                                              rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                              rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                              <http://purl.org/dc/elements/1.1/description> "This property defines what servies created which resources." ;
                                                              rdfs:label "createdBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                            rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                            <http://purl.org/dc/elements/1.1/description> "Defines that reources that a service creates" ;
                                                            rdfs:label "creates" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> rdf:type owl:ObjectProperty ;
                                                                      owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> ;
                                                                      rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                      rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "The property assigns a description to motivation for having a particular goal." ;
                                                                      rdfs:label "describedByMotive" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                       rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "The property assigns a description to motivation for having a particular goal." ;
                                                                       rdfs:label "describedMotiveFor" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                 rdfs:range [ rdf:type owl:Class ;
                                                                              owl:oneOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#false>
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#true>
                                                                                        )
                                                                            ] ;
                                                                 <http://purl.org/dc/elements/1.1/description> "Defines whether an agent is elderly or not, where true means the agent is in the state of being elderly." ;
                                                                 rdfs:label "elderlyState" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> rdf:type owl:ObjectProperty ;
                                                                owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> ;
                                                                rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                                <http://purl.org/dc/elements/1.1/description> "This property defines the agent that expressed a particular motivation." ;
                                                                rdfs:label "expressedBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                              rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                              <http://purl.org/dc/elements/1.1/description> "This property defines the motivation described by an agent." ;
                                                              rdfs:label "expresses" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> rdf:type owl:ObjectProperty ;
                                                             owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> ;
                                                             rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                             rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                             <http://purl.org/dc/elements/1.1/description> "This property assigns an agent to their outcome after participating in a program that produced the outcome." ;
                                                             rdfs:label "forAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> rdf:type owl:ObjectProperty ;
                                                               owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                               <http://purl.org/dc/elements/1.1/description> "This property defines the outcomes a program produces." ;
                                                               rdfs:label "forProgram" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> rdf:type owl:ObjectProperty ;
                                                                 owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> ;
                                                                 rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                 rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "This property relates an agent to their goal." ;
                                                                 rdfs:label "goalForAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                            rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                            <http://purl.org/dc/elements/1.1/description> "This property relates a goal to the agent that has the goal." ;
                                                            rdfs:label "hasGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                               <http://purl.org/dc/elements/1.1/description> "This property assigns an outcome to the agent that participated in a program that produced the outcome." ;
                                                               rdfs:label "hasOutcome" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> rdf:type owl:ObjectProperty ;
                                                                      rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                                      rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "This property relates programs to the outcomes they produce." ;
                                                                      rdfs:label "hasProgramOutcome" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> rdf:type owl:ObjectProperty ;
                                                                  rdfs:subPropertyOf owl:topObjectProperty ;
                                                                  rdfs:domain owl:Thing ;
                                                                  rdfs:range [ rdf:type owl:Class ;
                                                                               owl:oneOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs>
                                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel>
                                                                                         )
                                                                             ] ;
                                                                  <http://purl.org/dc/elements/1.1/description> "This propety identifies an agent's state of homelessness." ;
                                                                  rdfs:label "homelessState" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> rdf:type owl:ObjectProperty ;
                                                               owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                               <http://purl.org/dc/elements/1.1/description> "﻿The mappedTo property captures the relation between the MHGoal and its underlying MH level class MHNeed." ;
                                                               rdfs:label "mappedFrom" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf owl:topObjectProperty ;
                                                             rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                             rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                             <http://purl.org/dc/elements/1.1/description> "﻿The mappedTo property captures the relation between the MHGoal and its underlying MH level class MHNeed." ;
                                                             rdfs:label "mappedTo" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> rdf:type owl:ObjectProperty ;
                                                              owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> ;
                                                              rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                              rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                              <http://purl.org/dc/elements/1.1/description> "This property defines the services that are offerd by a program." ;
                                                              rdfs:label "offeredBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                           rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                           <http://purl.org/dc/elements/1.1/description> "This property defines the servies that are offered by a program." ;
                                                           rdfs:label "offers" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> rdf:type owl:ObjectProperty ;
                                                               owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> ;
                                                               rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                               rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                               <http://purl.org/dc/elements/1.1/description> "This property defines what resources are required to overcome constraint. Overcome a constraint is in turn required to achieve a goal." ;
                                                               rdfs:label "requiredBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                             rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                             <http://purl.org/dc/elements/1.1/description> "This property defines the resources that constraints require  overcome the constraint. Overcoming a constraint is in turn required to achieve a goal." ;
                                                             rdfs:label "requires" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> rdf:type owl:ObjectProperty ;
                                                                owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> ;
                                                                rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                <http://purl.org/dc/elements/1.1/description> "This property defines what Maslow's level goal caused an agent to have a goal." ;
                                                                rdfs:label "triggeredBy" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                             rdfs:range <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                             <http://purl.org/dc/elements/1.1/description> "This property defines what Goal this Maslow's level causes an agent to have." ;
                                                             rdfs:label "triggers" .


###  http://www.w3.org/2002/07/owl#topObjectProperty
owl:topObjectProperty rdf:type owl:ObjectProperty ,
                               owl:SymmetricProperty ,
                               owl:TransitiveProperty ,
                               owl:ReflexiveProperty .


#################################################################
#    Data properties
#################################################################

###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ;
                                                         rdfs:range xsd:integer ;
                                                         <http://purl.org/dc/elements/1.1/description> "Preference ranking for a goal." ;
                                                         rdfs:label "pref" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> rdf:type owl:DatatypeProperty ;
                                                              rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> ;
                                                              rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ;
                                                              rdfs:range xsd:integer ;
                                                              <http://purl.org/dc/elements/1.1/description> "Prefence ranking assigned by an agent, according other own ranking." ;
                                                              rdfs:label "prefAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> rdf:type owl:DatatypeProperty ;
                                                           rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> ;
                                                           rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal> ;
                                                           rdfs:range xsd:integer ;
                                                           <http://purl.org/dc/elements/1.1/description> "Goal ranking based on Maslow's hierarchy of needs." ;
                                                           rdfs:label "prefMH" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> rdf:type owl:DatatypeProperty ;
                                                                  rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> ;
                                                                  rdfs:domain <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ;
                                                                  rdfs:range xsd:integer ;
                                                                  <http://purl.org/dc/elements/1.1/description> "﻿Goal ranking based on the order goals can be satisfied in. Usually based on some required sequence of service, given a set of preconditions and postconditions during plan execution." ;
                                                                  rdfs:label "prefPractical" .


#################################################################
#    Classes
#################################################################

###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                                [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic>
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> ;
                                                                                                         owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs>
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ] ;
                                                                owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> ;
                                                                <http://purl.org/dc/elements/1.1/description> "The state of being absolutely homeless." ;
                                                                rdfs:label "AbsHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent> rdf:type owl:Class ;
                                                                     owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless>
                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                              ) ;
                                                                                           rdf:type owl:Class
                                                                                         ] ;
                                                                     rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ;
                                                                     owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> ;
                                                                     <http://purl.org/dc/elements/1.1/description> "An agent who's housing state is \"absolutely homeless\", according to the OSSN definition." ;
                                                                     rdfs:label "AbsHomelessAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> rdf:type owl:Class ;
                                                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> ;
                                                                            owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                          ] ;
                                                          <http://purl.org/dc/elements/1.1/description> "Human-like agent that is the base class of clients." ;
                                                          rdfs:label "Agent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                   ] ;
                                                                                    owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1>
                                                                                  ] ;
                                                                  owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1." ;
                                                                  rdfs:label "AgentGoalchf1" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 1
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 1. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref1" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 2
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 2. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref2" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 3
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 3. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref3" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref4> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 4
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 4. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref4" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref5> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 5
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 5. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref5" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref6
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref6> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 6
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 6. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref6" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref7
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref7> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 7
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf1 with agent preference rank 7. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf1pref7" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                   ] ;
                                                                                    owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2>
                                                                                  ] ;
                                                                  owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2." ;
                                                                  rdfs:label "AgentGoalchf2" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 1
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 1. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref1" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 2
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 2. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref2" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 3
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 3. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref3" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 4
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 4. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref4" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 5
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 5. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref5" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 6
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 6. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref6" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 7
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf2 with agent preference rank 7. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf2pref7" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                   ] ;
                                                                                    owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3>
                                                                                  ] ;
                                                                  owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "Class for agent chf4 goals." ;
                                                                  rdfs:label "AgentGoalchf3" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 1
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 1. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref1" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 2
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 2. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref2" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 3
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 3. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref3" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 4
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 4. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref4" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 5
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 5. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref5" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 6
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 6. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref6" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 7
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf3 with agent preference rank 7. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf3pref7" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                   ] ;
                                                                                    owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4>
                                                                                  ] ;
                                                                  owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4." ;
                                                                  rdfs:label "AgentGoalchf4" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 1
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 1. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref1" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 2
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 2. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref2" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 3
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 3. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref3" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 4
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 4. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref4" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 5
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 5. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref5" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 6
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 6. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref6" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                       [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                                owl:hasValue 7
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ;
                                                                       owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "Class for goals of agent chf4 with agent preference rank 7. Used for SPARQL queries." ;
                                                                       rdfs:label "AgentGoalchf4pref7" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                    [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal>
                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                             owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                                            ] ;
                                                                                                             owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                           ]
                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                             owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> ;
                                                                                                             owl:someValuesFrom xsd:integer
                                                                                                           ]
                                                                                                         ) ;
                                                                                      rdf:type owl:Class
                                                                                    ] ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A goal ranked by an agent's preference." ;
                                                                    rdfs:label "AgentRankedGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> rdf:type owl:Class ;
                                                               rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ,
                                                                               [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State>
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy>
                                                                                                                       ] ;
                                                                                                        owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy>
                                                                                                                       ] ;
                                                                                                        owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource>
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ] ;
                                                               <http://purl.org/dc/elements/1.1/description> "A constraint faced by an agent represetned as a state the agent is in." ;
                                                               rdfs:label "Constraint" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAddiction
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAddiction> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A state an agent is in that prevents them from fighting addiction or substance abuse." ;
                                                                        rdfs:label "ConstraintAddiction" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyHelp
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyHelp> rdf:type owl:Class ;
                                                                           rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                           <http://purl.org/dc/elements/1.1/description> "A state an agent can be in that prevents them from advocating for their needs." ;
                                                                           rdfs:label "ConstraintAdvocacyHelp" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                            <http://purl.org/dc/elements/1.1/description> "A state an agent is in from accessing legal sevices." ;
                                                                            rdfs:label "ConstraintAdvocacyLegal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from receiving child care services." ;
                                                                        rdfs:label "ConstraintChildCare" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from having clothing." ;
                                                                       rdfs:label "ConstraintClothing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintFurniture
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintFurniture> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from getting furniture." ;
                                                                        rdfs:label "ConstraintFurniture" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintLaundry
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintLaundry> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from accessing laundry facilities." ;
                                                                      rdfs:label "ConstraintLaundry" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from owning or accessing a phone." ;
                                                                    rdfs:label "ConstraintPhone" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A state preventing an agent from receiving temporary housing." ;
                                                                          rdfs:label "ConstraintTempHousing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                <http://purl.org/dc/elements/1.1/description> "﻿The state of an agent belonging to some demographic. These are used to automatically infer conditional mapping of goals and Maslow's levels." ;
                                                                rdfs:label "Demographic" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly> rdf:type owl:Class ;
                                                            owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic>
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> ;
                                                                                                         owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#true>
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ] ;
                                                            rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ;
                                                            owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent> ;
                                                            <http://purl.org/dc/elements/1.1/description> "The state of being elderly." ;
                                                            rdfs:label "Elderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent> rdf:type owl:Class ;
                                                                 owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly>
                                                                                                          ) ;
                                                                                       rdf:type owl:Class
                                                                                     ] ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly> ;
                                                                 owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "An elderly agent." ;
                                                                 rdfs:label "ElderlyAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ,
                                                                         [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State>
                                                                                                [ rdf:type owl:Restriction ;
                                                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> ;
                                                                                                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint>
                                                                                                ]
                                                                                                [ rdf:type owl:Restriction ;
                                                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                                                                                                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal>
                                                                                                ]
                                                                                              ) ;
                                                                           rdf:type owl:Class
                                                                         ] ;
                                                         <http://purl.org/dc/elements/1.1/description> "﻿Goal class is an agent state triggered by some underlying Maslow's hierarchy need, but constrained from being true." ;
                                                         rdfs:label "Goal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> rdf:type owl:Class ;
                                                                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                         ] ;
                                                                                          owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent>
                                                                                        ] ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                    owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "The state of a goal that an absolutely homeles agent has." ;
                                                                    rdfs:label "GoalAbsHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need to treat addiction." ;
                                                                  rdfs:label "GoalAddiction" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ;
                                                                     <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for advocacy." ;
                                                                     rdfs:label "GoalAdvocacyHelp" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for a legal help as advocacy." ;
                                                                      rdfs:label "GoalAdvocacyLegal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for child care services." ;
                                                                  rdfs:label "GoalChildCare" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for cloan clothes." ;
                                                                      rdfs:label "GoalCleanClothers" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for clothing." ;
                                                                 rdfs:label "GoalClothing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> rdf:type owl:Class ;
                                                                owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                     ] ;
                                                                                      owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent>
                                                                                    ] ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ;
                                                                <http://purl.org/dc/elements/1.1/description> "The state of a goal that an elderly agent has." ;
                                                                rdfs:label "GoalElderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> rdf:type owl:Class ;
                                                               <http://purl.org/dc/elements/1.1/description> "A goal at the Esteem level of Maslow's hierarchy of needs." ;
                                                               rdfs:label "GoalEsteem" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ;
                                                                  <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for furniture." ;
                                                                  rdfs:label "GoalFurniture" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and a specific type of goal." ;
                                                                rdfs:label "GoalMapping" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> rdf:type owl:Class ;
                                                                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                        ] ;
                                                                                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent>
                                                                                       ] ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "The state of a goal that a non-elderly agent has." ;
                                                                   rdfs:label "GoalNotElderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone> rdf:type owl:Class ;
                                                              rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ;
                                                              <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for a phone." ;
                                                              rdfs:label "GoalPhone" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> rdf:type owl:Class ;
                                                                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal>
                                                                                                         ] ;
                                                                                          owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent>
                                                                                        ] ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A goal for a relatively homeless agent." ;
                                                                    rdfs:label "GoalRelHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> rdf:type owl:Class ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A goal at the Security level of Maslow's hierarchy of needs." ;
                                                                 rdfs:label "GoalSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization> rdf:type owl:Class ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A goal at the Self-actualization level of Maslow's hierarchy of needs." ;
                                                                          rdfs:label "GoalSelfActualization" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial> rdf:type owl:Class ;
                                                               <http://purl.org/dc/elements/1.1/description> "A goal at the Social level of Maslow's hierarchy of needs." ;
                                                               rdfs:label "GoalSocial" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A mapping between a goal and the need for temporary housing." ;
                                                                    rdfs:label "GoalTempHousing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#InterimGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#InterimGoal> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                                                       [ rdf:type owl:Class ;
                                                                                                         owl:complementOf [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                                                            owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed>
                                                                                                                          ]
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ] ;
                                                                owl:disjointWith <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity> ;
                                                                <http://purl.org/dc/elements/1.1/description> """﻿Interim goals are subgoals required to satisfy preconditions of actions that
satisfy existing goals.""" ;
                                                                rdfs:label "InterimGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> rdf:type owl:Class ;
                                                           rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ,
                                                                           [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State>
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                                    owl:allValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed>
                                                                                                  ]
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                   ] ;
                                                                                                    owl:allValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                                                  ]
                                                                                                ) ;
                                                                             rdf:type owl:Class
                                                                           ] ;
                                                           <http://purl.org/dc/elements/1.1/description> "﻿Requests made by agents to satisfy expressed goals are triggered by an underlying Maslow's hierarchy level need associated with it. MHGoal represents such a need that triggers the requested goal." ;
                                                           rdfs:label "MHGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ;
                                                                                 <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need constrained by addiction, mapped to the physiological Maslow's hierarchy level." ;
                                                                                 rdfs:label "MHGoalAddictionPhysiological" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need to overcome addiction, mapped to the self-actualization Maslow's hierarchy level." ;
                                                                        rdfs:label "MHGoalAddictionSelf" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp> rdf:type owl:Class ;
                                                                       owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity>
                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                   ] ;
                                                                                                                    owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp>
                                                                                                                  ]
                                                                                                                ) ;
                                                                                             rdf:type owl:Class
                                                                                           ] ,
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                            ] ;
                                                                                             owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp>
                                                                                           ] ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for help, mapped to the security Maslow's hierarchy level." ;
                                                                       rdfs:label "MHGoalAdvocacyHelp" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal> rdf:type owl:Class ;
                                                                        owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                             ] ;
                                                                                              owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal>
                                                                                            ] ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                        [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity>
                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                 owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                ] ;
                                                                                                                 owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal>
                                                                                                               ]
                                                                                                             ) ;
                                                                                          rdf:type owl:Class
                                                                                        ] ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for legal assistance, mapped to the security Maslow's hierarchy level." ;
                                                                        rdfs:label "MHGoalAdvocacyLegal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological> rdf:type owl:Class ;
                                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ;
                                                                                  <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for basic child careneeds, mapped to the physiological Maslow's hierarchy level." ;
                                                                                  rdfs:label "MHGoalChildBasicPhysiological" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> rdf:type owl:Class ;
                                                                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                         ] ;
                                                                                          owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare>
                                                                                        ] ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A goal triggerd by a need for chld care, mapped to a Maslow's hierarchy level." ;
                                                                    rdfs:label "MHGoalChildCare" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity> rdf:type owl:Class ;
                                                                                  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                                  <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for child protections services, mapped to the security Maslow's hierarchy level." ;
                                                                                  rdfs:label "MHGoalChildProtectionSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothers
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothers> rdf:type owl:Class ;
                                                                        owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                             ] ;
                                                                                              owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers>
                                                                                            ] ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A goal triggerd by a need for clean clothes, mapped to a Maslow's hierarchy level." ;
                                                                        rdfs:label "MHGoalCleanClothers" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ;
                                                                              <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for clean clothes, mapped to the esteem Maslow's hierarchy level." ;
                                                                              rdfs:label "MHGoalCleanClothersEsteem" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity> rdf:type owl:Class ;
                                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                                <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for clean clothes, mapped to the security Maslow's hierarchy level." ;
                                                                                rdfs:label "MHGoalCleanClothersSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ;
                                                                              <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need to have clean clothes, mapped to the social Maslow's hierarchy level." ;
                                                                              rdfs:label "MHGoalCleanClothersSocial" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> rdf:type owl:Class ;
                                                                   owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity>
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                               ] ;
                                                                                                                owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing>
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                        ] ;
                                                                                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing>
                                                                                       ] ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for clean clothing, mapped to the security Maslow's hierarchy level." ;
                                                                   rdfs:label "MHGoalClothing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless> rdf:type owl:Class ;
                                                                          owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                               ] ;
                                                                                                owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless>
                                                                                              ] ;
                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A goal triggerd by an absolutely homeless agent, mapped to a Maslow's hierarchy level." ;
                                                                          rdfs:label "MHGoalCondAbsHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> rdf:type owl:Class ;
                                                                      owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                           ] ;
                                                                                            owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly>
                                                                                          ] ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A goal triggerd by an elderly agent, mapped to a Maslow's hierarchy level." ;
                                                                      rdfs:label "MHGoalCondElderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> rdf:type owl:Class ;
                                                                         owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                              ] ;
                                                                                               owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly>
                                                                                             ] ;
                                                                         rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                         <http://purl.org/dc/elements/1.1/description> "A goal for non-elderly agents mapped to a Maslows' hierarchy level." ;
                                                                         rdfs:label "MHGoalCondNotElderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> rdf:type owl:Class ;
                                                                          owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                               ] ;
                                                                                                owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless>
                                                                                              ] ;
                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A goal for a relatively homeless agent, mapped to a Maslow's hierarchy level." ;
                                                                          rdfs:label "MHGoalCondRelHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> rdf:type owl:Class ;
                                                                 owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                       owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem>
                                                                                     ] ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A goal mapped to the esteem level of Maslow's hierarchy." ;
                                                                 rdfs:label "MHGoalEsteem" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture> rdf:type owl:Class ;
                                                                    owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity>
                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                 owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                ] ;
                                                                                                                 owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture>
                                                                                                               ]
                                                                                                             ) ;
                                                                                          rdf:type owl:Class
                                                                                        ] ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                         ] ;
                                                                                          owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture>
                                                                                        ] ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for furniture, mapped to the security Maslow's hierarchy level." ;
                                                                    rdfs:label "MHGoalFurniture" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ;
                                                                            <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for a happy family, mapped to the esteem Maslow's hierarchy level." ;
                                                                            rdfs:label "MHGoalHappyFamilyEsteem" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem> rdf:type owl:Class ;
                                                                      owl:equivalentClass <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial> ,
                                                                                          [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                  ] ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly>
                                                                                                                 ]
                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                  ] ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone>
                                                                                                                 ]
                                                                                                               ) ;
                                                                                            rdf:type owl:Class
                                                                                          ] ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A goal for an elderly agent triggered by a need for a phone, mapped to the esteem Maslow's hierarchy level. Note that this goal is equivalent to the social-level goal for non-elderly agents." ;
                                                                      rdfs:label "MHGoalPhoneEsteem" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity> rdf:type owl:Class ;
                                                                        owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                     owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                    ] ;
                                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly>
                                                                                                                   ]
                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                     owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                    ] ;
                                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone>
                                                                                                                   ]
                                                                                                                 ) ;
                                                                                              rdf:type owl:Class
                                                                                            ] ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A goal triggered by a need for a phone, mapped to Maslow's hierarchy \"security\" level." ;
                                                                        rdfs:label "MHGoalPhoneSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial> rdf:type owl:Class ;
                                                                      owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                  ] ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly>
                                                                                                                 ]
                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                                                  ] ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone>
                                                                                                                 ]
                                                                                                               ) ;
                                                                                            rdf:type owl:Class
                                                                                          ] ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ;
                                                                      <http://purl.org/dc/elements/1.1/description> "A goal for an elderly agent triggerd by a need for a phone, mapped to the social Maslow's hierarchy level. Note that this goal is equivalent to the Esteem-level goal for non-elderly agents." ;
                                                                      rdfs:label "MHGoalPhoneSocial" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> rdf:type owl:Class ;
                                                                        owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                              owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological>
                                                                                            ] ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A goal for an agent, mapped to the physiological Maslow's hierarchy level." ;
                                                                        rdfs:label "MHGoalPhysiological" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> rdf:type owl:Class ;
                                                                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                         owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security>
                                                                                       ] ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "A goal for an agent, mapped to the security Maslow's hierarchy level." ;
                                                                   rdfs:label "MHGoalSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                                  owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization>
                                                                                                ] ;
                                                                            rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                            <http://purl.org/dc/elements/1.1/description> "A goal for an agent, mapped to the self-actualization Maslow's hierarchy level." ;
                                                                            rdfs:label "MHGoalSelfActualization" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> rdf:type owl:Class ;
                                                                 owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> ;
                                                                                       owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#social>
                                                                                     ] ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A goal for an agent, mapped to the socal Maslow's hierarchy level." ;
                                                                 rdfs:label "MHGoalSocial" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> rdf:type owl:Class ;
                                                                      owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                                                                                           ] ;
                                                                                            owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing>
                                                                                          ] ;
                                                                      rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ;
                                                                      rdfs:label "MHGoalTempHousing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological> rdf:type owl:Class ;
                                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> ;
                                                                                   <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for temporary housing, mapped to the physiological Maslow's hierarchy level." ;
                                                                                   rdfs:label "MHGoalTempHousingPhysiological" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> ;
                                                                              <http://purl.org/dc/elements/1.1/description> "A goal for an agent triggered by a need for temporary housing, mapped to the security Maslow's hierarchy level." ;
                                                                              rdfs:label "MHGoalTempHousingSecurity" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> rdf:type owl:Class ;
                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                        owl:oneOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem>
                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological>
                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security>
                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization>
                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#social>
                                                                                                                  )
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo>
                                                                                                                       ] ;
                                                                                                        owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal>
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ] ;
                                                           <http://purl.org/dc/elements/1.1/description> "A class that is part of the Maslow's hierarchy of needs." ;
                                                           rdfs:label "MHNeed" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                 [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal>
                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                                                                                                          owl:someValuesFrom xsd:integer
                                                                                                        ]
                                                                                                      ) ;
                                                                                   rdf:type owl:Class
                                                                                 ] ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A goal ranked with a Maslow's hierarchy level." ;
                                                                 rdfs:label "MHRankedGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> rdf:type owl:Class ;
                                                                          rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                                                                 ]
                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                   owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> ;
                                                                                                                   owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                                 ]
                                                                                                               ) ;
                                                                                            rdf:type owl:Class
                                                                                          ] ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A description of the motivation for an agent having a need." ;
                                                                          rdfs:label "MotivationDescription" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly> rdf:type owl:Class ;
                                                               owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic>
                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                            owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> ;
                                                                                                            owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#false>
                                                                                                          ]
                                                                                                        ) ;
                                                                                     rdf:type owl:Class
                                                                                   ] ;
                                                               rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ;
                                                               <http://purl.org/dc/elements/1.1/description> "The state of not being elderly." ;
                                                               rdfs:label "NotElderly" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent> rdf:type owl:Class ;
                                                                    owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly>
                                                                                                             ) ;
                                                                                          rdf:type owl:Class
                                                                                        ] ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "An agent that is not eldery." ;
                                                                    rdfs:label "NotElderlyAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> rdf:type owl:Class ;
                                                            rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program>
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome>
                                                                                                                    ] ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ] ;
                                                            <http://purl.org/dc/elements/1.1/description> "Status of the outcome following an agent paricipating in a Program." ;
                                                            rdfs:label "Outcome" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                                <http://purl.org/dc/elements/1.1/description> "An Outcome class that indicates a failed program outome." ;
                                                                rdfs:label "OutcomeFail" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "An Outcome class that indicates a missing program outome." ;
                                                                   rdfs:label "OutcomeMissing" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "An Outcome class that indicates a successful program outome." ;
                                                                   rdfs:label "OutcomeSuccess" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                        [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal>
                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                 owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> ;
                                                                                                                 owl:someValuesFrom xsd:integer
                                                                                                               ]
                                                                                                             ) ;
                                                                                          rdf:type owl:Class
                                                                                        ] ;
                                                                        <http://purl.org/dc/elements/1.1/description> "The practical ranking of goals represents the order in which goals were or must be satisfied during plan execution. This order can observed in the outcome of a plan following its execution. It can also be infered from the pre- and post-conditions of actions in AI planning. The data property prefPractical captures this relation." ;
                                                                        rdfs:label "PracticalRankedGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> rdf:type owl:Class ;
                                                            rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service>
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram>
                                                                                                                    ] ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ] ;
                                                            <http://purl.org/dc/elements/1.1/description> "A program an agent can participate in.  progam can offer a number of services that the agent then access and use." ;
                                                            rdfs:label "Program" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> rdf:type owl:Class ;
                                                               rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                               [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal>
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> ;
                                                                                                        owl:someValuesFrom xsd:integer
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ] ;
                                                               <http://purl.org/dc/elements/1.1/description> "A ranked goal. Ranking can be done by one of three methods, agent's prefrerred, practical, and Maslow's hierarchy." ;
                                                               rdfs:label "RankedGoal" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> rdf:type owl:Class ;
                                                                rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                                [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic>
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> ;
                                                                                                         owl:hasValue <http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel>
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ] ;
                                                                <http://purl.org/dc/elements/1.1/description> "The state of being relatively homeless." ;
                                                                rdfs:label "RelHomeless" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> rdf:type owl:Class ;
                                                                     owl:equivalentClass [ owl:intersectionOf ( <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless>
                                                                                                              ) ;
                                                                                           rdf:type owl:Class
                                                                                         ] ;
                                                                     rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ;
                                                                     <http://purl.org/dc/elements/1.1/description> "An agent who's housing statis is \"relatively homeless\" according to the OSSN definition." ;
                                                                     rdfs:label "RelHomelessAgent" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> rdf:type owl:Class ;
                                                             rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> ;
                                                                                                      owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service>
                                                                                                    ]
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> ;
                                                                                                      owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint>
                                                                                                    ]
                                                                                                  ) ;
                                                                               rdf:type owl:Class
                                                                             ] ;
                                                             <http://purl.org/dc/elements/1.1/description> "A Resource ﻿is defined as something a Service creates and that is required by a Constraint class. It is meant ot be a tangible and nontangible item." ;
                                                             rdfs:label "Resource" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> rdf:type owl:Class ;
                                                            rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent>
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy>
                                                                                                                    ] ;
                                                                                                     owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ] ;
                                                            <http://purl.org/dc/elements/1.1/description> "﻿A Service is something that can be accessed by an agent and creates resources." ;
                                                            rdfs:label "Service" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                       <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and the \"Case Manager\" service." ;
                                                                       rdfs:label "ServiceCaseManager" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices> rdf:type owl:Class ;
                                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                                   <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and Chld Protective Service." ;
                                                                                   rdfs:label "ServiceChildProtectiveServices" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                 <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and the Detox service." ;
                                                                 rdfs:label "ServiceDetox" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and the Donation Centre service, a service that distributes donations to service clients" ;
                                                                          rdfs:label "ServiceDonationCentre" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceFamilyServices
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceFamilyServices> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                          <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and Family services, a service that administers family related-social services." ;
                                                                          rdfs:label "ServiceFamilyServices" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceHousingWorker
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceHousingWorker> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                         <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and a housing worker that assits with finding housing for social service clients." ;
                                                                         rdfs:label "ServiceHousingWorker" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and legal aid services." ;
                                                                    rdfs:label "ServiceLegalAid" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "A mapping between a Service and a particular type of Service." ;
                                                                   rdfs:label "ServiceMapping" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceShelter
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceShelter> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                   <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and the sheler service that provides living accomodations for social service clients." ;
                                                                   rdfs:label "ServiceShelter" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                        <http://purl.org/dc/elements/1.1/description> "A mapping between Service class and a social worker that assits social service clients." ;
                                                                        rdfs:label "ServicesSocialWorker" .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#State
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> rdf:type owl:Class ;
                                                          <http://purl.org/dc/elements/1.1/description> "The state an agent can be in." ;
                                                          rdfs:label "State" .


#################################################################
#    Individuals
#################################################################

###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs> rdf:type owl:NamedIndividual .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3> rdf:type owl:NamedIndividual ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager1> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> rdf:type owl:NamedIndividual ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf1> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> rdf:type owl:NamedIndividual ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices2> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#true> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf2> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> rdf:type owl:NamedIndividual ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#false> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf3> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> rdf:type owl:NamedIndividual ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent> ,
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4> ,
                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#true> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4> ,
                                                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4> ,
                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf4> ;
                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices2> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4> rdf:type owl:NamedIndividual ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram4> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> rdf:type owl:NamedIndividual ,
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf1> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf2> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf3> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#false
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#false> rdf:type owl:NamedIndividual .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceFamilyServices> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceFamilyServices> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program5> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothers> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> ,
                                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ,
                                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#social> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2> rdf:type owl:NamedIndividual ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2> ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2> ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2> ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 4 ;
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 4 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2> rdf:type owl:NamedIndividual ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ,
                                                                                                                                                         3 ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 3 ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 2 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4> rdf:type owl:NamedIndividual ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4> ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 3 ;
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 3 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 4 ,
                                                                                                                                    5 ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 5 ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 4 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 4 ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 4 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3> rdf:type owl:NamedIndividual ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ,
                                                                                                                        5 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 2 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 5 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3> rdf:type owl:NamedIndividual ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3> ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3> ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3> ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ,
                                                                                                                                             4 ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 4 ;
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 2 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2> rdf:type owl:NamedIndividual ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 1 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 1 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 1 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4> rdf:type owl:NamedIndividual ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 1 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 1 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 6 ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 6 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 3 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 3 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 3 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 3 ,
                                                                                                                                     6 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 3 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 6 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3> rdf:type owl:NamedIndividual ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 1 ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 1 ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 1 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 5 ,
                                                                                                                                     6 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 6 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 5 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 5 ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 5 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 3 ,
                                                                                                                                          5 ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 5 ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 3 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3> rdf:type owl:NamedIndividual ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ,
                                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 1 ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 1 ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 1 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 2 ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 2 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ,
                                                                                                                             3 ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 2 ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 3 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 2 ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 2 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3> rdf:type owl:NamedIndividual ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3> rdf:type owl:NamedIndividual ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 6 ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 6 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3> rdf:type owl:NamedIndividual ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceHousingWorker> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3> ,
                                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3> rdf:type owl:NamedIndividual ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing> ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyHelp> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3> rdf:type owl:NamedIndividual ,
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAddiction> ,
                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3> ,
                                                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3> ;
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing> ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2> ,
                                                                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2> ,
                                                                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> ,
                                                                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintFurniture> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3> ,
                                                                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> ,
                                                                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintLaundry> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#laundryService4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#laundryService4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#laundryService4> rdf:type owl:NamedIndividual ,
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1> rdf:type owl:NamedIndividual ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid2> rdf:type owl:NamedIndividual ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3> rdf:type owl:NamedIndividual ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid> ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid4> rdf:type owl:NamedIndividual ,
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf1> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf2> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf3> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf4> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3> rdf:type owl:NamedIndividual ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem> ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> ,
                                                                                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#social> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2> rdf:type owl:NamedIndividual ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4> rdf:type owl:NamedIndividual ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1> rdf:type owl:NamedIndividual ,
                                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1> ;
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4> rdf:type owl:NamedIndividual ,
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4> ;
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4> rdf:type owl:NamedIndividual ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity> ,
                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity> ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3> ,
                                                                                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial> ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem> ,
                                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#social> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 4 ,
                                                                                                                              6 ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 6 ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical> 4 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3> ,
                                                                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2> ,
                                                                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4> ,
                                                                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3> rdf:type owl:NamedIndividual ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram4> rdf:type owl:NamedIndividual ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox> ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf2> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf3> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager1> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter5> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf1> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid2> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram> ,
                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#program5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#program5> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3> rdf:type owl:NamedIndividual ,
                                                                                       <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3> ;
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel> rdf:type owl:NamedIndividual .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3> rdf:type owl:NamedIndividual ,
                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3> ;
                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x> rdf:type owl:NamedIndividual ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2> ,
                                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2> ,
                                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2> ,
                                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4> ,
                                                                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4> ,
                                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4> ,
                                                                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3> rdf:type owl:NamedIndividual ,
                                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3> ,
                                                                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3> ;
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4> rdf:type owl:NamedIndividual ,
                                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> ;
                                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3> rdf:type owl:NamedIndividual ,
                                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3> ;
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3> rdf:type owl:NamedIndividual ,
                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3> ;
                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceService4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceService4> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2> rdf:type owl:NamedIndividual ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices2> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4> rdf:type owl:NamedIndividual ,
                                                                                   <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4> ,
                                                                                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> ;
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4> rdf:type owl:NamedIndividual ,
                                                                              <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4> ;
                                                                     <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4> rdf:type owl:NamedIndividual ,
                                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4> ;
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#security
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#security> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1> ,
                                                                                                                            <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization> rdf:type owl:NamedIndividual ,
                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceShelter> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceService4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter5
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter5> rdf:type owl:NamedIndividual ,
                                                                      <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ;
                                                             <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#social
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#social> rdf:type owl:NamedIndividual ,
                                                                    <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed> ;
                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3> ,
                                                                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4> rdf:type owl:NamedIndividual ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping> ,
                                                                           <http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> ;
                                                                  <http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3> rdf:type owl:NamedIndividual ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization> ,
                                                                          <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization> ;
                                                                 <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3> rdf:type owl:NamedIndividual ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal> ,
                                                                        <http://ontology.eil.utoronto.ca/csse/OSSN.owl#State> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3> ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref> 7 ;
                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent> 7 .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> ,
                                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> ,
                                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1> ,
                                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3> ,
                                                                                                                               <http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf4
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf4> rdf:type owl:NamedIndividual ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome> ,
                                                                         <http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess> ;
                                                                <http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent> <http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4> .


###  http://ontology.eil.utoronto.ca/csse/OSSN.owl#true
<http://ontology.eil.utoronto.ca/csse/OSSN.owl#true> rdf:type owl:NamedIndividual .


#################################################################
#    General axioms
#################################################################

[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                        ] ;
                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless>
                       ]
                       [ rdf:type owl:Restriction ;
                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                        ] ;
                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing>
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological>
] .


[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                        ] ;
                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless>
                       ]
                       [ rdf:type owl:Restriction ;
                         owl:onProperty [ owl:inverseOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy>
                                        ] ;
                         owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing>
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem>
                ]
                [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                  owl:hasValue 4
                ]
              ) ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity>
                ]
                [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                  owl:hasValue 2
                ]
              ) ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization>
                ]
                [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                  owl:hasValue 1
                ]
              ) ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization>
                ]
                [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                  owl:hasValue 5
                ]
              ) ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy> ;
                  owl:someValuesFrom <http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial>
                ]
                [ rdf:type owl:Restriction ;
                  owl:onProperty <http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH> ;
                  owl:hasValue 3
                ]
              ) ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial>
] .


###  Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/
