From 905fd632b6b61342b0bf45a894cfd62d72bc54aa Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 25 Jul 2008 22:12:07 +0000 Subject: [PATCH] add 'ispartof' predicate to the standard data set git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2771 fd906abe-77d9-0310-91a1-e0d9ade77398 --- data/loops_std.dmp | 1 + 1 file changed, 1 insertion(+) diff --git a/data/loops_std.dmp b/data/loops_std.dmp index f916ea1..5477d9c 100644 --- a/data/loops_std.dmp +++ b/data/loops_std.dmp @@ -14,6 +14,7 @@ type(u'textdocument', u'Text', options=u'', typeInterface='loops.interfaces.ITex type(u'topic', u'Topic', options=u'', typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'') type(u'type', u'Type', options=u'', typeInterface='loops.interfaces.ITypeConcept', viewName=u'') concept(u'hasType', u'has Type', u'predicate') +concept(u'ispartof', u'is Part of', u'predicate') concept(u'ownedby', u'owned by', u'predicate') concept(u'glossary', u'Glossary', u'query', options=u'', viewName=u'glossary.html') concept(u'search', u'Suche', u'query', options=u'', viewName=u'search')