From 602b3d15490655902caf57acc7639a34c52986aa Mon Sep 17 00:00:00 2001 From: Ca5e Date: Fri, 6 Oct 2023 17:58:43 +0200 Subject: [PATCH] Match termselection with new specifications --- docs/saf.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/saf.yaml b/docs/saf.yaml index c95946027b..f266fb855a 100644 --- a/docs/saf.yaml +++ b/docs/saf.yaml @@ -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: