Skip to content

Converts a swagger file (v3, json or yaml) to rdf

Notifications You must be signed in to change notification settings

bp4mc2/swagger2rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger2rdf

Converts a swagger file (v3, json or yaml) to rdf

Usage

swagger2rdf <input.json or input.yaml>

Extensions

Extensions can be mapped to RDF as well. For this, you need to add an extension to the input file at root level:

openapi: 3.0.0
x-bp4mc2-context:
  x-some-extension:
    url: http://some-extension-url
    type: '@id' //Set to @id when the value is an IRI. Ommit the type element for string values.

About

Converts a swagger file (v3, json or yaml) to rdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published