|
From: Richard C. <ri...@cy...> - 2006-04-11 12:08:35
|
Hi, Parsing the Prot=E9g=E9 Camera ontology (available at http://=20 protege.stanford.edu/plugins/owl/owl-library/camera.owl ) produces =20 several notices in RdfParser: Notice: Undefined index: first_blank_node_id in /Users/richard/=20 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 =3D ModelFactory::getDefaultModel(); $model->load('http://protege.stanford.edu/plugins/owl/owl-library/=20 camera.owl'); ?> I'm running this with PHP 4.3.4 on OS X. Best, Richard= |