Method | Description | |
---|---|---|
InitializeCatalogClass ( string url, string username, string password ) : bool |
Initializes the catalog class
|
|
createTripleStore ( string name, string url ) : bool |
Initialize new triple store
|
|
deleteTripleStore ( string storeName, string url ) : bool | ||
federateTripleStores ( string name, List |
Federate the triple store, untested at this time
|
|
getRepository ( string name, string url ) : |
||
getUrl ( ) : string |
return url for the service
|
|
legalizeName ( string name, string url ) : string | ||
listTripleStores ( string url ) : List |
List the triple stores at the current url
|
public InitializeCatalogClass ( string url, string username, string password ) : bool | ||
url | string | |
username | string | |
password | string | |
return | bool |
public createTripleStore ( string name, string url ) : bool | ||
name | string | |
url | string | |
return | bool |
public deleteTripleStore ( string storeName, string url ) : bool | ||
storeName | string | |
url | string | |
return | bool |
public federateTripleStores ( string name, List |
||
name | string | |
storeNames | List |
|
url | string | |
return | bool |
public getRepository ( string name, string url ) : |
||
name | string | |
url | string | |
return |
public legalizeName ( string name, string url ) : string | ||
name | string | |
url | string | |
return | string |
public listTripleStores ( string url ) : List |
||
url | string | |
return | List |