Skip to content
Snippets Groups Projects
Commit c3a8e719 authored by Frank Lange's avatar Frank Lange
Browse files

add new target groups

parent 1d690b95
Branches
Tags v2016.a
No related merge requests found
......@@ -29,10 +29,15 @@ TARGET_AUDIENCE_FACET = FacetObject(
key=MoDalia.TargetGroup,
predicate=MoDalia.hasTargetGroup,
items={
MoDalia.StudentSchool: "Student (School)",
MoDalia.BachelorStudent: "Bachelor Student",
MoDalia.MastersStudent: "Master's Student",
MoDalia.PhDStudent: "PhD Student",
MoDalia.DataSteward: "Data Steward",
MoDalia.TeacherSchool: "Teacher (School)",
MoDalia.TeacherHighEducation: "Teacher (Higher Education)",
MoDalia.Researcher: "Researcher",
MoDalia.ContentProvider: "Content provider",
}
)
......
......@@ -19,6 +19,7 @@ Code = URIRef(NS + "Code")
CodeNotebook = URIRef(NS + "CodeNotebook")
Community = URIRef(NS + "Community")
Cookbook = URIRef(NS + "Cookbook")
ContentProvider = URIRef(NS + "ContentProvider")
DataSteward = URIRef(NS + "DataSteward")
LearningResourceType = URIRef(NS + "LearningResourceType")
Lecture = URIRef(NS + "Lecture")
......@@ -26,7 +27,11 @@ MastersStudent = URIRef(NS + "MastersStudent")
MediaType = URIRef(NS + "MediaType")
PhDStudent = URIRef(NS + "PhDStudent")
Poster = URIRef(NS + "Poster")
Researcher = URIRef(NS + "Researcher")
StudentSchool = URIRef(NS + "StudentSchool")
TargetGroup = URIRef(NS + "TargetGroup")
TeacherHighEducation = URIRef(NS + "TeacherHighEducation")
TeacherSchool = URIRef(NS + "TeacherSchool")
Tutorial = URIRef(NS + "Tutorial")
Workshop = URIRef(NS + "Workshop")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment