gold:realization


URI

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

Label

realization

Description

The relation holding between a linguistic unit and its physical form, either a spoken, written or signed expression.

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:realization gold:LinguisticExpression

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:realization a owl:ObjectProperty ;
    rdfs:label "realization"@eng ;
    rdfs:comment "The relation holding between a linguistic unit and its physical form, either a spoken, written or signed expression."@eng ;
    rdfs:domain gold:LinguisticUnit ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:LinguisticExpression .