agent-profile:LanguagePreference leaf node


URI

https://w3id.org/agent-ontology/agent-profile#LanguagePreference

Label

Language Preference

Description


Linguistic parameters suchs as preferred language, register, clarity constraints,
or structural tendencies affecting expression and parsing.

Usage

Instances of agent-profile:LanguagePreference can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

agent-profile:LanguagePreference a owl:Class ;
    rdfs:label "Language Preference" ;
    rdfs:comment """
    Linguistic parameters suchs as preferred language, register, clarity constraints,
    or structural tendencies affecting expression and parsing.
    """ .