dol:temporal-location_q leaf node


URI

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

Label

temporal-location_q

Description

A temporal location quality.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
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:temporal-location_q a owl:Class ;
    rdfs:comment "A temporal location quality."^^xsd:string ;
    rdfs:subClassOf dol:temporal-quality .