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

Attributes

fork
fork
fork
Fork
Copie d'un projet logiciel existant à un moment donné pour permettre à quelque-un d'ajouter ses propres modifications au projet.
Copy of an existing software project created at some point to integrate someone's own modifications.
Creazione di un software a partire dal codice sorgente di un'altro, della quale il software derivato rappresenta idealmente la continuazione e l'evoluzione dell' originale lungo un percorso parallelo.
Kopie eines bestehenden Softwareprojekts, das zu einem bestimmten Zeitpunkt erstellt wurde, um eigene Änderungen zu integrieren.
2026-01-08T16:14:30.3770340Z
525467
https://www.termdat.bk.admin.ch/entry/525467
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/de/docs/Glossary/Fork))
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/en-US/docs/Glossary/Fork))
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/fr/docs/Glossary/Fork))
PC facile, Glossario informatico ([Internet, 2026-01-08](https://www.pc-facile.com/glossario/fork/))
EXP: Forks are often seen in free and open source software development
EXP: Forks sind häufig in der Entwicklung freier und Open-Source-Software zu sehen
EXP: in alcuni casi, il fork avviene con lo scopo di permettere uno sviluppo libero dai vincoli
EXP: les forks sont communs dans le développement des logiciels libres et open source
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/de/docs/Glossary/Fork))
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/en-US/docs/Glossary/Fork))
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/fr/docs/Glossary/Fork))
secondo PC facile, Glossario informatico ([Internet, 2026-01-08](https://www.pc-facile.com/glossario/fork/))
mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/en-US/docs/Glossary/Fork))
d'après mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/fr/docs/Glossary/Fork))
nach mdn, Fork ([Internet, 2026-01-08](https://developer.mozilla.org/de/docs/Glossary/Fork))
secondo PC facile, Glossario informatico ([Internet, 2026-01-08](https://www.pc-facile.com/glossario/fork/))
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: No results found.
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.