public class MetaDir_owl2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.ontology.OntClass |
BROKER_POINTER
URI that can be used to locate a runtime Broker object by name.
|
static com.hp.hpl.jena.ontology.OntClass |
CLASSPATH_ENTITY |
static com.hp.hpl.jena.ontology.OntClass |
CLASSPATH_FILE |
static com.hp.hpl.jena.ontology.OntClass |
CLASSPATH_FOLDER |
static com.hp.hpl.jena.ontology.OntClass |
GH3P_IN_QUADSTORE
We expect :hasParentHost4Quads to point at a live (i.e.
|
static com.hp.hpl.jena.ontology.OntClass |
GH3P_MEMORY_INDEP
An in-memory standalone graph, which is *not* part of any quad-store.
|
static com.hp.hpl.jena.ontology.OntClass |
GH3S_CSV |
static com.hp.hpl.jena.ontology.OntClass |
GH3S_N3
Includes both N3 and Turtle
|
static com.hp.hpl.jena.ontology.OntClass |
GH3S_RDF
Serialized triples in a directly-RDF-compatible form, i.e.
|
static com.hp.hpl.jena.ontology.OntClass |
GH3S_RDF_XML |
static com.hp.hpl.jena.ontology.OntClass |
GH3S_TAB_IN_SPREADSHEET |
static com.hp.hpl.jena.ontology.OntClass |
GH4LTDB_IN_MEM |
static com.hp.hpl.jena.ontology.OntClass |
GH4LTDB_ON_DISK |
static com.hp.hpl.jena.ontology.OntClass |
GH4RSOH_FUSEKI_DATASET
Refers to a remote SPARQL-over-HTTP host known to be using Fuseki conventions,
which allows us to guess a dataset URL from available pieces.
|
static com.hp.hpl.jena.ontology.OntClass |
GH4S_FOLDER |
static com.hp.hpl.jena.ontology.OntClass |
GH4S_NQUADS |
static com.hp.hpl.jena.ontology.OntClass |
GH4S_SPREADSHEET |
static com.hp.hpl.jena.ontology.OntClass |
GH4S_SPREADSHEET_REMOTE
Our common legacy scratchpad container - an online spreadsheet with a tab
for each graph.
|
static com.hp.hpl.jena.ontology.OntClass |
GH4S_TRIG |
static com.hp.hpl.jena.ontology.OntClass |
GH5RS_FUSEKI_SERVER
This kind of server could host any number of FusekiDatasets.
|
static com.hp.hpl.jena.ontology.OntClass |
GH5S_FOLDER |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_AS_ADD |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_AS_NEW |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_AS_REPLACE |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_TO_NEW_OPEN |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_TO_NEW_RELEASE |
static com.hp.hpl.jena.ontology.OntClass |
GO_COPY_TO_NEW_SNAPSHOT |
static com.hp.hpl.jena.ontology.OntClass |
GOTD_ADD |
static com.hp.hpl.jena.ontology.OntClass |
GOTD_REMOVE |
static com.hp.hpl.jena.ontology.OntClass |
GOTD_REMOVE_AND_ADD |
static com.hp.hpl.jena.ontology.OntClass |
GP_OPEN |
static com.hp.hpl.jena.ontology.OntClass |
GP_RELEASE |
static com.hp.hpl.jena.ontology.OntClass |
GP_SNAPSHOT |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST
Either a dataset (=quadstore) or a "standalone" (=triplestore) graph model
or file (of whatvever kind, in-mem or N3 file) is a host.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST3PARSED
A triple container that contains parsed RDF, thus accessible through RDF APIs.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST3SERIAL |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST3TRIPLES
Describes a single well formed graph = model, which may reside within a quadstore,
or independently in-memory or in a file.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST4LOCAL_MEM_NOTRANS
The legacy form often loaded as an in-memory "repo" in glue.ai applications
during 2012-3, often from spreadsheets.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST4LOCAL_TDB |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST4QUADS
Describes a single well-formed Quadstore, suitable for SPARQL query/update
over named graphs (= one dataset, in Jena lingo).
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST4REMOTE_SOH |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST4SERIAL |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST5QUINTS
Describes a volume containing any number of quadstores (= datasets, in Jena
lingo).
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST5REMOTE_SERVER |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_HOST5SERIAL_VOLUME |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_OP
An operation in the request-queue and eventually audit-log of a particular
MDir-aware agent.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_OP_COPY |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_OP_TRIPLE_DELTA |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_OP_WHOLE_DELETE |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_OP_WHOLE_NEW |
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_POINTER
Metadata for a single graph in some GraphHost.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_POINTER_SET
An unordered set of GraphPointers that can be used to construct a query, or
to copy the underlying graphs to a new Quadstore (which will require new GraphPointers
to refer to the graphs in it).
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_CLASSPATH_ENTITY |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_DATASET_NAME |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_FILENAME_TAIL_WITH_EXT |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_GRAPH_NAME_URI
The name of a graph as used in QuadStores and SPARQL operations.
|
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_JAVA_PACKAGE_NAME |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_MAVEN_ARTIFACT |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_MAVEN_ARTIFACT_ID |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_MAVEN_GROUP_ID |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_MAVEN_VERSION |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_MEMBER_GP |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_NAMESPACE_ABBREV |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_NAMESPACE_CHUNK_TAB |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OP_COMMENT |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OP_STAMP |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OP_STAMP_JAVA |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OP_USERNAME |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_OSGI_BUNDLE |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OSGI_BUNDLE_SYMBOLIC_NAME |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_OSGI_BUNDLE_VERSION |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_PARENT_FOLDER |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_PARENT_HOST |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_PARENT_HOST4QUADS |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_PARENT_HOST5QUINTS |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_SOURCE_GP |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_SPREADSHEET_KEY |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_TAB_NUMBER
Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheet
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_TARGET_GP |
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_URL_TEXT
When using xsd:anyURI as the range type, in combination with maxCardinatlity
=1, under RDFReactor 4.8.3 we get a compilation error, where generated code
is trying to use a missing variant of Base.getAs.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
IS_DESCENDED_FROM_GP
Does this mean our contents were sourced from the referent? Or
|
static com.hp.hpl.jena.ontology.DatatypeProperty |
M_DATA_PROP |
static com.hp.hpl.jena.ontology.ObjectProperty |
M_OBJ_PROP |
static com.hp.hpl.jena.ontology.OntClass |
MAVEN_ARTIFACT |
static com.hp.hpl.jena.ontology.OntClass |
MTHING
This class provides a bounds on domain and range for objectProperties (and
domain for dataProperties) in the MDir ontology.
|
static com.hp.hpl.jena.ontology.OntClass |
NAME_VALUE_PAIR |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static com.hp.hpl.jena.ontology.OntClass |
NAMESPACE_ABBREVIATION |
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.ontology.OntClass |
NVPAIR_CHUNK |
static com.hp.hpl.jena.ontology.OntClass |
NVPAIR_TAB_IN_SHEET |
static com.hp.hpl.jena.ontology.OntClass |
OSGI_BUNDLE |
static com.hp.hpl.jena.ontology.OntClass |
POINTER |
static com.hp.hpl.jena.ontology.OntClass |
POINTER_TO_GHOST3 |
static com.hp.hpl.jena.ontology.OntClass |
POINTER_TO_GHOST4 |
static com.hp.hpl.jena.ontology.OntClass |
POINTER_TO_GHOST5 |
static com.hp.hpl.jena.ontology.ObjectProperty |
POINTS_TO_GRAPH_HOST
Do we expect it to be common that a GraphPointer might have varying values
for this property? Is it intended to represent mutable state?
|
| Constructor and Description |
|---|
MetaDir_owl2() |
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_CLASSPATH_ENTITY
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_MAVEN_ARTIFACT
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_MEMBER_GP
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_NAMESPACE_ABBREV
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_NAMESPACE_CHUNK_TAB
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_OSGI_BUNDLE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_PARENT_FOLDER
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_PARENT_HOST
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_PARENT_HOST4QUADS
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_PARENT_HOST5QUINTS
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_SOURCE_GP
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_TARGET_GP
public static final com.hp.hpl.jena.ontology.ObjectProperty IS_DESCENDED_FROM_GP
Does this mean our contents were sourced from the referent? Or
public static final com.hp.hpl.jena.ontology.ObjectProperty M_OBJ_PROP
public static final com.hp.hpl.jena.ontology.ObjectProperty POINTS_TO_GRAPH_HOST
Do we expect it to be common that a GraphPointer might have varying values for this property? Is it intended to represent mutable state?
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_DATASET_NAME
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_FILENAME_TAIL_WITH_EXT
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_GRAPH_NAME_URI
The name of a graph as used in QuadStores and SPARQL operations.
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_JAVA_PACKAGE_NAME
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_MAVEN_ARTIFACT_ID
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_MAVEN_GROUP_ID
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_MAVEN_VERSION
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OP_COMMENT
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OP_STAMP
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OP_STAMP_JAVA
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OP_USERNAME
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OSGI_BUNDLE_SYMBOLIC_NAME
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_OSGI_BUNDLE_VERSION
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_SPREADSHEET_KEY
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_TAB_NUMBER
Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheet
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_URL_TEXT
When using xsd:anyURI as the range type, in combination with maxCardinatlity =1, under RDFReactor 4.8.3 we get a compilation error, where generated code is trying to use a missing variant of Base.getAs.
public static final com.hp.hpl.jena.ontology.DatatypeProperty M_DATA_PROP
public static final com.hp.hpl.jena.ontology.OntClass BROKER_POINTER
URI that can be used to locate a runtime Broker object by name.
public static final com.hp.hpl.jena.ontology.OntClass CLASSPATH_ENTITY
public static final com.hp.hpl.jena.ontology.OntClass CLASSPATH_FILE
public static final com.hp.hpl.jena.ontology.OntClass CLASSPATH_FOLDER
public static final com.hp.hpl.jena.ontology.OntClass GH3P_IN_QUADSTORE
We expect :hasParentHost4Quads to point at a live (i.e. parsed, not serial=folder) QuadStore, which might be in-memory, in a local file DB, or in a remote server.
public static final com.hp.hpl.jena.ontology.OntClass GH3P_MEMORY_INDEP
An in-memory standalone graph, which is *not* part of any quad-store.
public static final com.hp.hpl.jena.ontology.OntClass GH3S_CSV
public static final com.hp.hpl.jena.ontology.OntClass GH3S_N3
Includes both N3 and Turtle
public static final com.hp.hpl.jena.ontology.OntClass GH3S_RDF
Serialized triples in a directly-RDF-compatible form, i.e. the forms directly readable with a typical RDF parser such as N3 and RDF/XML.
public static final com.hp.hpl.jena.ontology.OntClass GH3S_RDF_XML
public static final com.hp.hpl.jena.ontology.OntClass GH3S_TAB_IN_SPREADSHEET
public static final com.hp.hpl.jena.ontology.OntClass GH4LTDB_IN_MEM
public static final com.hp.hpl.jena.ontology.OntClass GH4LTDB_ON_DISK
public static final com.hp.hpl.jena.ontology.OntClass GH4RSOH_FUSEKI_DATASET
Refers to a remote SPARQL-over-HTTP host known to be using Fuseki conventions, which allows us to guess a dataset URL from available pieces.
public static final com.hp.hpl.jena.ontology.OntClass GH4S_FOLDER
public static final com.hp.hpl.jena.ontology.OntClass GH4S_NQUADS
public static final com.hp.hpl.jena.ontology.OntClass GH4S_SPREADSHEET
public static final com.hp.hpl.jena.ontology.OntClass GH4S_SPREADSHEET_REMOTE
Our common legacy scratchpad container - an online spreadsheet with a tab for each graph.
public static final com.hp.hpl.jena.ontology.OntClass GH4S_TRIG
public static final com.hp.hpl.jena.ontology.OntClass GH5RS_FUSEKI_SERVER
This kind of server could host any number of FusekiDatasets.
public static final com.hp.hpl.jena.ontology.OntClass GH5S_FOLDER
public static final com.hp.hpl.jena.ontology.OntClass GOTD_ADD
public static final com.hp.hpl.jena.ontology.OntClass GOTD_REMOVE
public static final com.hp.hpl.jena.ontology.OntClass GOTD_REMOVE_AND_ADD
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_AS_ADD
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_AS_NEW
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_AS_REPLACE
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_TO_NEW_OPEN
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_TO_NEW_RELEASE
public static final com.hp.hpl.jena.ontology.OntClass GO_COPY_TO_NEW_SNAPSHOT
public static final com.hp.hpl.jena.ontology.OntClass GP_OPEN
public static final com.hp.hpl.jena.ontology.OntClass GP_RELEASE
public static final com.hp.hpl.jena.ontology.OntClass GP_SNAPSHOT
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST
Either a dataset (=quadstore) or a "standalone" (=triplestore) graph model or file (of whatvever kind, in-mem or N3 file) is a host. However, a dataset host does not "contain" little hosts inside it for each graph. If you make a copy of that graph outside the dataset (e.g. as a "checkout"), now you have a new GraphHost. A Host does not keep GraphPointers to its own graphs, but an inverse query (in the indexing graphs containing instances of this mdir ontology) may be used to find all GraphPointers that refer to a particular host (within that index).
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST3PARSED
A triple container that contains parsed RDF, thus accessible through RDF APIs.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST3SERIAL
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST3TRIPLES
Describes a single well formed graph = model, which may reside within a quadstore, or independently in-memory or in a file.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST4LOCAL_MEM_NOTRANS
The legacy form often loaded as an in-memory "repo" in glue.ai applications during 2012-3, often from spreadsheets.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST4LOCAL_TDB
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST4QUADS
Describes a single well-formed Quadstore, suitable for SPARQL query/update over named graphs (= one dataset, in Jena lingo).
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST4REMOTE_SOH
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST4SERIAL
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST5QUINTS
Describes a volume containing any number of quadstores (= datasets, in Jena lingo).
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST5REMOTE_SERVER
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_HOST5SERIAL_VOLUME
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_OP
An operation in the request-queue and eventually audit-log of a particular MDir-aware agent.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_OP_COPY
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_OP_TRIPLE_DELTA
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_OP_WHOLE_DELETE
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_OP_WHOLE_NEW
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_POINTER
Metadata for a single graph in some GraphHost. The actual graph URI (used in QuadStores and SPARQL operations) must be specified using the hasGraphNameUri property, which is usually distinct from the Uri of this pointer. Thus the constructor parameters of this pointer should usually *not* be used with the graphNameUri. Use a different, obviously pointer-related and mode-stamped URI. Here are 3 examples, using an optional scheme based on FDC federated namescheme, in which a datestamp may be embedded into the URN prefix: (For info on FDC URN scheme, see http://tools.ietf.org/html/rfc4198) urn:fdc:DomainName.org:2014:graph.open.myconf#speech_out_config.sammy urn:fdc:DomainName.org:20120922:graph.rel.aconf#speech_out_config.jimmy urn:fdc:DomainName.org:201407:graph.snap.hopeful#anim_bank.sammy These above would make good hasGraphNameUris (which go in the ?g fields of triples and queries against the actual GraphHosts) but are not quite right for GraphPointer Uris . These are typical *values* of the hasGraphNameUri property, which we currently treat as a literal-valued datatypeProperty to avoid confusion. In contrast, the GraphPointer URI (owner/subject of the hasGraphNameUri bindings) *can* be a blank node, but if the pointer is to be shared, then its own URI becomes important. Now we are in the mode of subject ?s and objectProperty-value ?o URIs used in the ?s and ?o fields of triples, including the important case when ?p=hasGraphNameUri., and ?o is one of the typical values *preceding above*. These triples are the lynchpin of the GraphPointer structure, and it is important not to muddy them up (hence this epic comment!). Proceeding to show some typical URIs for GraphPointer instances. Here we assume a single namespace (preceding the #) in use at the DomainName.org for naming instances of glue mdir metadata. Following that we use a 3-field identifier showing the main kind of thing (gptr), the mode (open, rel, snap), and the arbitrarly local name, broken by convention using under_score (because it's an *instance*). urn:fdc:DomainName.org:2014:glue-mdir-inst#gptr.open.speech_out_sammy urn:fdc:DomainName.org:2014:glue-mdir-inst#gptr.rel.speech_out_jimmy urn:fdc:DomainName.org:2014:glue-mdir-inst#gptr.snap.anim_bank_sammy The inclusion of type-specifiers open/rel/snap in the GP URIs is optional, but is suggested as a crutch until a particular workflow outgrows this approach. On the other hand, it is important to use these designations in the hasGraphNameUris values whenever possible, if users are to have direct write access to the underlying quadstores via unpredictable means. It is important that "rel" graphs are never written, since their value is assumed permanently immutable and cachable. Known sizes and canonical-hashes of rel-graphs should be used to further enforce this perspective. A pointer is required to have exactly one of the 3 sub-types indicating its workflow state: GP_Snapshot, GP_Release, or GP_Open - which typically apply textual contraints to the form of the URI used, for both the pointerUri and, in particular, the hasGraphNameUri. In the example above, the constraint is mapped to the second sub-field of the strings matching "graph.workForm.whatItIs", where workForm is one of: open, rel, snap. The meaning of the preceding date field is contextualized by the workForm, and is orthogonal to the question of date precision, which in FDC is specified as DateId = (CCYY [MM [DD]]) / 1*3(DIGIT) We attempt to ensure that neither the graph nor pointer URI can "change states" by changing it's associated type. Instead, a new graph with a new URI, and a new pointer, must all be created, typically by copying the graph. (If the types were actually re-assignable, that would lead to nonmonotonic logic). GraphPointers are not necessarily unique; multiple different pointers might refer to the same graph. However, in general it is beneficial to try to make the GraphPointers as unique as possible.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_POINTER_SET
An unordered set of GraphPointers that can be used to construct a query, or to copy the underlying graphs to a new Quadstore (which will require new GraphPointers to refer to the graphs in it).
public static final com.hp.hpl.jena.ontology.OntClass MTHING
This class provides a bounds on domain and range for objectProperties (and domain for dataProperties) in the MDir ontology. Regarding the RDF-Reactor API: If inference is applied prior to java code generation, then all the *subproperties* of the properties below will properly use this class as domain+range. Without inference, that role falls down onto RDF-Reactor's "Thing1.java".
public static final com.hp.hpl.jena.ontology.OntClass MAVEN_ARTIFACT
public static final com.hp.hpl.jena.ontology.OntClass NVPAIR_CHUNK
public static final com.hp.hpl.jena.ontology.OntClass NVPAIR_TAB_IN_SHEET
public static final com.hp.hpl.jena.ontology.OntClass NAME_VALUE_PAIR
public static final com.hp.hpl.jena.ontology.OntClass NAMESPACE_ABBREVIATION
public static final com.hp.hpl.jena.ontology.OntClass OSGI_BUNDLE
public static final com.hp.hpl.jena.ontology.OntClass POINTER
public static final com.hp.hpl.jena.ontology.OntClass POINTER_TO_GHOST3
public static final com.hp.hpl.jena.ontology.OntClass POINTER_TO_GHOST4
public static final com.hp.hpl.jena.ontology.OntClass POINTER_TO_GHOST5
Copyright © 2010-2016. All Rights Reserved.