Class ModelAndSubject

java.lang.Object
de.naturzukunft.rdf4j.utils.ModelAndSubject

public class ModelAndSubject extends Object
Often you need a model and the subject of the 'root' object in that model. Yes, i know 'a graph did not have a root object'. But e.G. in the context of activityPub a model contains an activity, it's object and objects of that object. And then you have to know the subject of that activity. Even if a object in that graph depends on that activity!
  • Constructor Details

    • ModelAndSubject

      public ModelAndSubject()
  • Method Details