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

add new media types

parent c3a8e719
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,10 @@ MEDIA_TYPE_FACET = FacetObject(
key=MoDalia.MediaType,
predicate=MoDalia.hasMediaType,
items={
SCHEMA.AudioObject: "Audio",
MoDalia.Code: "Code",
SCHEMA.ImageObject: "Image",
MoDalia.Multipart: "Multipart",
hcrt.slide: "Presentation",
SCHEMA.Text: "Text",
SCHEMA.VideoObject: "Video",
......
......@@ -25,6 +25,7 @@ LearningResourceType = URIRef(NS + "LearningResourceType")
Lecture = URIRef(NS + "Lecture")
MastersStudent = URIRef(NS + "MastersStudent")
MediaType = URIRef(NS + "MediaType")
Multipart = URIRef(NS + "Multipart")
PhDStudent = URIRef(NS + "PhDStudent")
Poster = URIRef(NS + "Poster")
Researcher = URIRef(NS + "Researcher")
......
......@@ -16,6 +16,7 @@ name = URIRef(NS + "name")
url = URIRef(NS + "url")
# Types
AudioObject = URIRef(NS + "AudioObject")
ImageObject = URIRef(NS + "ImageObject")
Organization = URIRef(NS + "Organization")
Person = URIRef(NS + "Person")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment