public class MEDIATYPES extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
canonicalFileExtension
the canonical (or prefferred) file-extension for this Type
|
static com.hp.hpl.jena.rdf.model.Property |
canonicalMimeType
the canonical (or prefferred) mime-type for this Type
|
static com.hp.hpl.jena.rdf.model.Resource |
Collection
A DAV compliant collection-resource according to RFC 2518
|
static com.hp.hpl.jena.rdf.model.Property |
fileExtension
A file-extension for this Type
|
static com.hp.hpl.jena.rdf.model.Property |
mimeType
A mime-type for this Type
|
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 |
Type
A media type.
|
| Constructor and Description |
|---|
MEDIATYPES() |
| 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 canonicalMimeType
the canonical (or prefferred) mime-type for this Type
public static final com.hp.hpl.jena.rdf.model.Property mimeType
A mime-type for this Type
public static final com.hp.hpl.jena.rdf.model.Property canonicalFileExtension
the canonical (or prefferred) file-extension for this Type
public static final com.hp.hpl.jena.rdf.model.Property fileExtension
A file-extension for this Type
public static final com.hp.hpl.jena.rdf.model.Resource Type
A media type. The thing denoted by a MIME media-type
public static final com.hp.hpl.jena.rdf.model.Resource Collection
A DAV compliant collection-resource according to RFC 2518
Copyright © 2017. All rights reserved.