koala.owl:hasChildren leaf node


URI

http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#hasChildren

Label

hasChildren

Usage

DOMAINPROPERTYRANGE
koala.owl:Animal koala.owl:hasChildren koala.owl:Animal

Implementation

@prefix : <http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasChildren a owl:ObjectProperty ;
    rdfs:domain :Animal ;
    rdfs:range :Animal .