ontology:hasType leaf node


URI

https://euraknos.eu/ontology#hasType

Label

hasType

Description

The type of a specific kind of output of a Thematic Network. Each different kind of output is associated with a fit-for-purpose list of types.

Usage

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

:hasType a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasType"@en ;
    rdfs:comment "The type of a specific kind of output of a Thematic Network. Each different kind of output is associated with a fit-for-purpose list of types."@en ;
    owl:inverseOf :isTypeOf .