ARP Features
- Java based RDF parser.
- Compliant with latest working group recommendations.
- Compliant with following standards and recommendations:
- daml:collection
-
rdf:parseType='daml:collection' is supported.
- xml:lang
- xml:lang
is fully supported, both in RDF/XML and any
document embedding RDF/XML.
Moreover, the language tags are checked against
RFC1766,
RFC3066, ISO639-1,
ISO3166.
(There is an outstanding issue to do with
ISO639-2
incompatibility:
Xerces, and hence ARP, rejects
three character language identifiers like "rom", i.e. Romany).
- xml:base
- xml:base
is fully supported, both in RDF/XML and any
document embedding RDF/XML.
- URI
- All URI references are checked
against RFC2396.
- XML Names
- All rdf:ID and rdf:BagID's are checked against
the XML Names specification.
- International URI refs
- rdf:about, rdf:aboutEach, rdf:ID and rdf:BagID's are processed according to
the Character Model working draft.
- Relative Namespace URI references
- Namespace URI references are checked in light of
the W3C XML Plenary
decision.
- aboutEach
- rdf:aboutEach is supported for all containers, including
ones of user-defined types.
- Command-line as RDF/XML to N-Triple filter.
- Command-line RDF/XML error checking.
- Can be used independently of Jena, with customizable StatementHandler.
- Highly configurable error processing.
- Xerces based XML parsing.
- Processes both standalone and embedded RDF/XML.
- Streaming parser, suitable for large files.