dfki.util.rdf
Class RDF.Syntax
java.lang.Object
|
+--dfki.util.rdf.RDF.Syntax
- Enclosing class:
- RDF
- public static class RDF.Syntax
- extends java.lang.Object
Method Summary |
org.w3c.rdf.model.Resource |
alt()
|
org.w3c.rdf.model.Resource |
bag()
|
java.lang.String |
namespace()
|
org.w3c.rdf.model.Resource |
object()
|
org.w3c.rdf.model.Resource |
predicate()
|
org.w3c.rdf.model.Resource |
property()
|
org.w3c.rdf.model.Resource |
seq()
|
org.w3c.rdf.model.Resource |
subject()
|
org.w3c.rdf.model.Resource |
type()
|
org.w3c.rdf.model.Resource |
value()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
public java.lang.String namespace()
object
public org.w3c.rdf.model.Resource object()
type
public org.w3c.rdf.model.Resource type()
alt
public org.w3c.rdf.model.Resource alt()
subject
public org.w3c.rdf.model.Resource subject()
value
public org.w3c.rdf.model.Resource value()
predicate
public org.w3c.rdf.model.Resource predicate()
property
public org.w3c.rdf.model.Resource property()
seq
public org.w3c.rdf.model.Resource seq()
bag
public org.w3c.rdf.model.Resource bag()