eu.larkc.jactr.core.chunk.rdf
Interface ISymbolicChunkRdf
- All Superinterfaces:
- IAdaptable, ISlotContainer, ISymbolicChunk, IUniqueSlotContainer
- All Known Subinterfaces:
- ISymbolicChunkLarKC
- All Known Implementing Classes:
- BasicSymbolicChunkLarKC, BasicSymbolicChunkRdf
public interface ISymbolicChunkRdf
- extends ISymbolicChunk
Symbolic chunks that implement this interface contain RDF data.
- Author:
- Martijn Brakenhoff
RDF_SLOT_NAME
static final String RDF_SLOT_NAME
- See Also:
- Constant Field Values
setRdfData
void setRdfData(LabelledGroupOfStatements statements)
- Set the RDF Data to be the given LabelledGroupOfStatements
- Parameters:
statements
- The labelled group of statements that
contain information for this chunk.
getRdfData
LabelledGroupOfStatements getRdfData()
- Retrieve the RDF Data stored in this Chunk.
- Returns:
- the data stored in this chunk.
getChunkResource
org.openrdf.model.Resource getChunkResource()
- Retrieve the RDF Resource that represents this Chunk.
- Returns:
- the chunk-resource.