gold:hasForm leaf node


URI

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

Label

hasForm

Description

The relation that associates some LinguisticSign with its FormUnit.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticSign gold:hasForm gold:FormUnit

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:hasForm a owl:ObjectProperty ;
    rdfs:label "hasForm"@eng ;
    rdfs:comment "The relation that associates some LinguisticSign with its FormUnit."@eng ;
    rdfs:domain gold:LinguisticSign ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:FormUnit .