http://www.dfki.de/~cullrich/instrucionalobjects.owl#isRequiredBy
The described resource is required by the referenced resource, either physically or logically.
DOMAIN | PROPERTY | RANGE |
---|---|---|
instrucionalobjects.owl:Fundamental | instrucionalobjects.owl:isRequiredBy | instrucionalobjects.owl:Fundamental |
@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 .