Wikidata:WikiProject Ethics

From Wikidata
Jump to navigation Jump to search
Some decisions are difficult
Decisions have a social context

Welcome to WikiProject Ethics, an initiative for the collaborative curation of structured data all around ethics (Q9465) and related matters.

Items

[edit]

Main items

[edit]

Ethics advisory bodies

[edit]

Other items

[edit]

Lexemes

[edit]

Main lexemes

[edit]

Other lexemes

[edit]


Properties

[edit]

Main properties

[edit]
  • ...

Other properties

[edit]
  • ...

Property proposals

[edit]

Active property proposals

[edit]
  • ...

Closed property proposals

[edit]
  • ...

Planned property proposals

[edit]

Queries

[edit]

Main queries

[edit]

Ethics committees

[edit]
Properties used on items about ethics committees
[edit]

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT DISTINCT ?property ?propertyLabel ?count
    WITH {
      SELECT DISTINCT ?item WHERE {
      { ?item wdt:P31 wd:Q362104 . }
      UNION
      { ?item wdt:P31 wd:Q59057226 . }
      }
      LIMIT 200000
      } AS %items 
    WITH {
      SELECT DISTINCT ?property (COUNT(*) AS ?count) WHERE {
      INCLUDE %items.
        ?item ?p [ ] .
        ?property a wikibase:Property;
                    wikibase:claim ?p.
      }
      GROUP BY ?property 
      LIMIT 100
      } AS %results 
    WHERE {
      INCLUDE %results.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
    }
    ORDER BY DESC(?count)
    LIMIT 100
    
List of ethics committees and institutional review boards, optionally with country
[edit]

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country (P17)  View with Reasonator View with SQID
    SELECT DISTINCT ?committee ?committeeLabel ?country ?countryLabel ?statements
    WHERE {
      { ?committee wdt:P31 wd:Q362104 . }
      UNION
      { ?committee wdt:P31 wd:Q59057226 . }
      OPTIONAL { ?committee wdt:P17 ?country . }
      ?committee wikibase:statements ?statements .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    GROUP BY ?committee ?committeeLabel ?country ?countryLabel ?statements
    ORDER BY DESC(?statements)
    

Other queries

[edit]
  • ...

Tools

[edit]
  •  Info You can use the AutoEdit tool to quickly add label and description on ethics-related topics in many languages.


Subpages

[edit]

Participants

[edit]
[+] Add yourself to the list

The participants listed below can be notified using the following template in discussions:
{{Ping project|Ethics}}

See also

[edit]

On Wikidata

[edit]

Outside Wikidata

[edit]