#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" />