SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Open-Source-Code
open source code
code source ouvert
codice sorgente aperto
Quellcode, der veröffentlicht worden ist, sodass alle Interessierten das Funktionieren der Software nachvollziehen und Anwendungsprogramme schreiben oder Veränderungen vornehmen können.
Code source que l'on rend disponible gratuitement pour qu'il puisse être modifié et redistribué, dans un contexte de développement communautaire.
Codice che caratterizza software distribuiti liberamente, rilasciati con un tipo di licenza il cui codice sorgente si presenta in forma leggibile e comprensibile, impiegabili senza restrizioni e trasferibili ad altri utenti (uguali o in versione modificata).
2019-12-16T13:59:09.6600000Z
54218
https://www.termdat.bk.admin.ch/entry/54218
Chr. Döring, Der schnellste Code der Laser-Plasmaphysik, in: Helmholtz extrem, 2015-11-19 ([Internet, 2019-08-21](https://www.helmholtz.de/materie/der-schnellste-code-der-laser-plasmaphysik/))
CoinBundle, What is Open Source Code?, 2018-08-23 ([Internet, 2019-06-11](https://medium.com/coinbundle/what-is-open-source-code-8579cf7a8bb0))
Le grand dictionnaire terminologique, "code source libre" ([Internet, 2019-06-11](http://www.granddictionnaire.com/ficheOqlf.aspx?Id_Fiche=8362923))
IFPDT, Protezione dei dati > Visione generale > Glossario > "open source" ([2019-08-20, Internet](https://www.edoeb.admin.ch/edoeb/it/home/protezione-dei-dati/visione-generale/glossario.html))
DOM: Informatik
DOM: computer science
DOM: informatique
DOM: informatica
Le grand dictionnaire terminologique, "code source libre" ([Internet, 2019-06-11](http://www.granddictionnaire.com/ficheOqlf.aspx?Id_Fiche=8362923))
nach it-artwork, Lexikon, "Open Source" ([Internet, 2019-06-11](https://www.it-artwork.de/de/index.php/lng/de/tpl/29/num/O/lexikon.html))
secondo IFPDT, Protezione dei dati > Visione generale > Glossario > "open source" ([2019-08-20, Internet](https://www.edoeb.admin.ch/edoeb/it/home/protezione-dei-dati/visione-generale/glossario.html))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
seeAlso source code
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.