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

Attributes

hunting reserve
Wikipedia, "List of federal hunting reserves in Switzerland" ([Internet, 2016-12-07](https://en.wikipedia.org/wiki/List_of_federal_hunting_reserves_in_Switzerland))
USG: to avoid; EXP: in Switzerland, hunting reserves are areas of land where hunting is prohibited, however, outside of Switzerland the term generally denotes areas of land where wild animals are hunted in a controlled way
after Th. Scharrenbach / S. Bischof / S. Fleischli / R. Weibe, Linked Raster Data, 2012 ([Internet, 2017-10-11](http://www.zora.uzh.ch/id/eprint/74705/1/2012_WeibelR_Scharrenbach_et_al_Linked_Raster_Data_Kopie_.pdf)) and Amazing Authentic Trek & Expedition (P) Ltd., Dhorpatan Hunting Reserve ([Internet, 2016-12-07](http://www.amazingauthentictreks.com/nepal/adventure-jungle-safari-nepal/dhorpatan-hunting-reserve.php))
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 game reserve
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.