ontology:isFormatOf leaf node


URI

https://euraknos.eu/ontology#isFormatOf

Label

isFormatOf

Description

The inverse property of "hasFormat".

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:isFormatOf 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#> .

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