CREATE (lib:Library {GroupID:'230', Description:'School Counseling and Social Work'})
CREATE (prob1:Problem {name:'17', Description:'Parenting Skills/Discipline',GroupID:'230'})
CREATE (obj1:Objective {name:'9', Description:'Parents use natural and logical consequences to redirect the students behavior.',GroupID:'230',ProblemNumber:'17'})
CREATE (obj2:Objective {name:'8', Description:'Parents allow the student to learn from his/her mistakes.',GroupID:'230',ProblemNumber:'17'})
CREATE (obj3:Objective {name:'6', Description:'Parents set limits using positive discipline strategies.',GroupID:'230',ProblemNumber:'17'})
CREATE (obj4:Objective {name:'20', Description:'Parents work to maintain a strong, couple-centered family environment',GroupID:'230',ProblemNumber:'17'})
CREATE (goal1:Goal {name:'4', Description:'Acquire positive and moral character traits',GroupID:'230',ProblemNumber:'17'})
CREATE (goal2:Goal {name:'3', Description:'Demonstrate respect and regard for self and others.',GroupID:'230',ProblemNumber:'17'})
CREATE (goal3:Goal {name:'5', Description:'Parents acquire positive discipline strategies that set limits and encourage independence.,',GroupID:'230',ProblemNumber:'17'})
CREATE (goal4:Goal {name:'6', Description:'Family atmosphere is peaceful, loving, and harmonious.',GroupID:'230',ProblemNumber:'17'})
CREATE (intervention1:Intervention {name:'7', Description:'Suggest that the parents and the student meet weekly at a designated time to review progress, give encouragement, note continuing concerns, and keep a written progress report to share with a counselor or private therapist.',GroupID:'230',ProblemNumber:'17'})
CREATE (intervention2:Intervention {name:'38', Description:'Encourage the parents and teachers to allow the student to seek his/her own solutions with guidance even if it requires some struggle and learning from mistakes. Recommend that the parents and teachers listen to the students problems with empathy and give guidance or assistance only when requested; discuss the results of this approach in a subsequent counseling session.',GroupID:'230',ProblemNumber:'17'})
CREATE (intervention3:Intervention {name:'1', Description:'Meet with the parents to obtain information about discipline, family harmony, and the students developmental history.',GroupID:'230',ProblemNumber:'17'})
CREATE (intervention4:Intervention {name:'8', Description:'Have the student complete the (Personal Profile) informational sheet from the School Counseling and School Social Homework Planner (Knapp), which details pertinent personal data, or gather personal information in an informal interview with the student."',GroupID:'230',ProblemNumber:'17'})
CREATE (lib)-[:HAS_PROBLEM]->(prob1)
CREATE (prob1)-[:HAS_GOAL]->(goal1)
CREATE (prob1)-[:HAS_GOAL]->(goal2)
CREATE (prob1)-[:HAS_GOAL]->(goal3)
CREATE (prob1)-[:HAS_GOAL]->(goal4)
CREATE (prob1)-[:HAS_OBJECTIVE]->(obj1)
CREATE (prob1)-[:HAS_OBJECTIVE]->(obj2)
CREATE (prob1)-[:HAS_OBJECTIVE]->(obj3)
CREATE (prob1)-[:HAS_OBJECTIVE]->(obj4)
CREATE (prob1)-[:HAS_INTERVENTION]->(intervention1)
CREATE (prob1)-[:HAS_INTERVENTION]->(intervention2)
CREATE (prob1)-[:HAS_INTERVENTION]->(intervention3)
CREATE (prob1)-[:HAS_INTERVENTION]->(intervention4)