https://w3id.org/standards/smart/taxonomies/term-form-type/fullForm
The complete presentation of a term for which there is an abbreviated form or an acronym. If a term has no abbreviation or acronym documented in the entry, there is no need to indicate the full form.
@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:fullForm a skos:Concept,
smart:TermFormType ;
rdfs:label "Full Form"@en ;
skos:definition "The complete presentation of a term for which there is an abbreviated form or an acronym. If a term has no abbreviation or acronym documented in the entry, there is no need to indicate the full form."@en ;
skos:inScheme term-form-type: ;
skos:prefLabel "Full Form"@en ;
skos:topConceptOf term-form-type: .