Skip to content

danistrebel/SemanticGraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SemanticGraphQL

Proof of concept to map from DbPedia's SPARQL endpoint to a GraphQL API using the Sangria Framework.

Example Query:

query {
  programmingLanguages {
    uri,
    name,
    designers
  }
}

Running the example

  1. Clone this repo
  2. From the root directory run sbt run
  3. Open http://localhost:9000/graphiql and try the query from above.

Example Graphiql

About

GraphQL for the semantic web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages