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

Attributes

Systemumgebung
system environment
environnement système
ambiente di sistema
Plattform, mit der ein informationstechnisches System betrieben wird.
Unique technical and operating characteristics of an IT system and its associated environment, including the hardware, software, firmware, communications capability, organization, and physical location.
Ensemble d'informations accessibles au système pour établir le suivi et construire les cheminements.
2025-01-28T13:26:55.0306330Z
503280
https://www.termdat.bk.admin.ch/entry/503280
Wikipedia, "Systemumgebung" ([Internet, 2024-03-07](https://de.wikipedia.org/wiki/Systemumgebung))
NIST, Computer Security Resource Center ([Internet, 2024-08-06](https://csrc.nist.gov/glossary/term/system_environment))
TERMIUM Plus, "environnement système" ([Internet, 2024-08-16](https://www.btb.termiumplus.gc.ca/tpv2alpha/alpha-fra.html?lang=fra&i=1&srchtxt=environnement+syst%C3%A8me&codom2nd_wet=1#resultrecs))
IBM, Ambiente di sistema ([Internet, 2024-08-06](https://www.ibm.com/docs/it/aix/7.3?topic=administration-system-environment))
EXP: alle Systemumgebungen sind in der Systemlandschaft (IT-Architektur) definiert und werden nach deren Regeln in planmässiger Koexistenz betrieben; ein Entwickler kann eine neue Version einer Software auf der Entwicklungsumgebung entwickeln, Tester können auf der Testumgebung testen, um die Software dann auf der Produktionsumgebung zu installieren
nach Wikipedia, "Systemumgebung" ([Internet, 2024-03-07](https://de.wikipedia.org/wiki/Systemumgebung))
NIST, Computer Security Resource Center ([Internet, 2024-08-06](https://csrc.nist.gov/glossary/term/system_environment))
TERMIUM Plus, "environnement système" ([Internet, 2024-08-16](https://www.btb.termiumplus.gc.ca/tpv2alpha/alpha-fra.html?lang=fra&i=1&srchtxt=environnement+syst%C3%A8me&codom2nd_wet=1#resultrecs))
nach Wikipedia, "Systemumgebung" ([Internet, 2024-03-07](https://de.wikipedia.org/wiki/Systemumgebung))
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 system landscape
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.