publication-component-type:mathematicalFormula


URI

https://w3id.org/standards/smart/taxonomies/publication-component-type/mathematicalFormula

Label

Mathematical Formula

Description

A mathematical formula uses symbols to express the relationship between quantities.

Is instance of (1)

Implementation

@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: .