part-of-speech-type:adjective


URI

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

Label

Adjective

Description

Part of speech of words that evoke properties of nouns, such as "big" and "glossy".

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:adjective a skos:Concept,
        smart:PartOfSpeechType ;
    rdfs:label "Adjective"@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 properties of nouns, such as \"big\" and \"glossy\"."@en ;
    skos:inScheme part-of-speech-type: ;
    skos:prefLabel "Adjective"@en ;
    skos:topConceptOf part-of-speech-type: .