has quality leaf node


URI

http://semanticscience.org/resource/hasQuality

Label

has quality

Description

has quality is a relation between an entity and the quality that it bears.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has quality quality

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasQuality a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has quality"@en ;
    dct:description "has quality is a relation between an entity and the quality that it bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Quality ;
    rdfs:subPropertyOf sio:hasProperty ;
    owl:inverseOf sio:isQualityOf .