instrucionalobjects.owl:isFor leaf node


URI

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

Label

isFor

Description

The concept the satellite is for.

Usage

DOMAINPROPERTYRANGE
instrucionalobjects.owl:Auxiliary instrucionalobjects.owl:isFor 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#> .

:isFor a owl:ObjectProperty ;
    rdfs:comment "The concept the satellite is for."^^xsd:string ;
    rdfs:domain :Auxiliary ;
    rdfs:range :Fundamental .