org.openanzo.server.repository.graph
Class RdfMap.NamedGraphs

java.lang.Object
  extended by org.openanzo.server.repository.graph.RdfMap.NamedGraphs
Enclosing class:
RdfMap

public static final class RdfMap.NamedGraphs
extends java.lang.Object

Grounding and constraint definitions for NamedGraph queries


Field Summary
static PropertyGrounding createdByGrounding
          Property grounding for createdBy
static PropertyGrounding hasMetadataGraphGrounding
          Property grounding for hasMetadataGraph
static Constraint hend
          Constraint that ensures hend is null, or hend >= end variable
static Constraint hendNull
          Constraint that ensures hend is null
static Constraint hstart
          Constraint that ensures hstart <= the start variable
static PropertyGrounding lastModifiedByGrounding
          Property grounding for lastModifiedBy
static PropertyGrounding modifiedGrounding
          Property grounding for modified
static SubjectGrounding namedGraphGrounding
          Subject grounding that ensures the user can read the graphs, and the data is valid for the last transaction timestamp that it is using.
static SubjectGrounding namedGraphGroundingLive
          Subject grounding that ensures the user can read the graphs, and the data is currently valid.
static SubjectGrounding namedGraphMetaGrounding
          Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is valid for the last transaction timestamp that it is using.
static SubjectGrounding namedGraphMetaGroundingLive
          Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is currently valid.
static SubjectGrounding namedGraphMetaGroundingLiveTemp
          Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is currently valid.
static SubjectGrounding namedGraphMetaGroundingTemp
          Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is valid for the last transaction timestamp that it is using.
static PropertyGrounding namedGraphUsesAclGrounding
          Property grounding for usesAcl
static PropertyGrounding revisionGrounding
          Property grounding for revision
static PropertyGrounding typeGrounding
          Property grounding for rdf:type
 
Constructor Summary
RdfMap.NamedGraphs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hstart

public static final Constraint hstart
Constraint that ensures hstart <= the start variable


hend

public static final Constraint hend
Constraint that ensures hend is null, or hend >= end variable


hendNull

public static final Constraint hendNull
Constraint that ensures hend is null


typeGrounding

public static final PropertyGrounding typeGrounding
Property grounding for rdf:type


namedGraphUsesAclGrounding

public static final PropertyGrounding namedGraphUsesAclGrounding
Property grounding for usesAcl


revisionGrounding

public static final PropertyGrounding revisionGrounding
Property grounding for revision


modifiedGrounding

public static final PropertyGrounding modifiedGrounding
Property grounding for modified


createdByGrounding

public static final PropertyGrounding createdByGrounding
Property grounding for createdBy


lastModifiedByGrounding

public static final PropertyGrounding lastModifiedByGrounding
Property grounding for lastModifiedBy


hasMetadataGraphGrounding

public static final PropertyGrounding hasMetadataGraphGrounding
Property grounding for hasMetadataGraph


namedGraphGrounding

public static final SubjectGrounding namedGraphGrounding
Subject grounding that ensures the user can read the graphs, and the data is valid for the last transaction timestamp that it is using. Returns properties for namedgraph


namedGraphMetaGrounding

public static final SubjectGrounding namedGraphMetaGrounding
Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is valid for the last transaction timestamp that it is using. Returns properties for namedgraph


namedGraphMetaGroundingTemp

public static final SubjectGrounding namedGraphMetaGroundingTemp
Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is valid for the last transaction timestamp that it is using. Returns properties for namedgraph


namedGraphGroundingLive

public static final SubjectGrounding namedGraphGroundingLive
Subject grounding that ensures the user can read the graphs, and the data is currently valid. Returns properties for namedgraph


namedGraphMetaGroundingLive

public static final SubjectGrounding namedGraphMetaGroundingLive
Subject grounding that ensures the user can read the graph for a provided metadata graph, and the data is currently valid. Returns properties for namedgraph


namedGraphMetaGroundingLiveTemp

public static final SubjectGrounding namedGraphMetaGroundingLiveTemp
Subject grounding that ensures that the user can read the graphs that are listed in a temporary table, and the data is currently valid. Returns properties for namedgraph

Constructor Detail

RdfMap.NamedGraphs

public RdfMap.NamedGraphs()


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