org.mulgara.mrg.vocab.uri
Class FOAF

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

public class FOAF
extends Object

A class for holding the FOAF vocabulary. TODO: incomplete


Field Summary
static String BASE
          The DC namespace
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.
static String PREFIX
          The QName prefix for FOAF
 
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

PREFIX

public static final String PREFIX
The QName prefix for FOAF

See Also:
Constant Field Values

BASE

public static final String BASE
The DC namespace

See Also:
Constant Field Values

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.