Vocabulary for Ranking (vRank)

RDF/XML version of this vocabulary. Turtle version of this vocabulary.

Authors:

Andreas Thalhammer (STI Innsbruck)
Antonio J. Roa-Valverde (STI Innsbruck)
Ioan Toma (STI Innsbruck)

Last update:

05 June 2012

Namespace URI:

http://purl.org/voc/vrank#

Abstract

The Vocabulary for Ranking (vRank) is an RDF Schema vocabulary for materializing ranking computations.

All terms at a glance

Overview diagram

This vocabulary has been imported from a file.

Classes

Class: vrank:Algorithm

algorithmA ranking algorithm used to compute the ranking scores associated with an item (vrank:Rank).

URI:
http://purl.org/voc/vrank#Algorithm
Properties include:
vrank:hasFeature, vrank:hasParameter, vrank:hasName
Used with:
vrank:computedBy

Class: vrank:Feature

featureA feature of a vrank:Algorithm such as Granularity, RankingFactor, etc.

URI:
http://purl.org/voc/vrank#Feature
Properties include:
vrank:featureId, vrank:featureValue
Used with:
vrank:hasFeature

Class: vrank:Parameter

parameterA parameter of a vrank:Algorithm such as number of iterations or damping factor.

URI:
http://purl.org/voc/vrank#Parameter
Properties include:
vrank:paramId, vrank:paramValue
Used with:
vrank:hasParameter

Class: vrank:Rank

rankRepresents a ranking score associated with an item.

URI:
http://purl.org/voc/vrank#Rank
Properties include:
vrank:computedBy, vrank:hasRankTimeStamp, vrank:rankValue
Used with:
vrank:hasRank

Properties

Property: vrank:computedBy

computed byA vrank:Rank is computed by an vrank:Algorithm.

URI:
http://purl.org/voc/vrank#computedBy
Domain:
vrank:Rank
Range:
vrank:Algorithm

Property: vrank:featureId

feature idThe id associated to a vrank:Feature.

URI:
http://purl.org/voc/vrank#featureId
Type:
owl:FunctionalProperty
Domain:
vrank:Feature
Range:
xsd:string

Property: vrank:featureValue

feature valueThe value associated to a vrank:Feature.

URI:
http://purl.org/voc/vrank#featureValue
Type:
owl:FunctionalProperty
Domain:
vrank:Feature
Range:
xsd:string

Property: vrank:hasFeature

has featureTODO.

URI:
http://purl.org/voc/vrank#hasFeature
Domain:
vrank:Algorithm
Range:
vrank:Feature

Property: vrank:hasName

has nameA vrank:Algorithm has a name.

URI:
http://purl.org/voc/vrank#hasName
Type:
owl:FunctionalProperty
Domain:
vrank:Algorithm
Range:
xsd:string

Property: vrank:hasParameter

has parameterTODO.

URI:
http://purl.org/voc/vrank#hasParameter
Domain:
vrank:Algorithm
Range:
vrank:Parameter

Property: vrank:hasRank

has rankA subject, property or object hasRank a vrank:Rank.

URI:
http://purl.org/voc/vrank#hasRank
Domain:
owl:Thing
Range:
vrank:Rank

Property: vrank:hasRankTimeStamp

has rank timestampThe time when a vrank:Rank was computed.

URI:
http://purl.org/voc/vrank#hasRankTimeStamp
Type:
owl:FunctionalProperty
Domain:
vrank:Rank
Range:
xsd:datetime

Property: vrank:paramId

parameter idThe id associated to a vrank:Parameter.

URI:
http://purl.org/voc/vrank#paramId
Type:
owl:FunctionalProperty
Domain:
vrank:Parameter
Range:
xsd:string

Property: vrank:paramValue

parameter valueThe value associated to a vrank:Parameter.

URI:
http://purl.org/voc/vrank#paramValue
Type:
owl:FunctionalProperty
Domain:
vrank:Parameter
Range:
xsd:string

Property: vrank:rankValue

has rank valueThe numerical value associated to a vrank:Rank.

URI:
http://purl.org/voc/vrank#rankValue
Type:
owl:FunctionalProperty
Domain:
vrank:Rank
Range:
xsd:float