Cross reference for [Ontology Name] classes, properties and dataproperties back to ToC

This section provides details for each class and property defined by [Ontology Name].

Classes

Globalc back to ToC or Class ToC

IRI: https://w3id.org/okn/o/sosen#Global

An object to store global information. Currently, it only stores the total number of software objects in the graph.
is in domain of
total software count dp

Keywordc back to ToC or Class ToC

IRI: https://w3id.org/okn/o/sosen#Keyword

A keyword, which can appear in the keyword list, title, or description of a software. It also stores the number of documents that this keyword appears in, which can be used to compute the document frequency of the keyword, a part of the computation for the tf-idf score.
is in domain of
total number of descriptions in dp, total number of keyword lists in dp, total number of titles in dp
is in range of
has description keyword op, has keyword op, has title keyword op, keyword op

Qualified Keywordc back to ToC or Class ToC

IRI: https://w3id.org/okn/o/sosen#QualifiedKeyword

This stores information about the edge between a Sofware and a Keyword. It says how many times that keyword appears in the keyword list, the title, and the description.
is in domain of
in description count dp, in keyword count dp, in title count dp, keyword op, software op

Object Properties

has description keywordop back to ToC or Object Property ToC

IRI: https://w3id.org/okn/o/sosen#hasDescriptionKeyword

has domain
software c
has range
Keyword c
is also defined as
data property

has keywordop back to ToC or Object Property ToC

IRI: https://w3id.org/okn/o/sosen#hasKeyword

has domain
software c
has range
Keyword c

has title keywordop back to ToC or Object Property ToC

IRI: https://w3id.org/okn/o/sosen#hasTitleKeyword

A keyword that has been extracted from the title of the software
has domain
software c
has range
Keyword c

keywordop back to ToC or Object Property ToC

IRI: https://w3id.org/okn/o/sosen#keyword

This is the keyword that a QualifiedKeyword object is refering to
has domain
Qualified Keyword c
has range
Keyword c

softwareop back to ToC or Object Property ToC

IRI: https://w3id.org/okn/o/sosen#software

The software that a QualifiedKeyword object is refering to.
has domain
Qualified Keyword c
has range
software c

Data Properties

description keyword countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#descriptionKeywordCount

The number of keywords that were extracted from the software description
has domain
software c
has range
integer

in description countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#inDescriptionCount

The number of times the keyword appears in the description of the software
has domain
Qualified Keyword c
has range
integer

in keyword countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#inKeywordCount

The number of times the keyword appears in the keyword list of the software (in this case, it is either 0 or 1)
has domain
Qualified Keyword c
has range
integer

in title countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#inTitleCount

The number of times the keyword appears in the title of the software
has domain
Qualified Keyword c
has range
integer

keyword countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#keywordCount

The number of keywords in the keyword list of a software
has domain
software c
has range
integer

title keyword countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#titleKeywordCount

The number of keywords that were extracted from the title
has domain
software c
has range
integer

total number of descriptions indp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#totalDescriptionInCount

The number of software descriptions that this keyword appears in.
has domain
Keyword c
has range
integer

total number of keyword lists indp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#totalKeywordInCount

This is the number of keyword lists that this keyword appears in. The keyword list is a manual set of keywords that describe the software, which can be extracted from GitHub.
has domain
Keyword c
has range
integer

total number of titles indp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#totalTitleInCount

For a Keyword, this is the total number of titles that that keyword appears in.
has domain
Keyword c
has range
integer

total software countdp back to ToC or Data Property ToC

IRI: https://w3id.org/okn/o/sosen#totalSoftwareCount

The total number of software objects that are present in the graph. This is used in order to computer document frequency (the "df" in "tf-idf") of keywords.
has domain
Global c
has range
integer

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals