Class PersistableRdfPubCollection

java.lang.Object
org.linkedopenactors.rdfpub.domain.commonsrdf.PersistableRdfPubCollection
All Implemented Interfaces:
CollectionInfo

public class PersistableRdfPubCollection extends Object implements CollectionInfo
  • Constructor Details

    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(CollectionInfo collectionInfo)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(CollectionInfo collectionInfo, List<org.apache.commons.rdf.api.IRI> items)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(String humanReadableName, org.apache.commons.rdf.api.IRI subject)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(String humanReadableName, org.apache.commons.rdf.api.IRI subject, List<org.apache.commons.rdf.api.IRI> items)
  • Method Details