Matches in Nanopublications for { ?s <http://purl.org/dc/terms/description> ?o ?g. }
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." RAIprHYNfU1-rIxymgRvSDBW-luAAGkz4RLfvp4ywB86w.assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." RAiG6G0dU2ernX3e8zE3Mwz1URrAXCgfIYoX8UncHhoRc.assertion.
- step_melt_butter description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- RAdLN56bpWtv4qB3xhPlEZHks5tf4JUBDFGWT3_WjIPOI.workflow description "Recipe Workflow for Curried Chicken" RAdLN56bpWtv4qB3xhPlEZHks5tf4JUBDFGWT3_WjIPOI.assertion.
- RAXG3-VCppJF7e04BX85bmxHGl9KHMry5e1M-WzAkQRB0.workflow description "Recipe Workflow for Curried Chicken" RAXG3-VCppJF7e04BX85bmxHGl9KHMry5e1M-WzAkQRB0.assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- RAr8YInccZ_rE4zfIvT4l22LqQPOg2FIQOiBp78_aA8wg.workflow description "Recipe Workflow for Curried Chicken" RAr8YInccZ_rE4zfIvT4l22LqQPOg2FIQOiBp78_aA8wg.assertion.
- step description "This is a test" assertion.
- step description "what" assertion.
- step description "This is a test" assertion.
- step description "This is a test" assertion.
- step description "from fairworkflows import manualstep" assertion.
- step description "Another test." assertion.
- step description "@add_step(workflow) #@FairStep def rotate_image(img:Image) -> Image: """Transforming an image""" out = im.transpose(Image.ROTATE_90) return out " assertion.
- step description "def rotate_image(img:Image) -> Image: """Transforming an image by 180 degrees""" out = im.transpose(Image.ROTATE_180) return out" assertion.
- RAMzGwLotMRSQTHRCS15B6hvuYSyEupGnxZaFU3EmcItA description "Inter-species interaction of Picoides villosus with Ips" assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Resize image') def resize_image(imgStr:str) -> str: """Resize the image 300x300 """ from PIL import Image image = Image.open(io.BytesIO(imgStr)) new_image = image.resize((300, 300)) mgOut = io.BytesIO() new_image.save(imgOut, format="png") return imgOut.getvalue()" assertion.
- step description "@is_fairstep(label='Rotate image') def rotate_image(imgStr:str) -> str: """Rotate image""" from PIL import Image image = Image.open(io.BytesIO(imgStr)) new_image = image.transpose(Image.ROTATE_90) mgOut = io.BytesIO() new_image.save(imgOut, format="png") return imgOut.getvalue()" assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "Adding up numbers!" assertion.
- step description "@is_fairstep(label='Addition', a='http://www.example.org/distance', returns='http://www.example.org/mass') def add(a:float, b:float) -> float: return a + b " assertion.
- plan description "In vitro Culture of Human PBMCs DOI: 10.21769/BioProtoc.322" assertion.
- plan description "In vitro Culture of Human PBMCs DOI: 10.21769/BioProtoc.322" assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- RA12lVwEtmddK9OwDkZQZlgJaOD2-0NXtAtO_jDaG-3VQ description "The formalization looks good and the author has addressed the received review comments." assertion.
- RAXVRaFjWDlX5cZcVRXETaEIAx6QAyLK5JCrzDP-yDp9U description "The formalization looks good and the author addressed and responded to all the review comments received." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets. Please refer to RiverBench profiles and tasks using their permanent URLs (PURLs) with a specified version (not dev!). For example: https://w3id.org/riverbench/v/2.0.1/profiles/flat-mixed https://w3id.org/riverbench/v/2.0.1/tasks/flat-compression In the benchmark metrics field, use the names of the metrics specified in the task definition that you have used. If possible, link to the paper that reported this benchmark using the "cites as data source" field. This way, a citation of this paper will appear on RiverBench's website." assertion.
- assertion description "Such a nanopublication contains the main high-level metadata about research output with links to other nanopublications, including the project from the output is/was derived." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets. Please refer to RiverBench profiles and tasks using their permanent URLs (PURLs) with a specified version (not dev!). For example: https://w3id.org/riverbench/v/2.0.1/profiles/flat-mixed https://w3id.org/riverbench/v/2.0.1/tasks/flat-compression In the benchmark metrics field, use the names of the metrics specified in the task definition that you have used. If possible, link to the paper that reported this benchmark using the "cites as data source" field. This way, a citation of this paper will appear on RiverBench's website." assertion.
- assertion description "Such a nanopublication contains the main high-level metadata about research output with links to other nanopublications, including the project from the output is/was derived." assertion.
- assertion description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets. Please refer to RiverBench profiles and tasks using their permanent URLs (PURLs) with a specified version (not dev!). For example: https://w3id.org/riverbench/v/2.0.1/profiles/flat-mixed https://w3id.org/riverbench/v/2.0.1/tasks/flat-compression In the benchmark metrics field, use the names of the metrics specified in the task definition that you have used. If possible, link to the paper that reported this benchmark using the "cites as data source" field. This way, a citation of this paper will appear on RiverBench's website." assertion.
- assertion description "This template helps to define object properties and datatype properties with domains and ranges from diverse sources." assertion.
- GenuineSemanticPublishingCriterion1 description "With genuine semantic publishing, a scientific work needs to come with formal representations that are semantic, in the sense that they are not just machine processable but machine interpretable, and that are linked so they add to the existing formal body of knowledge." np4.RAQBNo92NVch_37eiS34_crfOmLBOgsBZjlkMYFRqTZAw..assertion.
- GenuineSemanticPublishingCriterion1 description "With genuine semantic publishing, a scientific work needs to come with formal representations that are semantic, in the sense that they are not just machine processable but machine interpretable, and that are linked so they add to the existing formal body of knowledge." assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." np5.RAHfCki4iINxD4hqi7M_rUTwgKTaDc14w8bpHAl7dWIzE..assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." assertion.
- GenuineSemanticPublishingCriterion3 description "With genuine semantic publishing, the semantic representations need to be authentic in the sense that the respective authoritative persons create or approve the semantic representations. Domain data can only come from the researchers, and meta data has to come from the people responsible for the form of the published work, i.e. the researchers and/or the editors." np6.RAInOfSHEstOH5sFIJr-gCH2G95tJT8d0Sudp-7uSvRQI..assertion.
- GenuineSemanticPublishingCriterion3 description "With genuine semantic publishing, the semantic representations need to be authentic in the sense that the respective authoritative persons create or approve the semantic representations. Domain data can only come from the researchers, and meta data has to come from the people responsible for the form of the published work, i.e. the researchers and/or the editors." assertion.
- GenuineSemanticPublishingCriterion4 description "With genuine semantic publishing, the semantic representations need to be a primary component of the published work, made available together with everything else at the time of publication. They must furthermore have an independent existence in their own right and not merely be appended or attached to the main entity as noncommittal extra data." np7.RAWkMdkoZWPFZxuAuLpMCQsz1S-DnBIE0rjn_w-xnDBek..assertion.
- GenuineSemanticPublishingCriterion4 description "With genuine semantic publishing, the semantic representations need to be a primary component of the published work, made available together with everything else at the time of publication. They must furthermore have an independent existence in their own right and not merely be appended or attached to the main entity as noncommittal extra data." assertion.
- GenuineSemanticPublishingCriterion5 description "With genuine semantic publishing, the semantic representations and their containers need to be fine-grained and light-weight. Even though such semantic representations might often be published in larger collections, the publication of minimal additions and corrections needs to be possible without a large overhead." np8.RAOA34EmlFjwd0nSoM3LiBPbLryu6yPAG75E9JyHJsSmo..assertion.
- GenuineSemanticPublishingCriterion5 description "With genuine semantic publishing, the semantic representations and their containers need to be fine-grained and light-weight. Even though such semantic representations might often be published in larger collections, the publication of minimal additions and corrections needs to be possible without a large overhead." assertion.
- GenuineSemanticPublishingCriterion1 description "With genuine semantic publishing, a scientific work needs to come with formal representations that are semantic, in the sense that they are not just machine processable but machine interpretable, and that are linked so they add to the existing formal body of knowledge." assertion.
- GenuineSemanticPublishingCriterion1 description "With genuine semantic publishing, a scientific work needs to come with formal representations that are semantic, in the sense that they are not just machine processable but machine interpretable, and that are linked so they add to the existing formal body of knowledge." assertion.
- GenuineSemanticPublishingCriterion1 description "With genuine semantic publishing, a scientific work needs to come with formal representations that are semantic, in the sense that they are not just machine processable but machine interpretable, and that are linked so they add to the existing formal body of knowledge." assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." assertion.
- GenuineSemanticPublishingCriterion2 description "With genuine semantic publishing, the semantic representations might be underspecified but need to have essential coverage in the sense that they cover (at least) the core of the main claims of the given work." assertion.