About this trail:
The class implements an event-driven interface for parsing RDF, when an RDF statement is found a handler defined by you (a PHP function) will be called and you can do whatever you want with the RDF triple (subject,predicate,object).
1
3
4
5
6
8
9
The class implements an event-driven interface for parsing RDF, when an RDF statement is found a handler defined by you (a PHP function) will be called and you can do whatever you want with the RDF triple (subject,predicate,object).




