gold:onset leaf node


URI

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

Label

onset

Description

The initial segment of a syllable.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gold:onset 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:onset a owl:ObjectProperty ;
    rdfs:label "onset"@eng ;
    rdfs:comment "The initial segment of a syllable."@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .