Tagged Questions

5
votes
1answer
149 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
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 ...
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
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
101 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 ? ...
1
vote
1answer
264 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 ...
0
votes
1answer
34 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
160 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 ...