ontology:isTypeOf leaf node


URI

https://euraknos.eu/ontology#isTypeOf

Label

isTypeOf

Description

The inverse property of "hasType".

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:isTypeOf owl:Thing (inferred)

Implementation

@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:isTypeOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isTypeOf"@en ;
    rdfs:comment "The inverse property of \"hasType\"."@en .