diff --git a/bioschemasdrafts.json b/bioschemasdrafts.json index 82196fb..8f489e0 100644 --- a/bioschemasdrafts.json +++ b/bioschemasdrafts.json @@ -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.",