public class LINK extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Resource |
Container
This links an item or channel to a channel which "contains" the item.
|
static com.hp.hpl.jena.rdf.model.Resource |
Language
This type of link provides a link to other language version of this channel.
|
static com.hp.hpl.jena.rdf.model.Property |
link
A property of item or channel with an instance of Link as value.
|
static com.hp.hpl.jena.rdf.model.Resource |
Link
Describes a link.
|
static com.hp.hpl.jena.rdf.model.Property |
linkedBy
The inverse property of link.
|
static com.hp.hpl.jena.rdf.model.Property |
links
A property of item or channel with an Sequence of Links as value.
|
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 |
SubChannel
This type of link provides a link to a subchannel of the current channel.
|
static com.hp.hpl.jena.rdf.model.Property |
target
The target of a link.
|
static com.hp.hpl.jena.rdf.model.Property |
targetOf
The inverse property of target.
|
static com.hp.hpl.jena.rdf.model.Resource |
Topic
This type of link provides a link to the current RSS channel or item by topic.
|
| Constructor and Description |
|---|
LINK() |
| 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 targetOf
The inverse property of target.
public static final com.hp.hpl.jena.rdf.model.Property target
The target of a link.
public static final com.hp.hpl.jena.rdf.model.Property links
A property of item or channel with an Sequence of Links as value.
public static final com.hp.hpl.jena.rdf.model.Property linkedBy
The inverse property of link.
public static final com.hp.hpl.jena.rdf.model.Property link
A property of item or channel with an instance of Link as value.
public static final com.hp.hpl.jena.rdf.model.Resource Language
This type of link provides a link to other language version of this channel. Resource of this type usually have the dc:language and the link:target attribute.
public static final com.hp.hpl.jena.rdf.model.Resource Container
This links an item or channel to a channel which "contains" the item.
public static final com.hp.hpl.jena.rdf.model.Resource SubChannel
This type of link provides a link to a subchannel of the current channel. The target of the Link is subordinated to this channel.
public static final com.hp.hpl.jena.rdf.model.Resource Topic
This type of link provides a link to the current RSS channel or item by topic. This is generally an HTML or RSS file which contains RSS items on the same topic as the current item/channel.
public static final com.hp.hpl.jena.rdf.model.Resource Link
Describes a link.
Copyright © 2017. All rights reserved.