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

Attributes

Lager
Stocks
Magazzino
Stockage
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

property object
inDefinedTermSet Value chain
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
value-chain Stocks, not further defined
value-chain Stocks production
value-chain Stocks, trade
hierarchy root b118_b908
hierarchy root b118_b984
hierarchy root b118_b1063
hierarchy root b118_b1137
hierarchy root b118_b1364
hierarchy root b118_b1215
hierarchy root b118_b1288
hierarchy root b118_b1517
hierarchy root b118_b1593
hierarchy root b118_b1669
hierarchy root b118_b1443
hierarchy root b118_b1747
hierarchy root b118_b1823
hierarchy root b118_b1899
hierarchy root b118_b1975
hierarchy root b118_b2127
hierarchy root b118_b2279
hierarchy root b118_b2428
hierarchy root b118_b2732
hierarchy root b118_b2887
hierarchy root b118_b2963
hierarchy root b118_b3037
hierarchy root b118_b3191
hierarchy root b118_b3495
hierarchy root b118_b3799
hierarchy root b118_b3948
hierarchy root b118_b4027
hierarchy root b118_b4100
hierarchy root b118_b4329
hierarchy root b118_b4480
hierarchy root b118_b3340
hierarchy root b118_b3416
hierarchy root b118_b2048
hierarchy root b118_b2352
hierarchy root b118_b2811
hierarchy root b118_b3115
hierarchy root b118_b4179
hierarchy root b118_b3644
hierarchy root b118_b2504
hierarchy root b118_b2581
hierarchy root b118_b3569
hierarchy root b118_b4253
hierarchy root b118_b4556
hierarchy root b118_b3873
hierarchy root b118_b3264
hierarchy root b118_b3720
hierarchy root b118_b2657
hierarchy root b118_b4404
hierarchy root b118_b2201
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.