https://www.w3id.org/rcao#hasTrustScore
A link of the trust of the value.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:ResilienceAttribute | rcao:hasTrustScore | xsd:float |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
rcao:hasTrustScore a owl:DatatypeProperty ;
rdfs:comment "A link of the trust of the value." ;
rdfs:domain rcao:ResilienceAttribute ;
rdfs:range xsd:float .