Powered by | Login
Classes: Absentee | ActionItem | AgendaItem | Artefact | Attendee | Chair | Comment | Document | LeaveReport | Meeting | MeetingMinutes | PersonRole | Poll | PollOption | Presenter | Publication | Report | Reporter | Scribe | StatusReport | TravelReport
Properties: contains | hasAlias | hasCreationTime | hasDescription | hasEndTime | hasStartTime | hasStatus | isAssignedTo | mentions
Care was taken to ensure that other domain ontologies can be easily linked. So, for instance, a meeting minute note might talk about anything from software projects to movie reviews but still be modelled by the ontology, while using the respective domain ontologies of software projects and movies.
A sample of using the ontology in Turtle format :
:x1 a pdo:Minutes;
pdo:hasAttendee :Brian, :Siggi, :Pradeep;
pdo:hasAbsentee :Tudor;
pdo:contains [
a pdo:ActionItem;
pdo:hasComment "Brian to complete the task";
pdo:hasOwner :Brian;
pdo:hasEndDate "2010-03-10"^^xsd:Date];
pdo:contains [
a pdo:Poll;
pdo:hasComment "Who is attending the conference?";
pdo:hasOption [ pdo:hasComment "I am";
pdo:hasSupportor :Brian];
pdo:hasOption [ pdo:hasComment "I am not";
pdo:hasSupportor :Pradeep, :Siggi]].