dol:abstract-location leaf node


URI

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

Label

abstract-location

Description

Analytical location holding between non-physical endurants and abstract regions.

Usage

DOMAINPROPERTYRANGE
dol:non-physical-endurant dol:abstract-location dol:abstract-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:abstract-location a owl:ObjectProperty ;
    rdfs:comment "Analytical location holding between non-physical endurants and abstract regions."^^xsd:string ;
    rdfs:domain dol:non-physical-endurant ;
    rdfs:range dol:abstract-region ;
    rdfs:subPropertyOf dol:exact-location ;
    owl:inverseOf dol:abstract-location-of .