org.openanzo.common
Class Predicates

java.lang.Object
  extended by org.openanzo.common.Predicates

public class Predicates
extends java.lang.Object

Vocab file for Anzo predicates.

Author:
Christopher R. Vincent

Nested Class Summary
static class Predicates.SparqlQueryResults
          Vocab constants for SparqlQueryResults
 
Field Summary
static org.openrdf.model.URI inferredRole
          Inferred RBAC role
static java.lang.String namespace
          Namespace for Anzo predicates
 
Constructor Summary
Predicates()
           
 
Method Summary
static boolean isReservedPredicate(org.openrdf.model.URI predicate)
          Determine if given predicate is an Anzo reserved predicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

public static final java.lang.String namespace
Namespace for Anzo predicates

See Also:
Constant Field Values

inferredRole

public static final org.openrdf.model.URI inferredRole
Inferred RBAC role

Constructor Detail

Predicates

public Predicates()
Method Detail

isReservedPredicate

public static boolean isReservedPredicate(org.openrdf.model.URI predicate)
Determine if given predicate is an Anzo reserved predicate

Parameters:
predicate - Predicate to check reserved status
Returns:
true if predicate is a reserved


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.