Skip to content

Commit

Permalink
fix: project benefit naming
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Aug 31, 2023
1 parent 574557c commit cbb6554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonld/credit-classes/credit-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"@id": "",
"@type": "regen:ProjectCoBenefit",
"@type": "regen:ProjectBenefit",
"schema:name": "",
"regen:SDGs": [
{
Expand Down
2 changes: 1 addition & 1 deletion shacl/credit-classes/credit-class.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ regen:CreditClassShape a sh:NodeShape ;
sh:node regen:OptionalNameSGDsShape ;
sh:or (
[ sh:class regen:MeasuredCoBenefit ]
[ sh:class regen:ProjectCoBenefit ]
[ sh:class regen:ProjectBenefit ]
)
] ;
sh:maxCount 1 ;
Expand Down

0 comments on commit cbb6554

Please sign in to comment.