Closed
Bug 447948
Opened 17 years ago
Closed 16 years ago
RDFa not parsed correctly when loaded from local disk
Categories
(Mozilla Labs :: Operator, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andraz.tori1, Assigned: mkaply)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Firefox/2.0 (Debian-3.0.1-1)
Build Identifier: iceweasel 3.0.1 / Operator 0.9.3
It is wierd, but this RDFa example (in the url) does not parse any triplets when loaded from local file, but triples are just fine when loaded as http://...
Reproducible: Always
Steps to Reproduce:
1.save http://code.zemanta.com/~minmax/example_3.html to disk
2.load with iceweasel
3.check the debug information about parsed triples
Actual Results:
no triples shown
Expected Results:
Something along (with url replaces with file://):
<http://code.zemanta.com/~minmax/example_3.html> <http://www.w3.org/1999/xhtml/vocab#stylesheet> <http://s9.smrtlnks.com/css/bluelink-window.css> .
_:a0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://semantictags.org/stag/1.0/Tag> .
_:a0 <http://semantictags.org/stag/1.0/wiki> <http://dbpedia.org/resource/Phoenix_(spacecraft)> .
_:a0 <http://semantictags.org/stag/1.0/label> "Phoenix Mars Lander" .
_:span0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://semantictags.org/stag/1.0/Tag> .
_:span0 <http://semantictags.org/stag/1.0/wiki> <http://dbpedia.org/resource/Mars> .
_:span0 <http://semantictags.org/stag/1.0/label> "Martian surface" .
| Assignee | ||
Comment 1•16 years ago
|
||
The issue here is actually that we don't know what the labels are for these RDF. I'm putting in code that makes this work.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•