instrucionalobjects.owl:isRequiredBy leaf node


URI

http://www.dfki.de/~cullrich/instrucionalobjects.owl#isRequiredBy

Label

isRequiredBy

Description

The described resource is required by the referenced resource, either physically or logically.

Usage

DOMAINPROPERTYRANGE
instrucionalobjects.owl:Fundamental instrucionalobjects.owl:isRequiredBy instrucionalobjects.owl:Fundamental

Implementation

@prefix : <http://www.dfki.de/~cullrich/instrucionalobjects.owl#> .
@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#> .

:isRequiredBy a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:comment "The described resource is required by the referenced resource, either physically or logically."^^xsd:string ;
    rdfs:domain :Fundamental ;
    rdfs:range :Fundamental ;
    owl:inverseOf :requires .