could someone give me an example of scot?
I found this on the website:
<http://example.com/blog/post/1> a tags:Tagging, rss:item ;
rss:title "My first blog post"@en ;
rss:description "Some body text."@en ;
rss:link <http://example.com/blog/post/1> ;
tags:associatedTag tag:blog, tag:chimpanzee ;
tags:taggedBy <http://example.com/People/Jim> ;
tags:taggedResource <http://example.com/blog/post/1> ;
tags:taggedOn "2005-03-29T15:24:10Z"^^xsd:date ] .
but I cannot find tags:Tagging in the schema.
As I'm just starting with owl/rss and especially the tagging concepts I may be
totally wrong. I want to create a SCOT ontology for some resources but I'm not
shure how to start. Thought I need a tags:Tagging instance, or is just an
rss:item fine, too?
I'm currently playing around with elmo/sesame as java persistence framework
and I want to generate some example scot ontologies. But I don't know where
to start yet. Maybe I have compiled the wrong schema? I downloaded it last
week from the website. I could post details but I doubt someone is using elmo
or sesame here, right?
Jan
--
Jan Torben Heuer mailto: ma...@jtheuer.de
jabber: jth...@jabber.org
Münster rockt! http://www.jtheuer.de
I found this on the website:
<http://example.com/blog/post/1> a tags:Tagging, rss:item ;
rss:title "My first blog post"@en ;
rss:description "Some body text."@en ;
rss:link <http://example.com/blog/post/1> ;
tags:associatedTag tag:blog, tag:chimpanzee ;
tags:taggedBy <http://example.com/People/Jim> ;
tags:taggedResource <http://example.com/blog/post/1> ;
tags:taggedOn "2005-03-29T15:24:10Z"^^xsd:date ] .
but I cannot find tags:Tagging in the schema.
As I'm just starting with owl/rss and especially the tagging concepts I may be
totally wrong. I want to create a SCOT ontology for some resources but I'm not
shure how to start. Thought I need a tags:Tagging instance, or is just an
rss:item fine, too?
I'm currently playing around with elmo/sesame as java persistence framework
and I want to generate some example scot ontologies. But I don't know where
to start yet. Maybe I have compiled the wrong schema? I downloaded it last
week from the website. I could post details but I doubt someone is using elmo
or sesame here, right?
Hallo,
> But, we will extend SCOT to link Tag Ontology. Please see
> http://scot-project.org/2008/03/01/scot-will-be-changed/.<http://scot-proje
>ct.org/2008/03/01/scot-will-be-changed/> You can find more details how to
> use both Tag Ontology and SCOT for describing tagging activities.
>
Ok, then I was wrong. SCOT is not yet designed to describe a taggingActivity
(a set of user, resource, tags) but will be when the tag ontotolgy has been
integrated?
Do you have an idea when it is finished? Or can I access a beta version of the
schema? Is there a repository available?
No problem and thanks for your effort!