http://www.loa-cnr.it/ontologies/DOLCE-Lite#specific-constant-dependent
The constant dependence between two individuals. Taken here as primitive.
DOMAIN | PROPERTY | RANGE |
---|---|---|
dol:particular | dol:specific-constant-dependent | dol:particular |
@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 .