com.hp.hpl.mesa.rdf.jena.sample
Class Sample1

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.sample.Sample1

public class Sample1
extends java.lang.Object

Creates and Queries a simple model.

The example is based on creating ratings. A person has an Hpps:ratings resource which is a bag of ratings made by that person. Each rating in the bag consists of an anonymous resource with two properties, an rdf:value property which has double as a value and an hpps:about property whose value is the resource being rated.

Version:
Release='$Name: $' Revision='$Revision: 1.1 $' Date='$Date: 2001/01/05 14:17:42 $'
Author:
bwm

Constructor Summary
Sample1()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sample1

public Sample1()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2001 Hewlett-Packard. All Rights Reserved.