Class SemWebExtension

java.lang.Object
de.swa.gmaf.extensions.wikidata.SemWebExtension
All Implemented Interfaces:
SemanticExtension

public class SemWebExtension
extends java.lang.Object
implements SemanticExtension
Extension to the Semantic Web for Querying - WORK IN PROGRESS
Author:
stefan_wagenpfeil
  • Constructor Summary

    Constructors 
    Constructor Description
    SemWebExtension()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCollectionIdForConcept​(java.lang.String concept)
    returns the resulting semantic identifier for a semantic concept (i.e. feature vocabulary term).
    java.lang.String getCollectionURLForConcept​(java.lang.String concept)  
    GraphCode getQueryGraphCode​(java.lang.String sparql, GraphCode base)
    returns a Graph Code for a given SparQL query, which represents the external inferences of an already existing calculated base Graph Code
    int[] getRelationShipTypes​(java.lang.String concept1, java.lang.String concept2)
    returns all externalized relationship types for two vocabulary terms
    java.util.Vector<java.lang.String> getSynonymNamesForConcept​(java.lang.String concept)  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait