http://purl.org/linguistics/gold/hasProperty
The relation between a linguistic unit and a linguistic property, e.g., (m1 hasProperty AllativeCase) where m1 is an instance of Morpheme.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gold:LinguisticSign | gold:hasProperty | gold:LinguisticProperty |
@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:hasProperty a owl:ObjectProperty ;
rdfs:label "hasProperty"@eng ;
rdfs:comment "The relation between a linguistic unit and a linguistic property, e.g., (m1 hasProperty AllativeCase) where m1 is an instance of Morpheme."@eng ;
rdfs:domain gold:LinguisticSign ;
rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI ;
rdfs:range gold:LinguisticProperty .