schema:inLanguage


URI

http://schema.org/inLanguage

Label

inLanguage

Description

The language(s) in which the title, short textual description, content, and keywords of the output of a Thematic Network is/are available.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:inLanguage owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

schema:inLanguage a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "inLanguage"@en ;
    rdfs:comment "The language(s) in which the title, short textual description, content, and keywords of the output of a Thematic Network is/are available."@en .