Property: sec:interfaceImplementedBy

Defines the relationship between an OO Interface and an OO Class which implements it.

Types

owl:ObjectProperty

Domain

sec:OOInterface

Inverse Property

sec:implementsInterface

Abstract Syntax

ObjectProperty(sec:interfaceImplementedBy annotation(rdfs:label "implemented by"^^<http://www.w3.org/2001/XMLSchema#string>)
                                         annotation(rdfs:comment "Defines the relationship between an OO Interface and an OO Class which implements it."^^<http://www.w3.org/2001/XMLSchema#string>)
                                         inverseOf(sec:implementsInterface)
                                         domain(sec:OOInterface))

Generated with OWLDoc