ponto:ProgrammingLanguage leaf node


URI

http://www.mobr.ai/ontologies/ponto#ProgrammingLanguage

Label

Programming Language

Description

A system of notation for writing computer programs.

Superclasses (1)

Instances (1)

Usage

Instances of ponto:ProgrammingLanguage can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:ProgrammingLanguage a owl:Class ;
    rdfs:label "Programming Language" ;
    rdfs:comment "A system of notation for writing computer programs." ;
    rdfs:subClassOf ponto:Component .