diff --git a/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld b/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld index 6b84af5..9c1c6fb 100644 --- a/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld +++ b/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld @@ -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.", @@ -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"} @@ -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", @@ -200,9 +246,15 @@ { "@id": "schema:BioChemEntity" }, + { + "@id": "schema:ChemicalSubstance" + }, { "@id": "schema:DefinedTerm" }, + { + "@id": "schema:MolecularEntity" + }, { "@id": "schema:Text" },