public class CONTENT extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
encoded
DRAFT: Not yet approved by WG.
|
static com.hp.hpl.jena.rdf.model.Property |
encoding
A on literal resource that indicates the encoding of the content:item.
|
static com.hp.hpl.jena.rdf.model.Property |
format
The format of an item.
|
static com.hp.hpl.jena.rdf.model.Resource |
item
Describes a single version of the content for its parent item.
|
static com.hp.hpl.jena.rdf.model.Property |
items
A sub-element of an RSS item or channel.
|
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
|
| Constructor and Description |
|---|
CONTENT() |
| 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 encoded
DRAFT: Not yet approved by WG. An element whose contents are the entity-encoded or CDATA-escaped version of the content of the item.
public static final com.hp.hpl.jena.rdf.model.Property encoding
A on literal resource that indicates the encoding of the content:item. An encoding is a reversable method of including content within the RSS file.
public static final com.hp.hpl.jena.rdf.model.Property format
The format of an item. Suggested best practice is to use the list of RDDL natures.
public static final com.hp.hpl.jena.rdf.model.Property items
A sub-element of an RSS item or channel. Points to a list of content:item elements.
public static final com.hp.hpl.jena.rdf.model.Resource item
Describes a single version of the content for its parent item. If the content is available on the Web at a specific address, content:item has an rdf:about attribute containg the URI of the content.
Copyright © 2017. All rights reserved.