style = {color: red; text-decoration: line-through;}
Related Posts:
SPARQL FOAF ENDPOINTPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT Distinct ?Name ?Interest
FROM <http://www.yourwebsite/yourfoaf.rdf>
WHERE {
{?me foaf:knows ?friend . ?fr… Read More
SPARQL - JavaScript
$.getJSON("http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+*+where+%7B%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FRoger_Federer%3E+%3Fp+%3Fo+filter%28lang%28%3Fo%29+%3D+%27en%27%29%7D%0D… Read More
Vaadin - Ajax call - vaadin.forceSync()
We can send the request to handelRenderRequest by passing the friendly url in the ajax
$.ajax(
{
type : "POST",
url :"Friendly URL of the portlet",
data : {"CH… Read More
SKOS Ontology with sample SPARQL
SKOS Simple Knowledge Organization System
Select the first 3 concepts that have a skos:altLabel
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT ?concept ?label
WHERE { ?concept skos:altLabel ?label .… Read More
XML XSD Schema
xmlfox is a good free editor that supports XSD. I however like Oxygen XML Editor. It is very cheap for the functionality it provides.
EditiX supports visual editing. See the below pictur… Read More
0 comments:
Post a Comment