part-of-speech-type:noun


URI

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

Label

Noun

Description

Part of speech of words that designate a person, place, action, property or thing etc.

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:noun a skos:Concept,
        smart:PartOfSpeechType ;
    rdfs:label "Noun"@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 designate a person, place, action, property or thing etc."@en ;
    skos:inScheme part-of-speech-type: ;
    skos:prefLabel "Noun"@en ;
    skos:topConceptOf part-of-speech-type: .