Skip to content

Commit

Permalink
Updated computer-science branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jan 4, 2024
1 parent a5a0a07 commit 2f7973b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions disciplines/computerscience.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ Algebraic Modeling Language which is a high-level programming languages for desc
:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A formal language used to communicate with a computer."@en ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Computer_language" ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The categorisation of computer language is based on the wikipedia page for computer language (as of Nov. 15, 2023; https://en.wikipedia.org/w/index.php?title=Computer_language&oldid=1185216300)."@en ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Computer_language"^^xsd:anyURI ;
skos:prefLabel "ComputerLanguage"@en .


Expand Down Expand Up @@ -267,7 +268,7 @@ Algebraic Modeling Language which is a high-level programming languages for desc

### http://emmo.info/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b
:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 ;
rdfs:subClassOf :EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en ;
<http://emmo.info/emmo#157fdf31_6387_42be_8e72_10530519214a> "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI ;
Expand Down Expand Up @@ -408,7 +409,6 @@ Here we explicitly include in the definition also all the data (e.g. source code
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A formal language that can be interpreted by a computer."@en ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Computer_language"^^xsd:anyURI ;
skos:altLabel "ComputerLanguage"@en ;
skos:prefLabel "ComputerScience"@en .

Expand Down Expand Up @@ -522,4 +522,14 @@ Batch programming languages."""@en ;
skos:prefLabel "DataStructure"@en .


### http://emmo.info/emmo/disciplines/computerscience#EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b
:EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An Internationalized Resource Identifier (IRI) is a compact sequence of characters that identifies an abstract or physical resource. It is similar to URI, but greatly extends the allowed character set from ASCII to the Universal Character Set."@en ;
:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "https://en.wiktionary.org/wiki/Ῥόδος"^^xsd:anyURI ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "IRIs are commonly used as identifiers for ontological entities, although the extended unicode character set is rarely used."@en ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier"^^xsd:anyURI ;
skos:prefLabel "IRI"@en .


### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi

0 comments on commit 2f7973b

Please sign in to comment.