Skip to content
New issue

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

Capture frozen resources for publication #516

Merged
merged 13 commits into from
Oct 2, 2023
Merged

Capture frozen resources for publication #516

merged 13 commits into from
Oct 2, 2023

Conversation

mmccool
Copy link
Contributor

@mmccool mmccool commented Sep 25, 2023

  • Capture resources in publication directory (under 6-resources, parallel to 6-rec)
  • Copy over resources
  • Update links: replace github links with final URLs
  • Removed executable permissions for discovery-core.jsonld (in original context directory also)

Discuss:

  • Should the github URL in discovery-ontology.ttl be "discovery#" or "discovery-ontology#"? There are three --- do we change them all to the same thing? (RESOLVED - should be discovery-ontology, also in context files)
  • Update TD URLs? Currently "td" prefix points at TD 1.0 URL , e.g. 2019 (RESOLVED - not changed, since TD 1.0 and TD 1.1 are supposed to be backward compatible, updating in place)
  • Remove ^M line-endings? Files seem to use Windows line-ending. Unfortunately edits above resulted in mixed line endings, files should at least be consistent. (RESOLVED: change to use Windows line endings, with CR-LF).
  • Should we explicitly specify UTF-8 encoding? (RESOLVED: specify UTF-8)
  • How do we test these changes? Process: publish, test (Andrea will do; test Thing, Directory, and DID Document), bug-fix (in wot-resources)

NOTE: github is not showing a diff since the copied files are "new", you have to use diff on the command line to see what changed. In particular:

$ diff context/discovery-ontology.ttl publication/6-rec/resources/v1/discovery-ontology.ttl 
9c9
< @prefix discovery: <https://github.com/w3c/wot-discovery#> .
---
> @prefix discovery: <https://www.w3.org/2021/wot/discovery#> .
13c13
< @base <https://github.com/w3c/wot-discovery#> .
---
> @base <https://www.w3.org/2021/wot/discovery#> .
15c15
< <https://github.com/w3c/wot-discovery#> rdf:type owl:Ontology ;
---
> <https://www.w3.org/2021/wot/discovery#> rdf:type owl:Ontology ;

@mmccool mmccool changed the title Create README.md Create "resources" directory to capture frozen resources for publication Sep 25, 2023
@mmccool mmccool self-assigned this Sep 25, 2023
@mmccool mmccool changed the title Create "resources" directory to capture frozen resources for publication Capture frozen resources for publication Oct 2, 2023
@mmccool mmccool merged commit b9d7726 into main Oct 2, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants