dol:boundary-of leaf node


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#boundary-of

Label

boundary-of

Description

A boundary here is taken to be a part (mereological treatment). Consequently, in the case of endurants, (reified) boundaries are features.

Usage

DOMAINPROPERTYRANGE
dol:particular dol:boundary-of 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:boundary-of a owl:ObjectProperty ;
    rdfs:comment "A boundary here is taken to be a part (mereological treatment). Consequently, in the case of endurants, (reified) boundaries are features."^^xsd:string ;
    rdfs:domain dol:particular ;
    rdfs:range dol:particular ;
    rdfs:subPropertyOf dol:proper-part-of ;
    owl:inverseOf dol:boundary .