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

Attributes

Sprint Retrospective
Sprint Retrospective
Sprint Retrospective
Sprint Retrospective
Überprüfung des letzten Sprints durch das Scrum Team, bei der die Interaktion, die Prozesse und die Werkzeuge kritisch betrachtet, die tatsächlich erledigte Arbeit gewürdigt und Verbesserungsmassnahmen geplant werden.
Inspection by the Scrum team of how the last sprint went, in which the interaction, the processes and the tools are critically examined, the work actually done is appreciated and improvement measures are planned.
Inspection du déroulement du dernier sprint par l'équipe Scrum, au cours duquel l'interaction, les processus et les outils sont examinés de manière critique, le travail réellement effectué est apprécié et des mesures d'amélioration sont planifiées.
Ispezione dello sprint precedente da parte del team Scrum, in cui si esaminano criticamente l'interazione, i processi e gli strumenti, si apprezza il lavoro effettivamente svolto e si pianificano misure di miglioramento.
2023-11-21T13:16:26.1434090Z
501635
https://www.termdat.bk.admin.ch/entry/501635
Schwaber & Sutherland, Der Scrum Guide, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-German.pdf))
Schwaber & Sutherland, The Scrum Guide, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-US.pdf#zoom=100))
Schwaber & Sutherland, Le Guide Scrum, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-French.pdf))
Schwaber & Sutherland, La Guida Scrum, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-Italian.pdf))
DOM: agile Softwareentwicklung
DOM: agile software development
DOM: développement agile de logiciel
DOM: sviluppo software agile
d'après Schwaber & Sutherland, Le Guide Scrum, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-French.pdf))
secondo Schwaber & Sutherland, La Guida Scrum, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-Italian.pdf))
nach Schwaber & Sutherland, Der Scrum Guide, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-German.pdf))
after Schwaber & Sutherland, The Scrum Guide, 2020-11 ([Internet, 2022-10-27](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-US.pdf#zoom=100))
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.