@prefix rdf: . @prefix nif: . @prefix owl: . nif:oliaConf rdf:type owl:DatatypeProperty ; owl:versionInfo "0.2.0" . @prefix rdfs: . nif:oliaConf rdfs:comment "The confidence is relative to the tool and can be between 0.0 and 1.0, it is for nif:oliaLink and therefore also for nif:oliaCategory.\n Changelog:\n 0.2.0 merged confidence for category and link\n "@en ; rdfs:domain nif:String ; rdfs:label "Confidence of OLiA tag" . @prefix xsd: . nif:oliaConf rdfs:range xsd:decimal . @prefix pwdr: . @prefix ns6: . nif:oliaConf pwdr:describedby ns6:nif-core .