PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • 5556 virtual ReadResult readImage(const std::string& file, const osgDB::ReaderWriter::Options*)57 { 58 std::string ext = osgDB::getLowerCaseFileExtension(file);59 if (!acceptsExtension(ext)) return ReadResult::FILE_NOT_HANDLED;6061 std::string fileName = osgDB::findDataFile( file );62 if (fileName.empty()) return ReadResult::FILE_NOT_FOUND;63 64 // if the file is a movie file then load as an Image
http://www.w3.org/ns/prov#wasQuotedFrom
  • openscenegraph.org