blob: 84b2c0eaa3f6f3a74098d3137319c8bb86739d0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
### Keywords/Topics ###
_:thing_elan a s:ComputerLanguage ;
s:sameAs <https://en.wikipedia.org/wiki/ELAN_(programming_language)> ;
s:name "ELAN" .
_:thing_eumel a s:SoftwareApplication ;
s:sameAs <https://en.wikipedia.org/wiki/Eumel> ;
s:applicationCategory "operating system" ;
s:name "EUMEL" .
_:thing_l3 a s:SoftwareApplication ;
s:sameAs <https://en.wikipedia.org/wiki/L3_microkernel> ;
s:applicationCategory "operating system" ;
s:name "L3" .
|