|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.vocabulary.DC_11
Vocabulary definitions from file:vocabularies/dublin-core_11.xml
Field Summary | |
static Property |
contributor
An entity responsible for making contributions to the content of the resource. |
static Property |
coverage
The extent or scope of the content of the resource. |
static Property |
creator
An entity primarily responsible for making the content of the resource. |
static Property |
date
A date associated with an event in the life cycle of the resource. |
static Property |
description
An account of the content of the resource. |
static Property |
format
The physical or digital manifestation of the resource. |
static Property |
identifier
An unambiguous reference to the resource within a given context. |
static Property |
language
A language of the intellectual content of the resource. |
static Resource |
NAMESPACE
The namespace of the vocabalary as a resource |
static java.lang.String |
NS
The namespace of the vocabalary as a string ("http://purl.org/dc/elements/1.1/") |
static Property |
publisher
An entity responsible for making the resource available |
static Property |
relation
A reference to a related resource. |
static Property |
rights
Information about rights held in and over the resource. |
static Property |
source
A reference to a resource from which the present resource is derived. |
static Property |
subject
The topic of the content of the resource. |
static Property |
title
A name given to the resource. |
static Property |
type
The nature or genre of the content of the resource. |
Constructor Summary | |
DC_11()
|
Method Summary | |
static java.lang.String |
getURI()
The namespace of the vocabalary as a string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NS
The namespace of the vocabalary as a string ("http://purl.org/dc/elements/1.1/")
public static final Resource NAMESPACE
The namespace of the vocabalary as a resource
public static final Property title
A name given to the resource.
public static final Property creator
An entity primarily responsible for making the content of the resource.
public static final Property subject
The topic of the content of the resource.
public static final Property description
An account of the content of the resource.
public static final Property publisher
An entity responsible for making the resource available
public static final Property contributor
An entity responsible for making contributions to the content of the resource.
public static final Property date
A date associated with an event in the life cycle of the resource.
public static final Property type
The nature or genre of the content of the resource.
public static final Property format
The physical or digital manifestation of the resource.
public static final Property identifier
An unambiguous reference to the resource within a given context.
public static final Property source
A reference to a resource from which the present resource is derived.
public static final Property language
A language of the intellectual content of the resource.
public static final Property relation
A reference to a related resource.
public static final Property coverage
The extent or scope of the content of the resource.
public static final Property rights
Information about rights held in and over the resource.
Constructor Detail |
public DC_11()
Method Detail |
public static java.lang.String getURI()
The namespace of the vocabalary as a string
NS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |