ANN: update the SCOT Exporter for WordPress
We released the SCOT Exporter for WordPress v0.6.
Some functionalities are changed and added:
- scot.rdf is located in “http://yourhost/scot/scot.rdf”
- skos:narrower and skos:broader property
- scot:tagspace property
- scot:totalPosts
- scot:totalTags
- scot:totalTagFrequency
- scot:Cooccurrences
- scot:CooccurFrequency
- rdfs:seealso for tag navigation
The main change is that broader-narrower relationship can be automatically represented in a scot ontology. It is based on a tag frequencies and its co-occurrence frequencies.
In addition, there is a simple linking method between a tag and a resouce using scot ontology. For instance, if there is ‘web‘ as a tag it will be represented
scot:Tag rdf:about=”http://yourhost/tag/web”
Also it has rdfs:label like “http://yourhost/scot/tag.php?tag=web” to be linked to resources in your blog. It is very simple method to combine tag-resource based on scot ontology. We have a plan to improve the method in next version.
Please test it and feel free to give any comment.
