Mining Facility (E3)
From geokb
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Mining Facility | items that are classified according to one of a number of subclasses of facility | edit |
prefix skos: <http://www.w3.org/2004/02/skos/core#>
prefix schema: <http://schema.org/>
prefix wikibase: <http://wikiba.se/ontology#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix wd: <https://geokb.wikibase.cloud/entity/>
prefix wdt: <https://geokb.wikibase.cloud/prop/direct/>
START = @<Organization>
<Organization> EXTRA wdt:P1 {
# Must be instance of a mining facility and any subclasses
wdt:P1 @<MiningFacilityClass> * ;
}
<MiningFacilityClass> EXTRA wdt:P2 {
wdt:P2 [ wd:Q44143 ] * ;
}