Tagging HTML with RDF

D

drcode

Hi everyone- I need a quick pointer from someone on how to mark up HTML
with RDF tags. Suppose, for instance, on my web page, I had the
sentence:

"Last Wednesday I ate a turkey sandwich at Subway"

Now suppose I wanted to link this up to a common RDF ontologies that
contains food items, such as the one at

"http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine.rdf"

Is there a "correct" or at least sensible way of doing this? For
instance, would it be correct to say the following in the HTML:

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:food="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine.rdf">
Last Wednesday I ate a <food:LightMeatFowlCourse>turkey
sandwich</food:LightMeatFowlCourse> at Subway
</rdf:RDF>

(note the tags around the text for the sandwich)

If this is not correct, where can I find out how to properly mark up
HTML with RDF? The standard RDF resources I was able to find do not
seem to address this particular question- I can find info on how to
mark up an ENTIRE web page, but not a specific text fragment.

Any pointers are appreciated!

Conrad Barski, M.D.
 
D

drcode

I have found some info dealing with this issue, for anyone
interested...

The answer is to use the same techniques commonly used for laying out
an entire web page, but to use bookmarks (using <a name...>) or
XPointer queries to refer to subsections in the document- No RDF is
stored at the actual locations of the text fragments in the body text.

For an example, search for "#XPointer" in the following doc:

http://ubaccess.com/lisa/rdf-tech-src-july.html

Conrad Barski, M.D.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top