| Package | Description |
|---|---|
| org.genesys2.rdf.model.dwc | |
| org.genesys2.rdf.model.germplasm | |
| org.genesys2.rdf.model.rdf |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
DarwinCore.propertyDetails(String termURI,
String language) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
DescriptorOntology.categories()
Method to return all the categories of descriptors in a given set.
|
Map<String,String> |
DescriptorOntology.categoryDetails(String categoryURI,
String language)
Loads descriptor category-specific details.
|
Map<String,String> |
DescriptorOntology.definition(Map<String,String> details,
String descriptorURI,
String language)
This is a variant of the ModelDocument details() method, which uses SKOS
prefLabel instead of the rdfs:label property and the SKOS definition
instead of the rdfs:comment and rdfs:description properties.
|
Map<String,String> |
DescriptorOntology.descriptorDetails(String descriptorURI,
String language)
Loads descriptor descriptor specific details.
|
Map<String,String> |
DescriptorOntology.descriptors(String categoryURI)
Loads Map of descriptors from a given category.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ModelDocument.classDetails(String termURI,
String language)
Method to document rdfs:Class resource specific details.
|
Map<String,String> |
ModelDocument.classes()
Classes.
|
Map<String,String> |
ModelDocument.collections()
Method to compile and return a catalog Map of collections with list of
members.
|
Map<String,String> |
Parser.fullURIMap(Map<String,String> data_map)
Method to rewrite the category keys into full URIs in case they are
originally only XML QNames.
|
Map<String,String> |
Parser.getPropertyValues(String subjectURI,
String propertyURI)
Gets the property values.
|
Map<String,String> |
Parser.getPropertyValues(String subjectURI,
String propertyURI,
Boolean fullId)
Gets the property values.
|
Map<String,String> |
Parser.getPropertyValues(String subjectURI,
String propertyURI,
String language,
Boolean fullId)
Gets the property values.
|
static ModelDocument |
ModelDocument.lookup(String uri)
Method with default language.
|
static ModelDocument |
ModelDocument.lookup(String uri,
String language)
Lookup.
|
Map<String,String> |
ModelDocument.members(String collectionURI)
Method to return the members of a skos:Collection, as complete URI's.
|
Map<String,String> |
Parser.parseURI(String uri)
This method is a bit of a hack to repair URI's (incorrectly) abbreviated
as QNames in the specified RDF model.
|
Map<String,String> |
ModelDocument.properties()
Properties.
|
Map<String,String> |
ModelDocument.propertyDetails(String termURI,
String language)
Method to document rdfs:Class resource specific details.
|
Map<String,String> |
Parser.subjectsOfType(String typeURI)
Subjects of type.
|
Map<String,String> |
ModelDocument.subjectsOfType(String typeURI)
Subjects of type.
|
Copyright © 2016. All rights reserved.