Method | Description | |
---|---|---|
Compare ( List |
This should return the list of resource information objects returning as the comparison result
|
|
CompareWithRespect ( List
|
||
ConstructLiteralProfile ( string subjectURI, string predicate_label, string subject_label, string object_URI, string object_value, string pred_URI ) : Profile | ||
ConstructProfile ( String subjectURI, choiceProfile profile, int resultLimit = 10 ) : Profile |
The function gets all info about profile according to its type and the content of XML file it uses
|
|
GetAnswerWithQuestionStructure ( string question ) : List |
||
GetPartialAnswer ( string question ) : List |
||
GetUris_VsKeyword_comma ( string text ) : string | ||
GetUris_VsKeywords ( string text ) : List |
||
getCommonPredicates ( |
Common Predicates between all the resources we're comparing
|
|
getID ( |
gets the id of the resource
|
|
getPredicates_ResourceIsObj ( |
gets all predicates responds to the query ?subj ?pred < resource>
|
|
getPredicates_ResourceIsSubj ( |
gets all predicates responds to the query < resource> ?pred ?obj
|
|
getRelationWithLabels ( List |
||
getRelations ( List |
||
getResourcesOfPredicate ( string>.KeyValuePair |
gets List of resources of a certain predicate
|
|
geturi ( string keyword, int MaxUris = 1 ) : List |
||
geturi_bestMatch ( string keyword ) : string | ||
geturis_List ( List |
||
geturis_List_WithMaxuris ( List
|
||
simpleGetRelationWithLabels ( List |
||
simpleGetRelations ( List
|
Method | Description | |
---|---|---|
computeLevenshteinDistance ( string s, string t ) : int | ||
findURIs ( List |
||
getAbstract ( String SubjectURI ) : String |
This function gets the abstract data of the resource with the URI sent using query
|
|
getLocation ( String SubjectURI ) : |
This function gets latitude and longitude of the resource if found with the URI sent using query
|
|
getObjects ( List
|
||
getQueryResults ( String type, String SubjectURI, String predicateURI, int resultLimit ) : List |
This function returns entities of subjects or objects depending on the first parameter if the result of the query is literal, its entity will have label only not URI
|
|
setProfileDetails ( String profileType, String subjectURI, int resultLimit ) : List |
The function gets the details part about profile according to its type and the content of XML file it uses
|
|
useRedirection ( String uri ) : String |
This function returns the redirection page to the pages which have ones
|
public Compare ( List |
||
URIs | List |
the uris to compare between |
return | List |
public CompareWithRespect ( List
|
||
subjectsNames | List |
|
predicateURI | String | |
limit | int | |
return | List
|
public ConstructLiteralProfile ( string subjectURI, string predicate_label, string subject_label, string object_URI, string object_value, string pred_URI ) : Profile | ||
subjectURI | string | |
predicate_label | string | |
subject_label | string | |
object_URI | string | |
object_value | string | |
pred_URI | string | |
return | Profile |
public ConstructProfile ( String subjectURI, choiceProfile profile, int resultLimit = 10 ) : Profile | ||
subjectURI | String | The URI of the subject resource as String |
profile | choiceProfile | Type of profile(full, mini, micro) |
resultLimit | int | Max number of results got from queries |
return | Profile |
public GetAnswerWithQuestionStructure ( string question ) : List |
||
question | string | |
return | List |
public GetPartialAnswer ( string question ) : List |
||
question | string | |
return | List |
public GetUris_VsKeyword_comma ( string text ) : string | ||
text | string | |
return | string |
public GetUris_VsKeywords ( string text ) : List |
||
text | string | |
return | List |
public getCommonPredicates ( |
||
ri | ||
return | string>>.List |
public getID ( |
||
ri | ||
return | string>.KeyValuePair |
public getPredicates_ResourceIsObj ( |
||
ri | ||
return | string>>.List |
public getPredicates_ResourceIsSubj ( |
||
ri | ||
return | string>>.List |
public getRelationWithLabels ( List |
||
uri | List |
|
Distance | int | |
Limit | int | |
return | List |
public getRelations ( List |
||
uri | List |
|
Distance | int | |
Limit | int | |
return | List |
public getResourcesOfPredicate ( string>.KeyValuePair |
||
pred | string>.KeyValuePair | the predicate as a keyValuePair |
ri | ||
return | string>>.List |
public geturi ( string keyword, int MaxUris = 1 ) : List |
||
keyword | string | |
MaxUris | int | |
return | List |
public geturi_bestMatch ( string keyword ) : string | ||
keyword | string | |
return | string |
public geturis_List_WithMaxuris ( List
|
||
keywords | List |
|
MaxUris | int | |
return | List
|
public simpleGetRelationWithLabels ( List |
||
uri | List |
|
Distance | int | |
Limit | int | |
return | string>>>.List |
public simpleGetRelations ( List
|
||
uri | List |
|
Distance | int | |
Limit | int | |
return | List
|