dol:abstract-location-of leaf node


URI

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

Label

abstract-location-of

Usage

DOMAINPROPERTYRANGE
dol:abstract-region dol:abstract-location-of dol:non-physical-endurant

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:abstract-location-of a owl:ObjectProperty ;
    rdfs:domain dol:abstract-region ;
    rdfs:range dol:non-physical-endurant ;
    rdfs:subPropertyOf dol:exact-location-of ;
    owl:inverseOf dol:abstract-location .