Tagged Questions
The rdfa tag has no wiki summary.
10
votes
2answers
934 views
DTD with RFDa and XHTML 1.0 Transitional support
Is there a W3C document type available with both XHTML 1.0 transitional support and RDFa support?
I am aware of the XHTML+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd) DTD but that is ...
10
votes
4answers
764 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 HD-DVD and ...
8
votes
4answers
2k views
HTML5 and RDFa support
I'm about to introduce the Open Graph protocol to an existing HTML5 Web application and I'd like to include the necessary RDFa data without introducing any unnecessary crud.
I've looked at the ...
5
votes
1answer
148 views
RDFa content implementation for products
I'm knee deep in the nightmare that is RDFa implementation for product information and am curious if anyone out there can provide some insight.
Google flat out say's not to hide information just for ...
5
votes
3answers
404 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 ...
5
votes
5answers
564 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 ontologies like FOAF ...
4
votes
1answer
365 views
Facebook like button needs XHTML+RDFa, but it uses an iframe which isn't valid with that doctype
I think there must be something I'm missing.
the facebook like button requires this as the doctype: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" ...
3
votes
2answers
123 views
What's the best way to parse RDFa, Microdata, etc, store and display info back using a uniform schema/vocabulary (schema.org's for example)
I'm mainly using Ruby to do this but my plan of attack thus far is as follows:
Use the gems rdf,rdf-rdfa, and either rdf-microdata or mida to parse data given any URI. I think it'd be best to map to ...
3
votes
3answers
182 views
rdfa namespace specifically for cars
I would like to implement RDFA to a car site.
Triples would go something like:
This image is about a honda
This page is about a honda
This rating is for a honda civic
...etc...
I can't seem to ...
3
votes
2answers
220 views
Which rdfa parser for java that supports currently used rdfa attributes?
I am building an app in Java using Jena for semantic information scraping. I am looking for a RDFa parser that would allow me to correctly extract all the RDFa statements. Specifically, one that ...
3
votes
2answers
478 views
RDFa / Microformat - Recipe markup standards
I wonder if anyone can help?
After Google announced that it will take note of RDFa / Microformats for online recipes, I've been looking into this for a couple of recipe based sites I run. However we ...
3
votes
3answers
142 views
Anyone could tell me please what kind of RDF ontologies related to tourism exists at the moment?
I'm setting up a tourism website and wish to use semantic web in it. I'm also interested in using RDF ontologies.
So, I was wondering if anyone could tell me, if exists anything for this, that says ...
2
votes
2answers
99 views
What is RDFa + microdata / microformats and why might I need them?
I have stumbled upon RDFa and have seen the terms microdata and microformats used frequently.
What are they and why might they be useful when developing websites?
2
votes
1answer
130 views
RDF/XML to XHTML/HTML5 for Semantic web
So, I have numerous files in RDF/XML format which I want to use on the web. I want to be part of the Linked Data community and have HTML and RDF versions of my data files. Usually, what I've found ...
2
votes
3answers
119 views
How is RDFa used?
I was wondering how RDFa is being used. More specifically, if the Semantic web of data is made up of triplees in RDF, how does a consumer of RDFa content use that data? Does it have to be converted ...
2
votes
0answers
41 views
Good guide for rdfa and xmdp task
I have the following task:
Write correct set of RDFa + XMDP
Write XSLT transformation that will be a XML/RDF extractor
XMDP should be used as RDFa vocabulary.
XSLT transformation should output ...
2
votes
1answer
134 views
RDFa Reader extraction tool
I am beginner in RDF and I want to extract RDF from HTML
I am using GRDDL but it doesn't work with me well I am getting Security Exception every time:(
will you please suggest to me another tool ?
...
2
votes
1answer
312 views
Visualization with JavaScript of data from a JSON source?
I would like to use a library like the Google Visualization API to draw charts, but taking the data as JSON from an external source. The context is to use some SPARQL service to extract the data from ...
2
votes
2answers
45 views
RDFa for videos rendered in javascript
I am trying to add RDFa tags to videos so they can be indexed by Google and Yahoo. However the object and embed code for the videos are inserted by javascript, so they aren't actually in html. Can I ...
2
votes
2answers
546 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 but it has at least ...
1
vote
1answer
36 views
Microdata vs RDFa
I have a quick question about RDFa and Microdata.
My current understanding is that RDFa is RDF implemented into HTML but is complicated for new developers like myself, Microdata seems really easy and ...
1
vote
1answer
220 views
Using schema.org or RDFa microformatting with Wordpress?
Wordpress tends to strip out all kinds of code in VISUAL mode, including microformatting. The current WP (3.2.1) seems beyond compatibility with earlier widgets, including wp-RDFa (which I thought ...
1
vote
1answer
40 views
What kind of applications have been developed that use FOAF?
I am developing FOAF files and submitting them to the semantic web. However, as I read some programming books on the semantic web, (e.g. Semantic Web Programming), I don't yet see how this could be ...
1
vote
1answer
263 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 ...
1
vote
1answer
140 views
What format should I use for exposing structured meta data for my web site (dublin core, rdf, atom)?
In an altruistic manner I would like to expose as much structured data about my website.
I also wouldn't mind SEO boost but its secondary.
Seems there are a couple of options:
Full on RDF (kill me ...
1
vote
2answers
1k views
Reading Ontology with Jena, feeding it with RDF triples, and producing correct RDF string output
I have an ontology, which I read in with Jena to help me scrape some RDFa triples from a website. I don't currently store these triples in a Jena model, but that is fairly straight forward to do, its ...
1
vote
2answers
154 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 established:
<div ...
0
votes
1answer
51 views
How does HTML5 support RDFa?
I like to publish contont in both RDF format and HTML formats. So, there is a specific encoding for HTML with RDFa. Yet there are so many benefits to HTML5 that I like. But there is no mechanism ...
0
votes
1answer
32 views
Using Java to write RDFa
I need to automatically generate (from a database) an XHTML document marked up with RDFa or some other microformat, it doesn't matter which one. How can I best do this using Java? I have been using ...
0
votes
1answer
33 views
Routing error after call to RDF::RDFa::Reader
I've posted a question relating to this before but it was unclear. I've simplified the code so I can copy it here and have it be as straightforward as possible. I'm still not sure what the best way to ...
0
votes
1answer
23 views
If I use XSLT will I get HTML pages?
I was watching this course online and it went into xml. We used XSLT to take an XML doc and an XSL doc and get a page that displays in the browser. However, there was no HTML page anywhere, unless ...
0
votes
1answer
159 views
Can someone help with learning Protégé, Jena Semantic Framework and the use of RDFa?
I've been reading Semantic Web Programming and we used Protégé early on but then in the later chapter on real life Ontologies, we looked at Semantic Web Frameworks and Protégé was not included. Sorry ...
0
votes
1answer
49 views
can you have multiple RDFa's on a website if the company has multiple locations?
I am working with a company who has multiple locations across the state. I am trying to get them listed higher on Google Places. Google recommended inserting RFDa's into the index page.
Does anyone ...
0
votes
2answers
476 views
Invalid markup with XFBML and RDFa
EDIT: I switched back to XHTML 1.0 Transitional. It renders fine, but isn't valid. Help is still appreciated.
Hello.
I am trying to integrate the Facebook plugins into my website, PlugB. To make ...
0
votes
1answer
113 views
where's should i put RDFa Events mark-up?
I've decided to include data markup for my events site to make it easier for search engines to use my data. I've decided to go for RDFa over microformats and microdata, however I'm unsure how to best ...