diff --git a/ComputationalTool/jsonld/ComputationalTool_v1.1-DRAFT.json b/ComputationalTool/jsonld/ComputationalTool_v1.1-DRAFT.json index bfc8654..1774dfa 100644 --- a/ComputationalTool/jsonld/ComputationalTool_v1.1-DRAFT.json +++ b/ComputationalTool/jsonld/ComputationalTool_v1.1-DRAFT.json @@ -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.", @@ -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" - } - ] } ] -} \ No newline at end of file +}