Verisav Vocabularies GraphQL APIAPI GraphQL Vocabulaires Verisav
API GraphQL Vocabulaires VerisavVerisav Vocabularies GraphQL API
A GraphQL API for querying the Verisav RDF/OWL vocabularies in real time, developed in the context of Digital Product Passports (DPP). It allows retrieval of metadata, classes and properties of standardized vocabularies used to describe products, aligned with GS1 Digital Link standards. The API is intended for developers and organizations implementing digital product passport systems, enabling programmatic access to structured, machine-readable vocabulary definitions rather than static documentation, and supporting interoperability across systems that reference these standardized terms.API GraphQL permettant d'interroger les vocabulaires RDF/OWL Verisav (DPP) en temps réel. Cette API permet de récupérer les métadonnées, classes et propriétés des vocabulaires standardisés pour les Passeports Produit Numérique (DPP). Les vocabulaires sont alignés avec les standards GS1 Digital Link…
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (22 fields)
| Field | Type | Description |
|---|---|---|
| idVocabulary | string | Vocabulary identifier (dpp, rma, wty).Identifiant du vocabulaire (dpp, rma, wty) |
| nameVocabulary | string | Name of the vocabulary.Nom du vocabulaire |
| namespaceVocabulary | string (uri) | Namespace URI of the vocabulary.Namespace URI du vocabulaire |
| prefixVocabulary | string | Recommended prefix for the vocabulary.Préfixe recommandé |
| versionVocabulary | string | Version of the vocabulary.Version du vocabulaire |
| titleVocabulary | string | Title of the vocabulary.Titre du vocabulaire |
| descriptionVocabulary | string | Description of the vocabulary.Description du vocabulaire |
| createdVocabulary | string (date-time) | Date and time the vocabulary was created.Date de création |
| modifiedVocabulary | string (date-time) | Date and time the vocabulary was last modified.Date de dernière modification |
| creatorVocabulary | object | Information about the vocabulary's creator.Information about the vocabulary's creator. |
| publisherVocabulary | string | Publisher of the vocabulary.Éditeur du vocabulaire |
| licenseVocabulary | string (uri) | URI of the vocabulary's license.Licence du vocabulaire |
| classesVocabulary | array<object> | List of classes defined in the vocabulary.Liste des classes du vocabulaire |
| propertiesVocabulary | array<object> | List of properties defined in the vocabulary.Liste des propriétés du vocabulaire |
| typeCreator | string | Type of the creator, e.g. Person or Organization.Type du créateur (Person, Organization) |
| seeAlsoCreator | array<string (uri)> | Links to related profiles of the creator.Liens vers des profils du créateur |
| labelClass | string | Human-readable label of the class.Label de la classe |
| commentClass | string | Description explaining the class.Description de la classe |
| subClassOfClass | array<string> | Parent classes this class is derived from.Classes parentes |
| statusClass | string | Term status, such as stable, unstable, or deprecated.Statut du terme (stable, unstable, deprecated) |
| domainProperty | array<string> | Classes to which the property can be applied.Domaines de la propriété |
| rangeProperty | array<string> | Classes or types allowed as the property's value.Ranges de la propriété |
Schema captured from openapi 26 days ago.
Verification Status
Using the API
Configuration
- Base URL
- https://www.verisav.fr/api/graphql
- Format
- openapi
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://www.verisav.fr/vocabularies/openapi.yaml' -H 'Accept: application/json'Machine-readable API description (use it to generate clients).
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.