klms:hasMetrics leaf node


URI

http://stelar-project.eu/klms#hasMetrics

Label

TaskExecution - hasMetrics

Description

A metric associated with a TaskExecution and represented as key/value pair.

Usage

DOMAINPROPERTYRANGE
klms:TaskExecution klms:hasMetrics klms:KeyValuePair

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

:hasMetrics a owl:ObjectProperty ;
    rdfs:label "TaskExecution - hasMetrics"@en ;
    dcterms:identifier "klms:hasMetrics" ;
    vann:usageNote "Optional property. This property links a TaskExecution with one or more metrics (e.g., precision, recall, RMSE, time), each represented as a key/value pair."@en ;
    rdfs:comment "A metric associated with a TaskExecution and represented as key/value pair."@en ;
    rdfs:domain :TaskExecution ;
    rdfs:range :KeyValuePair .