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