term-form-type:variant


URI

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

Label

Variant

Description

One of the alternate forms of a term, due to, differences in spelling, hyphenation, capitalization, spacing, and so forth.

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:variant a skos:Concept,
        smart:TermFormType ;
    rdfs:label "Variant"@en ;
    skos:definition "One of the alternate forms of a term, due to, differences in spelling, hyphenation, capitalization, spacing, and so forth."@en ;
    skos:inScheme term-form-type: ;
    skos:prefLabel "Variant"@en ;
    skos:topConceptOf term-form-type: .