#50: rdf output - minor nitpicking ------------------------+--------------------------------------------------- Reporter: maks | Owner: dom Type: enhancement | Status: new Priority: low | Component: openguides Version: 0.50 | Severity: minor Keywords: rdf | ------------------------+--------------------------------------------------- a friend of mine looked at the rdf output of london.o.o and vienna.o.o, he found 2 minor issues:
A) <rdf:Description rdf:about=""> the about should contain a link to the doc itself as the link will not change or should not change.
(Remark on irc: <@hex> BTW, as far as I know rdf:about="" is equivalent to rdf:about="URI-of-this-document", that's certainly how the RDF validator seems to interpret it.)
B) the other issue concerns dc:contributorAnonymous</dc:contributor> it should be: dc:contributorfoaf:nickAnonymous</foaf:nick></dc:contributor> see -> http://xmlns.com/foaf/0.1/
you can of course choose another FOAF Basics.
#50: rdf output - minor nitpicking --------------------------+------------------------------------------------- Reporter: maks | Owner: earle Type: enhancement | Status: assigned Priority: low | Component: openguides Version: 0.50 | Severity: minor Resolution: | Keywords: rdf --------------------------+------------------------------------------------- Changes (by earle):
* status: new => assigned * owner: dom => earle
#50: rdf output - minor nitpicking --------------------------+------------------------------------------------- Reporter: maks | Owner: earle Type: enhancement | Status: assigned Priority: low | Component: openguides Version: 0.50 | Severity: minor Resolution: | Keywords: rdf --------------------------+------------------------------------------------- Comment (by earle):
A) <rdf:Description rdf:about="">
What you quoted me saying on IRC was accurate, so this doesn't need to change.
B) the other issue concerns dc:contributorAnonymous</dc:contributor>
it should be: dc:contributorfoaf:nickAnonymous</foaf:nick></dc:contributor>
That wouldn't validate as both are properties, and thus the RdfStriping would be wrong. However, the following is valid, and I have changed OpenGuides::RDF appropriately.
<dc:contributor foaf:nick="Anonymous" />
#50: rdf output - minor nitpicking --------------------------+------------------------------------------------- Reporter: maks | Owner: earle Type: enhancement | Status: assigned Priority: low | Component: openguides Version: 0.50 | Severity: minor Resolution: | Keywords: rdf --------------------------+-------------------------------------------------
#50: rdf output - minor nitpicking --------------------------+------------------------------------------------- Reporter: maks | Owner: earle Type: enhancement | Status: closed Priority: low | Component: openguides Version: 0.50 | Severity: minor Resolution: fixed | Keywords: rdf --------------------------+------------------------------------------------- Changes (by earle):
* resolution: => fixed * status: assigned => closed
Comment:
(In [726]) fixes #50
openguides-tickets@lists.openguides.org