Tagged Questions

5
votes
3answers
415 views

Understanding what SPARQL is

This is a terribly beginner series of questions, but after reading through a good 30 SPARQL tutorials I can't seem to wrap my head around what SPARQL is or how to begin using it. Is it executed on ...
1
vote
1answer
293 views

zend specified doctype is malformed errord

so I was trying to add the RDFA doctype into zend by typing the following into my layout.phtml... $doctypeHelper = new Zend_View_Helper_Doctype(); $doctypeHelper->doctype('XHTML1_RDFA'); so that ...