Search all wikis and blogs »

Search results in Living in the XML and RDF world

SPARQL for SKOS integrity constraints

I blogged before on how to test SKOS integrity constraints, constraints which couldn't be expressed with OWL2 as defined by W3C. I'm aware of two sol...

Moving to another triple store supporting SPARQL 1.1

Problem statement We have been using in a project Sesame as rdf triple store and SPARQL endpoint. The reasons we choose Sesame ...

Some SPARQL extension function tricks

Identifiers with qualifiers in round brackets DBPedia is using in its identifiers qualifiers within round brackets to be able to distinguish bet...

First impressions of the Talis Platform

In previous posts we explained that we are looking for a tool that would offer functionalities similar to the now 'out-of-business' Siderean Seamar...

Creating a unique identifier using SPARQL

In this case I need to construct new unique identifiers for instances that do already exist (hence having already a unique id) based on some given ...

SPARQLs to remember

Negation Sometimes you need to check whether certain triples don't exist in the RDF graph. Checking the absence of tr...

Pipelines again

In my never ending search for the optimal pipeline infrastructure I came across Semantic Web Pipelines, an engine and graphical environment for gen...

SPARQLs to remember

SPARQL is the standard query language for the Semantic Web. SPARQL provides the SELECT keyword to extract information out of an RDF/OWL repository...