Ensure that multiple subjects point to same list of blank nodes
问题 Consider the following instance of SomeClass : instances:some_thing1 a semapi:SomeClass ; semapi:hasChainTo ( [ ... ] [ ... ] [ ... ] ) . I need every instance ( some_thing2 , some_thing3 , etc.) to have its hasChainTo property point at the same list of blank nodes (as in there is only one copy of it). I need to maintain the list of blank nodes syntax because the chains get very deep and this syntax is very fluid for writing out each chain (for SomeClass2 , SomeClass3 , etc.). If I simply