dol:r-location-of leaf node


URI

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

Label

r-location-of

Inherits from

Usage

DOMAINPROPERTYRANGE
dol:region dol:r-location-of 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#> .

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