equal
deleted
inserted
replaced
32 |
32 |
33 Three primitives are defined: |
33 Three primitives are defined: |
34 * ``tag_subject_of`` tag a relation in the subject's context |
34 * ``tag_subject_of`` tag a relation in the subject's context |
35 * ``tag_object_of`` tag a relation in the object's context |
35 * ``tag_object_of`` tag a relation in the object's context |
36 * ``tag_attribute`` shortcut for tag_subject_of |
36 * ``tag_attribute`` shortcut for tag_subject_of |
37 |
|
38 |
|
39 """ |
37 """ |
40 __docformat__ = "restructuredtext en" |
38 __docformat__ = "restructuredtext en" |
41 |
39 |
42 import logging |
40 import logging |
43 |
41 |