public class DarwinCore extends ModelDocument
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
genus
Indicates the creator of a document.
|
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 |
scientificName
Indicates the creator of a document.
|
static com.hp.hpl.jena.rdf.model.Resource |
Taxon
A Darwin Core (class type).
|
static com.hp.hpl.jena.rdf.model.Property |
vernacularName
Indicates the creator 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 |
|---|
DarwinCore()
Constructor to initialize Darwin Core ontology.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
Map<String,String> |
propertyDetails(String termURI,
String language)
Method to document rdfs:Class resource specific details.
|
_load, classDetails, classes, collections, dumpModel, dumpModel, dumpModel, dumpModel, dumpModel, dumpSchema, dumpSchema, lookup, lookup, members, parser, properties, 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.Resource Taxon
A Darwin Core (class type).
public static final com.hp.hpl.jena.rdf.model.Property scientificName
Indicates the creator of a document.
public static final com.hp.hpl.jena.rdf.model.Property vernacularName
Indicates the creator of a document.
public static final com.hp.hpl.jena.rdf.model.Property genus
Indicates the creator of a document.
public DarwinCore()
throws IOException,
ModelException
IOException - Signals that an I/O exception has occurred.ModelException - the model exceptionpublic static String getURI()
The namespace of the vocabulary as a string
.NSpublic Map<String,String> propertyDetails(String termURI, String language) throws RDFParserException
ModelDocumentpropertyDetails in class ModelDocumenttermURI - the term urilanguage - the languageRDFParserException - the RDF parser exceptionCopyright © 2016. All rights reserved.