public class ATTACH extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Resource |
Attachment
Describes an attachment, attachment is a reference to another document with
infomation on how this is to be included to the document to which it is attached.
|
static com.hp.hpl.jena.rdf.model.Property |
attachments
A sequence of attachments attached to an item
|
static com.hp.hpl.jena.rdf.model.Property |
document
The attached document, the URI of the object of this property must be dereferenceable
|
static com.hp.hpl.jena.rdf.model.Property |
height
The height of an image.
|
static com.hp.hpl.jena.rdf.model.Resource |
InlineAttachment
Describes an attachment that should be displayed inline
|
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 |
SummaryAttachment
Describes an attachment that should be (also) be displaied when showing the
article in summary-mode
|
static com.hp.hpl.jena.rdf.model.Property |
type
The (preffered) media-type the refernced document should be included (i.e.
|
static com.hp.hpl.jena.rdf.model.Property |
width
The width of an image.
|
| Constructor and Description |
|---|
ATTACH() |
| 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 type
The (preffered) media-type the refernced document should be included (i.e. the first accept-header value the client should set when requesting the resource with http)
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 document
The attached document, the URI of the object of this property must be dereferenceable
public static final com.hp.hpl.jena.rdf.model.Property attachments
A sequence of attachments attached to an item
public static final com.hp.hpl.jena.rdf.model.Resource SummaryAttachment
Describes an attachment that should be (also) be displaied when showing the article in summary-mode
public static final com.hp.hpl.jena.rdf.model.Resource InlineAttachment
Describes an attachment that should be displayed inline
public static final com.hp.hpl.jena.rdf.model.Resource Attachment
Describes an attachment, attachment is a reference to another document with infomation on how this is to be included to the document to which it is attached. An attachment may have a rdfs:label, a dc:language and a rdfs:comment
Copyright © 2017. All rights reserved.