<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontology.eil.utoronto.ca/csse/ossn.owl#"
     xml:base="http://ontology.eil.utoronto.ca/csse/ossn.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:ns="http://creativecommons.org/ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:OSSN="http://ontology.eil.utoronto.ca/csse/OSSN.owl#"
     xmlns:adms="http://www.w3.org/ns/adms/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:vann="http://purl.org/vocab/vann/">
    <owl:Ontology rdf:about="http://ontology.eil.utoronto.ca/csse/ossn.owl">
        <ns:license>http://creativecommons.org/licenses/by/3.0/</ns:license>
        <adms:relatedDocumentation>Gajderowicz, B., Fox, M. S., &amp; 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.</adms:relatedDocumentation>
        <vann:preferredNamespacePrefix>ossn</vann:preferredNamespacePrefix>
        <vann:preferredNamespaceUri>http://ontology.eil.utoronto.ca/csse/ossn.owl</vann:preferredNamespaceUri>
        <dc:creator>Bart Gajderowicz (bartg@mie.utoronto.ca)</dc:creator>
        <dc:creator>Mark S. Fox (msf@eil.utoronto.ca)</dc:creator>
        <dc:creator>Michael Gruninger (gruninger@mie.utoronto.ca)</dc:creator>
        <dc: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.</dc:description>
        <dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-06-09T00:00:00</dc:issued>
        <dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2021-10-01T00:00:00</dc:modified>
        <dc:rights>Copyright @ 2021 Bart Gajderowicz</dc:rights>
        <dc:title>Ontology of Social Service Needs</dc:title>
        <owl:versionInfo>1.0</owl:versionInfo>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://creativecommons.org/ns#license -->


    <owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>
    


    <!-- http://www.w3.org/ns/adms/relatedDocumentation -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/adms/relatedDocumentation"/>
    


    <!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->


    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
    


    <!-- http://purl.org/vocab/vann/preferredNamespaceUri -->


    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
    


    <!-- http://purl.org/dc/elements/1.1/creator -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
    


    <!-- http://purl.org/dc/elements/1.1/description -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
    


    <!-- http://purl.org/dc/elements/1.1/issued -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/issued"/>
    


    <!-- http://purl.org/dc/elements/1.1/modified -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/modified"/>
    


    <!-- http://purl.org/dc/elements/1.1/rights -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
    


    <!-- http://purl.org/dc/elements/1.1/title -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#accesses">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <dc:description>This property defines the what agents access which services.</dc:description>
        <rdfs:label>accesses</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrains -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#creates">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <dc:description>Defines that reources that a service creates</dc:description>
        <rdfs:label>creates</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedByMotive -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <rdfs:range>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#false"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#true"/>
                </owl:oneOf>
            </owl:Class>
        </rdfs:range>
        <dc:description>Defines whether an agent is elderly or not, where true means the agent is in the state of being elderly.</dc:description>
        <rdfs:label>elderlyState</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#expresses">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <dc:description>This property defines the motivation described by an agent.</dc:description>
        <rdfs:label>expresses</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#forAgent -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#goalForAgent -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasProgramOutcome">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
        <dc:description>This property relates programs to the outcomes they produce.</dc:description>
        <rdfs:label>hasProgramOutcome</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel"/>
                </owl:oneOf>
            </owl:Class>
        </rdfs:range>
        <dc:description>This propety identifies an agent&apos;s state of homelessness.</dc:description>
        <rdfs:label>homelessState</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedFrom -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed"/>
        <dc:description>﻿The mappedTo property captures the relation between the MHGoal and its underlying MH level class MHNeed.</dc:description>
        <rdfs:label>mappedTo</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#offeredBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#requires -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy">
        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>This property defines what Maslow&apos;s level goal caused an agent to have a goal.</dc:description>
        <rdfs:label>triggeredBy</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers -->


    <owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggers">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <dc:description>This property defines what Goal this Maslow&apos;s level causes an agent to have.</dc:description>
        <rdfs:label>triggers</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->


    <owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ReflexiveProperty"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref -->


    <owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref">
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <dc:description>Preference ranking for a goal.</dc:description>
        <rdfs:label>pref</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent -->


    <owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent">
        <rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <dc:description>Prefence ranking assigned by an agent, according other own ranking.</dc:description>
        <rdfs:label>prefAgent</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH -->


    <owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH">
        <rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <dc:description>Goal ranking based on Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>prefMH</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical -->


    <owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical">
        <rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref"/>
        <rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <dc: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.</dc:description>
        <rdfs:label>prefPractical</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState"/>
                        <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent"/>
        <dc:description>The state of being absolutely homeless.</dc:description>
        <rdfs:label>AbsHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomeless"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent"/>
        <dc:description>An agent who&apos;s housing state is &quot;absolutely homeless&quot;, according to the OSSN definition.</dc:description>
        <rdfs:label>AbsHomelessAgent</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <dc:description>Human-like agent that is the base class of clients.</dc:description>
        <rdfs:label>Agent</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 1. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref1</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 2. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref2</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 3. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref3</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref4 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref4">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 4. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref4</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref5 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref5">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 5. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref5</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref6 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref6">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 6. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref6</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref7 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref7">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>Class for goals of agent chf1 with agent preference rank 7. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf1pref7</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2.</dc:description>
        <rdfs:label>AgentGoalchf2</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 1. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref1</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 2. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref2</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 3. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref3</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 4. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref4</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 5. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref5</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 6. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref6</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref7">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf2 with agent preference rank 7. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf2pref7</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for agent chf4 goals.</dc:description>
        <rdfs:label>AgentGoalchf3</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 1. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref1</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 2. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref2</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 3. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref3</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 4. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref4</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 5. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref5</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 6. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref6</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <dc:description>Class for goals of agent chf3 with agent preference rank 7. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf3pref7</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4.</dc:description>
        <rdfs:label>AgentGoalchf4</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 1. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref1</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 2. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref2</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 3. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref3</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 4. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref4</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 5. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref5</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 6. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref6</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7 -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref7">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>Class for goals of agent chf4 with agent preference rank 7. Used for SPARQL queries.</dc:description>
        <rdfs:label>AgentGoalchf4pref7</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefAgent"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A goal ranked by an agent&apos;s preference.</dc:description>
        <rdfs:label>AgentRankedGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A constraint faced by an agent represetned as a state the agent is in.</dc:description>
        <rdfs:label>Constraint</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAddiction -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyHelp -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintAdvocacyLegal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state an agent is in from accessing legal sevices.</dc:description>
        <rdfs:label>ConstraintAdvocacyLegal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintChildCare">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from receiving child care services.</dc:description>
        <rdfs:label>ConstraintChildCare</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintClothing">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from having clothing.</dc:description>
        <rdfs:label>ConstraintClothing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintFurniture -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintFurniture">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from getting furniture.</dc:description>
        <rdfs:label>ConstraintFurniture</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintLaundry -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintLaundry">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from accessing laundry facilities.</dc:description>
        <rdfs:label>ConstraintLaundry</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintPhone">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from owning or accessing a phone.</dc:description>
        <rdfs:label>ConstraintPhone</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ConstraintTempHousing">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
        <dc:description>A state preventing an agent from receiving temporary housing.</dc:description>
        <rdfs:label>ConstraintTempHousing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState"/>
                        <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#true"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent"/>
        <dc:description>The state of being elderly.</dc:description>
        <rdfs:label>Elderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly"/>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Elderly"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent"/>
        <dc:description>An elderly agent.</dc:description>
        <rdfs:label>ElderlyAgent</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#constrainedBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>﻿Goal class is an agent state triggered by some underlying Maslow&apos;s hierarchy need, but constrained from being true.</dc:description>
        <rdfs:label>Goal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AbsHomelessAgent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <dc:description>The state of a goal that an absolutely homeles agent has.</dc:description>
        <rdfs:label>GoalAbsHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <dc:description>A mapping between a goal and the need to treat addiction.</dc:description>
        <rdfs:label>GoalAddiction</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <dc:description>A mapping between a goal and the need for advocacy.</dc:description>
        <rdfs:label>GoalAdvocacyHelp</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <dc:description>A mapping between a goal and the need for a legal help as advocacy.</dc:description>
        <rdfs:label>GoalAdvocacyLegal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <dc:description>A mapping between a goal and the need for cloan clothes.</dc:description>
        <rdfs:label>GoalCleanClothers</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <dc:description>A mapping between a goal and the need for clothing.</dc:description>
        <rdfs:label>GoalClothing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ElderlyAgent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <dc:description>The state of a goal that an elderly agent has.</dc:description>
        <rdfs:label>GoalElderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem">
        <dc:description>A goal at the Esteem level of Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>GoalEsteem</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <dc:description>A mapping between a goal and the need for furniture.</dc:description>
        <rdfs:label>GoalFurniture</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <dc:description>The state of a goal that a non-elderly agent has.</dc:description>
        <rdfs:label>GoalNotElderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <dc:description>A mapping between a goal and the need for a phone.</dc:description>
        <rdfs:label>GoalPhone</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasGoal"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <dc:description>A goal for a relatively homeless agent.</dc:description>
        <rdfs:label>GoalRelHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity">
        <dc:description>A goal at the Security level of Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>GoalSecurity</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization">
        <dc:description>A goal at the Self-actualization level of Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>GoalSelfActualization</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial">
        <dc:description>A goal at the Social level of Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>GoalSocial</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <dc:description>A mapping between a goal and the need for temporary housing.</dc:description>
        <rdfs:label>GoalTempHousing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#InterimGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#InterimGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
                    <owl:Class>
                        <owl:complementOf>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed"/>
                            </owl:Restriction>
                        </owl:complementOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological"/>
        <owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity"/>
        <dc:description>﻿Interim goals are subgoals required to satisfy preconditions of actions that
