Skip to content

Commit

Permalink
fix prefLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan authored Jan 5, 2024
1 parent d2bcf52 commit 7ed1ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reproschema_demo_protocol/reproschema_demo_protocol_schema
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic","@type": "reproschema:Protocol",
"@id": "reproschema_demo_protocol_schema",
"prefLabel": {
"en": "Protocol1",
"es": "Protocol1_es"
"en": "reproschema_demo_protocol",
"es": "reproschema_demo_protocol_es"
},
"description": "example Protocol",
"description": "A demo protocol",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"landingPage": [{
Expand Down

0 comments on commit 7ed1ae4

Please sign in to comment.