Skip to content

Commit

Permalink
Corrected IRIs in computerscience.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 29, 2023
1 parent 3eefda2 commit 74a5260
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions disciplines/computerscience.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ email: [email protected]"""@en ,
skos:prefLabel "DigitalData"@en .


### http://emmo.info/emmo#EMMO_52867015_cd2b_4697_8c8f_3acb32c13587
:EMMO_52867015_cd2b_4697_8c8f_3acb32c13587 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8 ,
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "LanguageInterpretableFile"@en .


### http://emmo.info/emmo#EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6
:EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
Expand All @@ -161,7 +168,7 @@ email: [email protected]"""@en ,

### http://emmo.info/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b
:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
: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 @@ -249,9 +256,15 @@ Here we explicitly include in the definition also all the data (e.g. source code
] .


### http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8
:EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
skos:prefLabel "File"@en .


### http://emmo.info/emmo#EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8
:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object that follows syntactic rules of a programming language."@en ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A programming language object can also be a fragment (e.g. a C function) not suitable for exectution."@en ,
"Entities are not necessarily digital data, but can be code fragments printed on paper."@en ;
Expand All @@ -272,6 +285,18 @@ Here we explicitly include in the definition also all the data (e.g. source code
skos:prefLabel "Python"@en .


### http://emmo.info/emmo#EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d
:EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d rdf:type owl:Class ;
rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "MarkupLanguage"@en .


### http://emmo.info/emmo#EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
skos:prefLabel "ComputerScience"@en .


### http://emmo.info/emmo#EMMO_db99b1e5_2f34_467b_a784_d104946d9f00
:EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
Expand All @@ -286,40 +311,28 @@ Here we explicitly include in the definition also all the data (e.g. source code
] .


### http://emmo.info/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b
:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language that is executed through runtime interpretation."@en ;
skos:prefLabel "ScriptingLanguage"@en .


### http://emmo.info/emmo#af7b627d_6528_4fdb_97df_ba4579c4bb5d
:af7b627d_6528_4fdb_97df_ba4579c4bb5d rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ;
skos:prefLabel "MarkupLanguage"@en .


### http://emmo.info/emmo#b45fbdc6_2519_4885_aa49_c56b394c3910
:b45fbdc6_2519_4885_aa49_c56b394c3910 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
skos:prefLabel "ComputerScience"@en .


### http://emmo.info/emmo#e94a9156_fb6c_4e16_88ee_829ac9933155
:e94a9156_fb6c_4e16_88ee_829ac9933155 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 ,
:b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A path is a string of characters used to uniquely identify a location in a directory structure." ;
skos:prefLabel "Path"@en .
### http://emmo.info/emmo#EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155
:EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 ,
:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A path is a string of characters used to uniquely identify a location in a directory structure." ;
skos:prefLabel "Path"@en .

[ rdf:type owl:Axiom ;
owl:annotatedSource :e94a9156_fb6c_4e16_88ee_829ac9933155 ;
owl:annotatedSource :EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 ;
owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
owl:annotatedTarget "A path is a string of characters used to uniquely identify a location in a directory structure." ;
:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Path_(computing)#Universal_Naming_Convention"
] .


### http://emmo.info/emmo#EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b
:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b rdf:type owl:Class ;
rdfs:subClassOf :EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language that is executed through runtime interpretation."@en ;
skos:prefLabel "ScriptingLanguage"@en .


### http://emmo.info/emmo#3c5b33a1_4f28_41f9_b725_1994df79bf55
<http://emmo.info/emmo#3c5b33a1_4f28_41f9_b725_1994df79bf55> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
Expand All @@ -328,23 +341,10 @@ Here we explicitly include in the definition also all the data (e.g. source code
skos:prefLabel "ApplicationSpecificScript"@en .


### http://emmo.info/emmo#52867015_cd2b_4697_8c8f_3acb32c13587
<http://emmo.info/emmo#52867015_cd2b_4697_8c8f_3acb32c13587> rdf:type owl:Class ;
rdfs:subClassOf :b45fbdc6_2519_4885_aa49_c56b394c3910 ,
<http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8> ;
skos:prefLabel "LanguageInterpretableFile"@en .


### http://emmo.info/emmo#8d9db119_139d_48dc_9350_369e8fdbe608
<http://emmo.info/emmo#8d9db119_139d_48dc_9350_369e8fdbe608> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ;
skos:prefLabel "DataStructure"@en .


### http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8
<http://emmo.info/emmo#EMMO_998dd3a0-c85f-4c8d-9fb8-816a93cc3bb8> rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
skos:prefLabel "File"@en .


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

0 comments on commit 74a5260

Please sign in to comment.