Skip to content

Commit

Permalink
add back missing properties for CompTools profile where they're not d…
Browse files Browse the repository at this point in the history
…efined
  • Loading branch information
gtsueng committed Dec 21, 2023
1 parent 60a5dbb commit 23e3765
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bioschemasdrafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -21533,6 +21533,34 @@
}
]
},
{
"@id": "bioschemasdrafts:codeRepository",
"@type": "rdf:Property",
"rdfs:comment": "Link to the source code repository of the tool.",
"rdfs:label": "codeRepository",
"schema:domainIncludes": {
"@id": "bioschemasdrafts:ComputationalTool"
},
"schema:rangeIncludes": [
{
"@id": "schema:URL"
}
]
},
{
"@id": "bioschemasdrafts:programmingLanguage",
"rdfs:comment": "The main programming language(s) used to build or execute the tool. Please use terms from the ‘Programming language’ table in the Bio.Tools documentation.",
"@type": "rdf:Property",
"rdfs:label": "programmingLanguage",
"schema:domainIncludes": {
"@id": "bioschemasdrafts:ComputationalTool"
},
"schema:rangeIncludes": [
{
"@id": "schema:ComputerLanguage"
}
]
},
{
"@id": "bioschemasdrafts:acceptanceNotificationDate",
"rdfs:comment": "Date for the host to confirm acceptance to applicants.",
Expand Down

0 comments on commit 23e3765

Please sign in to comment.