Skip to content

Commit

Permalink
Update ComputationalTool_v1.1-DRAFT.json
Browse files Browse the repository at this point in the history
quickfix to remove redundant properties
  • Loading branch information
gtsueng authored Nov 1, 2023
1 parent 9d716e3 commit 5f41fd3
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions ComputationalTool/jsonld/ComputationalTool_v1.1-DRAFT.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,20 +844,6 @@
}
}
},
{
"@id": "bioschemas:codeRepository",
"rdfs:comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).",
"@type": "rdf:Property",
"rdfs:label": "codeRepository",
"schema:domainIncludes": {
"@id": "bioschemas:ComputationalTool"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
}
]
},
{
"@id": "bioschemas:input",
"rdfs:comment": "Specification of a consumed input.",
Expand Down Expand Up @@ -885,20 +871,6 @@
"@id": "bioschemas:FormalParameter"
}
]
},
{
"@id": "bioschemas:programmingLanguage",
"rdfs:comment": "The computer programming language.",
"@type": "rdf:Property",
"rdfs:label": "programmingLanguage",
"schema:domainIncludes": {
"@id": "bioschemas:ComputationalTool"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
}
]
}
]
}
}

0 comments on commit 5f41fd3

Please sign in to comment.