@prefix ocrer: <http://purl.org/net/OCRe/research.owl#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix scires: <http://vivoweb.org/ontology/scientific-research#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ocresd: <http://purl.org/net/OCRe/study_design.owl#> .
@prefix swo:   <http://www.ebi.ac.uk/efo/swo/> .
@prefix cito:  <http://purl.org/spar/cito/> .
@prefix geo:   <http://aims.fao.org/aos/geopolitical.owl#> .
@prefix ocresst: <http://purl.org/net/OCRe/statistics.owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vivo:  <http://vivoweb.org/ontology/core#> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix c4o:   <http://purl.org/spar/c4o/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix thkoeln: <http://cris.nrw/hisinone#> .
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix vitro-public: <http://vitro.mannlib.cornell.edu/ns/vitro/public#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ocresp: <http://purl.org/net/OCRe/study_protocol.owl#> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix obo:   <http://purl.obolibrary.org/obo/> .
@prefix ro:    <http://purl.obolibrary.org/obo/ro.owl#> .

obo:BFO_0000031  a  owl:Class ;
        rdfs:label  "Bedingter Kontinuant"@de-DE , "Generically Dependent Continuant"@en-US , "Generically Dependent Continuant"@en .

<https://fis.th-koeln.de/vivo/individual/FF_001>
        <http://cris.nrw/hisinone/istForschungsfeldvon>
                <https://fis.th-koeln.de/vivo/individual/publ_14844> .

<http://cris.nrw/hisinone/OpenAccess>
        a           <http://cris.nrw/hisinone/Zugangsrecht> , owl:NamedIndividual , owl:Thing ;
        rdfs:label  "Open Access"@en-US , "Open Access"@de-DE .

obo:BFO_0000002  a  owl:Class ;
        rdfs:label  "Kontinuant"@de-DE , "Continuant"@en-US , "Continuant"@en .

<https://fis.th-koeln.de/vivo/individual/cite_14844-1>
        a       thkoeln:Zitat , owl:Thing .

thkoeln:Artikel  a  owl:Class ;
        rdfs:label  "Artikel"@de-DE , "Article"@en-US .

<https://fis.th-koeln.de/vivo/individual/aut_14844-5>
        a             obo:BFO_0000001 , obo:BFO_0000020 , vivo:Authorship , vivo:Relationship , obo:BFO_0000002 , owl:Thing ;
        vivo:relates  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

obo:BFO_0000001  a  owl:Class ;
        rdfs:label  "Entität"@de-DE , "Entity"@en-US , "Entity"@en .

<https://fis.th-koeln.de/vivo/individual/publ_14844>
        a                         owl:Thing , obo:IAO_0000030 , obo:BFO_0000001 , obo:BFO_0000031 , thkoeln:Publikation , thkoeln:Journalartikel , thkoeln:Artikel , bibo:Document , obo:BFO_0000002 , foaf:Document ;
        rdfs:label                "RDF description of BatchJobs and BatchExperiments: Abstraction Mechanisms for Using R in Batch Environments - https://fis.th-koeln.de/vivo/individual/publ_14844" , "BatchJobs and BatchExperiments: Abstraction Mechanisms for Using R in Batch Environments" ;
        thkoeln:URL               "http://10.18637/jss.v064.i11" ;
        thkoeln:dokumententyp     "Wissenschaftlicher Artikel" ;
        thkoeln:peerReviewed      "true" ;
        thkoeln:sprache           "deutsch" ;
        thkoeln:status            "validiert" ;
        <http://cris.nrw/hisinone/hatForschungsfeld>
                <https://fis.th-koeln.de/vivo/individual/FF_001> ;
        <http://cris.nrw/hisinone/hatOrganisationseinheit>
                <https://fis.th-koeln.de/vivo/individual/11000300> ;
        <http://cris.nrw/hisinone/hatRessourceart>
                <http://cris.nrw/hisinone/RessourceText> ;
        <http://cris.nrw/hisinone/hatZitat>
                <https://fis.th-koeln.de/vivo/individual/cite_14844-2> , <https://fis.th-koeln.de/vivo/individual/cite_14844-0> , <https://fis.th-koeln.de/vivo/individual/cite_14844-1> ;
        <http://cris.nrw/hisinone/hatZugangsrecht>
                <http://cris.nrw/hisinone/OpenAccess> ;
        <http://purl.org/dc/elements/1.1/date>
                "2026-04-04T04:23:28"^^xsd:dateTime ;
        <http://purl.org/dc/elements/1.1/publisher>
                <https://fis.th-koeln.de/vivo> ;
        <http://purl.org/dc/elements/1.1/rights>
                <https://fis.th-koeln.de/vivo/termsOfUse> ;
        bibo:abstract             "Empirical analysis of statistical algorithms often demands time-consuming experiments. We present two R packages which greatly simplify working in batch computing environments. The package BatchJobs implements the basic objects and procedures to control any batch cluster from within R. It is structured around cluster versions of the well-known higher order functions Map, Reduce and Filter from functional programming. Computations are performed asynchronously and all job states are persistently stored in a database, which can be queried at any point in time. The second package, BatchExperiments, is tailored for the still very general scenario of analyzing arbitrary algorithms on problem instances. It extends package BatchJobs by letting the user define an array of jobs of the kind apply algorithm A to problem instance P and store results. It is possible to associate statistical designs with parameters of problems and algorithms and therefore to systematically study their influence on the results. The packages main features are: (a) Convenient usage: All relevant batch system operations are either handled internally or mapped to simple R functions. (b) Portability: Both packages use a clear and well-defined interface to the batch system which makes them applicable in most high-performance computing environments. (c) Reproducibility: Every computational part has an associated seed to ensure reproducibility even when the underlying batch system changes. (d) Abstraction and good software design: The code layers for algorithms, experiment definitions and execution are cleanly separated and enable the writing of readable and maintainable code." ;
        bibo:doi                  "10.18637/jss.v064.i11" ;
        bibo:issue                "11" ;
        bibo:pageEnd              "25" ;
        bibo:pageStart            "1" ;
        bibo:volume               "64" ;
        vitro:mostSpecificType    thkoeln:Journalartikel ;
        vivo:dateTimeValue        <http://cris.nrw/date2015> ;
        vivo:hasPublicationVenue  <https://fis.th-koeln.de/vivo/individual/journal_1727> ;
        vivo:relatedBy            <https://fis.th-koeln.de/vivo/individual/aut_14844-3> , <https://fis.th-koeln.de/vivo/individual/aut_14844-4> , <https://fis.th-koeln.de/vivo/individual/aut_14844-1> , <https://fis.th-koeln.de/vivo/individual/aut_14844-2> , <https://fis.th-koeln.de/vivo/individual/aut_14844-5> .

