dol:q-location


URI

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

Label

q-location

Description

The immediate relation holding for qualities and regions. See 'generic location' branching for the various mediated relations that embed q-location.

Inherits from

Sub Property

Usage

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

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:q-location a owl:ObjectProperty ;
    rdfs:comment "The immediate relation holding for qualities and regions. See 'generic location' branching for the various mediated relations that embed q-location."^^xsd:string ;
    rdfs:domain dol:quality ;
    rdfs:range dol:region ;
    rdfs:subPropertyOf dol:immediate-relation ;
    owl:inverseOf dol:q-location-of .