gold:writtenRealization leaf node


URI

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

Label

writtenRealization

Description

The relation between some linguistic unit and its corresponding written expression.

Inherits from

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:writtenRealization gold:WrittenLinguisticExpression

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:writtenRealization a owl:ObjectProperty ;
    rdfs:label "writtenRealization"@eng ;
    rdfs:comment "The relation between some linguistic unit and its corresponding written expression."@eng ;
    rdfs:domain gold:LinguisticUnit ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:WrittenLinguisticExpression ;
    rdfs:subPropertyOf gold:realization .