Skip to content

Commit

Permalink
added SHACL shape for funding (CLARIAH/clariah-plus#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon authored and brambg committed Sep 16, 2022
1 parent 5decdb8 commit d6f4498
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schemas/shacl/software.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ clariah:SoftwareSourceCodeShape a sh:NodeShape ;
sh:label "Target product, a software application which results from the code." ;
sh:message "An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces" ; #strongly diverging from schema.org definition!! (see https://github.com/codemeta/codemeta/issues/267)
] ,
[
sh:path schema:funding ;
sh:or (
[ sh:class schema:Grant ]
) ;
sh:minCount 1 ;
rdfs:label "Funding source" ;
sh:severity sh:Warning ;
sh:message "The funder *SHOULD* be acknowledged" ;
] ,
[
sh:path codemeta:referencePublication ;
sh:or (
Expand Down

0 comments on commit d6f4498

Please sign in to comment.