@prefix azonOnto: <http://id.e-science.pl/ontologies/azonOnto#> .
@prefix collection: <http://id.e-science.pl/vocab/collection/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix kv: <http://id.e-science.pl/vocab/kv/> .
@prefix person: <http://id.e-science.pl/vocab/person/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix records: <http://id.e-science.pl/records/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://id.e-science.pl/vocab/unit/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
kv:24085 a skos:Concept ;
rdfs:seeAlso "https://www.merriam-webster.com/dictionary/dataflow",
"https://en.wikipedia.org/wiki/Dataflow"@en,
"https://pl.wikipedia.org/wiki/Transmisja"@pl ;
skos:definition "Term used in computing which has various meanings depending on application and the context in which the term is used. In the context of software architecture, data flow relates to stream processing or reactive programming. Dataflow is a software paradigm based on the idea of disconnecting computational actors into stages (pipelines) that can execute concurrently. "@en,
"Proces przesyłania danych między nadawcą (nadajnikiem) a odbiorcą (odbiornikiem) zapisanych określonym, zrozumiałym dla obu stron kodem i po określonej drodze. W celu przeprowadzenia transmisji mogą być wykorzystane media transmisyjne przewodowe lub bezprzewodowe."@pl ;
skos:inScheme kv:keywordsVocabulary ;
skos:prefLabel "data flow"@en,
"przepływ danych"@pl .