org.mulgara.mrg.vocab
Class FOAF

java.lang.Object
  extended by org.mulgara.mrg.vocab.FOAF

public class FOAF
extends Object

A class for holding the FOAF vocabulary. TODO: incomplete


Field Summary
static Uri BASE_URI
          The URI of the FOAF name space.
static Uri FIRST_NAME
          The first name relationship.
static Uri KNOWS
          The knows relationship.
static Uri NAME
          The name relationship.
static Uri PERSON
          The Person class.
 
Constructor Summary
FOAF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final Uri BASE_URI
The URI of the FOAF name space.


FIRST_NAME

public static final Uri FIRST_NAME
The first name relationship.


NAME

public static final Uri NAME
The name relationship.


KNOWS

public static final Uri KNOWS
The knows relationship.


PERSON

public static final Uri PERSON
The Person class.

Constructor Detail

FOAF

public FOAF()


Copyright © 2011. All Rights Reserved.