<https://fis.th-koeln.de/vivo/individual/cite_14844-0>
        a       thkoeln:Zitat , owl:Thing .

<http://cris.nrw/hisinone/RessourceText>
        a           owl:NamedIndividual , <http://cris.nrw/hisinone/ArtderRessource> , owl:Thing ;
        rdfs:label  "Text"@de-DE , "Text"@en-US .

bibo:Document  a    owl:Class ;
        rdfs:label  "Dokument"@de-DE , "Document"@en-US , "Document"@en .

<https://fis.th-koeln.de/vivo/individual/aut_14844-4>
        a             obo:BFO_0000001 , obo:BFO_0000020 , vivo:Authorship , vivo:Relationship , obo:BFO_0000002 , owl:Thing ;
        vivo:relates  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

<https://fis.th-koeln.de/vivo/individual/11000300>
        a           thkoeln:Organisationseinheit , foaf:Agent , obo:BFO_0000001 , obo:BFO_0000004 , obo:BFO_0000002 , foaf:Organization , owl:Thing ;
        rdfs:label  "Institut für Data Science, Engineering, and Analytics" ;
        <http://cris.nrw/hisinone/istOrganisationseinheitVon>
                <https://fis.th-koeln.de/vivo/individual/publ_14844> .

owl:Thing  a    owl:Class .

thkoeln:Journalartikel
        a           owl:Class ;
        rdfs:label  "Journal Article"@en-US , "Journalartikel"@de-DE .

obo:IAO_0000030  a  owl:Class ;
        rdfs:label  "Entität für Informationsinhalt"@de-DE , "Information Content Entity"@en-US , "Information Content Entity"@en .

<https://fis.th-koeln.de/vivo/individual/aut_14844-3>
        a             obo:BFO_0000001 , obo:BFO_0000020 , vivo:Authorship , vivo:Relationship , obo:BFO_0000002 , owl:Thing ;
        vivo:relates  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

<https://fis.th-koeln.de/vivo/individual/aut_14844-2>
        a             obo:BFO_0000001 , obo:BFO_0000020 , vivo:Authorship , vivo:Relationship , obo:BFO_0000002 , owl:Thing ;
        vivo:relates  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

<http://cris.nrw/date2015>
        a       obo:BFO_0000003 , obo:BFO_0000008 , obo:BFO_0000001 , vivo:DateTimeValue , obo:BFO_0000148 , owl:Thing .

<https://fis.th-koeln.de/vivo/individual/journal_1727>
        a                         obo:BFO_0000031 , bibo:Journal , obo:BFO_0000001 , owl:Thing , obo:BFO_0000002 , bibo:Periodical , thkoeln:Zeitschrift , obo:IAO_0000030 , bibo:Collection ;
        rdfs:label                "Journal of statistical software" ;
        vivo:publicationVenueFor  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

<https://fis.th-koeln.de/vivo/individual/aut_14844-1>
        a             obo:BFO_0000001 , obo:BFO_0000020 , vivo:Authorship , vivo:Relationship , obo:BFO_0000002 , owl:Thing ;
        vivo:relates  <https://fis.th-koeln.de/vivo/individual/publ_14844> .

thkoeln:Publikation  a  owl:Class ;
        rdfs:label  "Publikationen"@de-DE , "Publications"@en-US .

<https://fis.th-koeln.de/vivo/individual/cite_14844-2>
        a       thkoeln:Zitat , owl:Thing .
