Skip to content

LahiruOshara/Sante-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sante-GraphQL

Example query

Example query

query {
  resource(
    query: "barack obama"
    context: """{ "name": "http://www.w3.org/2000/01/rdf-schema#label",
    		  "Human": "http://dbpedia.org/ontology/Person"}"""
  	) 
	{
    name
    url
    type
  }
} 
query {
  resource(
    type: "Human", query: "barack obama"
    context: """{ "name": "http://www.w3.org/2000/01/rdf-schema#label",
    		  "Human": "http://dbpedia.org/ontology/Person"}"""
  	) 
	{
    name
    url
    type
  }
} 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages