dol:host leaf node


URI

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

Label

host

Description

The immediate relation holding for features and entities.

Usage

DOMAINPROPERTYRANGE
dol:feature dol:host dol:physical-endurant

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:host a owl:ObjectProperty ;
    rdfs:comment "The immediate relation holding for features and entities."^^xsd:string ;
    rdfs:domain dol:feature ;
    rdfs:range dol:physical-endurant ;
    rdfs:subPropertyOf dol:specifically-constantly-dependent-on ;
    owl:inverseOf dol:host-of .