Giter Club home page Giter Club logo

Comments (7)

dgarijo avatar dgarijo commented on June 13, 2024 1

Sure. Here are the steps:

  • Publish version X of your ontology under a resolvable URI. For example, https://w3id.org/example/1.0.0 (well, it doesn't have to be resolvable, but it has to point to an owl/ttl file)
  • Add the annotation owl:priorVersion in your X+1 version of your ontology. Example: https://w3id.org/example/1.0.1 (see in the ttl file it has owl:priorVersion <https://w3id.org/example/1.0.0> ;)
  • Run Widoco. By default it will look at this annotation and calculate the diff for classes, properties and data properties. As I showed in the link above

from widoco.

dgarijo avatar dgarijo commented on June 13, 2024

According to the best practice document WIDOCO recognizes rdfs:comment and skos:definition. Have you tried using those properties? skos:note seemed too generic.

from widoco.

luzlozanothermo avatar luzlozanothermo commented on June 13, 2024

thanks for the quick answer Daniel, actually i was thinking in using skos:changeNote to annotate the changes from versions of my ontologies at class level, or do you have a recommendation on what property i should/could use for versioning info at class level?

from widoco.

dgarijo avatar dgarijo commented on June 13, 2024

I usually don't track this down manually. I give each version of the vocabulary a different version IRI and then build the diff automatically with Widoco. The result is something like this: https://dgarijo.github.io/example/release/1.0.1/index-en.html#changes

from widoco.

luzlozanothermo avatar luzlozanothermo commented on June 13, 2024

this is awesome!, how can i build this diff with wodoco? could you share the steps to do it?

from widoco.

dgarijo avatar dgarijo commented on June 13, 2024

@luzlozanothermo,
were you able to add the descriptions using skos:definition? If so, shall we close the issue?

from widoco.

dgarijo avatar dgarijo commented on June 13, 2024

Closing due to inactivity. Please reopen if necessary

from widoco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.