dol:has-quale leaf node


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#has-quale

Label

has-quale

Description

A quality having a q-location at an atomic region.

Usage

DOMAINPROPERTYRANGE
dol:quality dol:has-quale dol:quale

Implementation

@prefix dol: <http://www.loa-cnr.it/ontologies/DOLCE-Lite#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dol:has-quale a owl:ObjectProperty ;
    rdfs:comment "A quality having a q-location at an atomic region."^^xsd:string ;
    rdfs:domain dol:quality ;
    rdfs:range dol:quale ;
    rdfs:subPropertyOf dol:q-location ;
    owl:inverseOf dol:quale-of .