ponto:hasConviction leaf node


URI

http://www.mobr.ai/ontologies/ponto#hasConviction

Label

hasConviction

Usage

DOMAINPROPERTYRANGE
ponto:Vote ponto:hasConviction xsd:decimal

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ponto:hasConviction a owl:DatatypeProperty ;
    rdfs:domain ponto:Vote ;
    rdfs:range xsd:decimal .