part-of-speech-type:adverb


URI

https://w3id.org/standards/smart/taxonomies/part-of-speech-type/adverb

Label

Adverb

Description

Part of speech of words that evoke the mode of action of the verb, for instance, "completely" and "normally".

Is instance of (1)

Implementation

@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:adverb a skos:Concept,
        smart:PartOfSpeechType ;
    rdfs:label "Adverb"@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 the mode of action of the verb, for instance, \"completely\" and \"normally\"."@en ;
    skos:inScheme part-of-speech-type: ;
    skos:prefLabel "Adverb"@en ;
    skos:topConceptOf part-of-speech-type: .