smart:hasPartOfSpeechType leaf node


URI

https://w3id.org/standards/smart/ontologies/core/hasPartOfSpeechType

Label

has part of speech type

Usage

DOMAINPROPERTYRANGE
smart:Term smart:hasPartOfSpeechType smart:PartOfSpeechType

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .

smart:hasPartOfSpeechType a owl:ObjectProperty ;
    rdfs:label "has part of speech type"@en ;
    rdfs:domain smart:Term ;
    rdfs:range smart:PartOfSpeechType .