gold:hasTerm leaf node


URI

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

Label

hasTerm

Description

The relation between some Termset and a Term.

Usage

DOMAINPROPERTYRANGE
gold:Termset gold:hasTerm gold:Term

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:hasTerm a owl:ObjectProperty ;
    rdfs:label "hasTerm"@eng ;
    rdfs:comment "The relation between some Termset and a Term."@eng ;
    rdfs:domain gold:Termset ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
    rdfs:range gold:Term .