Example

0 views
Skip to first unread message

Jan Torben Heuer

unread,
Feb 29, 2008, 10:25:50 AM2/29/08
to scot...@googlegroups.com
Hi,

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

signature.asc

sonagi Kim

unread,
Feb 29, 2008, 8:22:28 PM2/29/08
to scot...@googlegroups.com
Hi, Jan.

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.

Yes. The example you mentioned is Newman's Tag Ontology. SCOT doesn't have a Tagging class. 

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?

But, we will extend SCOT to link Tag Ontology. Please see http://scot-project.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.


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?

The following code is not stable at this time, but you can start to get some ideas to generate SCOT instances.

<scot:Tagcloud>
 <scot:taggingActivity>
  <tags:Tagging rdf:about="http://www.blogweb.co.kr/scot/tagging/12">
   <scot:taggedItem rdf:resource="http://www.blogweb.co.kr/?q=6"/>
   <tags:taggedBy rdf:resource="http://www.blogweb.co.kr=sioc/user/1%23_user"/>
   <tags:associatedTag rdf:resource="http://www.blogweb.co.kr/tag/web"/>
   or
   <scot:tagUsed rdf:resource="http://www.blogweb.co.kr/tag/web"/>
   <tags:taggedOn>2008-02-17</tag:taggedOn>
  </tags:Tagging>
 </scot:taggingActivity>
 <scot:contains>
  <scot:Tag rdf:about="http://www.blogweb.co.kr/scot/tag/web">
   <rdfs:seeAlso rdf:resource="http://www.blogweb.co.kr/scot/tag.php?tag=web"/>
   <scot:taglabel>SemanticWeb</scot:taglabel>
   <scot:ownAFrequency>113</scot:ownAFrequency>
   <scot:ownRFrequency>38.70</scot:ownRFrequency>
   <scot:lastUsedDate>2008-01-30T00:15:27</scot:lastUsedDate>
   <skos:narrower rdf:resource="http://www.blogweb.co.kr/scot/tag/blog"/>
   <scot:aggregatedTag rdf:resource="http://www.blogweb.co.kr/tag/web"/>
   <scot:tagOf rdf:resource="http://www.blogweb.co.kr/?q=6"/>
  </scot:Tag>
 <scot:contains>
</scot:Tagcloud>
 
I hope this is helpful for you.
regards,
Hak Lae

Jan Torben Heuer

unread,
Mar 3, 2008, 9:57:36 AM3/3/08
to scot...@googlegroups.com
On Saturday 01 March 2008 02:22:28 sonagi Kim wrote:

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?

signature.asc

Sonagi Kim

unread,
Mar 3, 2008, 3:17:13 PM3/3/08
to scot...@googlegroups.com
Hi, Jan.

I'm attending in BlogTalk 2008 now.
I have changed the vocabularies, but I need to check it again.
I will update the schema on the server within this week. I will let you know.
Sorry for delay.
Is it fine for you?

best,
haklae

2008/3/3, Jan Torben Heuer <ma...@jtheuer.de>:

Jan Torben Heuer

unread,
Mar 3, 2008, 4:15:37 PM3/3/08
to scot...@googlegroups.com
On Monday 03 March 2008 21:17:13 Sonagi Kim wrote:
> Hi, Jan.
>
> I'm attending in BlogTalk 2008 now.
> I have changed the vocabularies, but I need to check it again.
> I will update the schema on the server within this week. I will let you
> know.
> Sorry for delay.
> Is it fine for you?

No problem and thanks for your effort!

signature.asc
Reply all
Reply to author
Forward
0 new messages