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

Attributes

gemeinsame Dimensionen
shared dimensions
dimensions partagées
dimensioni condivise
Aus einer oder mehreren Spalten bestehende datenbasierte Darstellungen, die zur Datenanalyse Merkmale verwenden, die in mehreren Datentabellen vorkommen und überall die gleiche Bedeutung haben.
Sets of data attributes shared by multiple fact tables using the same key value to refer to the same structure, attributes, domain values, definitions and concepts.
2025-09-18T08:31:07.6031380Z
520703
https://www.termdat.bk.admin.ch/entry/520703
IBM Cognos Analytics, Modelldesign und -darstellung ([Internet, 2025-05-12](https://www.ibm.com/docs/de/cognos-analytics/11.1.x?topic=guidelines-model-design-presentation))
IBM InfoSphere Data Architect, Shared dimensions ([Internet, 2025-05-12](https://www.ibm.com/docs/en/ida/9.1.1?topic=entities-shared-dimensions))
IBM Cognos Analytics, Modelldesign und -darstellung ([Internet, 2025-05-12](Conception et présentation du modèle))
IBM Cognos Analytics, Progettazione e presentazione del modello ([Internet, 2025-05-12](https://www.ibm.com/docs/it/cognos-analytics/11.1.x?topic=guidelines-model-design-presentation))
EXP: shared dimensions help maintain consistency across different datasets and allow for efficient data analysis
EXP: Dimensionen bilden Hauptmerkmale aus dem Geschäftsmodell eines Unternehmens ab und haben eine Vereinheitlichungs- und Verknüpfungsfunktion für heterogene Stammdaten
HubSite 365, Power BI: Simplifying Multiple Fact Tables for Speed & Efficiency! ([Internet, 2025-05-13](https://www.hubsite365.com/en-ww/crm-pages/multiple-fact-tables-in-power-bi-made-simple-and-fast-f5908f90-79df-4989-b653-d0c12aa3d84a.htm))
nach Linearis, Agile Datenstrukturen ([Internet, 2025-05-13](https://linearis.at/blog/2014/04/07/agile-datenstrukturen-linearis-modelling-rules/))
nach Microsoft Learn, Geschäftsleistungsplanung-Cubes ([Internet, 2025-05-12](https://learn.microsoft.com/de-de/dynamics365/finance/business-performance-planning/create-cubes)) und Linearis, Agile Datenstrukturen ([Internet, 2025-05-13](https://linearis.at/blog/2014/04/07/agile-datenstrukturen-linearis-modelling-rules/))
after IBM InfoSphere Data Architect, Shared dimensions ([Internet, 2025-05-12](https://www.ibm.com/docs/en/ida/9.1.1?topic=entities-shared-dimensions)) and Wikipedia, "Dimension (data warehouse)" ([Internet, 2025-05-13](https://en.wikipedia.org/wiki/Dimension_%28data_warehouse%29))
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.