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

Attributes

sistema di ordinamento
Internet DFI, AFS, [Gestione degli affari](https://www.bar.admin.ch/bar/it/home/gestione-dell-informazione/gestione-degli-affari.html) (1.6.2017).
Il sistema di ordinamento è organizzato in modo gerarchico e comprende tutte le attività di un’unità amministrativa. L’insieme dei documenti rilevanti per un affare è registrato e gestito nel sistema di ordinamento sotto i relativi compiti. Nel sistema vengono gestiti anche i metadati, quali il termine di conservazione, il valore archivistico, la protezione dei dati, gli accessi e la responsabilità di un affare.
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 classification system
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.