资 源 简 介
This project presently consists of a vBulletin2RDF.php script.
This script extracts text from the archive view of vBulletin boards and writes out an RDF version of the captured information. The RDF uses the SIOC vocabulary.
The script can consume one or more keywords. If there are no keywords then we output all the threads, posts and content. If there are keywords then we output only those threads, posts and content where one or more of the keywords appears in the content.
The sioc:topic property connects posts to keywords. Since sioc:topic is an owl:ObjectProperty, we form an individual http://www.example.org#your_keyword. You can edit the script to change the namespace.