Social Semantic Collaborative Filtering Ontology

SSCF Ontology (see http://s3b.corrib.org/sscf/0.2/ for more information) describes objects and properties that are used by Social Semantic Collaborative Filtering.
SSCF is a personal knowledge management system. User builds a personal hierarchy of directories (personal taxonomy) and fills it with a links to interesting resources (web bookmarks, MultiBeeBrowse bookmarks). Users can share the gathered knowledge with others by importing others' directories. System provides also an import feature - one can import resources stored in different bookmarking system (like del.icio.us)

SSCF Ontology Index

An alphabetical index of SSCF Ontology terms, by class (concepts) and by property (relationships, attributes):

Classes:

Properties:

Cross-reference for SSCF Ontology classes and properties

An alphabetical index of SSCF Ontology terms, by class (categories or types) and by property. All the terms are hyperlinked to their detailed description for quick reference.

Class: sscf:Directory

Special kind of Resource. Resource that holds other resources creates tree structure.

sub-class-of:
sscf:Resource
in-domain-of:
sscf:isInSuggested, sscf:inDomain, sscf:hasTag, sscf: importedFrom,
sscf:accesibleTo, sscf:follows
in-range-of:
sscf:isInSuggested, sscf:removedSuggested, sscf:isIn

Class: sscf:Evaluation

Holds the evaluation information

in-domain-of:
sscf:value
in-range-of:
sscf:isEvaluatedWith

Class: sscf:HexResource

Resource which is a link to the search in MultiBeeBrowse.

sub-class-of:
sscf:Resource

Class: sscf:ImportedResource

Special kind of WebResource. URL which is a link to bookmark and is imported from a bookmarking source.

sub-class-of:
sscf:WebResource

Class: sscf:Resource

SSCF resource. It is generic bookmark. All resources that does not have specified type and should be treated as a bookmark should be instance of this class.

in-domain-of:
sscf:issuedBy, sscf:isEvaluatedWithrdfs:label, sscf: resourceHits,
rdfs:comment, sscf:isIn
in-range-of:
sscf:follows

Class: sscf:Tagger

Special kind of Directory. Resource that holds the information about tagger account. This is also Directory that may contain other resources (with isIn property).

sub-class-of:
sscf:Directory

Class: sscf:Term

A word or phrase that is recognizable by people and computers

in-domain-of:
rdfs:label
in-range-of:
sscf:hasTag

Class: sioc:Post

SSCF ontology uses Post concept from SIOC ontology to capture community contributed textual annotations.

in-domain-of:
sscf:annotates

Class: sscf:WebResource

Special kind of Resource. Resource which is a link to the page in a Web, URL.

sub-class-of:
sscf:Resource
in-domain-of:
rdfs:seeAlso

Property: sscf:accesibleTo

Holds the resource access policy, e.g., a FOAFRealm realm rule:
F[mailto:foo@bar.com]1.4

OWL Type:
DatatypeProperty
Domain:
sscf:Directory
Range:
xsd:string

Property: sscf:annotates

Links resource with its annotation.

OWL Type:
ObjectProperty
Domain:
sioc:Post
Range:
sscf:Resource

Property: sscf:createdBy

Points to Person that create the Resource

OWL Type:
ObjectProperty
Domain:
sscf:Resource
Range:
foaf:Person

Property: sscf:follows

Indicates that resource follows other resource, opposite to isIn.

Inverse:
sscf:isIn
OWL Type:
ObjectProperty
Domain:
sscf:Directory
Range:
sscf:Resource

Property: sscf:hasTag

Informs if there is a tag (Term) assigned to the Directory

OWL Type:
ObjectProperty
Domain:
sscf:Directory
Range:
sscf:Term

Property: sioc:has_container

Used by Annotation module to export data. Represents the following properties: rdf:type, sscf:annotates, sscf:isEvaluatedWith.

Property: sioc:has_creator

  • Used by Annotation module to export data. Shows the creator/owner of sscf:Resource, sscf:Evaluation or sioc:Post
  • Used to keep Creator of the Evaluation (Domain - sscf:Evaluation, Range - foaf:Person)

The sioc:has_creator property links a Post to its author's User account. Thus, we can follow the link from the post to the creator and locate the other posts by the same User.

The community can be seen as a network of posts with users linked to each post, and there is also a network of other posts created by a given user stemming from there. We can use this information in community sites to locate more contributions by the given author.

Property: sioc:has_host

Used by Annotation module to export data. Represents jeromedl:publishedAt (in case the using with JeromeDL instance) or sscf:isIn (for relation between main and subdirectory)

Property: sioc:has_reply

Represents the connections between sioc:Posts (one annotation can be an answer to the other). Also used to export data.

Property: sioc:properties

Used by Annotation module to export data. Represents the properties of sscf:Resource, sscf:Evaluation or sioc:Post

Property: sscf:importedFrom

Shows if the Directory was imported. Shows the location from which the Directory was imported.

OWL Type:
ObjectProperty
Domain:
sscf:Directory, sscf:ImportedResource

Property: sscf:inDomain

Defines in which domain is the given directory. (Currently deprecated)

OWL Type:
ObjectProperty
Domain:
sscf:Directory
Range:
skos:Concept

Property: sscf:isEvaluatedWith

Shows by which object the given Resource was annotated.

OWL Type:
ObjectProperty
Domain:
sscf:Resource
Range:
sscf:Evaluation

Property: sscf:isIn

Points to the super directory. This is the mean to create tree structure.

Inverse:
sscf:follows
OWL Type:
ObjectProperty
Domain:
sscf:Resource
Range:
sscf:Directory

Property: sscf:isInSuggested

- Indicates that the Directory is suggested to be placed in another Directory.

OWL Type:
ObjectProperty
Domain:
sscf:Directory
Range:
sscf:Directory

Property: sscf:issueDate

Holds the date of creation of the Resource

OWL Type:
DatatypeProperty
sub-property-of:
dc:date
Range:
xsd:dateTime

Property: sscf:removedSuggested

Indicates if the Directory should no be placed again in some other Directory as a suggested Directory.

OWL Type:
ObjectProperty
Domain:
sscf:Directory
Range:
sscf:Directory

Property: sscf:resourceHits

Indicates how many times the Resource was opened or clicked.

OWL Type:
DatatypeProperty
Domain:
sscf:Resource
Range:
xsd:int

Property: sscf:value

Holds the value of the evaluation.

OWL Type:
DatatypeProperty
Domain:
sscf:Evaluation
Range:
xsd:float