org.topbraid.core.composite
Class COMPOSITE
java.lang.Object
org.topbraid.core.composite.COMPOSITE
public class COMPOSITE
- extends java.lang.Object
Constants to access the composite namespace in Java.
- Author:
- Holger Knublauch
|
Field Summary |
static java.lang.String |
BASE_URI
|
static com.hp.hpl.jena.rdf.model.Property |
child
|
static com.hp.hpl.jena.rdf.model.Property |
index
|
static java.lang.String |
NS
|
static com.hp.hpl.jena.rdf.model.Property |
parent
|
static java.lang.String |
PREFIX
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_URI
public static final java.lang.String BASE_URI
- See Also:
- Constant Field Values
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
NS
public static final java.lang.String NS
- See Also:
- Constant Field Values
child
public static final com.hp.hpl.jena.rdf.model.Property child
index
public static final com.hp.hpl.jena.rdf.model.Property index
parent
public static final com.hp.hpl.jena.rdf.model.Property parent
COMPOSITE
public COMPOSITE()