RDFa (Resource Description Framework in Attributes) is a technique that allows to add structured data to HTML pages directly. It provides a set of markup attributes to augment the visual information on the Web with machine-readable hints.
1
vote
2answers
22 views
In RDFa, difference between property=“” & rel=“”, and resource=“” & about=“”?
I am currently teaching myself RDFa Core 1.1 after successfully learning RDFa Lite rather easily. Straight to the point, I can't understand two things: the difference between property and rel, and the ...
0
votes
0answers
25 views
Are there plugins for marking up Wordpress fields with RDFa for Semantic Web?
I am thinking of something like what Drupal has. You define a content type and specify a RDfa type, aka Class for that content node. Then you can add specific properties for each field. Ideally, ...
0
votes
1answer
40 views
what are the best available WordPress plugins for semantic content annotation? [closed]
I am doing a research on available tools that enable semantic content annotation within WordPress. I am particularly interested in the ones that support Schema.org vocabularies. I would like to ...
0
votes
1answer
38 views
Validator.w3.org doesn't understand my HTML 4.01+RDFa
I have following code in the page head:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa-1.dtd">
<html xml:lang="<?php echo ...
0
votes
1answer
24 views
vie.js example not working
I've tried to imlement vie.js (viejs . org) in order to make my CMS's html output more machine readable/manipulatable.
However, the vie-2.1.0.js always throws an error:
Uncaught TypeError: Object ...
-1
votes
1answer
30 views
Facebook Twitter and rdfa DOCTYPE [closed]
Facebook and Twitter widgets don't support xhtml1-strict.dtd, but support xhtml-rdfa-1.dtd
My question.
xhtml-rdfa-1.dtd do giver better support on HTML driven pages? (As per my knowledge its give ...
1
vote
1answer
36 views
Structured Data for Reocurring Event
I'm the webmaster for smctheatre.com. We're a community theatre that puts on a handful of plays each year. I'm adding to my toolbox with learning structured data. Microformat, microdata, or RDFa, I ...
0
votes
1answer
29 views
Relating XML data using a custom schema to RDF/OWL ontology
I have a schema which is designed to permit the description of certain types of electronic devices. XML files compliant to the schema describe the interface to the device. The schema permits the way ...
1
vote
1answer
48 views
Create own properties to using Schema.org with RDFa Lite?
So Im putting semantics on my page using RDFa Lite and the vocabulary Schema.org, but I have ran into an problem. Im putting it on a Person that is a soocer player. I got informations like player ...
1
vote
1answer
65 views
What will happen if both Microdata and RDFa are on the same WebPage
What will happen if Microdata and RDFa both are on a webpage?
What I can tell from my experience from a class of web pages where I have implemented Microdata where RDFa contents was already there is ...
1
vote
2answers
68 views
Best practices for adding semantics to a website
I am a bit confused about the semantics of websites. I understand that every URI should represent a ressource. I assume that all information provided by RDFa inside a webpage describes the ressource ...
0
votes
0answers
25 views
Rich snippets not showing
Are all Rich snippet data structures supposed to be showing in search results?
I have added few rich snippets to a website but when I use the testing tool they do not appear? is this normal?
PS:
I ...
4
votes
1answer
65 views
HTML5 and a Place Name Reference
Is there a way, using "semantic" properties of HTML5 (and RDFa?) to unambiguously refer to a place name? This might be using a geonames URI, so something like this (which I assume is incorrect):
...
4
votes
1answer
198 views
Dealing with non-semantic uses of “rel” in RDFa
I use RDFa to add linked data to my webpage. I also occasionally use the rel attribute in various tags for non-semantic purposes, such as triggering a javascript tooltip. I am wondering the there is ...
2
votes
1answer
32 views
How to add Microformat for Vocabulary words?
Does anyone know how Quizlet builds the search result data with "Term" and "Definition" headers and vocabulary/ definition data in their Google search results metadata? Is it microformatting or some ...
1
vote
1answer
68 views
How to add Apache Any23 RDF Statements to Apache Jena?
Basically, I use the Any23 distiller to extract RDF statements from files embedded with RDFa (The actual files where created by DBpedia Spotlight using the xhtml+xml output option). By using Any23 ...
1
vote
1answer
38 views
Event Listener for RDFa attribute
Are there any ways to implement the event-listener mechanism for all RDFa attributes in a specific HTML page ?
That is, when I click on a word/sentence, if this text belongs to some RDFa attributes ...
1
vote
1answer
185 views
Zend Framework: Allowing Meta Properties for the HTML5 Doctype (Facebook Open Graph)
I am using the HTML5 doctype in my Zend Framework application. If I use XHTML1_RDFA as my doctype, the headMeta view helper allows me to use the appendProperty() function. I know that meta properties ...
0
votes
1answer
51 views
How do i create an RDFa definition for something like “textNode HTMLElement textNode”?
Im trying to create some custom blocks for a CMS interface based on the symfony-cmf. In order for these blocks to be edited inline with createphp/hallo i need to create RDFa mappings for them.
The ...
4
votes
3answers
287 views
What is the relationship between RDF, RDFa, Microformats and Microdata
I've done quite a bit of research but I can't understand the exact relationship between the 3. Also, now that W3C has officially recognised RDFa, would you recommend it over Microdata, taking into ...
0
votes
1answer
282 views
Google RDFa breadcrumbs
I am currently trying to implement RDFa breadcrumbs to my webpages. I think that I am following the example for multiple breadcrumbs on one page correctly, however in the testing tool and search ...
4
votes
2answers
200 views
Does anyone know why Google recommends Microdata over Microformats and RDFa?
I have researched a lot about the mark-up formats Microdata, Microformats and RDFa. Google recommend Microdata over the other two mark-ups and I want to know why. Reading a ton of documents and ...
1
vote
0answers
34 views
Create a triple and retain the meaning from a plain english statement
Need help creating triples from following sentence in such a say that the intrinsic meaning of the sentence is retained.
Bob rides cycle in Summer and drives car in winter.
Thanks,
Samir
1
vote
1answer
96 views
How do I write/format HTML with RDFa to be easily human-readable in source?
Adding RDFa is quite fun, but tends to make my source almost impossible to read, (even when the editor has decent syntax highlighting.) For instance:
<div id="me" prefix="foaf: ...
5
votes
1answer
146 views
How do I mix ontologies that describe the same object (using rdfa?)
Imagine I start using an ontology because it provides some useful vocabulary to describe an object I'm interested in, e.g. FOAF to describe a Person (me). I immediately run into two problems. I come ...
0
votes
1answer
116 views
Does Jena RDF/ model class support other RDF serialization model that RDF/XML
I wanted to know whether Jena RDF.Model Class support particular RDF serialization format or it converts any serialization formnat providing RDF data into Model.
4
votes
3answers
84 views
What is the correct way to reference RDFa namespaces in HTML5?
I'm setting up a HTML5 webpage and want to include RDFa.
I try checking the syntax with the w3 validator, and check the extracted RDF using the w3 RDFa distiller. When I declare namespaces using ...
2
votes
2answers
168 views
google plus doesn't show meta information snippet from xhtml documents
I have been fighting with this for some time now, but I cannot figure out even a why it doesn't work. Take this simple XHTML test source:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ...
3
votes
1answer
250 views
RDFa with schema.org Blog schema
I'm having trouble figuring out if I've done things right with RDFa and the schema.org Blog type. My blog used to have a list of posts that looked like this:
<h2><a ...
2
votes
4answers
263 views
Knowing what RDFA vocabulary to use
How do we know which vocabulary/namespace to use to describe data with RDFa?
I have seen a lot of examples that use xmlns:dcterms="http://purl.org/dc/terms/" or xmlns:sioc="http://rdfs.org/sioc/ns#" ...
0
votes
1answer
91 views
Annotate webpage using RDFa
RDFa based annotation of web pages when selecting a text or image in the web pages.Does any one know how to implement it.
2
votes
2answers
150 views
How to make Java-rdfa api work with Jena Api?
I am trying to write small application which will take the responce of a web -service in xhtml+xml format (Actually i am talking about dbpedia spotlight) and by using an rdf distiller (here comes ...
2
votes
1answer
113 views
Validate HTML/RDFa in Python
What's the best way to go about writing a python module that can validate HTML, especially with embedded RDFa? I'm familiar with validator.w3.org, and I'm interested in writing a custom validator ...
3
votes
2answers
274 views
RDFa, Microdata and Microformat.
RDFa, Microformats and Microdata provide easy ways to include semantic markup. Are there any other similar technologies ?
Thanks
10
votes
2answers
373 views
RDFa Vs. Microdata
RDFa in XHTML is a w3c standard. Microdata is mentioned as a HTML 5 API. My questions are:
Is microdata also a w3c standard? If yes, why we need 2 similar standards?
People say using microdata is ...
1
vote
2answers
96 views
Image Maps name attribute with XHTML+RDFa 1.0 doctype
After searching the other questions none have answered the specific issue I have.
We recently made the move to include Google's Rich Snippets to our site which involved a DocType change from XHTML ...
1
vote
1answer
27 views
What is an “empty” @about attribute?
In “RDFa in XHTML: Syntax and Processing,” Section 5.5, Step 4, the specifications say “if the element is the head or body element then act as if there is an empty @about present, and process it ...
2
votes
2answers
674 views
OWL parser for PHP?
I am asking just for clarification, may sound silly for some, but i am a newbie to semantic web world :)
From few days i have been experimenting on extracting RDF from HTML, trying to parse it and ...
2
votes
2answers
161 views
Marking up citations in HTML
Is there a somewhat standardized way to semantically mark up citations in HTML? I know that when I'm citing from a website i can do:
<q title="Article by John" ...
3
votes
3answers
486 views
How can I extract RDFa from HTML using PHP or Java?
I am a newbie, trying to learn about RDF, RDFa and stuffs related to it since few days..
My question is, consider following HTML + RDFa code .. is it possible to extract the RDF part separately? if ...
2
votes
2answers
64 views
Purpose of about=“#this” -
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 ...
0
votes
1answer
144 views
Full meaning of pound-sign / hash-mark in RDFa
Normally, in XML the #, when prefixed onto a short string of text, is used to indicate an XML "fragment." It merely tells the browser to jump to the XHTML element with that text assigned as the ID ...
0
votes
1answer
63 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
489 views
RDFa Snippet Generator from GoodRelations
I've created a RDFa snippet to use on a client's website using the GoodRelations tool. The generated code creates the tags as expected, but there's no text between the divs, for instance:
<div ...
2
votes
2answers
135 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 ...
0
votes
2answers
383 views
Google rich snippets not showing on testing tool but showing on search?
If you type in "Boyce Avenue" on Google, it shows a rich snippet of their upcoming events which I'm assuming is using Event Information. However, if you type in "boyceavenue.com/tour.html" in Google's ...
3
votes
1answer
135 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 ...
6
votes
2answers
972 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 ...
3
votes
3answers
336 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?
1
vote
0answers
120 views
Schema.org price and SPARQL
I have the following HTML with Schema.org RDFa:
<li class="product" typeof="s:Product">
<a href="item.php?id=227">
<img property="s:img" ...



