summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-08 08:55:55 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-03-08 08:55:55 +0000
commit4799a0464719e38e2a899ef176de5443c75fedc9 (patch)
treecd8d2083ee8fd92a527a606a6dd2a1dc9a1d6c5f
parent4bc232ba8f9e355e8cf7160428c83e2c90b5d6c2 (diff)
Added nrl:DiscardableInstanceBase. #63
-rw-r--r--nrl/nrl.trig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nrl/nrl.trig b/nrl/nrl.trig
index 708a1b1..ff6bce0 100644
--- a/nrl/nrl.trig
+++ b/nrl/nrl.trig
@@ -252,6 +252,12 @@
rdfs:label "InstanceBase" ;
rdfs:subClassOf nrl:Data .
+ nrl:DiscardableInstanceBase
+ a rdfs:Class ;
+ rdfs:comment "A named graph containing instance data that can be recreated by analyzing the original resources. Intended to be used by metadata extractors." ;
+ rdfs:label "DiscardableInstanceBase" ;
+ rdfs:subClassOf nrl:InstanceBase .
+
nrl:RuleViewSpecification
a rdfs:Class ;
rdfs:comment "Represents a view specification that is composed of a set of rules which generate the required view from the input graph upon firing" ;