@prefix rdf: . @prefix event: . @prefix owl: . event:sub_event rdf:type owl:ObjectProperty ; owl:equivalentProperty event:hasSubEvent . @prefix rdfs: . event:sub_event rdfs:comment "\n\t\tThis property provides a way to split a complex event (for example, a performance involving several \n\t\tmusicians) into simpler ones (one event per musician).\n\t\t" ; rdfs:domain event:Event ; rdfs:label "sub-event" ; rdfs:range event:Event . @prefix pwdr: . @prefix ns5: . event:sub_event pwdr:describedby ns5:interviewee , , ns5:argued , , , ns5:director , ns5:authorList . @prefix ns6: . event:sub_event pwdr:describedby ns6:accepted , , ns5:status , ns5:identifier , ns5:Issue , ns5:Email , , ns5:abstract , ns5:suffixName , ns5:LegalCaseDocument , ns5:prefixName , ns5:Conference , ns5: , ns5:CourtReporter , , ns5:Film , ns5:EditedBook , ns5:owner , ns5:number , , ns5:Document , ns5:interviewer , , ns5:Image , ns5:annotates , ns5:uri , ns5:Magazine , ns5:shortTitle , ns5:fgiasson , ns5:DocumentStatus , ns5:Collection . @prefix ns7: . event:sub_event ns7:term_status "stable" . @prefix ns8: . event:sub_event ns8:scopeNote "Used to link big events with smaller events such as workshops that happen in the context of a conference."@en . @prefix skos: . event:sub_event skos:scopeNote "Used to link big events with smaller events such as workshops that happen in the context of a conference."@en .