Tagged Questions

3
votes
3answers
74 views

RDFa vs. microformats

What do you think is best? RDFa or microformats? In the future what do you think: Will prevail both (using tools like GRRDL to make them "talk") or only one (like what happen with …
3
votes
2answers
74 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. …
3
votes
6answers
272 views

Is there an RDF ontology for blogs?

I'm setting up a blog, and I'm fascinated by RDF and the idea of the sematic web. I'd like to use RDFa to embed sematic data into my blog. There are several well know semantic web …
1
vote
2answers
77 views

Depiction vs. Depicts

I'm working with FOAF and RDFa, and struggling to figure out whether I should be using foaf:depiction or foaf:depicts and the correct way to use them. Here's what I've already esta …
0
votes
0answers
93 views

What is a good Javascript RDFa parser implementation?

I am looking to implement a client side RDFa based formatting for a web application. This would be similar to Mark Birbeck's ubiquity-rdfa project. Mark's project looks fantastic …