gold:mutuallyIntelligible leaf node


URI

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

Label

mutuallyIntelligible

Description

mutuallyIntelligible is the binary, symmetric relation holding between two language varieties such that speakers of the first variety can communicate with members of the second with relative ease, and vice versa.

Usage

DOMAINPROPERTYRANGE
gold:HumanLanguageVariety gold:mutuallyIntelligible gold:HumanLanguageVariety

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:mutuallyIntelligible a owl:ObjectProperty ;
    rdfs:label "mutuallyIntelligible"@eng ;
    rdfs:comment "mutuallyIntelligible is the binary, symmetric relation holding between two language varieties such that speakers of the first variety can communicate with members of the second with relative ease, and vice versa."@eng ;
    rdfs:domain gold:HumanLanguageVariety ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:HumanLanguageVariety .