https://w3id.org/standards/smart/taxonomies/publication-component-type/code
The content which is compilable into executable code
@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: .