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

Attributes

erweiterte Realität
Swisstopo, MM Augmented Reality (AR), 2024-01-08 [{(Internet, 2022-03-29)}https://www.swisstopo.admin.ch/de/augmented-reality-ar]
EXP: durch die Nutzung von mobilen Geräten, wie z. B. Smartphones oder Tablets, aber auch von entsprechenden AR-Brillen werden Zusatzinformationen über der realen Welt eingeblendet; dabei kann es sich um 2D-Elemente (Text, Bild, Video) und Audio-Formate oder auch um interaktive dreidimensionale Modelle und Animationen handeln, wodurch eine Kombination von Realität und Virtualität in Echtzeit ermöglicht wird
nach Bitkom e. V., Augmented und Virtual Reality. Potenziale und praktische Anwendung immersiver Technologien, S. 12, 2021 ([Internet, 2022-03-29](https://www.bitkom.org/sites/default/files/2021-04/210330_lf_ar_vr.pdf))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part augmented reality
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.