Ranking Citation Ontology

Release June 2023

This version:
https://rankingcitation.dei.unipd.it/ontology
Latest version:
https://rankingcitation.dei.unipd.it/ontology
Ontology version:
https://rankingcitation.dei.unipd.it/ontology/1.0
Authors:
Alessandro Lotta, (University of Padua)
Gianmaria Silvello, (University of Padua)
Contributors:
Publisher:
Download serialization:
TTL
License:
https://creativecommons.org/licenses/by/4.0/ License

Visualization:
Visualize with WebVowl
Cite as:
Alessandro Lotta, Gianmaria Silvello. The Unipd Ranking Citation Ontology, v1.0.

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Annotation Properties
  6. Namespace Declarations

Introduction

This is an ontology created for to be used in conjuction to the Unipd Ranking CItation Tool. Its main goal is to provide a structure to provide a rankings of the results obtained by executing a query on a specific system. It also stores important and anonymous data about the user who performed the search and the browser settings.

Classes

listc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#List

Class used to build descriptions of lists and other list-like structures.
is in domain of
belongs toop, firstop
is in range of
has resultop, restop

ranking snapshotc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/RankingSnapshot

It is the central class that indicates the Snapshot of the Ranking, encapsulating the properties of date, time and the number of pages captured
is in domain of
date timedp, from systemop, has resultop, n pagesdp
is in range of
belongs toop, producesop

search queryc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/SearchQuery

Class that specifies the query performed by the user and executed on a specific system, It includes information about the text of the query, the language and the filters used.
is in domain of
executed byop, filtersdp, languagedp, producesop, query textdp
is in range of
performsop

search resultc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/SearchResult

Each entity of this class is a result that appears during the research. The results are ordered by using the rdf:List class and contain all the relevant information about the url, title, authors publication year and current page.
is in domain of
authorsdp, current pagedp, publication yeardp, restop, titledp, urldp
is in range of
firstop

settingsc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/Settings

Class that specifies the general settings of the browser that was used. It includes information about the version, language, userOS and if the user is logged.
is in domain of
browserdp, browser languagedp, browser versiondp, is loggeddp, user o sdp
is in range of
has settingsop

systemc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/System

Indicates the system used to make a research on the web, such as Google Scholar, Google or Bing.
is in domain of
namedp
is in range of
executed byop, from systemop

userc back to ToC or Class ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/User

Class that collect information about the user. It specifies the username and uses the ORCID as id of each entity belonging to this class.
has super-classes
personc
is in domain of
performsop, user namedp

Object Properties

belongs toop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/belongsTo

Relation from a generated list to the ranking snapshot

has characteristics : functional

has domain
listc
has range
ranking snapshotc

executed byop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/executedBy

Relation that indicates on which System is performed a Search Query
has domain
search queryc
has range
systemc

firstop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#first

Instance of rdf:Property used to describe the Search Results that compose the list

has characteristics : functional

has domain
listc
has range
search resultc

from systemop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/fromSystem

Relation between Snapshot and the System in which it was captured

has characteristics : functional

has domain
ranking snapshotc
has range
systemc

has resultop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/hasResult

Immediate relation holding between Ranking Snapshot and the List generated

has characteristics : functional

has domain
ranking snapshotc
has range
listc

has settingsop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/hasSettings

Relation that connects the Search Query or the User to the Settings of the browser
has domain
search queryc or userc
has range
settingsc

performsop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/performs

Indicates which query has been performed by the user
has domain
userc
has range
search queryc

producesop back to ToC or Object Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/produces

Indicates the Ranking Snapshot resulting from a Search Query
has domain
search queryc
has range
ranking snapshotc

restop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

Relation used to build an ordering for the lists

has characteristics : functional

has domain
search resultc
has range
listc

Data Properties

authorsdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/authors

This property is used to indicate the authors of a specific search result
has domain
search resultc
has range
string

browserdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/browser

Indicates the name of the browser used for the research

has characteristics : functional

has domain
settingsc
has range
string

browser languagedp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/browserLanguage

This property specifies the language of the used browser

has characteristics : functional

has domain
settingsc
has range
string

browser versiondp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/browserVersion

This property specifies the version of the used browser

has characteristics : functional

has domain
settingsc
has range
string

current pagedp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/currentPage

The property indicates the page in which the search result is found

has characteristics : functional

has domain
search resultc
has range
int

date timedp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/dateTime

This property indicates the date and time in which the snapshot was captured

has characteristics : functional

has domain
ranking snapshotc
has range
string

filtersdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/filters

This property is used to store the filters used for the research
has domain
search queryc
has range
string

is loggeddp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/isLogged

This property is a boolean value that indicates wether the user is logged in with the browser account or not

has characteristics : functional

has domain
settingsc
has range
boolean

languagedp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/language

This property indicates the language used by the system for the search query

has characteristics : functional

has domain
search queryc
has range
string

n pagesdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/nPages

The property indicates the number of pages the user is capturing with the ranking snapshot

has characteristics : functional

has domain
ranking snapshotc
has range
int

namedp back to ToC or Data Property ToC

IRI: http://schema.org/name

This property is used to indicate the name of the System in which the search query is executed

has characteristics : functional

has domain
systemc
has range
string

publication yeardp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/publicationYear

The properties specifies the year in which a search result has been published

has characteristics : functional

has domain
search resultc
has range
g year

query textdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/queryText

Indicates the text of the query

has characteristics : functional

has domain
search queryc
has range
string

titledp back to ToC or Data Property ToC

IRI: http://schema.org/title

This property indicates the title of a Search Result

has characteristics : functional

has domain
search resultc
has range
string

urldp back to ToC or Data Property ToC

IRI: http://schema.org/url

This property indicates the url of the Search Result

has characteristics : functional

has domain
search resultc
has range
any u r i

user namedp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/userName

This property specifies the name of the user that performs the research and perform the upload in Zenodo

has characteristics : functional

has domain
userc
has range
string

user o sdp back to ToC or Data Property ToC

IRI: https://rankingcitation.dei.unipd.it/ontology/userOS

This property specifies the Operative System of the User

has characteristics : functional

has domain
settingsc
has range
string

Annotation Properties

contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/contributor

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Namespace Declarations back to ToC

default namespace
https://rankingcitation.dei.unipd.it/
0-1
http://xmlns.com/foaf/0.1/
dc
http://purl.org/dc/elements/1.1/
ontology
https://rankingcitation.dei.unipd.it/ontology/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema-org
http://schema.org/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .