public class DOCUMENT extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
content |
static com.hp.hpl.jena.rdf.model.Property |
contentLength
Constant
content |
static com.hp.hpl.jena.rdf.model.Property |
contentType
Constant
contentLength |
static com.hp.hpl.jena.rdf.model.Resource |
Document
A Document, the thing represented by a HTTP-URL
|
static com.hp.hpl.jena.rdf.model.Resource |
DocumentVariant
A variant of the document characterized by language and content-encoding.
|
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.Property |
variant
Constant
contentType |
| Constructor and Description |
|---|
DOCUMENT() |
| 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 content
public static final com.hp.hpl.jena.rdf.model.Property contentLength
contentpublic static final com.hp.hpl.jena.rdf.model.Property contentType
contentLengthpublic static final com.hp.hpl.jena.rdf.model.Property variant
contentTypepublic static final com.hp.hpl.jena.rdf.model.Resource DocumentVariant
A variant of the document characterized by language and content-encoding. the language is specified with a dc:language attribute
public static final com.hp.hpl.jena.rdf.model.Resource Document
A Document, the thing represented by a HTTP-URL
Copyright © 2017. All rights reserved.