query-5cabe34f66f48a5b2a539c15e71126f6
Propertiesdeveloper (P178)manufacturer (P176)distributed by (P750)instance of (P31)subclass of (P279)ISNI (P213)Ringgold ID (P3500)GRID ID (P2427)Open Funder Registry funder ID (P3153)VIAF ID (P214)
Use at
- https://query.wikidata.org/sparql
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 DISTINCT ?org ?orgLabel ?ISNI ?RingoldID ?GRIDid ?CrossRef ?VIAF
WHERE 
{
  {?software wdt:P178 ?org}
  UNION {?software wdt:P176 ?org}
   UNION {?software wdt:P750 ?org}.
  ?software wdt:P31/wdt:P279* wd:Q7397.
  OPTIONAL {?org wdt:P213 ?ISNI .}
  OPTIONAL {?org wdt:P3500 ?RingoldID .}
  OPTIONAL {?org wdt:P2427 ?GRIDid .}
  OPTIONAL {?org wdt:P3153 ?CrossRef .}
  OPTIONAL {?org wdt:P214 ?VIAF .}
  MINUS {?software wdt:P31/wdt:P279* wd:Q7889.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
  v6("?CrossRef"):::projected 
  v5("?GRIDid"):::projected 
  v3("?ISNI"):::projected 
  v4("?RingoldID"):::projected 
  v7("?VIAF"):::projected 
  v2("?org"):::projected 
  v1("?software")
  a1((" "))
  a2((" "))
  c6(["wd:Q7397"]):::iri 
  c14(["bd:serviceParam"]):::iri 
  c12(["wd:Q7889"]):::iri 
  c16(["#91;AUTO_LANGUAGE#93;,en"]):::literal 
  subgraph union0[" Union "]
  subgraph union0l[" "]
    style union0l fill:#abf,stroke-dasharray: 3 3;
    subgraph union1[" Union "]
    subgraph union1l[" "]
      style union1l fill:#abf,stroke-dasharray: 3 3;
      v1 --"wdt:P750"-->  v2
    end
    subgraph union1r[" "]
      style union1r fill:#abf,stroke-dasharray: 3 3;
      v1 --"wdt:P176"-->  v2
    end
    union1r <== or ==> union1l
    end
  end
  subgraph union0r[" "]
    style union0r fill:#abf,stroke-dasharray: 3 3;
    v1 --"wdt:P178"-->  v2
  end
  union0r <== or ==> union0l
  end
  v1 --"wdt:P31"-->  a1
  a1 --"wdt:P279"-->  c6
  subgraph optional0["(optional)"]
  style optional0 fill:#bbf,stroke-dasharray: 5 5;
    v2 -."wdt:P213".->  v3
  end
  subgraph optional1["(optional)"]
  style optional1 fill:#bbf,stroke-dasharray: 5 5;
    v2 -."wdt:P3500".->  v4
  end
  subgraph optional2["(optional)"]
  style optional2 fill:#bbf,stroke-dasharray: 5 5;
    v2 -."wdt:P2427".->  v5
  end
  subgraph optional3["(optional)"]
  style optional3 fill:#bbf,stroke-dasharray: 5 5;
    v2 -."wdt:P3153".->  v6
  end
  subgraph optional4["(optional)"]
  style optional4 fill:#bbf,stroke-dasharray: 5 5;
    v2 -."wdt:P214".->  v7
  end
  subgraph minus0["MINUS"]
    style minus0 stroke-width:6px,fill:pink,stroke:red;
    v1 --"wdt:P31"-->  a2
    a2 --"wdt:P279"-->  c12
  end
  subgraph s1["http://wikiba.se/ontology#label"]
    style s1 stroke-width:4px;
    c14 --"wikibase:language"-->  c16
  end