dol:q-location-of


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#q-location-of

Label

q-location-of

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
dol:region dol:q-location-of dol:quality

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#> .

dol:q-location-of a owl:ObjectProperty ;
    rdfs:domain dol:region ;
    rdfs:range dol:quality ;
    rdfs:subPropertyOf dol:immediate-relation-i ;
    owl:inverseOf dol:q-location .