http://www.loa-cnr.it/ontologies/DOLCE-Lite#has-quale
A quality having a q-location at an atomic region.
DOMAIN | PROPERTY | RANGE |
---|---|---|
dol:quality | dol:has-quale | dol:quale |
@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 .