|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joseki.vocabulary.JosekiModule
Vocabulary definitions from etc/joseki-module.n3
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
className
Load Java class |
static com.hp.hpl.jena.rdf.model.Property |
implementation
Identifies the implementation to use |
static com.hp.hpl.jena.rdf.model.Property |
interface_
URI of the interface for the binding. |
static com.hp.hpl.jena.rdf.model.Property |
module
module |
static com.hp.hpl.jena.rdf.model.Resource |
Module
|
static com.hp.hpl.jena.rdf.model.Resource |
ModuleBinding
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabalary as a resource |
static java.lang.String |
NS
The namespace of the vocabalary as a string ("http://joseki.org/2003/06/module#") |
Constructor Summary | |
JosekiModule()
|
Method Summary | |
static java.lang.String |
getURI()
The namespace of the vocabalary as a string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NS
The namespace of the vocabalary as a string ("http://joseki.org/2003/06/module#")
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabalary as a resource
public static final com.hp.hpl.jena.rdf.model.Property module
module
public static final com.hp.hpl.jena.rdf.model.Property interface_
URI of the interface for the binding.
public static final com.hp.hpl.jena.rdf.model.Property implementation
Identifies the implementation to use
public static final com.hp.hpl.jena.rdf.model.Property className
Load Java class
public static final com.hp.hpl.jena.rdf.model.Resource Module
public static final com.hp.hpl.jena.rdf.model.Resource ModuleBinding
Constructor Detail |
public JosekiModule()
Method Detail |
public static java.lang.String getURI()
The namespace of the vocabalary as a string
NS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |