public class DCMI extends ModelDocument
| Modifier and Type | Field and Description |
|---|---|
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 |
title
Indicates the title of a document.
|
_trace_level, COMMENT, DEBUG, DESCRIPTION, DOMAIN, INFO, LABEL, MEMBER, modelURI, NONE, RANGE, SUB_CLASS_OF, SUB_PROPERTY_OF, VERBOSE| Constructor and Description |
|---|
DCMI()
Constructor to initialize Dublin Core Metadata Initiative ontology.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
static void |
main(String[] args)
Test loading of the Dublin Core RDF document.
|
_load, classDetails, classes, collections, dumpModel, dumpModel, dumpModel, dumpModel, dumpModel, dumpSchema, dumpSchema, lookup, lookup, members, parser, properties, propertyDetails, setLanguage, subjectsOfType, trace, translatedModel, URIpublic 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 title
Indicates the title of a document.
public DCMI()
throws IOException,
ModelException
IOException - Signals that an I/O exception has occurred.ModelException - the model exceptionCopyright © 2016. All rights reserved.