gold:signedRealization leaf node


URI

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

Label

signedRealization

Description

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

Inherits from

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:signedRealization gold:SignedLinguisticExpression

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