term-form-type:acronym


URI

https://w3id.org/standards/smart/taxonomies/term-form-type/acronym

Label

Acronym

Description

An abbreviated form of a term that is made up of the initial letters of components of its full form, for example, "NDA" for "non-disclosure agreement".

Is instance of (1)

Implementation

@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/> .
@prefix term-form-type: <https://w3id.org/standards/smart/taxonomies/term-form-type/> .

term-form-type:acronym a skos:Concept,
        smart:TermFormType ;
    rdfs:label "Acronym"@en ;
    skos:definition "An abbreviated form of a term that is made up of the initial letters of components of its full form, for example, \"NDA\" for \"non-disclosure agreement\"."@en ;
    skos:inScheme term-form-type: ;
    skos:prefLabel "Acronym"@en ;
    skos:topConceptOf term-form-type: .