gold:geneticallyRelated leaf node


URI

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

Label

geneticallyRelated

Description

geneticallyRelated is the basic kinship relation between languages varieties. If two language varieties are genetically related, then this implies that both varieties are derived from a common proto-language.

Usage

DOMAINPROPERTYRANGE
gold:HumanLanguageVariety gold:geneticallyRelated 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:geneticallyRelated a owl:ObjectProperty ;
    rdfs:label "geneticallyRelated"@eng ;
    rdfs:comment "geneticallyRelated is the basic kinship relation between languages varieties. If two language varieties are genetically related, then this implies that both  varieties are derived from a common  proto-language."@eng ;
    rdfs:domain gold:HumanLanguageVariety ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:HumanLanguageVariety .