Semantically Interlinked Online Communities

Source: Wikipedia, the free encyclopedia.
(Redirected from
Semantically-Interlinked Online Communities
)
SIOC project logo

Semantically Interlinked Online Communities Project (SIOC (

content management systems
, and of storage and browsing/searching systems for leveraging this SIOC data.

The SIOC vocabulary is based on

FOAF Vocabulary and the foaf:maker property. Rich content of the post (e.g., an HTML representation) can be described using the AtomOWL or RSS
1.0 Content module.

The SIOC project was started in 2004 by

W3C Member Submission.[2]

Example

<sioc:Post rdf:about="http://johnbreslin.com/blog/2006/09/07/creating-connections-between-discussion-clouds-with-sioc/">
    <dc:title>Creating connections between discussion clouds with SIOC</dc:title>
    <dcterms:created>2006-09-07T09:33:30Z</dcterms:created>
    <sioc:has_container rdf:resource="http://johnbreslin.com/blog/index.php?sioc_type=site#weblog"/>
    <sioc:has_creator>
        <sioc:UserAccount rdf:about="http://johnbreslin.com/blog/author/cloud/" rdfs:label="Cloud">
            <rdfs:seeAlso rdf:resource="http://johnbreslin.com/blog/index.php?sioc_type=user&sioc_id=1"/>
        </sioc:UserAccount>
    </sioc:has_creator>
    <foaf:maker rdf:resource="http://johnbreslin.com/blog/author/cloud/#foaf"/>
    <sioc:content>SIOC provides a unified vocabulary for content and interaction description: a semantic layer that can co-exist with existing discussion platforms.
    </sioc:content>
    <sioc:topic rdfs:label="Semantic Web" rdf:resource="http://johnbreslin.com/blog/category/semantic-web/"/>
    <sioc:topic rdfs:label="Blogs" rdf:resource="http://johnbreslin.com/blog/category/blogs/"/>
    <sioc:has_reply>
        <sioc:Post rdf:about="http://johnbreslin.com/blog/2006/09/07/creating-connections-between-discussion-clouds-with-sioc/#comment-123928">
            <rdfs:seeAlso rdf:resource="http://johnbreslin.com/blog/index.php?sioc_type=comment&sioc_id=123928"/>
        </sioc:Post>
    </sioc:has_reply>
</sioc:Post>

See also

  • DOAP
  • Online Presence Ontology
  • SKOS
  • XML

References

  1. ^ "DataPortability and John Breslin". YouTube. Archived from the original on 2021-12-13. Retrieved 18 January 2021.
  2. ^ "Obama recovery programme using technology developed at NUI Galway". Galway Advertiser. 2009-04-09. Retrieved 2022-09-08.

Further reading

External links