public class SubjectMapping extends Mapping
TripleStoreInterface.getSubjectMappings(String),
LODexporter.init()| Modifier | Constructor and Description |
|---|---|
protected |
SubjectMapping() |
|
SubjectMapping(String rule,
String myBaseURI,
String type,
String GATEType)
The constructor for creating a SubjectMapping instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI()
Returns the baseURI of this subject mapping instance.
|
String |
toString()
Returns a string representation of the mapping rule.
|
getGATEType, getRule, getTypeprotected SubjectMapping()
public SubjectMapping(String rule, String myBaseURI, String type, String GATEType)
rule - the rule namemyBaseURI - the baseURI must be a fully-qualified URI (e.g., http://semanticsoftware.info/lodexporter/)type - the rdf:type valueGATEType - the GATE annotation typepublic final String getBaseURI()