satisfy existing goals.</dc:description>
        <rdfs:label>InterimGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                        <owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>﻿Requests made by agents to satisfy expressed goals are triggered by an underlying Maslow&apos;s hierarchy level need associated with it. MHGoal represents such a need that triggers the requested goal.</dc:description>
        <rdfs:label>MHGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionPhysiological -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAddictionSelf -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyHelp">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <dc:description>A goal for an agent triggered by a need for help, mapped to the security Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalAdvocacyHelp</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalAdvocacyLegal">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A goal for an agent triggered by a need for legal assistance, mapped to the security Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalAdvocacyLegal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildBasicPhysiological -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildCare">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal triggerd by a need for chld care, mapped to a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalChildCare</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalChildProtectionSecurity -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothers -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothers">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal triggerd by a need for clean clothes, mapped to a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalCleanClothers</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersEsteem -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSecurity -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCleanClothersSocial -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalClothing">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <dc:description>A goal for an agent triggered by a need for clean clothing, mapped to the security Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalClothing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondAbsHomeless">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal triggerd by an absolutely homeless agent, mapped to a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalCondAbsHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal triggerd by an elderly agent, mapped to a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalCondElderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for non-elderly agents mapped to a Maslows&apos; hierarchy level.</dc:description>
        <rdfs:label>MHGoalCondNotElderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondRelHomeless">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for a relatively homeless agent, mapped to a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalCondRelHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal mapped to the esteem level of Maslow&apos;s hierarchy.</dc:description>
        <rdfs:label>MHGoalEsteem</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalFurniture">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <dc:description>A goal for an agent triggered by a need for furniture, mapped to the security Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalFurniture</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalHappyFamilyEsteem -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneEsteem">
        <owl:equivalentClass rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial"/>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial"/>
        <dc:description>A goal for an elderly agent triggered by a need for a phone, mapped to the esteem Maslow&apos;s hierarchy level. Note that this goal is equivalent to the social-level goal for non-elderly agents.</dc:description>
        <rdfs:label>MHGoalPhoneEsteem</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSecurity">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
        <dc:description>A goal triggered by a need for a phone, mapped to Maslow&apos;s hierarchy &quot;security&quot; level.</dc:description>
        <rdfs:label>MHGoalPhoneSecurity</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhoneSocial">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalCondNotElderly"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial"/>
        <dc:description>A goal for an elderly agent triggerd by a need for a phone, mapped to the social Maslow&apos;s hierarchy level. Note that this goal is equivalent to the Esteem-level goal for non-elderly agents.</dc:description>
        <rdfs:label>MHGoalPhoneSocial</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalPhysiological">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for an agent, mapped to the physiological Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalPhysiological</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#security"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for an agent, mapped to the security Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalSecurity</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for an agent, mapped to the self-actualization Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalSelfActualization</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#social"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <dc:description>A goal for an agent, mapped to the socal Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHGoalSocial</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousing">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
        <rdfs:label>MHGoalTempHousing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Class>
                        <owl:oneOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem"/>
                            <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological"/>
                            <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#security"/>
                            <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization"/>
                            <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#social"/>
                        </owl:oneOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#mappedTo"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoal"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <dc:description>A class that is part of the Maslow&apos;s hierarchy of needs.</dc:description>
        <rdfs:label>MHNeed</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHRankedGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A goal ranked with a Maslow&apos;s hierarchy level.</dc:description>
        <rdfs:label>MHRankedGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription">
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#describedMotiveFor"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#expressedBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A description of the motivation for an agent having a need.</dc:description>
        <rdfs:label>MotivationDescription</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#elderlyState"/>
                        <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#false"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
        <dc:description>The state of not being elderly.</dc:description>
        <rdfs:label>NotElderly</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderlyAgent">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly"/>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#NotElderly"/>
        <dc:description>An agent that is not eldery.</dc:description>
        <rdfs:label>NotElderlyAgent</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome">
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#hasOutcome"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>Status of the outcome following an agent paricipating in a Program.</dc:description>
        <rdfs:label>Outcome</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeFail">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
        <dc:description>An Outcome class that indicates a failed program outome.</dc:description>
        <rdfs:label>OutcomeFail</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeMissing">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
        <dc:description>An Outcome class that indicates a missing program outome.</dc:description>
        <rdfs:label>OutcomeMissing</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
        <dc:description>An Outcome class that indicates a successful program outome.</dc:description>
        <rdfs:label>OutcomeSuccess</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefPractical"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc: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.</dc:description>
        <rdfs:label>PracticalRankedGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program">
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#offers"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#forProgram"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A program an agent can participate in.  progam can offer a number of services that the agent then access and use.</dc:description>
        <rdfs:label>Program</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#pref"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>A ranked goal. Ranking can be done by one of three methods, agent&apos;s prefrerred, practical, and Maslow&apos;s hierarchy.</dc:description>
        <rdfs:label>RankedGoal</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Demographic"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#homelessState"/>
                        <owl:hasValue rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>The state of being relatively homeless.</dc:description>
        <rdfs:label>RelHomeless</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomelessAgent">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    <rdf:Description rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless"/>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RelHomeless"/>
        <dc:description>An agent who&apos;s housing statis is &quot;relatively homeless&quot; according to the OSSN definition.</dc:description>
        <rdfs:label>RelHomelessAgent</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource">
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#requiredBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Constraint"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc: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.</dc:description>
        <rdfs:label>Resource</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service">
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#accessedBy"/>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Agent"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty>
                            <rdf:Description>
                                <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#createdBy"/>
                            </rdf:Description>
                        </owl:onProperty>
                        <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <dc:description>﻿A Service is something that can be accessed by an agent and creates resources.</dc:description>
        <rdfs:label>Service</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceCaseManager">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping"/>
        <dc:description>A mapping between Service class and the &quot;Case Manager&quot; service.</dc:description>
        <rdfs:label>ServiceCaseManager</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceChildProtectiveServices">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping"/>
        <dc:description>A mapping between Service class and Chld Protective Service.</dc:description>
        <rdfs:label>ServiceChildProtectiveServices</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDetox">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping"/>
        <dc:description>A mapping between Service class and the Detox service.</dc:description>
        <rdfs:label>ServiceDetox</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceDonationCentre -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceFamilyServices -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceHousingWorker -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceLegalAid">
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping"/>
        <dc:description>A mapping between Service class and legal aid services.</dc:description>
        <rdfs:label>ServiceLegalAid</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceMapping -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceShelter -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#ServiceSocialWorker -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#State -->


    <owl:Class rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State">
        <dc:description>The state an agent can be in.</dc:description>
        <rdfs:label>State</rdfs:label>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#abs -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:offeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#childProtectiveServices4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:offeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:accessedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:creates rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#detoxProgram4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#esteem -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#failchf4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#false -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref5"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalChildCare"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalFurniture"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyHelp"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getJacket4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLaundryCleanClothing4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref6"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalCleanClothers"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#cleanClothing4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAdvocacyLegal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref6"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneForEmergencies4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref5"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#assistanceDuringEmergencies4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref5"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSweater1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalClothing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#beClothedForSpring1"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf1pref2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf2pref2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf4pref2"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveALivableHome3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getFridge3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#haveSociallyAdjustedKids4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getChildToysActivitiesEducationCounselling4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#helpGettingSober3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getSoberAndBeHealthy3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#becomeHealthy3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepFriendsInTheLoop3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPhoneStayInTouchSocially3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#keepKidsHealthy4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getEmergencyChildCare4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfConflictResSkills3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#laundryService4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#laundryService4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyLaundry4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:offeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:offeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#missingchf4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildBasicPhysiological4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needChildProtectionSecurity2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needClothing4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needFurniture3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needHappyFamilyEsteem4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneStaySafe4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needSomeDressPants3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getPants3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForLongerStay1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing1"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingForShortStay4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getTempHousing4"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needTempHousingShelter4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref6"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalPhone"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#PracticalRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3"/>
        <OSSN:describedByMotive rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:pref>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">6</OSSN:prefAgent>
        <OSSN:prefPractical rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</OSSN:prefPractical>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#physiological -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:accessedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:creates rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#postDetoxProgram4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#program1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#program3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#program4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#program5 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program5">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Program"/>
        <OSSN:offers rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#protectKids2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getBasicNeedsGoodsForChild2"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#reduceStressOfOwingMoney3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#payOffPhoneBill3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#rel -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveCriticalConflictsWithLandlord3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getHelpResolvingCriticalIssues3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved1"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resolveLegalIssues3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#getLegalMatterResolved3"/>
        <OSSN:expressedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager2"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager3x">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager3x"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney3x"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCaseManager4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#caseManager4"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoney4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre1"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#donationCentre3"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfClothing3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCharity4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceCounsellor3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceHolidayPresents4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceInfo3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid1"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceLegalWorker3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#legalAid3"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoCourageMoney3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceMoney3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#housingWorker3"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyInfo3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceService4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceService4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceSocialWorker4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed1">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed1"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceTempBed4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfInfoTempHousingBed4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy2">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices2"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#resourceYouthAdvocacy4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Resource"/>
        <OSSN:createdBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#familyServices4"/>
        <OSSN:requiredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfMoneyActivities4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#security -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#selfActualization">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed"/>
        <OSSN:mappedFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter5 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#shelter5">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Service"/>
        <OSSN:offeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#program2"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#social -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#social">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHNeed"/>
        <OSSN:mappedFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#feelSafeWithOthers4"/>
        <OSSN:mappedFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needPhoneSocialNetwork3"/>
        <OSSN:mappedFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#needToReduceStress3x"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#socialWorker4 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#staySober3">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentGoalchf3pref7"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#AgentRankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Goal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAddiction"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalMapping"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalNotElderly"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MotivationDescription"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#RankedGoal"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#State"/>
        <OSSN:constrainedBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#lackOfDeterminationSelfDiscipline3"/>
        <OSSN:describedMotiveFor rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#maintainSoberAndHealthy3"/>
        <OSSN:goalForAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf3"/>
        <OSSN:triggeredBy rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#stayHealthy3"/>
        <OSSN:pref rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</OSSN:pref>
        <OSSN:prefAgent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</OSSN:prefAgent>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf1 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf2 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf3 -->


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


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf4 -->


    <owl:NamedIndividual rdf:about="http://ontology.eil.utoronto.ca/csse/OSSN.owl#successchf4">
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#Outcome"/>
        <rdf:type rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#OutcomeSuccess"/>
        <OSSN:forAgent rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#chf4"/>
    </owl:NamedIndividual>
    


    <!-- http://ontology.eil.utoronto.ca/csse/OSSN.owl#true -->


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


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // General axioms
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalAbsHomeless"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
            </owl:Restriction>
        </owl:intersectionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingPhysiological"/>
    </owl:Class>
    <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalRelHomeless"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty>
                    <rdf:Description>
                        <owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                    </rdf:Description>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalTempHousing"/>
            </owl:Restriction>
        </owl:intersectionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalTempHousingSecurity"/>
    </owl:Class>
    <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalEsteem"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</owl:hasValue>
            </owl:Restriction>
        </owl:unionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalEsteem"/>
    </owl:Class>
    <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSecurity"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</owl:hasValue>
            </owl:Restriction>
        </owl:unionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSecurity"/>
    </owl:Class>
    <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:hasValue>
            </owl:Restriction>
        </owl:unionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization"/>
    </owl:Class>
    <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSelfActualization"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</owl:hasValue>
            </owl:Restriction>
        </owl:unionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSelfActualization"/>
    </owl:Class>
    <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#triggeredBy"/>
                <owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#MHGoalSocial"/>
            </owl:Restriction>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#prefMH"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</owl:hasValue>
            </owl:Restriction>
        </owl:unionOf>
        <rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/csse/OSSN.owl#GoalSocial"/>
    </owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/ -->


