gold:hasTranslationLine leaf node


URI

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

Label

hasTranslationLine

Description

The binary relation holding between an instance of interlinear glossed text and a linguistic unit (clause, phrase, etc.) acting as a free translation of the source text from the IGT instance.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:hasTranslationLine 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:hasTranslationLine a owl:ObjectProperty ;
    rdfs:label "hasTranslationLine"@eng ;
    rdfs:comment "The binary relation holding between an instance of interlinear glossed text and a linguistic unit (clause, phrase, etc.) acting as a free translation of the source text from the IGT instance."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:subPropertyOf gold:dataStructureRelation .