Package org.aksw.iguana.cc.storage
Interface Storable.AsRDF
- All Superinterfaces:
Storable
- All Known Implementing Classes:
BooleanResultData
,ResultCountData
- Enclosing interface:
- 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 TypeMethodDescriptionorg.apache.jena.rdf.model.Model
toRDF()
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
-