SPARQL is minutes and a query language for the semantic Web. SPARQL is a recursive acronym and stands for S'PARQL Protocol and ''' R ''' DF Query L'anguage.
The RDF DATA ACCESS Working Group (DAWG) of the World Wide Web Consortium advances the development and standardisation of SPARQL. Momentarily (since April 2006) SPARQL concerned at the Entwicklungsstufe Candidate Recommendation. SPARQL is the successor of several query languages (e.g. RDQL), which likewise access RDF data.
ARQ is an implementation, which can accomplish SPARQL inquiries.
The following example finds the names of all African capitals.
PREFIX ABC: < http://example.com/exampleOntologie #> capital country WHERE x ABC: town center capital. y ABC: country. x ABC: y. y ABC: isInContinent ABC: africa. }
Variabeln become with placed in front "characterized (possible is also "$ "). Become all variable allocations capital country returned, which fit on the samples of these four RDF Tripeln.
Because writing the URIs out reduces the Leserlichkeit of an inquiry, prefixes can be used. Here "ABC stands: "for "http://example.com/exampleOntologie # "
We found here 5 articles.
S» Semantic Grid» Semantic MediaWiki » Semantic Web » Semantic Wiki » SPARQL |
We found here 3 related websites.
Index | Privacy | Terms Of Use | Sitemap | Feedback