publication-component-type:code


URI

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

Label

Code

Description

The content which is compilable into executable code

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:code a skos:Concept,
        smart:PublicationComponentType ;
    rdfs:label "Code"@en ;
    skos:definition "The content which is compilable into executable code"@en ;
    skos:inScheme publication-component-type: ;
    skos:prefLabel "Note"@en ;
    skos:topConceptOf publication-component-type: .