From: SourceForge.net <no...@so...> - 2006-04-26 16:29:43
|
Bugs item #1477061, was opened at 2006-04-26 18:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=503361&aid=1477061&group_id=63257 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parsers Group: Current CVS Status: Open Resolution: None Priority: 3 Submitted By: Richard Cyganiak (cyganiak) Assigned to: Nobody/Anonymous (nobody) Summary: PHP generates notice when parsing RDF/XML Initial Comment: Here's the first bug for the new tracker :-) Parsing the Protégé Camera ontology (available at http:// protege.stanford.edu/plugins/owl/owl-library/camera.owl ) produces several notices in RdfParser: Notice: Undefined index: first_blank_node_id in /Users/richard/rap/ htdocs/rdfapi-php/api/syntax/RdfParser.php on line 1877 Here's some simple code to show the problem: <?php define("RDFAPI_INCLUDE_DIR", "rdfapi-php/api/"); include(RDFAPI_INCLUDE_DIR . "RdfAPI.php"); $model = ModelFactory::getDefaultModel(); $model->load('http://protege.stanford.edu/plugins/owl/owl-library/ camera.owl'); ?> I'm running this with PHP 4.3.4 on OS X. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=503361&aid=1477061&group_id=63257 |