Tagged Questions
5
votes
1answer
158 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
567 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
194 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
147 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
1answer
18 views
about=“#this” - Does it do what I hope it does?
In learning about RDFa (with excellent help from others here, I might add) I have sometimes seen the subject specified using about="#this" rather than about="someOtherURI" or even the special ...
2
votes
3answers
117 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
2answers
155 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
124 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
42 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
139 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
2answers
17 views
Can use sparql for RDFa
is there possibility to query content on my own site? I´ve read your comments and I know that this does not have a big sense but I only would like to simulate this proces between 2 sites and lear ...
1
vote
1answer
31 views
Annotate HTML IMG with semantic meaning
I have a HTML5 website with some pictures and some data about the pictures. I would like to enhance their description so machines would be able to read them as well.
Say, there is a picture of Mona ...
1
vote
1answer
176 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 ...
1
vote
1answer
292 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
148 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
28 views
In RDFa is it legal to use the @rev with @property
In the following snippet of RDFa:
<span about="example.com/subjectURI" rel="example.com/predicateURI" property="literalText"></span>
the URI in the about= attribute is the subject (OK ...
0
votes
2answers
54 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 ...