ontology:isTopicOf leaf node


URI

https://euraknos.eu/ontology#isTopicOf

Label

isTopicOf

Description

The inverse property of "hasTopic".

Usage

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

:isTopicOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isTopicOf"@en ;
    rdfs:comment "The inverse property of \"hasTopic\"."@en ;
    owl:inverseOf <http://xmlns.com/foaf/0.1/topic> .