Skip to content

Commit

Permalink
Match termselection with new specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca5e committed Oct 6, 2023
1 parent 2ebe975 commit 602b3d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/saf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ versions:
- vsntag: terms # this version contains all terms that are curated within this scope
altvsntags: [ latest ] # alternative verstiontags
termselection:
- "*@tev2" # import all tev2 terms.
- "*" # import all tev2 terms.
- vsntag: documentation # terms that are needed for this specification
termselection:
- "terms[act,actor,action,community,control,entity,knowledge]@essif-lab"
- "terms[manage,management,govern,governance,objective,owner,owned]@essif-lab"
- "terms[partial-identity,identifier,identity]@essif-lab"
- "terms[pattern-party-actor-action,pattern-jurisdiction]@essif-lab"
- "terms[pattern-terminology]@essif-lab"
- "terms[pattern-identity,pattern-identification]@essif-lab"
- "*@tev2" # import all tev2 terms.
- "term[act,actor,action,community,control,entity,knowledge]@essif-lab"
- "term[manage,management,govern,governance,objective,owner,owned]@essif-lab"
- "term[partial-identity,identifier,identity]@essif-lab"
- "term[pattern-party-actor-action,pattern-jurisdiction]@essif-lab"
- "term[pattern-terminology]@essif-lab"
- "term[pattern-identity,pattern-identification]@essif-lab"
- "*" # import all tev2 terms.
- vsntag: test # this version MUST only be used for testing the MRG generator
altvsntags: # alternative verstiontags
- firstAltVsnTag
- secondAltVsnTag
termselection:
- "tags[management]@essif-lab" # import all terms from the mrg of `essif-lab:latest` that have grouptag `management`.
- "terms[party,community]@essif-lab:0.9.4" # import the terms `party` and `community` from the mrg of `essif-lab:0.9.4`.
- "-tags[terminology]" # remove all terms tagged with the grouptag `terminology`
- "*@tev2" # import all terms defined in the scope `tev2`
- "grouptags[management]@essif-lab" # import all terms from the mrg of `essif-lab:latest` that have grouptag `management`.
- "term[party,community]@essif-lab:0.9.4" # import the terms `party` and `community` from the mrg of `essif-lab:0.9.4`.
- "-grouptags[terminology]" # remove all terms tagged with the grouptag `terminology`
- "*" # import all terms defined in the scope `tev2`
status: proposed
from: 20220312
to:

0 comments on commit 602b3d1

Please sign in to comment.