Esempio n. 1
0
 def __init__(self, sparql_endpoint, identifier=None, configstring=None, store=None, proxy=None, subprocess=True):
     SWAnalyzer.__init__(self, sparql_endpoint, identifier, configstring, store, proxy, subprocess)
Esempio n. 2
0
 def __init__(self, path, identifier, configstring, proxy=None):
     SWAnalyzer.__init__(self, identifier, configstring, proxy=proxy)
     self.path = path
Esempio n. 3
0
 def __init__(self, sparql_endpoint):
     SWAnalyzer.__init__(self)
     self.sparql_endpoint = sparql_endpoint