ontology:hasKeywordsInLanguage leaf node


URI

https://euraknos.eu/ontology#hasKeywordsInLanguage

Label

hasKeywordsInLanguage

Description

The language(s) in which the keywords attached to the output of a Thematic Network may be available. In this case, we are making the assumption that the keywords related to the output of a Thematic Network may be available in more than one languages.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:hasKeywordsInLanguage 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#> .
@prefix schema: <http://schema.org/> .

:hasKeywordsInLanguage a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasKeywordsInLanguage"@en ;
    rdfs:comment "The language(s) in which the keywords attached to the output of a Thematic Network may be available. In this case, we are making the assumption that the keywords related to the output of a Thematic Network may be available in more than one languages."@en ;
    rdfs:subPropertyOf schema:inLanguage .