RdfExtract

From Creative Commons
Jump to: navigation, search


rdfExtract is a pluggable Python class for extracting RDF from blocks of text. A simple extractor, regex_extractor, which uses regexes to search the provided block of text, is supplied. Additional extraction functions may be specified in the constructor or by appending them to the extractors attribute after instantiation. Status

rdfExtract is currently under development and may change significantly in the future. Future plans include:

  • more verbose extractor function signature (support URLs, etc)
  • ability to wrap the returned RDF in a Python-ic object (like a generic implementation of CcRdf).

Resources

License

rdfExtract is copyright 2004-2005, Nathan R. Yergler, and is licensed under the MIT License.