Skip to content

Commit

Permalink
major new release - see CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcb55 committed Mar 12, 2024
1 parent 0779fdf commit e950e29
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 16 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ jobs:
id: generator-version-common
with:
vocab-config-path: ${{ matrix.vocab }}

# Note: This only pushes to Cloudsmith (not npm), because it does not
# increment the version number, which is fine for Maven SNAPSHOT
# versions.
- run: npx @inrupt/artifact-generator@${{steps.generator-version-common.outputs.vocab-generator-version}} generate -l ${{ matrix.vocab }} --noPrompt -p cloudsmith
# - run: npx @inrupt/artifact-generator@${{steps.generator-version-common.outputs.vocab-generator-version}} generate -l ${{ matrix.vocab }} --noPrompt -p cloudsmith
# This command generates, but does NOT publish to Cloudsmith.
- run: npx @inrupt/artifact-generator@${{steps.generator-version-common.outputs.vocab-generator-version}} generate -l ${{ matrix.vocab }} --noPrompt

- name: Upload log for debug
# Only upload if the previous step failed.
if: failure()
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configuration files contained in this repository.

## Unreleased

## v2.0.0 2024-03-12

- Added SOSA and SSN to the Common RDF bundle.
- Added glossary term for 'Linked Data', that explains that we capitalize the
letters, and provides a `rdfs:seeAlso` to Richard's reasons for why that's
Expand Down Expand Up @@ -43,6 +45,10 @@ configuration files contained in this repository.
- Added Inrupt vocab template (as foundation for Inrupt Best Practices).
- Updated Inrupt WebID used in all Inrupt-created vocabs (i.e., the value of the
`dcterms:creator` triple).
- Updated DPV-related vocab URLs (PD and Tech).
- **BREAKING CHANGE** no longer publish Java artifacts to Cloudsmith (in
GitHub CD workflow).
- Updated YAML's to version 4.0.0 of Artifact Generator.

## v1.0.3 2021-10-03

Expand Down
24 changes: 16 additions & 8 deletions common-rdf/vocab-common-rdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

artifactName: vocab-common-rdf
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down Expand Up @@ -749,10 +749,8 @@ vocabList:
# https://w3c.github.io/dx-connegp/connegp/#altr-owl).
inputResources:
- https://w3c.github.io/dx-connegp/connegp/altr.ttl
# Namespace IRI is missing trailing '#' - so provide it:
namespaceIriOverride: http://www.w3.org/ns/dx/connegp/altp#
# This vocab defines terms that are not actually defined in the vocabulary
# itself. For instance it defines 'rdf:Resource', and a couple of Dublin
# itself. For instance, it defines 'rdf:Resource', and a couple of Dublin
# Core terms, to provide extra contextual information for the vocabulary
# itself. Normally we'd throw an error on encountering such terms, as it can
# indicate a simple typo - but this can be overridden using this option if
Expand Down Expand Up @@ -952,12 +950,19 @@ vocabList:

- inputResources:
- https://w3id.org/dpv#
ignoreNonVocabTerms: true

- inputResources:
- https://w3id.org/dpv/dpv-pd#
- nameAndPrefixOverride: dpv-pd
inputResources:
# DPV namespaces going through some changes right now (March 2024)...
- https://w3c.github.io/dpv/pd/pd.ttl
# - https://w3id.org/dpv/dpv-pd#

- inputResources:
- https://w3id.org/dpv/dpv-tech#
- nameAndPrefixOverride: dpv-tech
inputResources:
# DPV namespaces going through some changes right now (March 2024)...
- https://w3c.github.io/dpv/tech/tech.ttl
# - https://w3id.org/dpv/dpv-tech#

- inputResources:
- https://w3id.org/oac#
Expand All @@ -973,6 +978,9 @@ vocabList:

- inputResources:
- https://w3id.org/semanticarts/ontology/gistCore
# In March 2024, noticed that Gist no longer defines a preferred prefix.
nameAndPrefixOverride: gist
ignoreNonVocabTerms: true

- nameAndPrefixOverride: auto_vc
inputResources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# list file.
#
artifactName: vocab-inrupt-client-application
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion inrupt-rdf/Core/vocab-inrupt-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# list file.
#
artifactName: vocab-inrupt-core
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion inrupt-rdf/Glossary/vocab-inrupt-glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# list file.
#
artifactName: vocab-inrupt-glossary
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion inrupt-rdf/Service/vocab-inrupt-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# list file.
#
artifactName: vocab-inrupt-service
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion inrupt-rdf/Test/vocab-inrupt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# list file.
#
artifactName: vocab-inrupt-test
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion inrupt-rdf/Ui/vocab-inrupt-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# list file.
#
artifactName: vocab-inrupt-ui
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down
2 changes: 1 addition & 1 deletion solid-rdf/vocab-solid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

artifactName: vocab-solid
artifactGeneratorVersion: 3.1.1
artifactGeneratorVersion: 4.0.0

versioning:
type: git
Expand Down

0 comments on commit e950e29

Please sign in to comment.