ontology:isCoordinatedBy leaf node


URI

https://euraknos.eu/ontology#isCoordinatedBy

Label

isCoordinatedBy

Description

The relationship between the "ThematicNetwork" class and the "Organisation" class. This relationship is used to denote that one or more Thematic Networks are coordinated by an Organisation.

Usage

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

:isCoordinatedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isCoordinatedBy"@en ;
    rdfs:comment "The relationship between the \"ThematicNetwork\" class and the \"Organisation\" class. This relationship is used to denote that one or more Thematic Networks are coordinated by an Organisation."@en .