ontology:hasInvolvement leaf node


URI

https://euraknos.eu/ontology#hasInvolvement

Label

hasInvolvement

Description

The relationship used to indicate the type of the involvement that an organisation has in a Thematic Network.

Usage

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

:hasInvolvement a owl:AsymmetricProperty,
        owl:FunctionalProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasInvolvement"@en ;
    rdfs:comment "The relationship used to indicate the type of the involvement that an organisation has in a Thematic Network."@en .