dol:spatial-location_q leaf node


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#spatial-location_q

Label

spatial-location_q

Description

A physical quality, q-located in (whose value is given within) ordinary spaces (geographical coordinates, cosmological positions, anatomical axes, etc.).

Usage

Instances of dol:spatial-location_q can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class dol:physical-quality
dol:q-present-at owl:ObjectProperty Presence of a physical quality when inheres in an endurant. dol:time-interval
From class dol:quality
dol:has-quale owl:ObjectProperty A quality having a q-location at an atomic region. dol:quale
dol:inherent-in owl:ObjectProperty The immediate relation holding for qualities and entities. dol:particular
dol:q-location owl:ObjectProperty The immediate relation holding for qualities and regions. See 'generic location' branching for the various mediated relations that embed q-location. dol:region
dol:t-inherent-in owl:ObjectProperty The immediate relation holding for qualities and entities at time t. dol:particular

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:spatial-location_q a owl:Class ;
    rdfs:comment "A physical quality, q-located in (whose value is given within) ordinary spaces (geographical coordinates, cosmological positions, anatomical axes, etc.)."^^xsd:string ;
    rdfs:subClassOf dol:physical-quality .