The Anome
Joined 26 November 2012
The Anome abides.
Babel user information | ||||||
---|---|---|---|---|---|---|
| ||||||
Users by language |
Wikidata to-doEdit
KnotsEdit
# All instances of the class "Knot" (Q1188853), recursively, removing duplicates
SELECT DISTINCT ?item ?itemDescription ?itemLabel ?alexanderbriggs ?dt_name ?dt_notation ?alexander_polynomial ?conway_polynomial ?jones_polynomial
WHERE {
?item wdt:P31 ?sub0 .
?sub0 (wdt:P279)* wd:Q1188853 .
OPTIONAL{?item wdt:P6432 ?alexanderbriggs .} # Alexander-Briggs notation
OPTIONAL{?item wdt:P8416 ?dt_name .} # Dowker-Thistlethwaite name
OPTIONAL{?item wdt:P8378 ?dt_notation .} # Dowker-Thistlethwaite notation
OPTIONAL{?item wdt:P5350 ?alexander_polynomial .} # Alexander polynomial
OPTIONAL{?item wdt:P5351 ?conway_polynomial .} # Conway polynomial
OPTIONAL{?item wdt:P5352 ?jones_polynomial .} # Jones polynomial
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
ORDER BY ASC(?item)
LIMIT 10000
Useful:
- Help:QuickStatements
- w:List of mathematical knots and links
- w:List of prime knots
- http://wwwf.imperial.ac.uk/~ssivek/papers/torusknots.pdf
In progress:
- Wikidata:Requests for permissions/Bot/The Anomebot 3 2
- Wikidata:Property proposal/Dowker-Thistlethwaite notation
- Wikidata:Property proposal/Dowker-Thistlethwaite name
- Wikidata:Property proposal/Knot Atlas identifier
Wikidata:Property proposal/Knotilus identifier-- temporarily removed, as site is currently down- Wikidata:Property proposal/KnotInfo identifier
Temporarily withdrawn:
To do:
- Dump state of all knot items, and reconcile with knotinfo data to check for errors/duplicates -- done
- Fill in gaps manually until all checks pass -- perhaps done?
- Double-check this by doing a full two-way reconciliation of datasets
Next:
- Add items to subclasses:
- prime knot (Q1014491), composite knot (Q77345920)
- alternating knot (Q4736417), non-alternating knot (Q96741342), almost-alternating knot (Q96741348)
- chiral knot (Q4064646), amphichiral knot (Q20873948)
- fibered knot (Q2381352), twist knot (Q7858476), torus knot (Q1892897)
- satellite knot (Q7426084)
- pretzel link (Q3528575), hyperbolic link (Q5957788) (??) -- need to think more about ontology here.