com.ldodds.foaf
Class PersonUtils

java.lang.Object
  |
  +--com.ldodds.foaf.PersonUtils

public class PersonUtils
extends java.lang.Object

Utility class for working with foaf:Person resources within a Jena model.

Author:
ldodds

Constructor Summary
PersonUtils()
           
 
Method Summary
static Resource findCreator(Model model)
           
static Resource findMaker(Model model)
           
static Selector getKnowsSelector(Resource person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonUtils

public PersonUtils()
Method Detail

getKnowsSelector

public static Selector getKnowsSelector(Resource person)

findMaker

public static Resource findMaker(Model model)

findCreator

public static Resource findCreator(Model model)