We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the solution you'd like The endpoints for CRUD operations over events should be defined by using Dynamic API ontology.
The JSON format for description an event should be supported with the following structure:
{ "uri" : "http://localhost:8080/vivo/individual/n7431", "type" : "http://vivoweb.org/ontology/core#Presentation", "name" : ["Derrida and the Electracy Conundrum@en_US", "Derida i zagonetka elektriciteta@sr_Latn_RS"], # in some cases also "abbreviation" : "", # "startDate" : "", # "endDate" : "", # "place" : "" "eventVenue" : { "uri" : "http://localhost:8080/vivo/individual/n4869", "name" : ["17th Annual Conference on Philosophy and Rhetoric@en_US", "17. godišnja konferencija o filozofiji i retorici@sr_Latn_RS"] } }
Additional context
Some examples are available at https://github.com/chenejac/Vitro/blob/sprint-dynapi-2022-may-demo/home/src/main/resources/rdf/abox/filegraph/continentAPI.n3 aligned with Dynamic API ontology at that moment. Postman can be used for testing. OpenAPI specification (swagger.yml) can be generated. Demo meeting - https://wiki.lyrasis.org/display/VIVO/2022-07-07+-+Dynamic+API+demo+meeting (video record here - https://drive.google.com/file/d/1hOrB8D3tDiTU6TuvnT6HJ1JcclOJp3xm/view?usp=sharing)
The another useful resource might be n3 files for reporting available at https://github.com/vivo-project/Vitro/tree/dynapi/home/src/main/resources/rdf/dynapiAbox/everytime
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the solution you'd like
The endpoints for CRUD operations over events should be defined by using Dynamic API ontology.
The JSON format for description an event should be supported with the following structure:
Additional context
Some examples are available at https://github.com/chenejac/Vitro/blob/sprint-dynapi-2022-may-demo/home/src/main/resources/rdf/abox/filegraph/continentAPI.n3 aligned with Dynamic API ontology at that moment. Postman can be used for testing. OpenAPI specification (swagger.yml) can be generated. Demo meeting - https://wiki.lyrasis.org/display/VIVO/2022-07-07+-+Dynamic+API+demo+meeting (video record here - https://drive.google.com/file/d/1hOrB8D3tDiTU6TuvnT6HJ1JcclOJp3xm/view?usp=sharing)
The another useful resource might be n3 files for reporting available at https://github.com/vivo-project/Vitro/tree/dynapi/home/src/main/resources/rdf/dynapiAbox/everytime
The text was updated successfully, but these errors were encountered: