publication-component-type:textual


URI

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

Label

Textual

Description

The content that is formulated in natural language.

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:textual a skos:Concept,
        smart:PublicationComponentType ;
    rdfs:label "Textual"@en ;
    skos:definition "The content that is formulated in natural language."@en ;
    skos:inScheme publication-component-type: ;
    skos:prefLabel "Textual"@en ;
    skos:topConceptOf publication-component-type: .