Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I found these errors on the page:
http://jena.sourceforge.net/assembler/assembler-howto.html
1) missing section: loading-assembler-classes referenced by link in "other Assembler directives"
I'd say this is trivial but I'd really like to read this section if it exists...
2) In "overview section" eg:model appears twice. I think it should be eg:opening-example instead.
I'd say it is trivial but for someone new like me this was making reading that section pretty confusing.
3) In section "content" this appears when shown as "N3"
ja:HasFileManager a rdfs:Class
; rdfs:subClassOf ja:Object
.
ja:fileManager a rdf:Property
; rdfs:domain ja:HasFileManager
; rdfs:range ja:FileManager
but when shown as condensed it is:
class ja:HasFileManager subClassOf ja:Object
domainOf ja:fileManager withRange ja:FileManager
they are not semantically the same. OK this may be trivial, but the condensed form is a little confusing.
4) link to http://jena.sourceforge.net/vocabularies/assembler.n3 is 404