@prefix dc: . @prefix rdf: . @prefix opo: . @base . dc:creator ; dc:tittle "OPO's definitions for Skype statuses"; dc:date "23-07-2008"; dc:format "rdf"; dc:keywords "OPO, Online Presence Ontology, Good old AI, Nikola Milikic, Nikola, Milikic, skype, status, skype status"; dc:description "Definitions of Skype statuses described using Online Presence Ontology (OPO)". :Online rdf:type opo:OnlineStatus ; opo:onlineStatusName "Online"; opo:hasStatusComponent opo:Active , opo:Available , opo:ConstrainedContactability , opo:Visible . :SkypeMe rdf:type opo:OnlineStatus ; opo:onlineStatusName "SkypeMe" ; opo:hasStatusComponent opo:Active , opo:Available , opo:FreelyContactable , opo:Visible . :Away rdf:type opo:OnlineStatus ; opo:onlineStatusName "Away" ; opo:hasStatusComponent opo:Inactive , opo:Available , opo:ConstrainedContactability , opo:Visible . :NotAvailable rdf:type opo:OnlineStatus ; opo:onlineStatusName "NotAvailable" ; opo:hasStatusComponent opo:ProlongedInactive , opo:Available , opo:ConstrainedContactability opo:Visible . :DoNotDisturb rdf:type opo:OnlineStatus ; opo:onlineStatusName "DoNotDisturb" ; opo:hasStatusComponent opo:Active , opo:DoNotDisturb , opo:ConstrainedContactability , opo:Visible . :Invisible rdf:type opo:OnlineStatus ; opo:onlineStatusName "DoNotDisturb" ; opo:hasStatusComponent opo:Active , opo:Available , opo:ConstrainedContactability , opo:Invisible .