Haklae,
- URIs must not contain spaces (you have "/scot/tag/semantic web")
- "2008-07-24T02:04:27" is not a valid URI (used as URI object of
taggedOn)
- are any of your URIs dereferenceable?
Best,
Richard
On 25 Jul 2008, at 10:03, Kim, Haklae wrote:
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/94eaebf4ee9b8d576ecd4cc65c247495
"/>
</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/94eaebf4ee9b8d576ecd4cc65c247495
">
<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>
<scot.png><scot.rdf>