@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
:hasContentInLanguage a owl:AsymmetricProperty,
owl:IrreflexiveProperty,
owl:ObjectProperty ;
rdfs:label "hasContentInLanguage"@en ;
rdfs:comment "The language(s) in which the content of the output (i.e. the data object) of a Thematic Network may be available. In this case, we are making the assumption that the content of the output of a Thematic Network (i.e. the information conveyed through the data object) may be available in more than one languages."@en ;
rdfs:subPropertyOf schema:inLanguage .