RDF Resource Model
The RDF resource model supports the information type RDF.
Install
RDF resource model is an add-on module. To install, use the module management wizard
.
- Select "Install new applications and library modules".
- Select "Install new modules from a 1060 Research distribution server".
- Select a mirror site and also ensure that "Display Libraries" is selected.
- Select "RDF Library based on Jena" and follow the instructions to complete the download and install.
Once installed you can view the documentation provided with the module by following the links below.
RDF
The Resource Descriptive Framework
(RDF
)
resource model is based on the
RDF information framework designed for semantic information
processing.
The RDF resource model is useful for applications that work with
semantic information such as the semantic web.
A Guide to RDF provides additional information.
Services and Functions
The primary services include:
Ancillary functions include:
Physical Representations
The physical representation used for RDF is
images is
org.ten60.netkernel.mod-rdf-jena.IAspectJenaModel
which is a simple wrapper for the
com.hp.hpl.jena.rdf.model.Model
class.
Transrepresentations
RDF has several serialization formats including N-Tripe, N-3 and XML. NetKernel's RDF resource model includes
implicit transreptions to and from these serializations.