Package | Description |
---|---|
org.apache.clerezza.rdf.utils |
Modifier and Type | Method and Description |
---|---|
static RdfList |
RdfList.createEmptyList(NonLiteral listResource,
TripleCollection tc)
Creates an empty RdfList by writing a triple
"
listResource owl:sameAs rdf.nil ." to tc . |
Modifier and Type | Method and Description |
---|---|
static Set<RdfList> |
RdfList.findContainingLists(GraphNode element)
Returns the rdf lists of which the specified
GraphNode is
an element of. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.