Skip to content

Commit

Permalink
Merge pull request #663 from BioSchemas/ljgarcia-patch-1
Browse files Browse the repository at this point in the history
Update LabProtocol_v0.4-DRAFT.jsonld
  • Loading branch information
gtsueng authored Dec 21, 2023
2 parents 9649bb4 + f530521 commit b105e2f
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,36 @@
}
]
},
{
"@id": "bioschemastypesdrafts:bioSample",
"@type": "rdf:Property",
"rdfs:comment": "BioSample used in the protocol. It could be a record in a Dataset describing the sample or a physical object corresponding to the sample or a URL pointing to the type of sample used.",
"rdfs:label": "bioSample",
"schema:domainIncludes": {
"@id": "bioschemastypesdrafts:LabProtocol"
},
"schema:rangeIncludes": [
{
"@id": "schema:BioChemEntity"
},
{
"@id": "bioschemastypes:BioSample"
},
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Taxon"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "bioschemastypesdrafts:labEquipment",
"@type": "rdf:Property",
"rdfs:comment": "A laboratory equipment used by a person to follow one or more steps described in this LabProtocol.",
Expand Down Expand Up @@ -174,7 +203,7 @@
{
"@id": "bioschemastypesdrafts:protocolLimitation",
"@type": "rdf:Property",
"rdfs:comment": "Situations where the Protocol would be unreliable or otherwise unsuccessful",
"rdfs:comment": "Situations where the Protocol would be unreliable or otherwise unsuccessful.",
"rdfs:label": "protocolLimitation",
"schema:domainIncludes": [
{"@id": "bioschemastypesdrafts:LabProtocol"}
Expand All @@ -188,6 +217,23 @@
}
]
},
{
"@id": "bioschemastypesdrafts:protocolOutcome",
"@type": "rdf:Property",
"rdfs:comment": "Actual outcome or result by a protocol execution. The shape of the expected outcome/result can be described using the property 'output'.",
"rdfs:label": "protocolOutcome",
"schema:domainIncludes": [
{"@id": "bioschemastypesdrafts:LabProtocol"}
],
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:CreativeWork"
}
]
},
{
"@id": "bioschemastypesdrafts:reagent",
"@type": "rdf:Property",
Expand All @@ -200,9 +246,15 @@
{
"@id": "schema:BioChemEntity"
},
{
"@id": "schema:ChemicalSubstance"
},
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:MolecularEntity"
},
{
"@id": "schema:Text"
},
Expand Down

0 comments on commit b105e2f

Please sign in to comment.