コード例 #1
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->nsp = array($this->rdf => 'rdf');
 }
コード例 #2
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->base = 'http://cb.semsol.org/';
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->default_ns = $this->base . 'ns#';
     $this->nsp = array($this->rdf => 'rdf');
 }