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.
- 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.
- research-activity description document provenance.
- fip description "" assertion.
- fip description "This is the FIP for the eLTER Community representing the choices made in 2022." assertion.
- fip description "This is the FIP for the eLTER Community representing the choices made in 2022." assertion.
- fip description "This is the FIP of SSHOC-NL Socio Economic History." assertion.
- fip description "This is the FIP of ODISSEI MCAL." assertion.
- fip description "This is the FIP of WorldFAIR WP04 NANOMATERIALS." assertion.
- fip description "NanoPharos Database: Ready-for-Modelling Datasets for Nanoinformatics" assertion.
- fip description "This is the FIP for WorldFAIR WP13 CULTURAL HERITAGE (Digital Repository of Ireland)." assertion.
- fip description "" assertion.
- fip description "This is the FIP for the WorldFAIR WP10 Plant-Pollinator." assertion.
- fip description "This FIP serves as a reference for ZonMw-funded projects related to ME/CFS (chronic fatique syndrome)" assertion.
- fip description "This is the FIP of ACTRIS ARES (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of SIOS (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of SIOS (representing the choices made in 2021)." assertion.
- fip description "This is the FIP of SIOS (representing the choices made in 2020)." assertion.
- fip description "This is the FIP of ACTRIS ARES (representing the choices made in 2020)." assertion.
- fip description "This is the FIP of ACTRIS CLU (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of ACTRIS DVAS (representing the choices made in 2020)." assertion.
- fip description "" assertion.
- fip description "This is the FIP of ACTRIS InSitu (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of ACTRIS GRES (representing the choices made in 2020)." assertion.
- fip description "This is the FIP of ACTRIS GRES (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of ACTRIS DVAS (representing the choices made in 2019)." assertion.
- fip description "This is the FIP of ACTRIS CLU (representing the choices made in 2019)." assertion.
- fip description "eLTER FIP 2022: This is the FIP for the eLTER Community representing the choices made in 2022." assertion.
- fip description "ACTRIS DVAS FIP 2022: This is the FIP of ACTRIS DVAS (representing the choices made in 2022)." assertion.
- fip description "MLCommons: This is the FIP of MLCommons" assertion.
- fip description "ADVANCE FIP: This is the FAIR Implementation profile of the ADVANCE project within the scope of the Helmholtz Metadata Collaboraion" assertion.
- fip description "IUPAC Gold Book (original FIP): This is the FIP of IUPAC Gold Book" assertion.
- fip description "ICOS FIP 2023: This is the FIP of ICOS (representing the choices made in 2023)." assertion.
- fip description "WorldFAIR WP09 Biodiversity FIP01: This is the FIP of WorldFAIR WP09 Biodiversity " assertion.
- fip description "Materials Project: This is the FIP of Materials Project" assertion.
- fip description "eLTER FIP 2019: This is the FIP of eLITER (representing the choices made in 2019)." assertion.
- fip description "PARC HBM | PARC Human Biomonitoring Data: This is the FIP of PARC HBM | PARC Human Biomonitoring Data" assertion.
- fip description "PandemicPACT FIP: This is the FIP of PandemicPACT" assertion.
- fip description "GalaxyClimate: FIP for the Galaxy Climate Community" assertion.
- fip description "HBM4EU | Human BioMonitoring 4 EU Project: This is the FIP of HBM4EU | Human BioMonitoring 4 EU Project" assertion.
- sip description "LifeWatch ERIC Ecoportal" assertion.
- fip description "SeaDataNET Sextant FIP 2022: This is the FIP for the SeaDataNET Sextant Community representing the choices made in 2022." assertion.
- fip description "SeaDataNET Sextant FIP 2022: This is the FIP for the SeaDataNET Sextant Community representing the choices made in 2022." assertion.
- sip description "LifeWatch ERIC Ecoportal" assertion.