query-c36ba122fe5e3645b9ef44dc8d0507d1

rq turtle/ttl

Basic Formal OntologyCan someone create items for each ontology listed at http://ifomis.uni-saarland.de/bfo/users 16:44, 11 June 2018 (UTC) 92.228.157.51) Q4866972they all are claimed to use Basic Formal Ontology (Example: http://vtsl.vetmed.vt.edu/aco/) subclass of : ontology uses : Basic Formal Ontology official website : Q54913761Animals in Context Ontology ( 16:47, 11 June 2018 (UTC) 92.228.157.5109:38, 12 June 2018 (UTC) 85.181.248.20 - thanks a lot! Hopefully step by step real world classification - as found in reliable ontologies - can be added to Wikidata. User:Pigsonthewing 09:12, 12 June 2018 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy MabbettI am willing to do this, but won't have capacity until next week. 13:56, 16 June 2018 (UTC)) talk (JakobVoss instead! -- (P31)instance of : please don't add "subclass of" statements to particular ontologies, but use Pigsonthewing@23:50, 17 June 2018 (UTC) 2.245.10.35 BFO has been mentioned here to exactly educate people against these unilateral talk-ignoring misclassifications. [17] as this user classified dozens, maybe hundreds, of ID systems as instanceOf ID. JakobVoss:, take care with Pigsonthewing@ 10:50, 20 June 2018 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy MabbettAs there is disagreement on how to model this, I'll hold off until others have commented, and there is a clear consensus on the prefered model. FWIW, I would use "instance of ontology". 19:03, 20 June 2018 (UTC)) talk (PKM ontology. These are clearly individually named ontologies, not types or categpries of ontologies. - Support Right: 'instance' it is. All done; see the query below. A few already existed, so watch out for possible duplicates, if I missed any.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?ontology ?ontologyLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?ontology wdt:P31 wd:Q324254.
  ?ontology wdt:P2283 wd:Q4866972.
}
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?ontology"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q324254"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q4866972"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P2283"--> c8