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

Attributes

Attribut
attribute
attribut
attributo
Eigenschaft oder Merkmal, das einer Ressource zugeordnet ist.
Property that further describes a resource.
Caractéristique attachée à une ressource et servant à la décrire.
Proprietà o caratteristica assegnata a una risorsa.
2024-12-20T14:43:36.9221630Z
503140
https://www.termdat.bk.admin.ch/entry/503140
Microsoft Terminology Search, "attribute" ([Internet, 2024-06-17](https://tinyurl.com/3rtkksxx))
Microsoft Terminology Search, "attribute" ([Internet, 2024-06-17](https://tinyurl.com/3rtkksxx))
Microsoft Terminology Search, "attribute" ([Internet, 2024-06-17](https://tinyurl.com/3rtkksxx))
Le Grand dictionnaire terminologique, "attribut" ([Internet, 2024-06-17](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26503619/attribut))
nach Microsoft Learn, Ressourcen verwalten ([Internet, 2024-06-17](https://learn.microsoft.com/de-de/dynamics365/project-operations/psa/manage-resources))
after Elmasri/Navathe, Fundamentals of database systems, 2016, p. 33 and IBM, Resource attributes ([Internet, 2021-03-02](https://www.ibm.com/docs/en/rsct/3.2?topic=control-resource-attributes))
d'après Le Grand dictionnaire terminologique, "attribut" ([Internet, 2024-06-17](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26503619/attribut))
secondo Microsoft Learn, Gestione risorse ([Internet, 2024-06-17](https://learn.microsoft.com/it-it/dynamics365/project-operations/psa/manage-resources))
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.