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

Attributes

investimento del patrimonio
UFAS, Previdenza professionale e terzo pilastro, Basi, Organizzazione e finanziamento della previdenza professionale, 2012-11-26
Gli istituti di previdenza devono investire il loro patrimonio seguendo le direttive prescritte dalla LPP [legge federale sulla previdenza professionale per la vecchiaia, i superstiti e l'invalidità]. Sono tenuti a scegliere accuratamente gli investimenti del patrimonio e a ripartire i mezzi disponibili tra diverse categorie d'investimento. [...] Il patrimonio dovrebbe essere ripartito tra investimenti a corto, medio e lungo termine, in modo da poter erogare, una volta esigibili, le prestazioni assicurative e quelle di libero passaggio.
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 Vermögensanlage
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.