Sindice Live
Live API calls examples:
Live API allows you to retrieve triples from web documents using document URI or CONTENT.
To get triples you must specify url=URI of the document or content=CONTENT of the document.
To do reasoning and get implicit triples too you must add parameter doReasoning=true.
GET example:
http://api.sindice.com/v2/live?url=http://wordnet.rkbexplorer.com/id/word-Galwayhttp://api.sindice.com/v2/live?url=http://wordnet.rkbexplorer.com/id/word-Galway&doReasoning=true
POST example:
For POST use the same parameter names: url,content,implicit. At least one url or content must be provided.
Result are in following JSON format.
{
"status":"ok",
"metadata":{
"ontologies":{
"bindings":[
{
"s":{
"value":"http://www.w3.org/2002/07/owl.rdf",
"type":"uri"
},
"p":{
"value":"http://www.w3.org/2002/07/owl#imports",
"type":"uri"
},
"o":{
"value":"http://www.w3.org/2000/01/rdf-schema",
"type":"uri"
}
},
...
...
...
],
"ordered":false,
"distinct":false
},
"explicit":{
"bindings":[
{
"s":{
"value":"http://www.deri.ie/about/team/member/xxx/",
"type":"uri"
},
"p":{
"value":"http://www.w3.org/1999/xhtml/vocab#meta",
"type":"uri"
},
"o":{
"value":"http://www.deri.ie/about/team/member/xxx/fileadmin/scripts/foaf.php?id=xxx",
"type":"uri"
}
},
...
...
...
],
"ordered":false,
"distinct":false
},
"inferred":{
"bindings":[
{
"s":{
"value":"http://www.deri.ie/about/team/member/xxx/fileadmin/scripts/foaf.php?id=xxx",
"type":"uri"
},
"p":{
"value":"http://purl.org/dc/elements/1.1/title",
"type":"uri"
},
"o":{
"value":"FOAF",
"type":"literal"
}
...
...
...
},
],
"ordered":false,
"distinct":false
},
"url":"http://www.deri.ie/about/team/member/xxx/"
}
}
Api Documentation
Tools
- AJAX Search Widget
- Third Party Libraries
- Siren indexing technology
- Web Data Inspector
- Any23 Library
- OpenSearch Plugin
