http://www.dfki.de/~cullrich/instrucionalobjects.owl#isFor
The concept the satellite is for.
DOMAIN | PROPERTY | RANGE |
---|---|---|
instrucionalobjects.owl:Auxiliary | instrucionalobjects.owl:isFor | 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#> .
:isFor a owl:ObjectProperty ;
rdfs:comment "The concept the satellite is for."^^xsd:string ;
rdfs:domain :Auxiliary ;
rdfs:range :Fundamental .