Sha256: 636cc824c90ff2cb8dd7fe223aea6210680ae297ce657406eaebe25ac3e760e8

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

@prefix : <http://wba.cs.hs-rm.de/AbRUPt/> .
@base <http://wba.cs.hs-rm.de/AbRUPt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

[
    a owl:Restriction;
    rdfs:subClassOf :Problem;
    owl:onProperty :readability;
    owl:someValuesFrom [
        a rdfs:Datatype;
        owl:onDatatype xsd:decimal;
        owl:withRestrictions ([ xsd:minInclusive 5.2])
    ]
] .

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
abrupt-1.0.1 assets/rules/datatypes/cax-readability.ttl
abrupt-1.0.0 assets/rules/datatypes/cax-readability.ttl
abrupt-0.0.2 assets/rules/datatypes/cax-readability.ttl