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
This commit is contained in:
helmutm 2008-07-25 22:12:07 +00:00
parent 3e481104cb
commit 905fd632b6

View file

@ -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')