summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-08-19 03:56:47 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-08-19 03:56:47 +0000
commit229ac787946b82f31dffacd8c97b58085a7d431e (patch)
treeaa96b5a425bf1ec17c6696617c3c8172d0719f92
parentf80d2227ae18896cb91fd0036804d8bbe27d4d45 (diff)
Deprecated nie:coreGraph as per #27
-rw-r--r--nie/nie.trig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nie/nie.trig b/nie/nie.trig
index 4ae5cae..4212d41 100644
--- a/nie/nie.trig
+++ b/nie/nie.trig
@@ -329,7 +329,8 @@ nie: {nie:characterSet
nie:coreGraph
a rdf:Property ;
- rdfs:comment "Connects the data object with the graph that contains information about it." ;
+ nao:deprecated true ;
+ rdfs:comment "Connects the data object with the graph that contains information about it. Deprecated in favor of a more generic nao:isDataGraphFor." ;
rdfs:domain nie:DataObject ;
rdfs:label "coreGraph" ;
rdfs:range nrl:InstanceBase .