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

Attributes

entità
Entität
entity
entité
Eindeutig identifizierbares Objekt oder Konzept der realen Welt.
A single unique object in the real world with an independent existence.
Objet du monde réel avec une existence indépendante.
Oggetto astratto o concreto che esiste in modo indipendente e distinguibile da altri oggetti.
2024-12-20T12:58:45.6555790Z
70445
https://www.termdat.bk.admin.ch/entry/70445
Wikipedia, "Entität (Informatik)" ([Internet, 2008-05-15](https://de.wikipedia.org/wiki/Entit%C3%A4t_%28Informatik%29))
Elmasri/Navathe, Fundamentals of database systems, 2016, p. 63
Treccani, Vocabolario, "entità"([Internet, 2024-03-13](https://www.treccani.it/enciclopedia/entita/))
Le Grand Dictionnaire terminologique, "entité" ([Internet, 2024-03-13](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8354296/entite))
EXP: Entitäten können sowohl existierende als auch abstrakte Objekte sein
EXP: an entity can be an object with a physical existence (for example, a particular person, car, house, or employee) or an object with a conceptual existence (for instance, a company, a job, or a university course)
EXP: une entité peut être physique (personne) ou morale (organisation, dispositif ou processus)
Elmasri/Navathe, Fundamentals of database systems, 2016, p. 63
Le Grand Dictionnaire terminologique, "entité" ([Internet, 2024-03-13](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8354296/entite))
nach BigData-Insider, Was ist eine Entität? ([Internet, 2024-03-13](https://www.bigdata-insider.de/was-ist-eine-entitaet-a-845718/)) 2008-05-15
nach Wikipedia, "Entität (Informatik)" ([Internet, 2023-04-22](https://de.wikipedia.org/wiki/Entit%C3%A4t_%28Informatik%29)) und Elmasri/Navathe, Fundamentals of database systems, 2016, p. 63 (übers.)
after Elmasri/Navathe, Fundamentals of database systems, 2016, p. 63 and IBM, Key concepts: Entity, attribute, and entity type ([Internet, 2022-10-25](https://www.ibm.com/docs/en/imdm/12.0?topic=concepts-key-entity-attribute-entity-type))
d'après Elmasri/Navathe, Fundamentals of database systems, 2016, p. 63 (trad.)
secondo Informatica Scuola, Schema ER ([Internet, 2024-03-13](https://www.informaticascuola.it/basi-dati/modello-concettuale/))
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.