Skip to content

catalog-v001.xml still names 1.4.0 after versionIRI 1.5.0 - #699

Open
forest-savage1234 wants to merge 1 commit into
ucoProject:masterfrom
forest-savage1234:leftover-c7
Open

catalog-v001.xml still names 1.4.0 after versionIRI 1.5.0#699
forest-savage1234 wants to merge 1 commit into
ucoProject:masterfrom
forest-savage1234:leftover-c7

Conversation

@forest-savage1234

Copy link
Copy Markdown

catalog-v001.xml still names 1.4.0 after versionIRI 1.5.0

Committed Protégé catalogs still map imports to …/1.4.0 while the sibling TTL already declares owl:versionIRI / owl:versionInfo 1.5.0. ontology/uco/master/catalog-v001.xml is 17× /1.4.0, 0× /1.5.0. The same stale name= values sit in the per-module catalogs. src/create-catalog-v001.xml.py walks versionIRIs, so a fresh generate would emit 1.5.0 names. CI is make clean && make check. src/review.mk generates catalogs then diffs Turtle only; clean deletes the catalogs. Generated catalogs are never diffed against the committed files.

This packet restamps those name= attributes to 1.5.0. Catalogs only. uri= paths stay. No .ttl file is in the diff.

Files

Exact catalog paths in PATCH.diff (no glob). Each name="…/1.4.0" becomes name="…/1.5.0" (56 attributes):

  1. ontology/uco/master/catalog-v001.xml
  2. ontology/uco/action/catalog-v001.xml
  3. ontology/uco/analysis/catalog-v001.xml
  4. ontology/uco/configuration/catalog-v001.xml
  5. ontology/uco/identity/catalog-v001.xml
  6. ontology/uco/location/catalog-v001.xml
  7. ontology/uco/marking/catalog-v001.xml
  8. ontology/uco/observable/catalog-v001.xml
  9. ontology/uco/pattern/catalog-v001.xml
  10. ontology/uco/role/catalog-v001.xml
  11. ontology/uco/time/catalog-v001.xml
  12. ontology/uco/tool/catalog-v001.xml
  13. ontology/uco/types/catalog-v001.xml
  14. ontology/uco/victim/catalog-v001.xml

Out of scope

How to review

The dest is the name= restamp. Open ontology/uco/master/catalog-v001.xml next to ontology/uco/master/uco.ttl L49 owl:versionIRI …/uco/uco/1.5.0. Every catalog name= that was 1.4.0 should now be 1.5.0. No analysis / configuration / Compilation TTL change.

I am a volunteer. Thank you for the time. I am trying to become more useful on this work, so I welcome a critical look. If this is the wrong cut, or you want me to stand down, say so and I will recut from notes.

Signed-off-by: Forest Savage <forestsavage03@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant