Tagged Questions

3
votes
4answers
113 views

RDF for Non-Information Resources only?

I was reading Tom Scott's post about Linking Things the other week, and thought it would be interesting to get an Overflow perspective on the idea of using RDF in a couple ways. F …
4
votes
5answers
221 views

XSLT-like RDF conversion with SPARQL instead of XPath?

Joerg pointed me at this FOAF visualizer. Inspecting the source code, I noted it uses XSLT and XPath to find patterns. Since my FOAF file is embedded as RDFa, it does not surprise …
0
votes
1answer
115 views

How to express a book quote into RDFa+html? (use cases)

In a blog post, it is possible to use blockquote for quoting a part of a book. There are different strategies for doing that. What would be the ways of adding RDFa to these bits of …
4
votes
1answer
197 views

Can I use the html5 doctype with RDFa?

The following question was asked on public-rdfa mailing list: Is it possible to use html5 doctype with rdfa being able to use xhtml style syntax and staying in strict mode?
2
votes
3answers
231 views

What Open Source framework can autogenerate HTML for SPARQL output?

I am looking for an overview of solutions for Open Source web frameworks which use some HTML template mechanism and creates the content HTML directly from a SPARQL query I define? …
3
votes
2answers
164 views

Semantic LaTeX creating HTML+RDFa?

There are quite a few questions and answers about how to create HTML-RDFa. But regarding writing my papers, I am very fond of LaTeX. Now, I mostly use this to create PDFs, which ar …
3
votes
4answers
231 views

Marking up a table with RDFa

I think one of the sweet points of RDFa should be in marking up tabular data and then enabling sorting, grouping and simple numeric analysis such as summation over the table using …