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.
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.