Coder Social home page Coder Social logo

lodlive's Introduction

LodLive

browse the web of data - a SPARQL navigator

LodLive is an experimental project that was set-up to spread and promote the linked-open-data philosophy and to create a tool that can be used for connecting RDF browser capabilities with the effectiveness of data graph representation.

LodLive is the first navigator to use RDF resources based solely on SPARQL endpoints.

LodLive aims to demonstrate how resources published by W3C standards for the semantic web can be made easily accessible and legible with a few viable tools.

LodLive is capable of connecting the resources existing in its configured endpoints, allowing the user to pass from one endpoint to another by making use of LOD interconnection capacities.

About us

LodLive is ideated and maintained by Diego Valerio Camarda and Alessandro Antonuccio with the support of Silvia Mazzini.
Diego is the RDF guy behind the technology (see https://www.linkedin.com/in/dvcama)
Alessandro is the designer responsible for the interface and the UX (see http://hstudio.it)

lodlive's People

Contributors

alexanderwillner avatar bitdeli-chef avatar danmichaelo avatar dvcama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lodlive's Issues

Add authorization header

I'm testing a local SPARQL endpoint that requires an Authorization header. Is it possible to add the header at lodlive.profile.js? If so, can you provide any examples please?

LodLive's sending requests to external proxies which is slowing things down

We've LodLive and LodView setup on a VM on Google Cloud, LodView loads fast, but LodLive takes much longer to load a resource.

I analysed the network traffic and LodLive seems to be sending requests to :

data.camera.it/sparql?
data.acs.benicultural.it/sparql?
data.cur.it/sparql?

and a few others, is there a way to fix this, I noticed the linkedjazz instance of LodLive is much faster.

Consider filtering out qb:slice

qb:slice property usually points to a lot of qb:Observations. If triples with qb:slice are stored earlier on in the store for a given subject, then the SPARQL query will return triples that's not particular (or at least the most) interesting for a resource.

user/passw for digest protected LD Endpoints ?

Hi

my compliments for the very nice visualisation!!!

My Endpoints are DIGEST secured. How can I insert in the profile the credentials of a technical user to access the endpoint?

Thanks in advance
Regards

browse local graph

Can I use LodLive (Javascript only?) by feeding it a local RDF file or a graph in a JavaScript-store like rdflib.js? Thanks!

How to configure endpoints?

I've tried to input this resource URI: http://collection.britishmuseum.org/id/object/PPA82633, however this returns the error message "no endpoint configured for the resource". I recall being able to visualize resources from the British Museum LOD in the past on lodlive - has the software changed?

multiple data sources?

Is it possible to point LodLive at multiple data sources?

It'd excellent to have the ability to point LodLive at multiple SPARQL endpoints, and perhaps also multiple RDF files. This may slow down the interface, but could add some useful functionality.

Scenario: In a foaf.rdf file, someone has a number of foaf:topic_interest triples. Some are pointing at dbpedia resources, others FreeBase resources, and others are Yago resources. It'd be great if within LodLive, a user can click any one of the foaf:topic_interest properties, and the 3 SPARQL endpoints for dbpedia, freebase and yago are all queries for the URI object of the foaf:topic_interest triple.

This'd allow people to point LodLive an .rdf file to begin with.. and "walk away" from it in various directions.. regardless of the choice of resource namespaces used.

Is this a feasible and sensible idea?

Empty node on SKOS content

HI

I am using since yesterday lodlive on some thesauri like GETTY and it is working well!

I would like to use lodlive to browse a thesaurus in SKOS format like in http://82.192.234.100:25818/bigdata/namespace/mb_zhdk_alle_thesauri_noinf/sparql/

I have configured this endpoint in the properties with

    'LODZ mb_zhdk_alle_thesauri_noinf' : {
        description : {
            en : 'mb_zhdk_alle_thesauri_noinf (unprotected)'
        },
        useForInverseSameAs : false,
        endpoint : 'http://82.192.234.100:25818/bigdata/namespace/mb_zhdk_alle_thesauri_noinf/sparql/',
        examples : [{
            label : 'Kultur',
            uri : 'http://lodzh.org/ZHDKThesaurus/194'
        }]
    },

When I position lodlive on http://lodzh.org/ZHDKThesaurus/194 - which is a valid entity descriptor inside that endpoint - it should show the SKOS entity associated with that descriptor.

Unfortunately lodlive does not show anything - just a node with the URI and the node is not expandable.

Clicking on "more info" I get
no endpoint configured for the resource, generating temporary graph
SELECT DISTINCT * WHERE {http://lodzh.org/ZHDKThesaurus/1960 ?property ?object. FILTER(?property != http://dbpedia.org/ontology/wikiPageWikiLink)} ORDER BY ?property

What does this have to do with http://dbpedia.org/ontology/wikiPageWikiLink ???

Any idea why this is so?

Thank you very much in advance
Regards

no arcs since rdfs:label-labels added

Does this require some new additional configuration? I don’t get any labels or lines now.
I downloaded the new zip, unpacked it, placed it in /var/www/html, and replaced localhost with my IP address in lodlive.profile.js

noarcs

Support polling or persistence of graph layout

In our use case we're modifying the underlying graph while visualizing it with LodLive. In would be fantastic if the shown graph could update itself regularly (e.g. by polling in the background) or at least to remember its state (positions of the bubbles etc.) when reloading.

Better clickable tool icons

The clickable tool icons : * and the icon with 4 lines of text, are too small to be clicked easily, at least on my 1920 x 1080 screen.
More importantly, these tool icons should not need to be clicked, they should expand when hovering on them. And the result of expansion of "*" tool icon should be larger.

resource not found

HI Diego,
I am getting "resource not found" at LodLive again. I am using a plain rdf, with no endpoint configured. It was working fine untill last week. Could you check that proxy? :)

Best and again, congrats for this great tool.
Leticia

Literal values not showing when I configure my endpoint

When I configure my endpoint in lodlive.profile.js, the literal values are not showing on the black sprite(info) box on the left. When I use the default configuration that uses the regesta resource proxy, it shows up correctly, Am I doing something wrong?

screen shot 2016-03-18 at 12 08 23 pm

Allowing different RDF resource identifiers

At the moment, LodLive is quite strict about what RDF resource identifiers it allows: They must start with "http", and only the special characters ":" and "/" are allowed (and decoded).
In order to relax these constraints, I made some modifications to lodlive.app.js:

Line 27:

if (loca.indexOf('?http') != -1) {

becomes:

if ($(location).attr('search').length > 0) {

Line 34: The whole if statement can be replaced by:

res = decodeURIComponent(res);

resource not found

Hi,
Thanks for this great tool! I was using it to browse my graph until this morning when I started to get "resource not found". Any hint?
Best and congrats for the tool.

endpoints other than virtuoso

Is LodLive expected to work with triplestores other than virtuoso? I have downloaded the project from github and installed it on a server that has virtuoso, stardog and blazegraph. It's working well with virtuoso but not the others. All of them are responsive to CURL requests, even from remote hosts.

I see some references to sesame endpoint and proxies, like this for http://data.linkedmdb.org
endpointType : 'sesame',
proxy : 'http://lodview.it/simple-proxy/resourceProxy/',
endpoint : 'http://data.linkedmdb.org/sparql',

But I don't understand what endpoints are supported or what the proxy does.

Can you recommend a way to trace my failed attempts? I don't see anything in my webserver's error log.

IRI dereferencer

A feature that dereferences and displayes the IRI when the cursor hovers over the small circles and gears would enhance the app.

Improve UI for touch screen devices

When I touch and drag a circle on a touch-screen device, the whole screen scrolls rather than repositioning the selected circle.

This makes it impossible to re-arrange entities using a tablet/phone as one would intuitively expect.

Blazegraph locale

Hi,
I'm trying to access a blazegraph from chrome with cors disabled using a local copy of LodLive

I'm using the lodlive.profile-localhost-example.js as lodlive.profile with endpoint 'https://data.budget.g0v.it/sparql'

I also configured

$.jStorage.set('endpoints', {
	all : 'format=json',
});

From chrome console it seams that the sparql si succesfully called:

https://data.budget.g0v.it/sparql?format=json&query=SELECT%20DISTINCT%20*%20WHERE%20%7B%3Chttp%3A%2F%2Fmef.linkeddata.cloud%2Fresource%2Fspd_dlb_spe_elb_cap_01_2020_08-003-010-0004%3E%20%3Fproperty%20%3Fobject%7D%20ORDER%20BY%20%3Fproperty&callback=lodlive

And the response seems ok:

{
  "head" : {
    "vars" : [ "property", "object" ]
  },
  "results" : {
    "bindings" : [ {
      "property" : {
        "type" : "uri",
        "value" : "http://linkeddata.center/botk-fr/v1#amount"
      },
      "object" : {
        "datatype" : "http://www.w3.org/2001/XMLSchema#decimal",
        "type" : "literal",
        "value" : "1750888484"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://linkeddata.center/botk-fr/v1#concept"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_08-003-010-0004"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://linkeddata.center/botk-fr/v1#isPartOf"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_08-003-010"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://purl.org/linked-data/cube#dataSet"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://linkeddata.center/botk-fr/v1#Component"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://w3id.org/g0v/it/mef#Azione"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#Concept"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#broader"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_08-003-010"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#definition"
      },
      "object" : {
        "xml:lang" : "it",
        "type" : "literal",
        "value" : "Attribuzione contributi specifici in favore di determinati Enti Locali"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#inScheme"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2076"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2077"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2078"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2079"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2080"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2082"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2083"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2087"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2088"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2091"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2092"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2097"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2099"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2103"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2104"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2105"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2106"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2109"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2110"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2116"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2117"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2118"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2121"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2122"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2123"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2125"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2126"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2127"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2128"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2129"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2131"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2132"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2133"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2134"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2135"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#narrower"
      },
      "object" : {
        "type" : "uri",
        "value" : "http://mef.linkeddata.cloud/resource/spd_dlb_spe_elb_cap_01_2020_fact2136"
      }
    }, {
      "property" : {
        "type" : "uri",
        "value" : "http://www.w3.org/2004/02/skos/core#notation"
      },
      "object" : {
        "type" : "literal",
        "value" : "08-003-010-0004"
      }
    } ]
  }
}

the only difference with a dbpedia result (that works) is that the content type is application/sparql-results+json;charset=utf-8 instead of application/json and the "link" property is missing (in dbpedia is an empty array).

But in console I got a "Uncaught SyntaxError: Unexpected token ':'" message. on firts prperty (head)

What can I do?

image

No LOD visualisation without http://labs.regesta.com/resourceProxy/ ?

Hello again (one last time)

I have loaded a GETTY thesaurus into a bigdata rdf store and I can browse it from inside lodlive.

From an analisys of the javascript calls issued by lodlive I noticed a call to

http://labs.regesta.com/resourceProxy/?uri=http%3A%2F%2Fvocab.getty.edu%2Faat%2Fsource%2F2000087067&query=SELECT%20DISTINCT%20*%20WHERE%20{%3Chttp%3A%2F%2Fvocab.getty.edu%2Faat%2Fsource%2F2000087067%3E%20%3Fproperty%20%3Fobject.%20FILTER%28%3Fproperty%20!%3D%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageWikiLink%3E%29}%20ORDER%20BY%20%3Fproperty&callback=lodlive

How is lodlive really functioning? Is lodlive only functioning because it calls http://labs.regesta.com/resourceProxy/ ? Why does it have to call it ? Lodlive was supposed (I think) to work with an LOD endpoint, not needing any further repository ...

I would appreciate very much your response here

Thank you very much
Regards

example of browsing a local sparql endpoint?

Sorry for what's probably an extremely simple question but I'm having trouble pointing en.lodlive.it at my locally running virtuoso's sparql endpoint (using the "Insert URI" field on the home page).

It seems like I've (maybe?) gotten close to it working by giving the following url, but when I roll over the circle it says "resource not found" and won't let me select any linked nodes.

Yet when I click the hyperlink in the middle of the circle it is getting data back for the sparql query.

Here's my URI:

http://localhost:8890/sparql?query=select+%2A+where+%7B%3Fsubject+%3Fpredicate+%3Fobject%7D&default-graph-uri=https://velocity.ag/field-reference-data

browse your data - coming soon

I think allowing to paste data (as sketched on the GUI) is very valuable. Any estimation on how complex the implementation might be?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.