Data catalog
Top-level machine-readable catalog for everything published by 555 EUCRiders.
JSON-LD
Open catalog.jsonld@prefix euc: <https://555eucriders.com/ns/euc#>
555 Linked Data
555 EUCRiders publishes structured data for electric unicycle models, terminology, and software resources in formats that can be reused by search engines, apps, research tools, and future semantic integrations.
This release treats the portal as both a readable publication and a reusable knowledge layer. The core building blocks are schema:ProductModel, schema:DefinedTerm, schema:SoftwareApplication, dcat:Dataset, and a lightweight euc: namespace.
Resources
The current release covers the EUC specs database, the dictionary, and the app catalog. Each resource is published with a stable URI, predictable format, and catalog entry.
Top-level machine-readable catalog for everything published by 555 EUCRiders.
JSON-LD
Open catalog.jsonldCanonical electric unicycle model specifications built from the codebase dataset.
JSON-LD
Open euc-models.jsonldRDF-native serialization of the same model graph for graph workflows.
Turtle
Open euc-models.ttlLightweight ontology namespace for EUC-specific classes and properties.
Turtle
Open ontologyCanonical EUC terms, aliases, frequencies, categories, and related-term mappings.
JSON-LD
Open dictionary.jsonldRDF-native Turtle serialization of the dictionary graph.
Turtle
Open dictionary.ttlCurated EUC software applications, dashboards, wearables, and developer tools.
JSON-LD
Open apps.jsonldRDF-native Turtle serialization of the software catalog.
Turtle
Open apps.ttlCanonical editorial graph covering wheel reviews, gear guides, and insights articles.
JSON-LD
Open articles.jsonldRDF-native Turtle serialization of the editorial article graph.
Turtle
Open articles.ttlCanonical graph for curated EUC model comparisons, search intents, and verdict metadata.
JSON-LD
Open comparisons.jsonldRDF-native Turtle serialization of curated EUC comparison entities.
Turtle
Open comparisons.ttlPublic API
The linked-data graph remains the canonical semantic layer. The public JSON API exposes the same high-value data in a simpler shape for Discord bots, scripts, spreadsheet imports, and lightweight community integrations.
Discovery document listing the public JSON endpoints and their linked-data sources.
Open index.jsonFlat JSON export of model specs, provenance, source confidence, aliases, use cases, and known issues.
Open euc-models.jsonCurated model-vs-model comparison metadata with intent, verdict, deciding factors, and related queries.
Open euc-comparisons.jsonMachine-readable API contract for tooling, code generators, monitors, and future developer docs.
Open openapi.jsonStable discovery pointer for external agents and crawlers that need the API catalog location.
Open discovery JSONUse it
The goal is not only to publish URIs, but to make them immediately usable for scripts, knowledge graphs, parsers, and future API clients.
curl -H "Accept: application/ld+json" \
https://555eucriders.com/linked-data/euc-models.jsonld curl https://555eucriders.com/api/euc-models.json {
"@context": {
"@vocab": "https://schema.org/",
"dcat": "http://www.w3.org/ns/dcat#",
"euc": "https://555eucriders.com/ns/euc#"
},
"@graph": [
{
"@id": "https://555eucriders.com/linked-data/euc-models.jsonld#dataset",
"@type": ["Dataset", "dcat:Dataset"],
"name": "555 EUCRiders EUC Models Dataset"
}
]
} SELECT ?model ?brand ?speed
WHERE {
?model a euc:EUCModel ;
schema:brand ?brand ;
schema:speed ?speed .
}
ORDER BY DESC(?speed) A public SPARQL endpoint is not live yet. The query block is here to document the intended graph shape and query ergonomics.
Provenance
The catalog now exposes publisher, modified date, version, and license reference in the machine-readable layer. This page mirrors the same metadata for humans.
Current scope
The current graph covers enough surface area to be practically useful today while still leaving room for deeper relationship modeling in later phases.