Interface Storable.AsRDF

All Superinterfaces:
Storable
All Known Implementing Classes:
BooleanResultData, ResultCountData
Enclosing interface:
Storable

public static interface Storable.AsRDF extends Storable
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.aksw.iguana.cc.storage.Storable

    Storable.AsCSV, Storable.AsRDF, Storable.CSVData
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdf.model.Model
    Converts the data into an RDF model, which will be added to the appropriate storages.
  • Method Details

    • toRDF

      org.apache.jena.rdf.model.Model toRDF()
      Converts the data into an RDF model, which will be added to the appropriate storages.
      Returns:
      RDF model that contains the data