function __init()
 {
     /* reader */
     parent::__init();
     $this->srx = 'http://www.w3.org/2005/sparql-results#';
     $this->nsp[$this->srx] = 'srx';
     $this->allowCDataNodes = 0;
 }
Ejemplo n.º 2
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->triples = array();
     $this->target_encoding = '';
     $this->t_count = 0;
     $this->added_triples = array();
     $this->skip_dupes = false;
     $this->bnode_prefix = $this->v('bnode_prefix', 'arc' . substr(md5(uniqid(rand())), 0, 4) . 'b', $this->a);
     $this->bnode_id = 0;
     $this->cache = array();
     $this->allowCDataNodes = 0;
 }
Ejemplo n.º 3
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->triples = array();
     $this->target_encoding = '';
     $this->t_count = 0;
     $this->added_triples = array();
     $this->skip_dupes = false;
     $this->bnode_prefix = $this->v('bnode_prefix', 'arc' . substr(md5(uniqid(rand())), 0, 4) . 'b', $this->a);
     $this->bnode_id = 0;
     $this->auto_extract = $this->v('auto_extract', 1, $this->a);
     $this->extracted_formats = array();
     $this->cache = array();
     $this->detected_formats = array();
 }
Ejemplo n.º 4
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->default_sem_html_formats = 'dc openid erdf rdfa posh-rdf microformats';
     $this->triples = array();
     $this->target_encoding = '';
     $this->t_count = 0;
     $this->added_triples = array();
     $this->skip_dupes = false;
     $this->bnode_prefix = $this->v('bnode_prefix', 'arc' . substr(md5(uniqid(rand())), 0, 4) . 'b', $this->a);
     $this->bnode_id = 0;
     $this->auto_extract = $this->v('auto_extract', 1, $this->a);
     $this->extracted_formats = array();
     $this->cache = array();
     $this->detected_formats = array();
     $this->keep_cdata_ws = $this->v('keep_cdata_whitespace', 0, $this->a);
 }