gold:literalTranslation leaf node


URI

http://purl.org/linguistics/gold/literalTranslation

Label

literalTranslation

Description

The relation between an orthographic expression in one language and some orthographic expression in another such that the translation is done on a word by word, or morpheme by morpheme, basis without regard for idiomatic usage.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:literalTranslation owl:Thing (inferred)

Implementation

@prefix gold: <http://purl.org/linguistics/gold/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gold:literalTranslation a owl:ObjectProperty ;
    rdfs:label "literalTranslation"@eng ;
    rdfs:comment "The relation between an orthographic expression in one language and some orthographic expression in another such that the translation is done on a word by word, or morpheme by morpheme, basis without regard for idiomatic usage."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:translation .