public class IMG extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
alt
A text to be shown when the image cannot be displayed
|
static com.hp.hpl.jena.rdf.model.Property |
caption
A short text explaining the image
|
static com.hp.hpl.jena.rdf.model.Property |
height
The height of an image.
|
static com.hp.hpl.jena.rdf.model.Property |
image
An image to be imcluded in an rss:item or rss:channel.
|
static com.hp.hpl.jena.rdf.model.Resource |
Image
A description of an image in a specific context (url, size, link etc.).
|
static com.hp.hpl.jena.rdf.model.Property |
link
The link on a image-item.
|
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 |
source
The source of the image.
|
static com.hp.hpl.jena.rdf.model.Property |
width
The width of an image.
|
| Constructor and Description |
|---|
IMG() |
| 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 caption
A short text explaining the image
public static final com.hp.hpl.jena.rdf.model.Property alt
A text to be shown when the image cannot be displayed
public static final com.hp.hpl.jena.rdf.model.Property link
The link on a image-item.
public static final com.hp.hpl.jena.rdf.model.Property width
The width of an image.
public static final com.hp.hpl.jena.rdf.model.Property height
The height of an image.
public static final com.hp.hpl.jena.rdf.model.Property source
The source of the image.
public static final com.hp.hpl.jena.rdf.model.Property image
An image to be imcluded in an rss:item or rss:channel.
public static final com.hp.hpl.jena.rdf.model.Resource Image
A description of an image in a specific context (url, size, link etc.). This may be an element in rss:items or the value of pict:image
Copyright © 2017. All rights reserved.