Linked Open DataOWL + SKOSCC BY 4.0
OxiEphemeris Vocabulary
The controlled vocabulary behind OxiEphemeris,
a pure-Rust astronomy & Western-astrology engine. It defines the classes and
properties (an OWL ontology) and the fixed sets of terms — zodiac signs,
planets, aspects, dignities, house systems, and more (SKOS concept schemes) —
that every chart, synastry, and composite document refers to.
OxiEphemeris(Pure Rust の天文暦・西洋占星術エンジン)が用いる語彙です。OWL オントロジーと SKOS 概念スキームを、デリファレンス可能な RDF として配信します。
Namespaces
| Prefix | Namespace IRI | What it holds |
|---|---|---|
oxa: | …/ns/oxiephemeris/astro# | Ontology terms (classes & properties) |
concept/ | …/ns/oxiephemeris/concept/… | SKOS concepts (e.g. concept/sign/Scorpio) |
oxs: | …/ns/oxiephemeris/scheme/… | SKOS concept schemes (e.g. scheme/ZodiacSigns) |
id/ | …/id/oxiephemeris/… | Instance data — chart IRIs, minted by the software (not hosted here) |
Documents
Content negotiation
The canonical IRIs are extension-less and dereference by Accept header —
request Turtle, N-Triples, or this HTML page from the same URL:
curl -H 'Accept: text/turtle' https://cooljapan.tech/ns/oxiephemeris/astro curl -H 'Accept: application/n-triples' https://cooljapan.tech/ns/oxiephemeris/concepts curl -H 'Accept: text/turtle' https://cooljapan.tech/ns/oxiephemeris/concept/sign/Scorpio
Concept schemes
Thirteen fixed vocabularies. Each concept carries bilingual skos:prefLabel (en / ja)
and, where one exists, a skos:exactMatch to Wikidata.
Signs
12 星座Planets
天体・光度点Aspects
アスペクトElements
四大元素Modalities
三区分House systems
ハウスシステムSect
昼夜の区分Motion
順行・逆行Declination aspects
赤緯アスペクトAyanamsha
アヤナムシャDignity tiers
品位Angles & nodes
アングル・ノードLots
アラビックパーツAlignment
The vocabulary reuses established terms rather than reinventing them: SKOS for concepts, PROV-O for provenance, QUDT for units, WGS84 for observer coordinates, OWL-Time for epochs, and Wikidata cross-links on the concepts.
Dataset metadata
The dataset is described with VoID and DCAT — triple
counts, distributions, example resources, and the link set to Wikidata — so data
catalogues can discover and index it:
VoID / DCAT description
(Turtle · N-Triples),
also at the conventional /.well-known/void.