gold:stringRep


URI

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

Label

stringRep

Usage

DOMAINPROPERTYRANGE
gold:LinguisticUnit gold:stringRep xsd:string

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:stringRep a owl:DatatypeProperty ;
    rdfs:label "stringRep"@eng ;
    rdfs:domain gold:LinguisticUnit ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range xsd:string .