Tagged Questions

5
votes
4answers
103 views

Is there a web service that allow me to run SPARQL against a XHTML+RDFa website?

It would be cool if, like those RDFa extraction services, there would be a service that would allow running a SPARQL query against an arbitrary XHTML+RDFa website and return it in, …
2
votes
0answers
75 views

RDF data in Lucene?

Does anyone have experience adding RDF data to Lucene (or other search engine) index? And now I'm not talking about indexing RDF data (string literals, labels, instance names, etc. …
0
votes
2answers
89 views

How to create RDFa-powered N3 in the HTML output?

Related to the earlier question on Marking up a table with RDFa, I am looking for a XHTML+RDFa code snippet that outputs a triple as N3, but uses RDFa to make it machine readable a …
1
vote
3answers
60 views

Both @rel and @rev on one element in RDFa

Does anyone know whether it's permissible to have both the @rel and @rev attributes on an element in RDFa? This seems like a slightly odd thing to me if it is allowed since it res …
2
votes
2answers
96 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 …
2
votes
2answers
47 views

Dereferencable URIs in RDFa

Hi, I would like to know what is a good practice for publishing Linked Data in RDFa? I wand to make sure that the URIs in my RDFa page are dereferencable and that they confirm to t …
2
votes
1answer
53 views

Extracting information from websites and places to talk

For my project of adding semantics to the web I would like to extract information from websites (on a given domain) and my supervisor suggests I use RDFA to embed the information e …
1
vote
1answer
37 views

What ontologies can I use to markup JavaDoc (or Doxygen) with RDFa?

I am looking for ontologies to create RDFa-rich JavaDoc (for which I will write a custom Doclet). I think I can use a bit of Dublin Core, FOAF and DOAP at places, but I have no clu …
1
vote
4answers
122 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 …