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

Attributes

tronco con monconi di rami
UFAM, Continuità nel bosco di protezione e controllo dell'efficacia, 2006, all. 2b p. 52
Con uno scivolamento della neve particolarmente forte è preferibile sistemare sulla linea di caduta i tronchi con monconi di rami, in modo da poter impedire che cedono col passar del tempo.
EXP: Baumstamm mit Aststummeln, der dazu verwendet wird, Bäume gegen Schneegleiten oder gegen Wildtierschäden (durch Schälen und Fegen) zu schützen
nach BAFU, Nachhaltigkeit und Erfolgskontrolle im Schutzwald, 2006, Anh. 2b, S. 52 und Anhang 8, S. 22 sowie BAFU, Anwendung von Pflanzenschutzmitteln im Wald, 2010, S. 76 ([Internet, 2022-12-19](https://www.bafu.admin.ch/dam/bafu/de/dokumente/wald-holz/uw-umwelt-wissen/anwendung_von_pflanzenschutzmittelnimwald.pdf.download.pdf/anwendung_von_pflanzenschutzmittelnimwald.pdf))
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 barb tree
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.