dol:specific-constant-dependent


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#specific-constant-dependent

Label

specific-constant-dependent

Description

The constant dependence between two individuals. Taken here as primitive.

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
dol:particular dol:specific-constant-dependent 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:specific-constant-dependent a owl:ObjectProperty ;
    rdfs:comment "The constant dependence between two individuals. Taken here as primitive."^^xsd:string ;
    rdfs:domain dol:particular ;
    rdfs:range dol:particular ;
    rdfs:subPropertyOf dol:immediate-relation ;
    owl:inverseOf dol:specifically-constantly-dependent-on .