https://w3id.org/standards/smart/taxonomies/part-of-speech-type/verb
Part of speech of words that evoke an action, state, or occurrence, and forming the main part of the predicate of a sentence, such as "manage", "perform", and "assemble".
@prefix part-of-speech-type: <https://w3id.org/standards/smart/taxonomies/part-of-speech-type/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
part-of-speech-type:verb a skos:Concept,
smart:PartOfSpeechType ;
rdfs:label "Verb"@en ;
rdfs:seeAlso <https://www.iso.org/schema/nisosts/v0.2/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.html#tbx.partOfSpeech-attlist_value> ;
skos:definition "Part of speech of words that evoke an action, state, or occurrence, and forming the main part of the predicate of a sentence, such as \"manage\", \"perform\", and \"assemble\"."@en ;
skos:inScheme part-of-speech-type: ;
skos:prefLabel "Verb"@en ;
skos:topConceptOf part-of-speech-type: .