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

Attributes

Daily Scrum
Daily Scrum
Daily Scrum
Daily Scrum
Überprüfung des Fortschritts im Hinblick auf das Sprintziel und bei Bedarf Anpassung des Sprints, um die bevorstehende geplante Arbeit zu justieren.
Inspection of the progress toward the Sprint Goal and adaptation the Sprint Backlog as necessary, adjusting the upcoming planned work.
Inspection de la progression vers l'objectif de sprint et adaptation du Sprint Backlog si nécessaire, en ajustant les futurs travaux planifiés.
Ispezione dell’avanzamento riguardo all'obiettivo dello sprint e adattamento dello Sprint Backlog secondo le esigenze, aggiustando il lavoro pianificato in arrivo.
2023-11-21T13:16:26.1520710Z
501636
https://www.termdat.bk.admin.ch/entry/501636
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; USG: proposition
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.