From 6065d48f07bd2ea014224f677775fe824f6fb7f6 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Thu, 14 Aug 2014 18:16:58 +0300 Subject: [PATCH] Added clipboard ontologies --- data/ontology/zg.trig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/ontology/zg.trig b/data/ontology/zg.trig index 8a6f703..ac30698 100644 --- a/data/ontology/zg.trig +++ b/data/ontology/zg.trig @@ -74,11 +74,21 @@ zg:MoveEvent rdfs:comment "Event triggered when a resource has been moved from a location to another. Fx. moving a file from a folder to another."; rdfs:subClassOf zg:EventInterpretation. +zg:CopyEvent + a rdfs:Class ; + rdfs:comment "Event type triggered when an item is copied" ; + rdfs:subClassOf zg:EventInterpretation . + zg:ApplicationAction a rdfs:Class ; rdfs:comment "Representation of a specific Action on an Application"; rdfs:subClassOf nie:InformationElement. +zg:Clipboard + a rdfs:Class ; + rdfs:comment "Representation of a clipboard conent"; + rdfs:subClassOf nie:InformationElement. + # manifestations zg:EventManifestation -- 1.9.1