Skip to content

Commit 3772051

Browse files
committed
Fix #275 (again)
1 parent 7c23ee9 commit 3772051

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/_specification/1.2-DRAFT/context.jsonld

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
},
2323
{
2424
"@id": "https://bioschemas.org/profiles/FormalParameter/1.0-RELEASE"
25+
},
26+
{
27+
"@id": "https://w3id.org/codemeta/3.0"
2528
}
2629
],
2730
"license": {
@@ -2872,8 +2875,8 @@
28722875
"RepositoryObject": "http://pcdm.org/models#Object",
28732876
"RepositoryFile": "http://pcdm.org/models#File",
28742877
"ComputationalWorkflow": "https://bioschemas.org/ComputationalWorkflow",
2875-
"input": "https://bioschemas.org/properties/input",
2876-
"output": "https://bioschemas.org/properties/output",
2878+
"input": "https://bioschemas.org/ComputationalWorkflow#input",
2879+
"output": "https://bioschemas.org/ComputationalWorkflow#output",
28772880
"FormalParameter": "https://bioschemas.org/FormalParameter",
28782881
"wasDerivedFrom": "http://www.w3.org/ns/prov#wasDerivedFrom",
28792882
"importedFrom": "http://purl.org/pav/importedFrom",
@@ -2892,9 +2895,18 @@
28922895
"ResourceDescriptor": "http://www.w3.org/ns/dx/prof/ResourceDescriptor",
28932896
"ResourceRole": "http://www.w3.org/ns/dx/prof/ResourceRole",
28942897
"Profile": "http://www.w3.org/ns/dx/prof/Profile",
2898+
"softwareSuggestions": "https://codemeta.github.io/terms/softwareSuggestions",
2899+
"continuousIntegration": "https://codemeta.github.io/terms/continuousIntegration",
2900+
"buildInstructions": "https://codemeta.github.io/terms/buildInstructions",
2901+
"developmentStatus": "https://codemeta.github.io/terms/developmentStatus",
2902+
"embargoEndDate": "https://codemeta.github.io/terms/embargoEndDate",
2903+
"readme": "https://codemeta.github.io/terms/readme",
2904+
"issueTracker": "https://codemeta.github.io/terms/issueTracker",
2905+
"referencePublication": "https://codemeta.github.io/terms/referencePublication",
2906+
"hasSourceCode": "https://codemeta.github.io/terms/hasSourceCode",
2907+
"isSourceCodeOf": "https://codemeta.github.io/terms/isSourceCodeOf",
28952908
"Geometry": "http://www.opengis.net/ont/geosparql#Geometry",
28962909
"asWKT": "http://www.opengis.net/ont/geosparql#asWKT",
2897-
"@label": "http://www.w3.org/2000/01/rdf-schema#label",
28982910
"pcdm": "http://pcdm.org/models#",
28992911
"bibo": "http://purl.org/ontology/bibo/",
29002912
"cc": "http://creativecommons.org/ns#",

0 commit comments

Comments
 (0)