Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 809 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 809 Bytes

Repository for the PSR\RDF candidate

Based on the following specification: https://github.com/SaftIng/fig-standards/blob/psr-rdf/proposed/rdf/rdf.md

Interface According Class
Node -
BlankNode BlankNodeImpl
Literal LiteralImpl
NamedNode NamedNodeImpl
Statement StatementImpl
NodeFactory NodeFactoryImpl
- AnyPatternImpl
StatementIterator ArrayStatementIteratorImpl

Acknowledgement

All interfaces and classes are originally from the Saft project.