python中的SPARQL查询错误(第一个示例)

时间:2017-05-19 06:00:37

标签: python-2.7 sparql

"styles": [
        "app.scss"
      ],

注意: - "dependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@angular/router": "^4.0.0", "bootstrap": "^4.0.0-alpha.6", "core-js": "^2.4.1", "ngx-bootstrap": "^1.6.6", "rxjs": "^5.1.0", "zone.js": "^0.8.4" 位于同一目录

错误是: -

  

Traceback(最近一次调用最后一次):文件“C:/Python27/exmpl/four.py”,   第6行,在       g.load( “chck.rdf”)

     

文件“C:\ Python27 \ lib \ site-packages \ rdflib \ graph.py”,第1046行,   加载       self.parse(source,publicID,format)

     

文件“C:\ Python27 \ lib \ site-packages \ rdflib \ graph.py”,第1039行,   解析       parser.parse(source,self,** args)

     

文件   “C:\ Python27 \ lib \ site-packages \ rdflib \ plugins \ parsers \ rdfxml.py”,line   577,解析       self._parser.parse(源)

     

文件“C:\ Python27 \ lib \ xml \ sax \ expatreader.py”,第110行,解析       xmlreader.IncrementalParser.parse(self,source)

     

文件“C:\ Python27 \ lib \ xml \ sax \ xmlreader.py”,第123行,解析       self.feed(缓冲液)

     

文件“C:\ Python27 \ lib \ xml \ sax \ expatreader.py”,第217行,在Feed中       self._err_handler.fatalError(EXC)

     

文件“C:\ Python27 \ lib \ xml \ sax \ handler.py”,第38行,在fatalError中       提出异常

     

SAXParseException:file:/// C:/Python27/exmpl/chck.rdf:132:19:not not   格式良好(无效令牌)

0 个答案:

没有答案