https://w3id.org/standards/smart/taxonomies/publication-component-type/mathematicalFormula
A mathematical formula uses symbols to express the relationship between quantities.
@prefix publication-component-type: <https://w3id.org/standards/smart/taxonomies/publication-component-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/> .
publication-component-type:mathematicalFormula a skos:Concept,
smart:PublicationComponentType ;
rdfs:label "Mathematical Formula"@en ;
skos:definition "A mathematical formula uses symbols to express the relationship between quantities."@en ;
skos:inScheme publication-component-type: ;
skos:prefLabel "Mathematical Formula"@en ;
skos:topConceptOf publication-component-type: .