term-form-type:equation


URI

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

Label

Equation

Description

An expression used to represent a concept based on a statement that two mathematical expressions are, for instance, equal as identified by the equal sign (=), or assigned to one another by a similar sign.

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:equation a skos:Concept,
        smart:TermFormType ;
    rdfs:label "Equation"@en ;
    skos:definition "An expression used to represent a concept based on a statement that two mathematical expressions are, for instance, equal as identified by the equal sign (=), or assigned to one another by a similar sign."@en ;
    skos:inScheme term-form-type: ;
    skos:prefLabel "Equation"@en ;
    skos:topConceptOf term-form-type: .