Running SPARQL Queries on Drupal Nodes

Is there a way to run SPARQL queries in RDF generated for a particular type of node? For example, if I have a type of content called people described in the FOAF ontology, can I run SPARQL queries on nodes like People?

+3
source share
3 answers

If you try to execute a query from one site to another (see my comment), you can achieve this using the SPARQL Views module . This recent article provides an excellent reference to using SPARQL with views.

0
source

RDF Drupal , Drupal, RDF. , .

Drupal, , , RDF.

, , , SPARQL, Views ( , ), .

0

RDF SPARQL Endpoint module, . ,

Drupal 7 RDF (RDFx) SPARQL, .

RDFx , :

RDF SPARQL SPARQL module

" " , 2013 .

0

All Articles