public class WEBDAV extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Resource |
Collection
A DAV compliant collection-resource according to RFC 2518
|
static com.hp.hpl.jena.rdf.model.Property |
member
point to a member of the collection
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Resource |
Resource
A DAV compliant resource according to RFC 2518
|
| Constructor and Description |
|---|
WEBDAV() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
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.rdf.model.Property member
point to a member of the collection
public static final com.hp.hpl.jena.rdf.model.Resource Collection
A DAV compliant collection-resource according to RFC 2518
public static final com.hp.hpl.jena.rdf.model.Resource Resource
A DAV compliant resource according to RFC 2518
Copyright © 2017. All rights reserved.