@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/rains#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:computedOnDecisionThreshold a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:comment "The decision threshold the metric that produced evaluation result was computed on. Inspired by the Model Card Toolkit schema https://github.com/tensorflow/model-card-toolkit/blob/master/model_card_toolkit/schema/v0.0.1/model_card.schema.json" ; rdfs:domain ns0:EvaluationResult ; rdfs:label "computedOnDecisionThreshold" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/rains#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:computedOnDecisionThreshold
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment "The decision threshold the metric that produced evaluation result was computed on. Inspired by the Model Card Toolkit schema https://github.com/tensorflow/model-card-toolkit/blob/master/model_card_toolkit/schema/v0.0.1/model_card.schema.json" ;
    rdfs:domain ns0:EvaluationResult ;
    rdfs:label "computedOnDecisionThreshold" .