https://euraknos.eu/ontology#hasType
@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 .