https://w3id.org/standards/smart/taxonomies/term-form-type/formula
Figures, symbols or the like used to express a concept briefly, such as a mathematical or chemical formula.
@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:formula a skos:Concept,
smart:TermFormType ;
rdfs:label "Formula"@en ;
skos:definition "Figures, symbols or the like used to express a concept briefly, such as a mathematical or chemical formula."@en ;
skos:inScheme term-form-type: ;
skos:prefLabel "Formula"@en ;
skos:topConceptOf term-form-type: .