http://www.loa-cnr.it/ontologies/DOLCE-Lite#abstract-location
Analytical location holding between non-physical endurants and abstract regions.
DOMAIN | PROPERTY | RANGE |
---|---|---|
dol:non-physical-endurant | dol:abstract-location | dol:abstract-region |
@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 .