- From: Kim, Haklae <haklae.kim@deri.org>
- Date: Fri, 25 Jul 2008 10:03:47 +0100
- To: <public-lod@w3.org>, <wg@tagcommons.org>, <scot-dev@googlegroups.com>
- Message-ID: <316ADBDBFE4F4D4AA4FEEF7496ECAEF901481284@EVS1.ac.nuigalway.ie>
Hi folks, I am supposed to release the new version of SCOT ( http://scot-project.org) exporter. Before doing this, I would like to ask you whether there is better ways to define URIs in SCOT ontology. I attached two files: scot.png illustrates simple relationships among the classes and properties, and scot.rdf is an example code that is created in WordPress using the exporter. Could you please let me know if you have any idea? Thanks in advance. Haklae. ======= Example: <!-- Tagcloud class !--> <scot:TagCloud rdf:about="http://www.blogweb.co.kr/sonagi/scot/tagcloud/1"> <!-- Metadata !--> <scot:createdBy rdf:resource="http://www.blogweb.co.kr/?author=1"/> <scot:tagSpace rdf:resource="http://www.wordpress.org"/> <dc:publisher rdf:resource="http://scot-project.org"/> <dcterms:created>2008-07-25T09:39:39</dcterms:created> <scot:updated>2008-07-25T09:39:39</scot:updated> <scot:totalPosts>225</scot:totalPosts> <scot:totalTags>28</scot:totalTags> <scot:totalCooccurringTags>37</scot:totalCooccurringTags> <scot:totalTagFrequency>351</scot:totalTagFrequency> <scot:totalCooccurringFrequency>86</scot:totalCooccurringFrequency> <!-- Tagcloud Usergroup !--> <scot:hasUsergroup> <sioc:Usergroup> <sioc:has_member> <sioc:User rdf:about="http://www.blogweb.co.kr/?author=1"> <sioc:name>sonagi</sioc:name> </sioc:User> </sioc:has_member> </sioc:Usergroup> </scot:hasUsergroup> <!-- Tag class !--> <scot:contains> <scot:Tag rdf:about="http://www.blogweb.co.kr/sonagi/scot/tag/semantic web"> <tags:name>semantic web</tags:name> <scot:ownAFrequency>93</scot:ownAFrequency> <scot:ownRFrequency>26.50</scot:ownRFrequency> <scot:lastUsed>2008-07-24T02:04:27</scot:lastUsed> <scot:cooccursIn rdf:resource="http://www.blogweb.co.kr/sonagi/scot/cooccurrence/94eaebf4 ee9b8d576ecd4cc65c247495"/> </scot:Tag> </scot:contains> <!-- Tagging Activities !--> <scot:taggingActivity> <tags:Tagging rdf:about="http://www.blogweb.co.kr/?p=284#tagging"> <tags:taggedBy rdf:resource="http://www.blogweb.co.kr/?author=1"/> <tags:taggedItem rdf:resource="http://www.blogweb.co.kr/?p=284"/> <tags:taggedOn rdf:resource="2008-07-24T02:04:27"/> <tags:associatedTag rdf:resource="http://www.blogweb.co.kr/sonagi/scot/tag/web+2.0"/> <tags:associatedTag rdf:resource="http://www.blogweb.co.kr/sonagi/scot/tag/semantic+web"/> </tags:Tagging> </scot:taggingActivity> </scot:TagCloud> <!-- Cooccurrence class !--> <scot:Cooccurrence rdf:about="http://www.blogweb.co.kr/sonagi/scot/cooccurrence/94eaebf4ee9 b8d576ecd4cc65c247495"> <scot:cooccurrenceAFrequency>8</scot:cooccurrenceAFrequency> <scot:cooccurrenceRFrequency>9.30</scot:cooccurrenceRFrequency> <scot:cooccurTag rdf:resource="http://www.blogweb.co.kr/sonagi/scot/tag/web+2.0"/> <scot:cooccurTag rdf:resource="http://www.blogweb.co.kr/sonagi/scot/tag/semantic+web"/> </scot:Cooccurrence>
Attachments
Received on Friday, 25 July 2008 09:04:36 UTC