@prefix : <http://w3id.org/nfdi4ing/pro-research#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://w3id.org/nfdi4ing/pro-research#> .

<http://w3id.org/nfdi4ing/pro-research> rdf:type owl:Ontology ;
                                         owl:imports <http://w3id.org/nfdi4ing/metadata4ing/1.3.1> ,
                                                     <http://w3id.org/nfdi4ing/pro-research/shapes> ;
                                         <http://purl.org/dc/terms/abstract> "The ontology PRO Research provides a framework for the semantic description of research data management policies, research data management and of the whole data generation process based on the PRO research process (https://preprints.inggrid.org/repository/view/57/). The structure and application of the ontology are based on the principles of modularity and inheritance."@en ;
                                         <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0002-8021-5524> ;
                                         <http://purl.org/dc/terms/created> "2025-10-14"^^xsd:date ;
                                         <http://purl.org/dc/terms/creator> "Tobias Hamann (https://orcid.org/0000-0002-8021-5524), Laboratory for Machine Tools and Production Engineering (WZL) of RWTH Aachen University, Intelligence in Quality Sensing (IQS)"@en ;
                                         <http://purl.org/dc/terms/issued> "2025-10-14"^^xsd:date ;
                                         <http://purl.org/dc/terms/language> <http://id.loc.gov/vocabulary/iso639-2/deu> ,
                                                                             <http://id.loc.gov/vocabulary/iso639-2/eng> ;
                                         <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                                         <http://purl.org/dc/terms/modified> "2025-10-14"^^xsd:date ;
                                         <http://purl.org/dc/terms/publisher> <http://d-nb.info/gnd/1227971389> ;
                                         <http://purl.org/dc/terms/references> <http://w3id.org/nfdi4ing/metadata4ing/1.3.1/> ,
                                                                               <https://nautos.de/7TE/search/item-detail/DE30062915> ,
                                                                               <https://preprints.inggrid.org/repository/view/57/> ;
                                         <http://purl.org/dc/terms/rights> <https://creativecommons.org/licenses/by/4.0/> ;
                                         <http://purl.org/dc/terms/subject> <http://d-nb.info/gnd/1227971389> ,
                                                                            <http://d-nb.info/gnd/1342271416> ,
                                                                            <http://d-nb.info/gnd/4137304-2> ,
                                                                            <http://d-nb.info/gnd/4384643-9> ,
                                                                            <http://d-nb.info/gnd/4827894-4> ;
                                         <http://purl.org/dc/terms/title> "PRO Research: An ontology for describing RDM-Policies in a structured way."@en ;
                                         <http://purl.org/ontology/bibo/doi> <https://doi.org/10.5281/zenodo.17523316> ;
                                         <http://purl.org/ontology/bibo/status> "Active"@en ;
                                         <http://purl.org/vocab/vann/preferredNamespacePrefix> "pror" ;
                                         <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/nfdi4ing/pro-research#" ;
                                         <http://usefulinc.com/ns/doap#audience> "Engineers and scientists working in project-oriented research"@en ,
                                                                                 "Ingenieure und Forschende, die in projekt-orientierter Forschung arbeiten"@de ;
                                         <http://usefulinc.com/ns/doap#bug-database> <https://git.rwth-aachen.de/nfdi4ing/pro-research/pro-research-ontology/-/issues> ;
                                         <http://usefulinc.com/ns/doap#repository> <https://git.rwth-aachen.de/nfdi4ing/pro-research/pro-research-ontology/> ;
                                         <http://www.loc.gov/premis/rdf/v3/documentation> <https://w3id.org/nfdi4ing/pro-research> ;
                                         rdfs:comment """
                                                      PRO Research defines classes and properties or reuses such classes and properties from other ontologies to describe research processes and research data management in NFDI4ING.  
                                                      New concepts and properties are located in the namespace of PRO Research.  
                                                      PRO Research does not import complete ontologies for the sake of relevance, readability, understandability and usability by and for engineers.  
                                                      Instead, it tries to make re-use of existing identifiers for classes and properties by re-using all or a relevant subset of the axioms from the original ontology, especially Metadata4Ing.  
                                                      These statements have been extracted in different ways, e.g. by using Protégé tools importing an ontology and copying axioms of relevant items to PRO Research or by downloading from data services or raw files of ontologies and manual copypasting.  
                                                      In some cases there was a need to extend or modify the original set of statements about an entity, e.g. because labels and definitions were expressed with a different owl:AnnotationProperty than the rest of PRO Research, or because a skos:preflabel or a skos:definition in any of the languages we would like to support was missing.  
                                                      Any editorial changes on elements from external ontologies are declared in PRO Research by an annotation with skos:editorialNote at item-level.  
                                                      To get the original set of statements we encourage to visit the original namespace of the respective item.  
                                                      PRO Research reuses elements from the following ontologies: 
                                                      - m4i = Metadata4Ing 
                                                      - BIRO = Bibliographic Reference Ontology  
                                                      - CR = Croissant  
                                                      - DCAT = Data Catalog  
                                                      - DCC = Digital Calibration Certificate  
                                                      - DCTERMS = Dublin Core Terms  
                                                      - EMMO = European Materials and Modelling Ontology  
                                                      - FOAF = Friend of a Friend  
                                                      - OBO = Open Biological and Biomedical Ontologies:
                                                        - BFO = Basic Formal Ontology  
                                                        - RO = Relation Ontology  
                                                      - OWL = Web Ontology Language  
                                                      - PIMS-II = PIMS Interoperability Infrastructure  
                                                      - PROV = Provenance Namespace  
                                                      - QUDT = Quantities, Units, Dimensions and Types  
                                                      - RDF = Resource Description Framework  
                                                      - RDFS = RDF Schema  
                                                      - SCHEMA = schema.org  
                                                      - D-SI = Digital System of Units  
                                                      - SIO = Semanticscience Integrated Ontology  
                                                      - SKOS = Simple Knowledge Organization System  
                                                      - SSN = Semantic Sensor Network Ontology  
                                                      - XSD = XML Schema Definition  
                                                      """@en ;
                                         rdfs:label "PRO Research"@de ,
                                                    "PRO Research"@en ;
                                         owl:versionInfo "v1.0.0" ;
                                         <https://schema.org/citation> "Hamann, Tobias (2025). PRO Research: An ontology for describing RDM-Policies in a structured way."@en ;
                                         <https://schema.org/funder> <https://ror.org/018mejw64> ;
                                         <https://schema.org/funding> <https://gepris.dfg.de/gepris/projekt/442146713> ;
                                         <https://schema.org/logo> <https://w3id.org/nfdi4ing/pro-research/PROResearch_Logo.png> .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/subject
<http://purl.org/dc/terms/subject> rdf:type owl:AnnotationProperty .


###  http://usefulinc.com/ns/doap#audience
<http://usefulinc.com/ns/doap#audience> rdf:type owl:AnnotationProperty .


###  http://usefulinc.com/ns/doap#bug-database
<http://usefulinc.com/ns/doap#bug-database> rdf:type owl:AnnotationProperty .


###  http://usefulinc.com/ns/doap#repository
<http://usefulinc.com/ns/doap#repository> rdf:type owl:AnnotationProperty .


###  http://w3id.org/nfdi4ing/pro-research#refersToGuideline
:refersToGuideline rdf:type owl:AnnotationProperty ;
                   rdfs:subPropertyOf <http://purl.org/dc/terms/references> .


###  http://www.loc.gov/premis/rdf/v3/documentation
<http://www.loc.gov/premis/rdf/v3/documentation> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:AnnotationProperty .


###  https://schema.org/funding
<https://schema.org/funding> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://purl.obolibrary.org/obo/RO_0002090
<http://purl.obolibrary.org/obo/RO_0002090> rdf:type owl:ObjectProperty ,
                                                     owl:TransitiveProperty .


###  http://purl.obolibrary.org/obo/RO_0002224
<http://purl.obolibrary.org/obo/RO_0002224> rdfs:domain [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/RO_0002224> ;
                                                          owl:someValuesFrom :Project-Level
                                                        ] .


###  http://semanticscience.org/resource/SIO_000210
<http://semanticscience.org/resource/SIO_000210> owl:inverseOf :represented_by .


###  http://w3id.org/nfdi4ing/pro-research#follows
:follows rdf:type owl:ObjectProperty ,
                  owl:TransitiveProperty ;
         <http://www.w3.org/2004/02/skos/core#definition> "x follows y if and only if the time point at which x starts is after or equivalent to the time point at which y ends. Formally: x follows y iff ω(x) >= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point." ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "findet statt nach"@de ,
                                                         "follows"@en .


###  http://w3id.org/nfdi4ing/pro-research#has-phase
:has-phase rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
           <http://www.w3.org/2004/02/skos/core#definition> "X has the phase Y"@en ,
                                                            "X hat die Phase Y"@de ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "has phase"@en ,
                                                           "hat Phase"@de .


###  http://w3id.org/nfdi4ing/pro-research#has-process
:has-process rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
             <http://www.w3.org/2004/02/skos/core#definition> "X has the process Y"@en ,
                                                              "X hat den Prozess Y"@de ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "has process"@en ,
                                                             "hat Prozess"@de .


###  http://w3id.org/nfdi4ing/pro-research#has-task
:has-task rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
          <http://www.w3.org/2004/02/skos/core#definition> "X has the task Y"@en ,
                                                           "X hat die Aufgabe Y"@de ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "has task"@en ,
                                                          "hat Aufgabe"@de .


###  http://w3id.org/nfdi4ing/pro-research#hasActivity
:hasActivity rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf owl:topObjectProperty ;
             <http://www.w3.org/2004/02/skos/core#definition> "X has the activity Y"@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "has activity"@en ,
                                                             "hat Aktivität"@de .


###  http://w3id.org/nfdi4ing/pro-research#hasProcessingStep
:hasProcessingStep rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :hasActivity ;
                   <http://www.w3.org/2004/02/skos/core#definition> "X has the processing step Y"@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "has processing step"@en ,
                                                                   "hat Verarbeitungsschritt"@de .


###  http://w3id.org/nfdi4ing/pro-research#hasRDMActivity
:hasRDMActivity rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :hasProcessingStep ;
                <http://www.w3.org/2004/02/skos/core#definition> "X has the RDM processing step Y"@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "has RDM processing step"@en ,
                                                                "hat FDM-Verarbeitungsschritt"@de .


###  http://w3id.org/nfdi4ing/pro-research#hasResearchActivity
:hasResearchActivity rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasProcessingStep ;
                     <http://www.w3.org/2004/02/skos/core#definition> "X has the research processing step Y"@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "has research processing step"@en ,
                                                                     "hat Forschungsschritt"@de .


###  http://w3id.org/nfdi4ing/pro-research#hasResult
:hasResult rdf:type owl:ObjectProperty ;
           owl:inverseOf :isResultOf ;
           <http://www.w3.org/2004/02/skos/core#definition> "X has the result Y"@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "has result"@en ,
                                                           "hat Ergebnis"@de .


###  http://w3id.org/nfdi4ing/pro-research#immediately-follows
:immediately-follows rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :follows ;
                     rdf:type owl:AsymmetricProperty ,
                              owl:IrreflexiveProperty ;
                     <http://www.w3.org/2004/02/skos/core#definition> "X immediately follows Y iff: start(X) simultaneous_with end(Y)"@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "findet statt unmittelbar nach"@de ,
                                                                     "immediately follows"@en .


###  http://w3id.org/nfdi4ing/pro-research#immediately-precedes
:immediately-precedes rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :precedes ;
                      rdf:type owl:AsymmetricProperty ,
                               owl:IrreflexiveProperty ;
                      <http://www.w3.org/2004/02/skos/core#definition> "X immediately precedes Y iff: start(Y) simultaneous_with end(X)"@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "findet statt unmittelbar vor"@de ,
                                                                      "immediately precedes"@en .


###  http://w3id.org/nfdi4ing/pro-research#isReferencedByPolicy
:isReferencedByPolicy rdf:type owl:ObjectProperty ;
                      owl:inverseOf :refersToGuideline ;
                      rdfs:domain :RDM-Guideline ;
                      rdfs:range :RDM-Policy ;
                      rdfs:comment "Indicates that an RDM guideline is referenced by an RDM policy."@en ,
                                   "Zeigt an, dass eine FDM-Richtlinie von einer FDM-Policy referenziert wird."@de ;
                      rdfs:label "is referenced by policy"@en ,
                                 "wird referenziert von Policy "@de .


###  http://w3id.org/nfdi4ing/pro-research#isResultOf
:isResultOf rdf:type owl:ObjectProperty ;
            <http://www.w3.org/2004/02/skos/core#definition> "X is the result of Y"@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "is result of"@en ,
                                                            "ist Ergebnis von"@de .


###  http://w3id.org/nfdi4ing/pro-research#part-of-process
:part-of-process rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000050> ;
                 <http://www.w3.org/2004/02/skos/core#definition> "X is part of process Y"@en ,
                                                                  "X ist Teil von Prozess Y"@de ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Teil von Prozess"@de ,
                                                                 "part of process"@en .


###  http://w3id.org/nfdi4ing/pro-research#part-of-project
:part-of-project rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000050> ;
                 <http://www.w3.org/2004/02/skos/core#definition> "X is part of project Y"@en ,
                                                                  "X ist Teil von Projekt Y"@de ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Teil von Projekt"@de ,
                                                                 "part of project"@en .


###  http://w3id.org/nfdi4ing/pro-research#part-of-step
:part-of-step rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000050> ;
              <http://www.w3.org/2004/02/skos/core#definition> "X is part of step Y"@en ,
                                                               "X ist Teil von Schritt Y"@de ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Teil von Schritt"@de ,
                                                              "part of step"@en .


###  http://w3id.org/nfdi4ing/pro-research#precedes
:precedes rdf:type owl:ObjectProperty .


###  http://w3id.org/nfdi4ing/pro-research#refersToGuideline
:refersToGuideline rdf:type owl:ObjectProperty ;
                   rdfs:domain :RDM-Policy ;
                   rdfs:range :RDM-Guideline .


###  http://w3id.org/nfdi4ing/pro-research#represented_by
:represented_by rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000628> ;
                <http://www.w3.org/2004/02/skos/core#definition> "A is represented by B if B serves as a sign, symbol or model of A"@en ,
                                                                 "A wird repräsentiert durch B wenn B als ein Zeichen, Symbol oder Modell von A dient"@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "represented by"@en ,
                                                                "repräsentiert durch"@de .


#################################################################
#    Data properties
#################################################################

###  http://w3id.org/nfdi4ing/pro-research#GuidelineDocumentURL
:GuidelineDocumentURL rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf <https://schema.org/url> ;
                      rdfs:domain :RDM-Guideline ;
                      rdfs:range xsd:anyURI .


###  http://w3id.org/nfdi4ing/pro-research#isProjectRelated
:isProjectRelated rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:range xsd:boolean ;
                  <http://www.w3.org/2004/02/skos/core#definition> "If true, X is a specific expression as part of a project rather than a general rule."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "is project-related"@en ,
                                                                  "ist projektzugehörig"@de .


###  https://schema.org/url
<https://schema.org/url> rdf:type owl:DatatypeProperty .


#################################################################
#    Classes
#################################################################

###  http://purl.obolibrary.org/obo/BFO_0000015
<http://purl.obolibrary.org/obo/BFO_0000015> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                               owl:onProperty :part-of-project ;
                                                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                               owl:onClass <https://schema.org/ResearchProject>
                                                             ] .


###  http://w3id.org/nfdi4ing/pro-research#AccessibilityAspect
:AccessibilityAspect rdf:type owl:Class ;
                     rdfs:subClassOf :RDM-Policy ;
                     <http://www.w3.org/2004/02/skos/core#definition> "All research data management activities that fall under the aspect of accessibility of research data."@en ,
                                                                      "Alle FDM-Tätigkeiten, die unter den Aspekt der Zugänglichkeit von Forschungsdaten fallen."@de ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Accessibility Aspect"@en ,
                                                                     "Zugänglichkeits-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#AcquireFundingForRDM
:AcquireFundingForRDM rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Project-Planning-Phase
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Acquire funding for RDM."@en ,
                                                                       "Fördermittel für FDM einwerben."@de ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Acquire funding for RDM"@en ,
                                                                      "Fördermittel für FDM einwerben"@de .


###  http://w3id.org/nfdi4ing/pro-research#AdhereToCitationRules
:AdhereToCitationRules rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Create-Or-Reuse
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Editing
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :PublicationAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ReuseAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :StorageAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Adhere to citation rules."@en ,
                                                                        "Zitationsregeln einhalten."@de ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Adhere to citation rules"@en ,
                                                                       "Zitationsregeln einhalten"@de .


###  http://w3id.org/nfdi4ing/pro-research#AdhereToExportControls
:AdhereToExportControls rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :ELSAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :PublicationAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Submission
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Adhere to export controls."@en ,
                                                                         "Exportkontrolle beachten."@de ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Adhere to export controls"@en ,
                                                                        "Exportkontrolle beachten"@de .


###  http://w3id.org/nfdi4ing/pro-research#AdhereToGWP
:AdhereToGWP rdf:type owl:Class ;
             rdfs:subClassOf :RDMActivity ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :DocumentationAspect
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :ELSAspect
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :Editing
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :Generate
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :OrganisationalAspect
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :QualityAspect
                             ] ;
             <http://purl.org/ontology/bibo/doi> "https://doi.org/10.5281/zenodo.3923601" ;
             <http://www.w3.org/2004/02/skos/core#definition> "Die gute Wissenschaftliche Praxis (GWP, https://www.dfg.de/de/grundlagen-themen/grundlagen-und-prinzipien-der-foerderung/gwp) muss eingehalten werden."@de ,
                                                              "Good scientific practice (GWP, https://www.dfg.de/en/basics-topics/basics-and-principles-of-funding/good-research-practice) must be adhered to."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Adhere to GWP"@en ,
                                                             "GWP einhalten"@de .


###  http://w3id.org/nfdi4ing/pro-research#AdhereToLicenses
:AdhereToLicenses rdf:type owl:Class ;
                  rdfs:subClassOf :RDMActivity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :Create-Or-Reuse
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :DocumentationAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :ELSAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :Editing
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :PublicationAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :ReuseAspect
                                  ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Adhere to licenses for reused data."@en ,
                                                                   "Lizenzen bei nachgenutzten Daten einhalten."@de ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Adhere to licenses"@en ,
                                                                  "Lizenzen einhalten"@de .


###  http://w3id.org/nfdi4ing/pro-research#AdhereToPatentLaw
:AdhereToPatentLaw rdf:type owl:Class ;
                   rdfs:subClassOf :RDMActivity ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Create-Or-Reuse
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :ELSAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Editing
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :OrganisationalAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :ReuseAspect
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Adhere to patent law"@en ,
                                                                    "Patentrecht einhalten"@de ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Adhere to patent law"@en ,
                                                                   "Patentrecht einhalten"@de .


###  http://w3id.org/nfdi4ing/pro-research#AllowOpenAccessForData
:AllowOpenAccessForData rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :PublicationAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Submission
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Enable Open Access for research data."@en ,
                                                                         "Open Access für Forschungsdaten ermöglichen."@de ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Allow Open Access for Data"@en ,
                                                                        "Open Access für Daten erlauben"@de .


###  http://w3id.org/nfdi4ing/pro-research#AllowOpenSourceForSoftware
:AllowOpenSourceForSoftware rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :PublicationAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :Submission
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Enable Open Source for research software."@en ,
                                                                             "Open Source für Forschungssoftware ermöglichen."@de ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Allow Open Source for Software"@en ,
                                                                            "Open Source für Software erlauben"@de .


###  http://w3id.org/nfdi4ing/pro-research#AnonymizeData
:AnonymizeData rdf:type owl:Class ;
               rdfs:subClassOf :RDMActivity ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :Editing
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :Generate
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "Anonymize data."@en ,
                                                                "Daten anonymisieren."@de ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Anonymize data"@en ,
                                                               "Daten anonymisieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#ArchiveUniqueExpensiveData
:ArchiveUniqueExpensiveData rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :ArchivingAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :Project-Completion-Phase
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Archive unique/expensive data."@en ,
                                                                             "Einmalige/aufwändige Daten archivieren."@de ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Archive unique/expensive data"@en ,
                                                                            "Einmalige/aufwändige Daten archivieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#ArchivingAspect
:ArchivingAspect rdf:type owl:Class ;
                 rdfs:subClassOf :RDM-Policy ;
                 <http://www.w3.org/2004/02/skos/core#definition> "All research data management activities that fall under the aspect of archiving of research data."@en ,
                                                                  "Alle FDM-Tätigkeiten, die unter den Aspekt der Archivierung von Forschungsdaten fallen."@de ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Archivierungs-Aspekt"@de ,
                                                                 "Archiving Aspect"@en .


###  http://w3id.org/nfdi4ing/pro-research#Artefact
:Artefact rdf:type owl:Class ;
          rdfs:subClassOf <https://schema.org/CreativeWork> ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                            owl:someValuesFrom :Finding
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isResultOf ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass :Artefact-Level
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isResultOf ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass :Store
                          ] ;
          <http://www.w3.org/2004/02/skos/core#definition> "Das Ergebnis einer Iteration auf Artefakt-Ebene. Ein Artefakt ist ein geplantes, kontextualisiertes und validiertes Forschungsdatum in seiner kleinsten Einheit. Es kann sich dabei um das Ergebnis einer Primärdatenerhebung oder die Implementierung von Quellcode handeln. Es wurde durch die Vorbereitung der Generierung, die Generierung der Daten, die Durchführung einer Überprüfung zur Sicherstellung der korrekten Erfassung und, falls gültig, die Speicherung der Daten erzeugt. Ein Artefakt ist ein Datum mit Bedeutung und ist daher Information."@de ,
                                                           "The result of one iteration of the artefact level. An artefact is planned, contextualised and validated research data in its smallest unit. It may be a result of primary data collection or the implementation of source code. It was generated by creating a generation setup, generating the data and performing a check to ensure the correct recording and, if valid, storing the data. An artefact is data with meaning and is therefore information."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Artefact"@en ,
                                                          "Artefakt"@de .


###  http://w3id.org/nfdi4ing/pro-research#Artefact-Level
:Artefact-Level rdf:type owl:Class ;
                rdfs:subClassOf :Level ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :hasResult ;
                                  owl:someValuesFrom :Artefact
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :has-task ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Check
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :has-task ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Generate
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :has-task ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Generation-Setup
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :has-task ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Store
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Die Ebene, auf der Artefakte erzeugt werden. Sie enthält die Aufgaben Generierung vorbereiten, Generieren, Check und Speichern. Sie hat eine klare Struktur mit aufeinander folgenden Aufgaben."@de ,
                                                                 "The level on which artefacts are generated. It contains the tasks generation setup, generate, check and store. It has a straight forward structure with distinct tasks following one after another."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Artefact-Level"@en ,
                                                                "Artefakt-Ebene"@de .


###  http://w3id.org/nfdi4ing/pro-research#Check
:Check rdf:type owl:Class ;
       rdfs:subClassOf :Task ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasProcessingStep ;
                         owl:allValuesFrom <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep>
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :immediately-follows ;
                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                         owl:onClass :Generate
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :immediately-precedes ;
                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                         owl:onClass :Store
                       ] ;
       <http://www.w3.org/2004/02/skos/core#definition> "Check the generated data for corruption. This task ensures data correctness with a check to ensure the correct recording of data. If the data was correctly recorded, it is stored. If the data was not correctly recorded, it is deleted."@en ,
                                                        "Überprüfung der generierten Daten auf Beschädigungen. Diese Aufgabe gewährleistet die Richtigkeit der Daten durch eine Überprüfung, um sicherzustellen, dass die Daten korrekt aufgezeichnet wurden. Falls die Daten korrekt erfasst wurden, werden sie gespeichert. Falls die Daten nicht korrekt erfasst wurden, werden sie gelöscht."@de ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Check"@de ,
                                                       "Check"@en .


###  http://w3id.org/nfdi4ing/pro-research#ClarifyRightsOwnership
:ClarifyRightsOwnership rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :ELSAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :FormalPreparation
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Project-Planning-Phase
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :PublicationAspect
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Clarify which project partners have which rights to which research data and research software."@en ,
                                                                         "Klären, welchen Projektpartnern welche Rechten an welchen Forschungsdaten und Forschungssoftware zustehen."@de ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Clarify rights ownership"@en ,
                                                                        "Rechteinhaberschaft klären"@de .


###  http://w3id.org/nfdi4ing/pro-research#ComplyWithGeneralLegalFramework
:ComplyWithGeneralLegalFramework rdf:type owl:Class ;
                                 rdfs:subClassOf :RDMActivity ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ELSAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :FormalPreparation
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :OrganisationalAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :Project-Completion-Phase
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :Project-Planning-Phase
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ReuseAspect
                                                 ] ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Complying with general legal frameworks (data protection, copyright, etc.)."@en ,
                                                                                  "Die Einhaltung allgemeiner rechtlicher Rahmenbedingungen (Datenschutz, Urheberrecht, etc.)."@de ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Allgemeine Rechtliche Rahmenbedingungen einhalten"@de ,
                                                                                 "Comply with the general legal framework"@en .


###  http://w3id.org/nfdi4ing/pro-research#ComplyWithRetentionPeriods
:ComplyWithRetentionPeriods rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :ArchivingAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :Project-Completion-Phase
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Aufbewahrungsdauer einhalten: in der Regel 10 Jahre nach PID oder Abschluss Forschungsvorhaben (späteterer Zeitpunkt)"@de ,
                                                                             "Complying with retention periods: usually 10 years after PID or completion of research projects (later date)"@en ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Aufbewahrungsdauer einhalten"@de ,
                                                                            "Comply with retention periods"@en .


###  http://w3id.org/nfdi4ing/pro-research#ConductAnonymization
:ConductAnonymization rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :ELSAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Editing
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Generate
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :OrganisationalAspect
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Anonymisierung durchführen."@de ,
                                                                       "Conduct anonymization."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Anonymisierung durchführen"@de ,
                                                                      "Conduct anonymization"@en .


###  http://w3id.org/nfdi4ing/pro-research#ConductArchiving
:ConductArchiving rdf:type owl:Class ;
                  rdfs:subClassOf :RDMActivity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :ArchivingAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :StorageAspect
                                  ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Die Tatsächliche durchführung der Archivierung nach zuvor festgelegten Kriterien."@de ,
                                                                   "The actual execution of archiving according to previously defined criteria."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Archivierung durchführen"@de ,
                                                                  "Conduct archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#ConductBackup
:ConductBackup rdf:type owl:Class ;
               rdfs:subClassOf :RDMActivity ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :ArchivingAspect
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :DocumentationAspect
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :Finding-compilation
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :QualityAspect
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :StorageAspect
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                 owl:someValuesFrom :Store
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "Conduct backup."@en ,
                                                                "Sicherung bzw. Backup durchführen."@de ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct backup"@en ,
                                                               "Sicherung durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductCommunication
:ConductCommunication rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Dissemination
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :DisseminationAspect
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Conduct communication."@en ,
                                                                       "Kommunikation durchführen."@de ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct communication"@en ,
                                                                      "Kommunikation durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductDeletionOfData
:ConductDeletionOfData rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Check
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :DeletionAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Project-Completion-Phase
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Conduct deletion of unused or no longer needed data, e.g. after project completion for non-archived data. Data may only be deleted if everything has been taken into account, e.g. stakeholder consideration."@en ,
                                                                        "Löschung von ungenutzten oder nicht mehr benötigten Daten durchführen, z.B. nach Projektende bei nicht archivierten Daten. Die Löschung von Daten darf nur erfolgen, wenn alles berücksichtigt wurde, z.B. Stakeholderbetrachtung."@de ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct deletion of Data"@en ,
                                                                       "Löschung von Daten durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductDeletionOfPersonalData
:ConductDeletionOfPersonalData rdf:type owl:Class ;
                               rdfs:subClassOf :RDMActivity ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                 owl:someValuesFrom :DeletionAspect
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                 owl:someValuesFrom :Project-Completion-Phase
                                               ] ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Conduct deletion of personal data."@en ,
                                                                                "Löschung von personenbezogenen Daten durchführen."@de ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct deletion of personal data"@en ,
                                                                               "Löschung von personenbezogenen Daten durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductEthicalConsiderations
:ConductEthicalConsiderations rdf:type owl:Class ;
                              rdfs:subClassOf :RDMActivity ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :DocumentationAspect
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :ELSAspect
                                              ] ;
                              <http://www.w3.org/2004/02/skos/core#definition> "Conduct and document ethical considerations."@en ,
                                                                               "Ethische Erwägungen durchführen und dokumentieren."@de ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct ethical considerations"@en ,
                                                                              "Ethische Erwägungen durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductLongTermArchiving
:ConductLongTermArchiving rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :ArchivingAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Project-Completion-Phase
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Conduct long-term archiving for more than 10 years."@en ,
                                                                           "Langzeitarchivierung >10 Jahre durchführen."@de ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct long-term archiving"@en ,
                                                                          "Langzeitarchivierung durchführen >10 Jahre"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductPublication
:ConductPublication rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :ELSAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :PublicationAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Submission
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Conduct publication, i.e. publish research results in appropriate channels."@en ,
                                                                     "Publikation durchführen, d.h. die Veröffentlichung von Forschungsergebnissen in geeigneten Kanälen."@de ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct publication"@en ,
                                                                    "Publikation durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConductStorage
:ConductStorage rdf:type owl:Class ;
                rdfs:subClassOf :RDMActivity ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :ArchivingAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :StorageAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Store
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Conduct storage."@en ,
                                                                 "Speicherung durchführen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Conduct storage"@en ,
                                                                "Speicherung durchführen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderApplicableCodesOfConduct
:ConsiderApplicableCodesOfConduct rdf:type owl:Class ;
                                  rdfs:subClassOf :RDMActivity ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :ELSAspect
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :OrganisationalAspect
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :Project-Planning-Phase
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :PublicationAspect
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :QualityAspect
                                                  ] ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Consider applicable codes of conduct."@en ,
                                                                                   "Geltende Kodizes berücksichtigen."@de ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider applicable codes of conduct"@en ,
                                                                                  "Geltende Kodizes berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderContractualFrameworkConditions
:ConsiderContractualFrameworkConditions rdf:type owl:Class ;
                                        rdfs:subClassOf :RDMActivity ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :ELSAspect
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :FormalPreparation
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :Project-Planning-Phase
                                                        ] ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Consider contractual framework conditions."@en ,
                                                                                         "Vertragliche Rahmenbedingungen berücksichtigen."@de ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider contractual framework conditions"@en ,
                                                                                        "Vertragliche Rahmenbedingungen berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderCriteriaForImmediateDataDeletion
:ConsiderCriteriaForImmediateDataDeletion rdf:type owl:Class ;
                                          rdfs:subClassOf :RDMActivity ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :Check
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :DeletionAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :Project-Completion-Phase
                                                          ] ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Implement criteria for (immediate) data deletion."@en ,
                                                                                           "Kriterien für (sofortige) Datenlöschung umsetzen."@de ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Implement criteria for (immediate) data deletion"@en ,
                                                                                          "Kriterien für (sofortige) Datenlöschung umsetzen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderDomainSpecificMetadataStandards
:ConsiderDomainSpecificMetadataStandards rdf:type owl:Class ;
                                         rdfs:subClassOf :RDMActivity ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                           owl:someValuesFrom :FormalPreparation
                                                         ] ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                           owl:someValuesFrom :MetadataAspect
                                                         ] ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                           owl:someValuesFrom :Project-Planning-Phase
                                                         ] ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "Consider domain-specific metadata standards."@en ,
                                                                                          "Domänenspezifische Metadatenstandards berücksichtigen."@de ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider domain-specific metadata standards"@en ,
                                                                                         "Domänenspezifische Metadatenstandards berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderEconomicFrameworkConditions
:ConsiderEconomicFrameworkConditions rdf:type owl:Class ;
                                     rdfs:subClassOf :RDMActivity ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                       owl:someValuesFrom :ELSAspect
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                       owl:someValuesFrom :OrganisationalAspect
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                       owl:someValuesFrom :PlanningAspect
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                       owl:someValuesFrom :Project-Planning-Phase
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                       owl:someValuesFrom :ReuseAspect
                                                     ] ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "Consider economic framework conditions."@en ,
                                                                                      "Wirtschaftliche Rahmenbedingungen berücksichtigen."@de ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider economic framework conditions"@en ,
                                                                                     "Wirtschaftliche Rahmenbedingungen berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderOtherUniversityPolicies
:ConsiderOtherUniversityPolicies rdf:type owl:Class ;
                                 rdfs:subClassOf :RDMActivity ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ELSAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :OrganisationalAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :Project-Planning-Phase
                                                 ] ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Beyond the university's FDM guidelines, other policies may apply, such as Open Access policies."@en ,
                                                                                  "Über die universitären FDM-Richtlinien hinaus können weitere Richtlinien gelten, beispielsweise Open Access Richtlinien."@de ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider other university policies"@en ,
                                                                                 "Weitere Universitätsrichtlinien berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderProfessionalStandards
:ConsiderProfessionalStandards rdf:type owl:Class ;
                               rdfs:subClassOf :RDMActivity ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                 owl:someValuesFrom :DocumentationAspect
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                 owl:someValuesFrom :OrganisationalAspect
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                 owl:someValuesFrom :Project-Planning-Phase
                                               ] ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Consider professional standards. The specifics of these standards depend on the discipline. This includes subject-specific requirements. These can include specialised documentation."@en ,
                                                                                "Fachliche bzw. disziplinspezifische Normen berücksichtigen. Wie diese Normen aussehen, hängt vom Fachbereich ab. Hierzu gehören fachspezifische Vorgaben. Diese können eine fachspezifische Dokumentation beinhalten."@de ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider professional standards"@en ,
                                                                               "Fachliche Normen berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderSensitiveData
:ConsiderSensitiveData rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :AccessibilityAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ArchivingAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :DeletionAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ELSAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Editing
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Project-Completion-Phase
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :PublicationAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Sensible Daten berücksichtigen, z.B. durch Anonymisierung."@de ,
                                                                        "Take sensitive data into account, e.g. by anonymizing the data."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider sensitive data"@en ,
                                                                       "Sensible Daten berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConsiderSoftwareAsResearchData
:ConsiderSoftwareAsResearchData rdf:type owl:Class ;
                                rdfs:subClassOf :RDMActivity ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :ArchivingAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :DocumentationAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :ELSAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :FormalPreparation
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :MetadataAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :OrganisationalAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :Project-Completion-Phase
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :Project-Planning-Phase
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :PublicationAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :QualityAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :ReuseAspect
                                                ] ;
                                <http://www.w3.org/2004/02/skos/core#definition> "Software shall be considered as research data."@en ,
                                                                                 "Software soll als Forschungsdaten berücksichtigt werden."@de ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Consider software as research data"@en ,
                                                                                "Software als Forschungsdaten berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ConvertDataToFormatsForArchiving
:ConvertDataToFormatsForArchiving rdf:type owl:Class ;
                                  rdfs:subClassOf :RDMActivity ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :ArchivingAspect
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :Editing
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :Generate
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                    owl:someValuesFrom :Project-Completion-Phase
                                                  ] ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Convert data to formats for archiving."@en ,
                                                                                   "Daten auf Datenformate für die Archivierung konvertieren."@de ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Convert Data To Formats For Archiving"@en ,
                                                                                  "Daten auf Datenformate für die Archivierung konvertieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#Create-Or-Reuse
:Create-Or-Reuse rdf:type owl:Class ;
                 rdfs:subClassOf :Step ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                   owl:someValuesFrom :Task
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000063> ;
                                   owl:someValuesFrom :Create-Or-Reuse
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :follows ;
                                   owl:someValuesFrom :Create-Or-Reuse
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :immediately-follows ;
                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :Plan-approach-to-finding
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :immediately-precedes ;
                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :Finding-compilation
                                 ] ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Der Schritt zur Erstellung eines neuen Artefakts oder zur Wiederverwendung eines vorhandenen Artefakts durch Import in das aktuelle Projekt. Die Erstellung eines neuen Artefakts kann unter Verwendung beliebig vieler vorhandener Artefakte erfolgen."@de ,
                                                                  "The step of creating a new artefact or reusing an existing one by importing it into the current project. The creation of a new artefact can be done by using any amount of existing artefacts."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Create or Reuse"@en ,
                                                                 "Erzeugen oder Nachnutzen"@de .


###  http://w3id.org/nfdi4ing/pro-research#CreateDMP
:CreateDMP rdf:type owl:Class ;
           rdfs:subClassOf :RDMActivity ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :DocumentationAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :OrganisationalAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :PlanningAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :Project-Planning-Phase
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :QualityAspect
                           ] ;
           <http://www.w3.org/2004/02/skos/core#definition> "Creating a Data Management Plan (DMP)."@en ,
                                                            "Erstellen eines Datenmanagementplans (DMP)."@de ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Create DMP"@en ,
                                                           "DMP erstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#CreateReadmeFile
:CreateReadmeFile rdf:type owl:Class ;
                  rdfs:subClassOf :RDMActivity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :DocumentationAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :Editing
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :Project-Completion-Phase
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :PublicationAspect
                                  ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Create README file."@en ,
                                                                   "README-Datei erstellen."@de ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Create README file"@en ,
                                                                  "README-Datei erstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#DataMinimisationAspect
:DataMinimisationAspect rdf:type owl:Class ;
                        rdfs:subClassOf :RDM-Policy ;
                        <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data minimization during collection and storage of research data."@en ,
                                                                         "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Sparsamkeit bei der Erhebung und Aufbewahrung von Forschungsdaten fallen."@de ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Data Minimisation Aspect"@en ,
                                                                        "Datensparsamkeits-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#DataProtection
:DataProtection rdf:type owl:Class ;
                rdfs:subClassOf :RDMActivity ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :ELSAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Editing
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Project-Completion-Phase
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :PublicationAspect
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Data protection, e.g. GDPR must be taken into account, especially when using personal data. Compliance with data protection regulations must be ensured."@en ,
                                                                 "Der Datenschutz, z.B. DSGVO muss berücksichtigt werden, insbesondere bei Verwendung personenbezogener Daten. Die Einhaltung der Datenschutzbestimmungen ist sicherzustellen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenschutz berücksichtigen"@de ,
                                                                "Take data protection into account"@en .


###  http://w3id.org/nfdi4ing/pro-research#DecideOnPublicationOfData
:DecideOnPublicationOfData rdf:type owl:Class ;
                           rdfs:subClassOf :RDMActivity ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :ArchivingAspect
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :PublicationAspect
                                           ] ;
                           <http://www.w3.org/2004/02/skos/core#definition> "Decide on the publication of data."@en ,
                                                                            "Über die Veröffentlichung von Daten entscheiden."@de ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Decide on the publication of data"@en ,
                                                                           "Über Veröffentlichung von Daten entscheiden"@de .


###  http://w3id.org/nfdi4ing/pro-research#DefineFormalAndSubstantiveQualityStandards
:DefineFormalAndSubstantiveQualityStandards rdf:type owl:Class ;
                                            rdfs:subClassOf :RDMActivity ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                              owl:someValuesFrom :Project-Planning-Phase
                                                            ] ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                              owl:someValuesFrom :QualityAspect
                                                            ] ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Define formal and substantive quality standards."@en ,
                                                                                             "Formale und inhaltliche Qualitätsstandards festlegen."@de ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Define formal and substantive quality standards"@en ,
                                                                                            "Formale und inhaltliche Qualitätsstandards festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#DeletionAspect
:DeletionAspect rdf:type owl:Class ;
                rdfs:subClassOf :RDM-Policy ;
                <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data deletion."@en ,
                                                                 "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Löschung von Forschungsdaten fallen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Deletion Aspect"@en ,
                                                                "Löschungs-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#DetermineLiability
:DetermineLiability rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :ELSAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Project-Planning-Phase
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Determine liability."@en ,
                                                                     "Haftbarkeit festlegen."@de ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Determine liability"@en ,
                                                                    "Haftbarkeit festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#DetermineStartOfPlanning
:DetermineStartOfPlanning rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :OrganisationalAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :PlanningAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Project-Planning-Phase
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Bestimmen Sie den Beginn der Planung von RDM-Maßnahmen. In der Regel zu Beginn der Erstellung des Vorschlags."@de ,
                                                                           "Determine the start of planning of RDM measures. Usually at the beginning of the proposal writing."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Beginn der Planung festlegen"@de ,
                                                                          "Determine the start of planning"@en .


###  http://w3id.org/nfdi4ing/pro-research#DeviationsFromRDMSpecifications
:DeviationsFromRDMSpecifications rdf:type owl:Class ;
                                 rdfs:subClassOf :RDMActivity ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ELSAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :OrganisationalAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :PlanningAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :Project-Planning-Phase
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :QualityAspect
                                                 ] ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Erlaubte Abweichungen vom FDM:  Nur in begründeten Ausnahmefällen ist eine Abweichung von der FDM-Richtlinie erlaubt. Andere Leitlinien bleiben bestehen (z.B. Verträge in der Auftragsforschung oder Datenschutzrecht) oder eine geplante wirtschaftliche Verwertung dem FDM entgegenstehen. Sonstige geltende Vorgaben müssen beachtet werden."@de ,
                                                                                  "Permitted deviations from the RDM:  Deviation from the RDM guideline is only permitted in justified exceptional cases. Other guidelines remain in place (e.g. contracts in contract research or data protection law) or a planned commercial utilisation conflicts with the RDM. Other applicable requirements must be observed."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Abweichung von FDM-Vorgaben bei anderen Leitlinien"@de ,
                                                                                 "Deviation from RDM-Specifications with other guidelines"@en .


###  http://w3id.org/nfdi4ing/pro-research#Dissemination
:Dissemination rdf:type owl:Class ;
               rdfs:subClassOf :PublicationProcess ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :immediately-follows ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onClass :Submission
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "Die letzte der fünf Phasen des Publikationsprozesses. Die Verbreitung umfasst alle Aktivitäten, die die Verteilung einer Veröffentlichung fördern, wie z.B. die Aufnahme in die persönliche, öffentlich zugängliche Veröffentlichungsliste, Social-Media-Beiträge oder sogar persönliche Empfehlungen über Mailinglisten."@de ,
                                                                "Last of the five publication process phases. Dissemination includes all activities that promote the distribution of a publication, such as inclusion in the personal, publicly accessible publication list, social media posts or even personal recommendations via mailing lists."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Dissemination"@en ,
                                                               "Verbreitung"@de .


###  http://w3id.org/nfdi4ing/pro-research#DisseminationAspect
:DisseminationAspect rdf:type owl:Class ;
                     rdfs:subClassOf :RDM-Policy ;
                     <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data dissemination and communication."@en ,
                                                                      "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Verbreitung und Kommunikation von Forschungsdaten fallen."@de ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Dissemination Aspect"@en ,
                                                                     "Disseminations-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentAnonymization
:DocumentAnonymization rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ELSAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Editing
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Generate
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :OrganisationalAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Anonymisierung dokumentieren."@de ,
                                                                        "Document anonymization."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Anonymisierung dokumentieren"@de ,
                                                                       "Document anonymization"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentArchiving
:DocumentArchiving rdf:type owl:Class ;
                   rdfs:subClassOf :RDMActivity ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :ArchivingAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :DocumentationAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Finding-compilation
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Project-Completion-Phase
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Store
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Die Archivierung von Forschungsdaten muss dokumentiert werden. Insbesondere soll dokumentiert werden, wo die Daten gespeichert werden, wie lange sie aufbewahrt werden und wer Zugriff auf die Daten hat."@de ,
                                                                    "The archiving of research data must be documented. In particular, it should be documented where the data is stored, how long it is retained, and who has access to the data."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Archivierung dokumentieren"@de ,
                                                                   "Document Archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentDataAnalysis
:DocumentDataAnalysis rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :DocumentationAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Generate
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Datenanalyse dokumentieren."@de ,
                                                                       "Document data analysis"@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenanalyse dokumentieren"@de ,
                                                                      "Document data analysis"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentDataCollection
:DocumentDataCollection rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :DocumentationAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Generate
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :MetadataAspect
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Datenerhebung inkl. Rahmenbedingungen dokumentieren"@de ,
                                                                         "Document data collection including boundary/external conditions"@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenerhebung dokumentieren"@de ,
                                                                        "Document data collection"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentDataDeletion
:DocumentDataDeletion rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Check
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :DeletionAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :DocumentationAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :OrganisationalAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Project-Completion-Phase
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Document data deletion."@en ,
                                                                       "Löschung von Daten dokumentieren."@de ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Document data deletion"@en ,
                                                                      "Löschung von Daten dokumentieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentDataProcessing
:DocumentDataProcessing rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :ArchivingAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :DocumentationAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Generate
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :StorageAspect
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Datenverarbeitung dokumentieren."@de ,
                                                                         "Document data processing."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenverarbeitung dokumentieren"@de ,
                                                                        "Document data processing"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentDateninterpretation
:DocumentDateninterpretation rdf:type owl:Class ;
                             rdfs:subClassOf :RDMActivity ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :DocumentationAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :Generate
                                             ] ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Dateninterpretation dokumentieren."@de ,
                                                                              "Document data interpretation"@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Dateninterpretation dokumentieren"@de ,
                                                                             "Document data interpretation"@en .


###  http://w3id.org/nfdi4ing/pro-research#DocumentEmbargoPeriod
:DocumentEmbargoPeriod rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :DocumentationAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :MetadataAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :OrganisationalAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :PublicationAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Submission
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Document, if an embargo period exists, and how long it is."@en ,
                                                                        "Dokumentieren, ob eine Embargofrist besteht, und wie lang diese ist."@de ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Document embargo period"@en ,
                                                                       "Embargofrist dokumentieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentReusedData
:DocumentReusedData rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Create-Or-Reuse
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :DocumentationAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Generate
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :ReuseAspect
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Documentation of reused data (from external sources)."@en ,
                                                                     "Dokumentation der nachgenutzten Daten (von externen Quellen)."@de ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Document reused data"@en ,
                                                                    "Nachgenutzte Daten dokumentieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentStorage
:DocumentStorage rdf:type owl:Class ;
                 rdfs:subClassOf :RDMActivity ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :DocumentationAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :MetadataAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :OrganisationalAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :StorageAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :Store
                                 ] ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Document storage."@en ,
                                                                  "Speicherung dokumentieren."@de ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Document storage"@en ,
                                                                 "Speicherung dokumentieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentUsedTools
:DocumentUsedTools rdf:type owl:Class ;
                   rdfs:subClassOf :RDMActivity ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :DocumentationAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Generate
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Document used tools, tools or services that were used during the research."@en ,
                                                                    "Werkzeuge, Tools oder Services, die während der Forschung genutzt wurden, sollen dokumentiert werden."@de ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Document used tools"@en ,
                                                                   "Genutzte Werkzeuge dokumentieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#DocumentationAspect
:DocumentationAspect rdf:type owl:Class ;
                     rdfs:subClassOf :RDM-Policy ;
                     <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data documentation."@en ,
                                                                      "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Dokumentation von Forschungsdaten fallen."@de ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Documentation Aspect"@en ,
                                                                     "Dokumentations-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#ELSAspect
:ELSAspect rdf:type owl:Class ;
           rdfs:subClassOf :RDM-Policy ;
           <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that concern ethical, legal or social aspects of research data."@en ,
                                                            "Alle FDM-Tätigkeiten einer FDM-Policy, die Ethische, Rechtliche oder Soziale Aspekte der Forschungsdaten betreffen."@de ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "ELS Aspect"@en ,
                                                           "ELS-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#Editing
:Editing rdf:type owl:Class ;
         rdfs:subClassOf :PublicationProcess ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :immediately-follows ;
                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                           owl:onClass :FormalPreparation
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :immediately-precedes ;
                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                           owl:onClass :Submission
                         ] ;
         <http://www.w3.org/2004/02/skos/core#definition> "Die dritte der fünf Phasen des Publikationsprozesses. Kann erst gestartet werden, wenn die Phase Thema und Scoping abgeschlossen ist. Umfasst alle Aktivitäten, die sich um die eigentliche Texterstellung drehen."@de ,
                                                          "The third of the five publication process phases. Can only be started if the topic and scoping phase is finished. Includes all activities that revolve around the actual production of text."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Bearbeitung"@de ,
                                                         "Editing"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataAccuracy
:EnsureDataAccuracy rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Check
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :QualityAspect
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Daten-Genauigkeit einhalten. Die Einhaltung der Daten-Genauigkeit. Unterscheidet sich von der Daten-Korrektheit insofern, als dass die Daten eine hinreichende Auflösung aufweisen."@de ,
                                                                     "Ensure data accuracy. Compliance with data accuracy. Differs from data correctness in that the data has sufficient resolution."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Genauigkeit einhalten"@de ,
                                                                    "Ensure data accuracy"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataAuthenticity
:EnsureDataAuthenticity rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Create-Or-Reuse
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Generate
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :QualityAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :ReuseAspect
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Daten-Authentizität sicherstellen. Dies bedeutet, dass die Daten aus einer vertrauenswürdigen Quelle stammen, echt sind und nachvollziehbar erhoben wurden."@de ,
                                                                         "Ensure data authenticity. This means that the data comes from a trusted source, is genuine, and has been collected in a traceable manner."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Authentizität sicherstellen"@de ,
                                                                        "Ensure data authenticity"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataCompleteness
:EnsureDataCompleteness rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Generate
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :QualityAspect
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Daten-Vollständigkeit sicherstellen. Dies bedeutet, dass alle Daten vorhanden sind und keinerlei Daten zurückgehalten wurden. Wenn Daten zurückgehalten werden, muss dies begründet und dokumentiert werden. Durch ein Zurückhalten von Daten dürfen sich die Forschungsergebnisse nicht verändern."@de ,
                                                                         "Ensure data completeness. This means that all data is present and no data has been withheld. If data is withheld, this must be justified and documented. Withholding data must not change the research results."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Vollständigkeit sicherstellen"@de ,
                                                                        "Ensure data completeness"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataCorrectness
:EnsureDataCorrectness rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :AccessibilityAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ArchivingAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Check
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :QualityAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :ReuseAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :StorageAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Daten-Korrektheit sicherstellen. Dies bedeutet, dass die Daten korrekt und ohne Verfälschung erhoben wurden. Trifft keine Aussage über die Auflösung der Daten oder ob die Datenerhebungsweise angemessen war."@de ,
                                                                        "Ensure data correctness. This means that the data was collected correctly and without distortion. It makes no statement about the resolution of the data or whether the data collection method was appropriate."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Korrektheit sicherstellen"@de ,
                                                                       "Ensure data correctness"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataIntegrity
:EnsureDataIntegrity rdf:type owl:Class ;
                     rdfs:subClassOf :RDMActivity ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :ArchivingAspect
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :Check
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :QualityAspect
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :ReuseAspect
                                     ] ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Daten-Unverfälschtheit und -Integrität sicherstellen. Sicherstellen, dass die Daten unverfälscht sind. This means that the data remains in its original form and is not subsequently altered."@de ,
                                                                      "Ensure data integrity. Ensure that the data is unaltered. Dies bedeutet, dass die Daten in ihrer ursprünglichen Form erhalten bleiben und nicht nachträglich verändert werden."@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Unverfälschtheit und -Integrität sicherstellen"@de ,
                                                                     "Ensure data integrity"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureDataReliability
:EnsureDataReliability rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Check
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :MetadataAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :QualityAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Daten-Zuverlässigkeit sicherstellen. Dies bedeutet, dass die Daten auf die richtige Weise erhoben wurden. Dies bedeutet nicht zwangsläufig, dass die Daten auch korrekt sind."@de ,
                                                                        "Ensure data reliability. This means that the data was collected in the right way. It does not necessarily mean that the data is also correct."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten-Zuverlässigkeit sicherstellen"@de ,
                                                                       "Ensure data reliability"@en .


###  http://w3id.org/nfdi4ing/pro-research#EnsureFAIRness
:EnsureFAIRness rdf:type owl:Class ;
                rdfs:subClassOf :RDMActivity ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :ArchivingAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Finding-compilation
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Project-Completion-Phase
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :QualityAspect
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Ensure FAIRness."@en ,
                                                                 "FAIRness sicherstellen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Ensure FAIRness"@en ,
                                                                "FAIRness sicherstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#EnsureReproducibility
:EnsureReproducibility rdf:type owl:Class ;
                       rdfs:subClassOf :RDMActivity ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :DocumentationAspect
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :Project-Completion-Phase
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                         owl:someValuesFrom :QualityAspect
                                       ] ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Ensure reproducibility."@en ,
                                                                        "Reproduzierbarkeit soweit möglich sicherstellen."@de ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ensure reproducibility"@en ,
                                                                       "Reproduzierbarkeit sicherstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#EnsureReusability
:EnsureReusability rdf:type owl:Class ;
                   rdfs:subClassOf :RDMActivity ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :DocumentationAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :MetadataAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :Project-Completion-Phase
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :PublicationAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :QualityAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :ReuseAspect
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Ensure reusability"@en ,
                                                                    "Nachnutzbarkeit sicherstellen"@de ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Ensure reusability"@en ,
                                                                   "Nachnutzbarkeit sicherstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#EnsureScientificIntegrity
:EnsureScientificIntegrity rdf:type owl:Class ;
                           rdfs:subClassOf :RDMActivity ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :DocumentationAspect
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :ELSAspect
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :Generate
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :OrganisationalAspect
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                             owl:someValuesFrom :QualityAspect
                                           ] ;
                           <http://www.w3.org/2004/02/skos/core#definition> "Ensure scientific integrity."@en ,
                                                                            "Wissenschaftliche Integrität sicherstellen."@de ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Ensuring scientific integrity"@en ,
                                                                           "Wissenschaftliche Integrität sicherstellen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ExecuteDataSelectionCriteriaArchiving
:ExecuteDataSelectionCriteriaArchiving rdf:type owl:Class ;
                                       rdfs:subClassOf :RDMActivity ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :ArchivingAspect
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :DataMinimisationAspect
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :DeletionAspect
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :DocumentationAspect
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :OrganisationalAspect
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :Project-Completion-Phase
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                         owl:someValuesFrom :QualityAspect
                                                       ] ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Implement data selection criteria for archiving"@en ,
                                                                                        "Kriterien für die Auswahl von Daten für die Archivierung umsetzen"@de ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Implement criteria for selecting data for archiving"@en ,
                                                                                       "Kriterien für die Auswahl von Daten für die Archivierung umsetzen"@de .


###  http://w3id.org/nfdi4ing/pro-research#ExecuteDataSelectionCriteriaPublishing
:ExecuteDataSelectionCriteriaPublishing rdf:type owl:Class ;
                                        rdfs:subClassOf :RDMActivity ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :DataMinimisationAspect
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :DocumentationAspect
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :Editing
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :OrganisationalAspect
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :PublicationAspect
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                          owl:someValuesFrom :QualityAspect
                                                        ] ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Implement data selection criteria for publication"@en ,
                                                                                         "Kriterien für die Auswahl von Daten für die Veröffentlichung umsetzen"@de ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Implement criteria for selecting data for publication"@en ,
                                                                                        "Kriterien für die Auswahl von Daten für die Veröffentlichung umsetzen"@de .


###  http://w3id.org/nfdi4ing/pro-research#Execution-Phase
:Execution-Phase rdf:type owl:Class ;
                 rdfs:subClassOf :Phase ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                   owl:someValuesFrom :Step
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :hasRDMActivity ;
                                   owl:someValuesFrom <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep>
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :immediately-follows ;
                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :Project-Planning-Phase
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :immediately-precedes ;
                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :Project-Completion-Phase
                                 ] ;
                 owl:disjointWith :Project-Completion-Phase ,
                                  :Project-Planning-Phase ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Die zweite der drei Phasen eines Forschungsprojekts. Kann nur gestartet werden, wenn der Forschungsvorschlag akzeptiert wurde."@de ,
                                                                  "The second of the three research project phases. Can only be started if the research proposal is accepted."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Durchführung"@de ,
                                                                 "Execution"@en .


###  http://w3id.org/nfdi4ing/pro-research#Finding
:Finding rdf:type owl:Class ;
         rdfs:subClassOf <https://schema.org/CreativeWork> ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                           owl:someValuesFrom :Artefact
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :isResultOf ;
                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                           owl:onClass :Finding-Level
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :isResultOf ;
                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                           owl:onClass :Finding-compilation
                         ] ;
         <http://www.w3.org/2004/02/skos/core#definition> "Das Ergebnis einer Iteration der Erkenntnis-Ebene. Es kann das Ergebnis eines Arbeitspakets oder die Antwort auf eine Forschungsfrage sein. Es wurde durch die Planung der Vorgehensweise beim Erkenntnisgewinn, das Erzeugen oder Nachnutzen eines oder mehrerer Artefakte, die Zusammenstellung dieser und die Ableitung neuen Wissens aus dieser Zusammenstellung generiert. Eine Erkenntnis besteht aus vernetzten Artefakten, die Informationen sind. Da eine Erkenntnis semantisch vernetzte Informationen ist, ist sie Wissen."@de ,
                                                          "The result of one iteration of the finding level. It may be the result of one work package or the answer to one research question. It was generated by planning what should be found out, creating or reusing one or several artefacts, compiling them and hereby deriving new knowledge from this compilation. A finding is composed of networked artefacts, which are information. As a finding is semantically interconnected information, it is knowledge."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Erkenntnis"@de ,
                                                         "Finding"@en .


###  http://w3id.org/nfdi4ing/pro-research#Finding-Level
:Finding-Level rdf:type owl:Class ;
               rdfs:subClassOf :Level ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                 owl:someValuesFrom :Create-Or-Reuse
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                 owl:someValuesFrom :Finding-compilation
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                 owl:someValuesFrom :Plan-approach-to-finding
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :hasResult ;
                                 owl:someValuesFrom :Finding
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "Die Ebene, auf der Erkenntnisse generiert werden. Sie umfasst die Schritte Vorgehensweise beim Erkenntnisgewinn planen, Erzeugen oder Nachnutzen und Erkenntnis zusammenstellen."@de ,
                                                                "The level on which findings are generated. It contains the steps plan approach to finding, create or reuse and finding compilation."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Erkenntnis-Ebene"@de ,
                                                               "Finding-Level"@en .


###  http://w3id.org/nfdi4ing/pro-research#Finding-compilation
:Finding-compilation rdf:type owl:Class ;
                     rdfs:subClassOf :Step ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :hasResult ;
                                       owl:someValuesFrom :Finding
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :immediately-follows ;
                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                       owl:onClass :Create-Or-Reuse
                                     ] ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Compile a finding from artefacts. In this way, new knowledge is generated."@en ,
                                                                      "Die Zusammenstellung einer Erkenntnis aus Artefakten. Auf diese Weise wird neues Wissen generiert."@de ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Erkenntnis zusammenstellen"@de ,
                                                                     "Finding compilation"@en .


###  http://w3id.org/nfdi4ing/pro-research#FormalPreparation
:FormalPreparation rdf:type owl:Class ;
                   rdfs:subClassOf :PublicationProcess ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :immediately-follows ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass :TopicAndScoping
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :immediately-precedes ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass :Editing
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Die zweite der fünf Phasen des Publikationsprozesses. Die formelle Vorbereitung umfasst alle Aktivitäten, die sich auf die formalen Rahmenbedingungen des Publikationsprozesses beziehen und entsprechende Planungen auslösen."@de ,
                                                                    "Second of the five publication process phases. Formal preparation includes all activities that relate to the formal framework conditions of the publication process and trigger corresponding planning."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Formal Preparation"@en ,
                                                                   "Formelle Vorbereitung"@de .


###  http://w3id.org/nfdi4ing/pro-research#Generate
:Generate rdf:type owl:Class ;
          rdfs:subClassOf :Task ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasProcessingStep ;
                            owl:someValuesFrom <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :immediately-follows ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass :Generation-Setup
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :immediately-precedes ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass :Check
                          ] ;
          <http://www.w3.org/2004/02/skos/core#definition> "In der Generieren Aufgabe werden neue Artefakte geschaffen. Dies kann durch die Nutzung bestehender Artefakte oder ohne sie geschehen. Neue Daten werden durch die Verarbeitung bestehender Artefakte generiert, gesammelt oder gewonnen. Durch die Annotation der Daten mit Metadaten wird Bedeutung bereitgestellt, die der Daten Bedeutung hinzufügt und sie somit in Informationen verwandelt."@de ,
                                                           "In the generate task, new artefacts are brought into existence. This can happen by using existing artefacts or without them. New data is generated, gathered or gained by processing of existing artefacts. Due to the annotation of the data with metadata, meaning is provided, adding meaning to the data and therefore turning it into information."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Generate"@en ,
                                                          "Generieren"@de .


###  http://w3id.org/nfdi4ing/pro-research#Generation-Setup
:Generation-Setup rdf:type owl:Class ;
                  rdfs:subClassOf :Task ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasProcessingStep ;
                                    owl:allValuesFrom <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :immediately-precedes ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass :Generate
                                  ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Die Vorbereitung der Datengenerierung findet unmittelbar vor dem Generieren statt. Sie umfasst die Planung und Bestätigung des genauen Verfahrens zur Datengenerierung. Darüber hinaus werden Eingangsartefakte ausgewählt."@de ,
                                                                   "The data generation setup happens immediately before the generate task. It is the planning and affirmation of the exact procedure of data generation. Furthermore, input artefacts are selected."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Generation setup"@en ,
                                                                  "Generierung vorbereiten"@de .


###  http://w3id.org/nfdi4ing/pro-research#ImplementAccessProcess
:ImplementAccessProcess rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :AccessibilityAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :OrganisationalAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :PublicationAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :StorageAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Submission
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Definierten Zugriffsprozess umsetzen."@de ,
                                                                         "Implement defined access process."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Definierten Zugriffsprozess umsetzen"@de ,
                                                                        "Implement defined access process"@en .


###  http://w3id.org/nfdi4ing/pro-research#Level
:Level rdf:type owl:Class ;
       rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :part-of-process ;
                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                         owl:onClass <http://purl.obolibrary.org/obo/BFO_0000015>
                       ] ;
       <http://www.w3.org/2004/02/skos/core#definition> "Der Forschungsprozess findet auf mehreren Ebenen statt. Diese unterscheiden sich bezüglich des Detailgrades an Informationen, die gesammelt, verarbeitet und zusammengestellt werden."@de ,
                                                        "The research process takes place on several levels. These differ in terms of the level of detail of the information that is collected, processed, and compiled."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ebene"@de ,
                                                       "Level"@en .


###  http://w3id.org/nfdi4ing/pro-research#MakeAccessConditionsTransparent
:MakeAccessConditionsTransparent rdf:type owl:Class ;
                                 rdfs:subClassOf :RDMActivity ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ArchivingAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :OrganisationalAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :PublicationAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :ReuseAspect
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                   owl:someValuesFrom :Submission
                                                 ] ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Make access conditions to research data transparent, e.g. through licenses."@en ,
                                                                                  "Zugangsbedingungen zu Forschungsdaten transparent machen, z.B. durch Lizenzen."@de ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Make access conditions to research data transparent"@en ,
                                                                                 "Zugangsbedingungen zu Forschungsdaten transparent machen"@de .


###  http://w3id.org/nfdi4ing/pro-research#MetadataAspect
:MetadataAspect rdf:type owl:Class ;
                rdfs:subClassOf :RDM-Policy ;
                <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of metadata of data."@en ,
                                                                 "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Metadaten von Forschungsdaten fallen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Metadata Aspect"@en ,
                                                                "Metadaten-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#OrganisationalAspect
:OrganisationalAspect rdf:type owl:Class ;
                      rdfs:subClassOf :RDM-Policy ;
                      <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of the organization of RDM."@en ,
                                                                       "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Organisation des FDMs fallen."@de ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Organisational Aspect"@en ,
                                                                      "Organisationaler Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#Phase
:Phase rdf:type owl:Class ;
       rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
       <http://www.w3.org/2004/02/skos/core#definition> "A single main component of the research process. A phase is always separated from the other phases. A transition between phases can only occur if the previous phase has been successfully completed."@en ,
                                                        "Einzelner Hauptbestandteil des Forschungsprozesses. Eine Phase ist stets von den anderen Phasen getrennt. Ein Übergang zwischen Phasen kann nur erfolgen, wenn die vorherige Phase erfolgreich abgeschlossen wurde."@de ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Phase"@de ,
                                                       "Phase"@en .


###  http://w3id.org/nfdi4ing/pro-research#Plan-approach-to-finding
:Plan-approach-to-finding rdf:type owl:Class ;
                          rdfs:subClassOf :Step ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :immediately-precedes ;
                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                            owl:onClass :Create-Or-Reuse
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Wenn eine verantwortliche Person die Untersuchung eines bestimmten Themas anstößt, wird eine entsprechende Forschungsfrage entweder ausgewählt (wenn sie vorhanden ist, z. B. im Antrag) oder definiert (wenn sie noch nicht vorhanden ist). Zusätzlich werden die benötigten Unter-Schritte zur Beantwortung der Forschungsfrage definiert."@de ,
                                                                           "When the supervisors trigger the investigation of a specific topic, a corresponding research question is either selected (if existent, e.g. in the proposal) or defined (if not existent yet). Additionally, needed sub-steps to answer the research question are defined."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Plan approach to finding"@en ,
                                                                          "Vorgehensweise beim Erkenntnisgewinn planen"@de .


###  http://w3id.org/nfdi4ing/pro-research#PlanArchivingInfrastructure
:PlanArchivingInfrastructure rdf:type owl:Class ;
                             rdfs:subClassOf :RDMActivity ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :ArchivingAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :OrganisationalAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :PlanningAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :Project-Planning-Phase
                                             ] ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Archivsystem oder Archivierungsinfrastruktur planen"@de ,
                                                                              "Plan archiving system or archiving infrastructure"@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Archivierungsinfrastruktur planen"@de ,
                                                                             "Plan archiving infrastructure"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanBackupStrategy
:PlanBackupStrategy rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :PlanningAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :StorageAspect
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Backup-Strategie festlegen."@de ,
                                                                     "Plan backup strategy."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Backup-Strategie festlegen"@de ,
                                                                    "Plan backup strategy"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanCommunication
:PlanCommunication rdf:type owl:Class ;
                   rdfs:subClassOf :RDMActivity ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :DisseminationAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :FormalPreparation
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :OrganisationalAspect
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                     owl:someValuesFrom :PlanningAspect
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Kommunikation der wissenschaftlichen Ergebnisse planen."@de ,
                                                                    "Plan communication of scientific results."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Kommunikation planen"@de ,
                                                                   "Plan communication"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanCopyrightAndUsageRights
:PlanCopyrightAndUsageRights rdf:type owl:Class ;
                             rdfs:subClassOf :RDMActivity ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :DisseminationAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :ELSAspect
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :FormalPreparation
                                             ] ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                               owl:someValuesFrom :PlanningAspect
                                             ] ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Plan copyrights and rights of use for data to be published."@en ,
                                                                              "Urheber- und Nutzungsrechte für zu veröffentlichende Daten planen."@de ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Plan copyrights and rights of use"@en ,
                                                                             "Urheber- und Nutzungsrechte planen"@de .


###  http://w3id.org/nfdi4ing/pro-research#PlanCriteriaForImmediateDataDeletion
:PlanCriteriaForImmediateDataDeletion rdf:type owl:Class ;
                                      rdfs:subClassOf :RDMActivity ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :DeletionAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :OrganisationalAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :PlanningAspect
                                                      ] ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Kriterien für (sofortige) Datenlöschung festlegen."@de ,
                                                                                       "Plan criteria for (immediate) data deletion."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Kriterien für (sofortige) Datenlöschung festlegen"@de ,
                                                                                      "Plan criteria for (immediate) data deletion"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanDataFormats
:PlanDataFormats rdf:type owl:Class ;
                 rdfs:subClassOf :RDMActivity ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :FormalPreparation
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :MetadataAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :OrganisationalAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :PlanningAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :Project-Planning-Phase
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :PublicationAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :QualityAspect
                                 ] ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Die Planung der in der Forschung zu verwendenden und entstehenden Datenformate."@de ,
                                                                  "Planning the data formats to be used and generated in research."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenformate planen"@de ,
                                                                 "Plan data formats"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanDataSelectionCriteriaArchiving
:PlanDataSelectionCriteriaArchiving rdf:type owl:Class ;
                                    rdfs:subClassOf :RDMActivity ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :ArchivingAspect
                                                    ] ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :DataMinimisationAspect
                                                    ] ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :OrganisationalAspect
                                                    ] ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :PlanningAspect
                                                    ] ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :Project-Planning-Phase
                                                    ] ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                      owl:someValuesFrom :QualityAspect
                                                    ] ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "Kriterien für die Auswahl von Daten für die Archivierung planen"@de ,
                                                                                     "Plan criteria for selecting data for archiving"@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Kriterien für die Auswahl von Daten für die Archivierung planen"@de ,
                                                                                    "Plan criteria for selecting data for archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanDataSelectionCriteriaPublication
:PlanDataSelectionCriteriaPublication rdf:type owl:Class ;
                                      rdfs:subClassOf :RDMActivity ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :DataMinimisationAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :FormalPreparation
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :OrganisationalAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :PlanningAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :PublicationAspect
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                        owl:someValuesFrom :QualityAspect
                                                      ] ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Kriterien für die Auswahl von Daten für die Veröffentlichung planen."@de ,
                                                                                       "Plan criteria for selecting data for publishing."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Kriterien für die Auswahl von Daten für die Veröffentlichung planen"@de ,
                                                                                      "Plan criteria for selecting data for publishing"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanDataVolume
:PlanDataVolume rdf:type owl:Class ;
                rdfs:subClassOf :RDMActivity ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :DataMinimisationAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :OrganisationalAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :PlanningAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Project-Planning-Phase
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Make an approximate estimate of the amount of data to be expected in the project."@en ,
                                                                 "Ungefähre Schätzung von den im Projekt zu erwartenden Datenmengen aufstellen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Plan data volume"@en ,
                                                                "Umfang von Daten planen"@de .


###  http://w3id.org/nfdi4ing/pro-research#PlanEconomicalUseOfResources
:PlanEconomicalUseOfResources rdf:type owl:Class ;
                              rdfs:subClassOf :RDMActivity ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :ArchivingAspect
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :DataMinimisationAspect
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :Project-Planning-Phase
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                owl:someValuesFrom :StorageAspect
                                              ] ;
                              <http://www.w3.org/2004/02/skos/core#definition> "Eine wirtschaftliche Verwendung von Ressourcen planen."@de ,
                                                                               "Plan economical use of resources."@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Plan economical use of resources"@en ,
                                                                              "Wirtschaftliche Verwendung von Ressourcen planen"@de .


###  http://w3id.org/nfdi4ing/pro-research#PlanFAIRness
:PlanFAIRness rdf:type owl:Class ;
              rdfs:subClassOf :RDMActivity ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :OrganisationalAspect
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :PlanningAspect
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :Project-Planning-Phase
                              ] ;
              <http://www.w3.org/2004/02/skos/core#definition> "Planning the desired FAIRness in the project. In projects with a strong economic focus, FAIRness may be less important than confidentiality. In publicly funded projects, maximum FAIRness is usually sought."@en ,
                                                               "Planung der angetrebten FAIRness im Projekt. Bei stark wirtschaftlich geprägten Projekten kann die FAIRness einen geringeren Stellenwert als die Geheimhaltung haben. Bei öffentlich geförderten Projekten ist in der Regel die Maximale FAIRness anzustreben."@de ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "FAIRness planen"@de ,
                                                              "Plan FAIRness"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanLicenses
:PlanLicenses rdf:type owl:Class ;
              rdfs:subClassOf :RDMActivity ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :ELSAspect
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :FormalPreparation
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :OrganisationalAspect
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :Project-Planning-Phase
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                owl:someValuesFrom :PublicationAspect
                              ] ;
              <http://www.w3.org/2004/02/skos/core#definition> "Lizenzierung von Daten und Software planen."@de ,
                                                               "Plan licensing of data and software."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Lizenzen planen"@de ,
                                                              "Plan licenses"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanLongTermResponsibilitiesForArchiving
:PlanLongTermResponsibilitiesForArchiving rdf:type owl:Class ;
                                          rdfs:subClassOf :RDMActivity ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :ArchivingAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :OrganisationalAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :PlanningAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :Project-Planning-Phase
                                                          ] ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Langfristige Verantwortlichkeiten für die Archivierung planen"@de ,
                                                                                           "Plan long-term responsibilities for archiving"@en ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Langfristige Verantwortlichkeiten für die Archivierung planen"@de ,
                                                                                          "Plan long-term responsibilities for archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanRequiredResourcesForArchiving
:PlanRequiredResourcesForArchiving rdf:type owl:Class ;
                                   rdfs:subClassOf :RDMActivity ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :ArchivingAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :OrganisationalAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :PlanningAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :Project-Planning-Phase
                                                   ] ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Erforderliche Ressourcen für Archivierung planen"@de ,
                                                                                    "Plan required resources for archiving"@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Erforderliche Ressourcen für Archivierung planen"@de ,
                                                                                   "Plan required resources for archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanRessourcesForStorage
:PlanRessourcesForStorage rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :PlanningAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Project-Planning-Phase
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :StorageAspect
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Plan resources for storage."@en ,
                                                                           "Ressourcen für Speicherung planen."@de ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Plan resources for storage"@en ,
                                                                          "Ressourcen für Speicherung planen"@de .


###  http://w3id.org/nfdi4ing/pro-research#PlanRetentionPeriodForData
:PlanRetentionPeriodForData rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :ArchivingAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :DeletionAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :DocumentationAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :OrganisationalAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :PlanningAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :Project-Planning-Phase
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Aufbewahrungsdauer von Daten planen"@de ,
                                                                             "Plan retention period for data"@en ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Aufbewahrungsdauer von Daten planen"@de ,
                                                                            "Plan retention period for data"@en .


###  http://w3id.org/nfdi4ing/pro-research#PlanningAspect
:PlanningAspect rdf:type owl:Class ;
                rdfs:subClassOf :RDM-Policy ;
                <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of planning of RDM."@en ,
                                                                 "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Planung des FDMs fallen."@de ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Planning Aspect"@en ,
                                                                "Planungs-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#Project-Completion-Phase
:Project-Completion-Phase rdf:type owl:Class ;
                          rdfs:subClassOf :Phase ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :immediately-follows ;
                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                            owl:onClass :Execution-Phase
                                          ] ;
                          owl:disjointWith :Project-Planning-Phase ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Die letzte der drei Phasen eines Forschungsprojekts. Kann nur gestartet werden, wenn die Ausführungsphase abgeschlossen ist."@de ,
                                                                           "The last of the three research project phases. Can only be started if the execution phase is finished."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Project Completion"@en ,
                                                                          "Projektabschluss"@de .


###  http://w3id.org/nfdi4ing/pro-research#Project-Level
:Project-Level rdf:type owl:Class ;
               rdfs:subClassOf :Level ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :has-phase ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onClass :Execution-Phase
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :has-phase ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onClass :Project-Completion-Phase
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :has-phase ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onClass :Project-Planning-Phase
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "Die Ebene, auf der Projekte durchgeführt werden. Sie umfasst die Phasen Projektplanung, Durchführung und Projektabschluss. Sie hat eine wasserfallartige Struktur mit klaren Phasen."@de ,
                                                                "The level on which projects are conducted. It contains the phases project planning, execution and project completion. It has a waterfall-like structure with distinct phases."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Project-Level"@en ,
                                                               "Projekt-Ebene"@de .


###  http://w3id.org/nfdi4ing/pro-research#Project-Planning-Phase
:Project-Planning-Phase rdf:type owl:Class ;
                        rdfs:subClassOf :Phase ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty :immediately-precedes ;
                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                          owl:onClass :Execution-Phase
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Die erste der drei Phasen eines Forschungsprojekts. Das Forschungsprojekt beginnt mit dieser Phase."@de ,
                                                                         "The first of the three research project phases. The research project starts with this phase."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Project Planning"@en ,
                                                                        "Projektplanung"@de .


###  http://w3id.org/nfdi4ing/pro-research#PublicationAspect
:PublicationAspect rdf:type owl:Class ;
                   rdfs:subClassOf :RDM-Policy ;
                   <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of the publication of research data and research results."@en ,
                                                                    "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Publikation von Forschungsdaten und Forschungsergebnissen fallen."@de ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Publication Aspect"@en ,
                                                                   "Publikations-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#PublicationProcess
:PublicationProcess rdf:type owl:Class ;
                    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Independently running process that can start at any given stage of the research project. Its result is a publication that partly or fully contains the knowledge generated during the finding compilation. Publication process according to https://preprints.inggrid.org/repository/view/57/."@en ,
                                                                     "Unabhängig laufender Prozess, der zu jedem beliebigen Zeitpunkt des Forschungsprojekts beginnen kann. Ergebnis ist eine Publikation, die das während dem Schritt Erkenntnis zusammenstellen generierte Wissen teilweise oder vollständig enthält. Publikationsprozess nach https://preprints.inggrid.org/repository/view/57/"@de ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Publications Process"@en ,
                                                                    "Publikationsprozess"@de .


###  http://w3id.org/nfdi4ing/pro-research#PublishDataDocumentation
:PublishDataDocumentation rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :PublicationAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Submission
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Datendokumentation veröffentlichen."@de ,
                                                                           "Publish data documentation."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Datendokumentation veröffentlichen"@de ,
                                                                          "Publish data documentation"@en .


###  http://w3id.org/nfdi4ing/pro-research#PublishMetadata
:PublishMetadata rdf:type owl:Class ;
                 rdfs:subClassOf :RDMActivity ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :MetadataAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :PublicationAspect
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                   owl:someValuesFrom :Submission
                                 ] ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Forschungsmetadaten veröffentlichen. Erhöht die Auffindbarkeit von Daten. Dies soll außerdem die Auffindbarkeit von Daten ermöglichen, ohne die Daten selbst veröffentlichen zu müssen."@de ,
                                                                  "Publish research metadata. Increases the findability of data. This should also enable the findability of data without having to publish the data itself."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Metadaten veröffentlichen"@de ,
                                                                 "Publish metadata"@en .


###  http://w3id.org/nfdi4ing/pro-research#PublishResearchData
:PublishResearchData rdf:type owl:Class ;
                     rdfs:subClassOf :RDMActivity ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :DisseminationAspect
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :MetadataAspect
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :PublicationAspect
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                       owl:someValuesFrom :Submission
                                     ] ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Forschungsdaten veröffentlichen."@de ,
                                                                      "Publish research data."@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Forschungsdaten veröffentlichen"@de ,
                                                                     "Publish research data"@en .


###  http://w3id.org/nfdi4ing/pro-research#QualityAspect
:QualityAspect rdf:type owl:Class ;
               rdfs:subClassOf :RDM-Policy ;
               <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data quality."@en ,
                                                                "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Qualität von Forschungsdaten fallen."@de ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Quality Aspect"@en ,
                                                               "Qualitäts-Aspekt"@de .


###  http://w3id.org/nfdi4ing/pro-research#RDM-Guideline
:RDM-Guideline rdf:type owl:Class ;
               rdfs:subClassOf <https://schema.org/CreativeWork> ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <https://schema.org/url> ;
                                 owl:allValuesFrom xsd:anyURI
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :GuidelineDocumentURL ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onDataRange xsd:anyURI
                               ] ;
               <http://www.w3.org/2004/02/skos/core#definition> "An unstructured FDM guideline (usually in the form of a document), which may contain specifications or recommendations for the FDM."@en ,
                                                                "Eine unstrukturierte FDM-Richtlinie (meist in Form eines Dokuments), welche Vorgaben oder Empfehlungen für das FDM enthalten kann."@de ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "FDM-Richtlinie"@de ,
                                                               "RDM-Guideline"@en .


###  http://w3id.org/nfdi4ing/pro-research#RDM-Policy
:RDM-Policy rdf:type owl:Class ;
            rdfs:subClassOf <https://schema.org/CreativeWork> ;
            <http://www.w3.org/2004/02/skos/core#definition> "A structured FDM guideline, which may contain specifications or recommendations for the FDM."@en ,
                                                             "Eine strukturierte FDM-Richtlinie, welche Vorgaben oder Empfehlungen für das FDM enthalten kann."@de ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "FDM-Policy"@de ,
                                                            "RDM-Policy"@en .


###  http://w3id.org/nfdi4ing/pro-research#RDMActivity
:RDMActivity rdf:type owl:Class ;
             rdfs:subClassOf <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep> ;
             <http://www.w3.org/2004/02/skos/core#definition> "Specific RDM-action undertaken during RDM"@en ,
                                                              "Spezifische FDM-Tätigkeit, die während des FDMs durchgeführt wird."@de ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "FDM-Tätigkeit"@de ,
                                                             "RDM-Activity"@en .


###  http://w3id.org/nfdi4ing/pro-research#RecordMetadata
:RecordMetadata rdf:type owl:Class ;
                rdfs:subClassOf :RDMActivity ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :DocumentationAspect
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :Generate
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                  owl:someValuesFrom :MetadataAspect
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Metadaten aufnehmen"@de ,
                                                                 "Record metadata"@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Metadaten aufnehmen"@de ,
                                                                "Record metadata"@en .


###  http://w3id.org/nfdi4ing/pro-research#ResearchActivity
:ResearchActivity rdf:type owl:Class ;
                  rdfs:subClassOf <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep> ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Specific research-action undertaken during Research"@en ,
                                                                   "Spezifische Forschungs-Tätigkeit, die während des Forschungsprozesses durchgeführt wird."@de ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Forschungstätigkeit"@de ,
                                                                  "Research Activity"@en .


###  http://w3id.org/nfdi4ing/pro-research#ResearchDataDefinition
:ResearchDataDefinition rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :OrganisationalAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Project-Planning-Phase
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Die spezifisch jeweilig geltende Definition von Forschungsdaten."@de ,
                                                                         "The specifically applicable definition of research data."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Definition of research data"@en ,
                                                                        "Definition von Forschungsdaten"@de .


###  http://w3id.org/nfdi4ing/pro-research#ReuseAspect
:ReuseAspect rdf:type owl:Class ;
             rdfs:subClassOf :RDM-Policy ;
             <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data reuse."@en ,
                                                              "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Nachnutzung von Forschungsdaten fallen."@de ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Nachnutzungs-Aspekt"@de ,
                                                             "Reuse Aspect"@en .


###  http://w3id.org/nfdi4ing/pro-research#SelectDataForArchiving
:SelectDataForArchiving rdf:type owl:Class ;
                        rdfs:subClassOf :RDMActivity ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :ArchivingAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :OrganisationalAspect
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Project-Completion-Phase
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                          owl:someValuesFrom :Store
                                        ] ;
                        <http://www.w3.org/2004/02/skos/core#definition> "Daten für die Archivierung auswählen. Bei großen Volumen muss eine begründete Auswahl getroffen werden. Beispielsweise Forschungsdaten, die die Grundlage einer Publikation bilden."@de ,
                                                                         "Select data for archiving. In the case of large volumes, a justified selection must be made. For example, research data that forms the basis of a publication."@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten für die Archivierung auswählen"@de ,
                                                                        "Select data for archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#SelectDataForReuse
:SelectDataForReuse rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Create-Or-Reuse
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :ReuseAspect
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Externe Daten für die Nachnutzung im eigenen Projekt auswählen."@de ,
                                                                     "Select external data for reuse in your own project."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Daten für die Nachnutzung auswählen"@de ,
                                                                    "Select data for reuse"@en .


###  http://w3id.org/nfdi4ing/pro-research#SelectMetadataStandardsOntologies
:SelectMetadataStandardsOntologies rdf:type owl:Class ;
                                   rdfs:subClassOf :RDMActivity ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :Generation-Setup
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :MetadataAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :OrganisationalAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :Project-Planning-Phase
                                                   ] ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Passende Metadatenstandards oder Ontologien auswählen."@de ,
                                                                                    "Select appropriate metadata standards or ontologies."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Metadatenstandards/Ontologien auswählen"@de ,
                                                                                   "Select metadata standards/ontologies"@en .


###  http://w3id.org/nfdi4ing/pro-research#SelectStorageTechnology
:SelectStorageTechnology rdf:type owl:Class ;
                         rdfs:subClassOf :RDMActivity ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                           owl:someValuesFrom :ArchivingAspect
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                           owl:someValuesFrom :Project-Planning-Phase
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                           owl:someValuesFrom :StorageAspect
                                         ] ;
                         <http://www.w3.org/2004/02/skos/core#definition> "Select storage technology."@en ,
                                                                          "Speichertechnologie auswählen."@de ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Select storage technology"@en ,
                                                                         "Speichertechnologie auswählen"@de .


###  http://w3id.org/nfdi4ing/pro-research#SetAccessPermissionsDuringProject
:SetAccessPermissionsDuringProject rdf:type owl:Class ;
                                   rdfs:subClassOf :RDMActivity ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :AccessibilityAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :Execution-Phase
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :MetadataAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :OrganisationalAspect
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                     owl:someValuesFrom :StorageAspect
                                                   ] ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Set access permissions during the project."@en ,
                                                                                    "Zugriffsberechtigungen während des Projekts festlegen."@de ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Set access permissions during the project"@en ,
                                                                                   "Zugriffsberechtigungen während des Projekts festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#SetAccessRightsForArchivedData
:SetAccessRightsForArchivedData rdf:type owl:Class ;
                                rdfs:subClassOf :RDMActivity ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :AccessibilityAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :ArchivingAspect
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                  owl:someValuesFrom :Submission
                                                ] ;
                                <http://www.w3.org/2004/02/skos/core#definition> "Define access rights for the archived data."@en ,
                                                                                 "Zugriffsrechte festlegen für die archivierten Daten festlegen."@de ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Set access rights"@en ,
                                                                                "Zugriffsrechte festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#SetCopyrightAndUsageRights
:SetCopyrightAndUsageRights rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :DisseminationAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :ELSAspect
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Plan copyrights and rights of use for data to be published"@en ,
                                                                             "Urheber- und Nutzungsrechte für zu veröffentlichende Daten festlegen."@de ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Set copyrights and rights of use"@en ,
                                                                            "Urheber- und Nutzungsrechte festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#SetDataFormatsForArchiving
:SetDataFormatsForArchiving rdf:type owl:Class ;
                            rdfs:subClassOf :RDMActivity ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :ArchivingAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :PlanningAspect
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                              owl:someValuesFrom :Project-Completion-Phase
                                            ] ;
                            <http://www.w3.org/2004/02/skos/core#definition> "Datenformate für die Archivierung festlegen."@de ,
                                                                             "Set data formats for archiving."@en ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenformate für die Archivierung festlegen"@de ,
                                                                            "Set data formats for archiving"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetEmbargoPeriod
:SetEmbargoPeriod rdf:type owl:Class ;
                  rdfs:subClassOf :RDMActivity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :ELSAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :MetadataAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :OrganisationalAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :PublicationAspect
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                    owl:someValuesFrom :Submission
                                  ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Embargofrist bzw. Sperrfristen festlegen."@de ,
                                                                   "Set embargo period or blocking periods."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Embargofrist festlegen"@de ,
                                                                  "Set embargo period"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetLegalResponsibilities
:SetLegalResponsibilities rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :ELSAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Submission
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Rechtliche Verantwortlichkeiten festlegen."@de ,
                                                                           "Set legal responsibilities."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Rechtliche Verantwortlichkeiten festlegen"@de ,
                                                                          "Set legal responsibilities"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetLicence
:SetLicence rdf:type owl:Class ;
            rdfs:subClassOf :RDMActivity ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                              owl:someValuesFrom :ELSAspect
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                              owl:someValuesFrom :PublicationAspect
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                              owl:someValuesFrom :ReuseAspect
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                              owl:someValuesFrom :Submission
                            ] ;
            <http://www.w3.org/2004/02/skos/core#definition> "Lizenz vergeben, z.B. mit Hilfe von https://ufal.github.io/public-license-selector/ oder https://tu-dresden.de/gsw/phil/irget/jfbimd13/ressourcen/dateien/dateien/DataJus/Entscheidungsbaum-DataJusPDFAA2.pdf?lang=de."@de ,
                                                             "Set licence, e.g. with the help of https://ufal.github.io/public-license-selector/ or https://tu-dresden.de/gsw/phil/irget/jfbimd13/ressourcen/dateien/dateien/DataJus/Entscheidungsbaum-DataJusPDFAA2.pdf?lang=de."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Lizenz vergeben"@de ,
                                                            "Set licence"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetPID
:SetPID rdf:type owl:Class ;
        rdfs:subClassOf :RDMActivity ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                          owl:someValuesFrom :ArchivingAspect
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                          owl:someValuesFrom :DocumentationAspect
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                          owl:someValuesFrom :MetadataAspect
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                          owl:someValuesFrom :PublicationAspect
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                          owl:someValuesFrom :Submission
                        ] ;
        <http://www.w3.org/2004/02/skos/core#definition> "Assign persistent identifier (PID), e.g. DOI."@en ,
                                                         "Persistenten Identifikator (PID) vergeben, z.B. DOI."@de ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "PID vergeben"@de ,
                                                        "Set PID"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetRDMResponsibility
:SetRDMResponsibility rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :OrganisationalAspect
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Project-Planning-Phase
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Define RDM responsibilities, e.g. who is responsible for the documentation of data collection or who bears long-term responsibility."@en ,
                                                                       "FDM-Verantwortlichkeit festlegen, z.B. wer für die Dokumentation der Datenerhebung verantwortlich ist oder wer die langfristige Verantwortlichkeit trägt."@de ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "FDM-Verantwortlichkeit festlegen"@de ,
                                                                      "Set RDM responsibility"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetSelectionCriteriaForDataToBeStoredInDefinedStorage
:SetSelectionCriteriaForDataToBeStoredInDefinedStorage rdf:type owl:Class ;
                                                       rdfs:subClassOf :RDMActivity ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                                         owl:someValuesFrom :PlanningAspect
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                                         owl:someValuesFrom :Project-Planning-Phase
                                                                       ] ,
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                                         owl:someValuesFrom :StorageAspect
                                                                       ] ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Kriterien für die Speicherung in der definierten Ablage festlegen"@de ,
                                                                                                        "Set selection criteria for data to be stored in the defined storage."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Kriterien für die Speicherung in der definierten Ablage festlegen"@de ,
                                                                                                       "Set selection criteria for the defined storage"@en .


###  http://w3id.org/nfdi4ing/pro-research#SetStorageLocation
:SetStorageLocation rdf:type owl:Class ;
                    rdfs:subClassOf :RDMActivity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :PlanningAspect
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :Project-Planning-Phase
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                      owl:someValuesFrom :StorageAspect
                                    ] ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Dedizierten Speicherort für die Forschungsdaten während des Projekts festlegen."@de ,
                                                                     "Set dedicated storage location for research data during the project."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Set storage location"@en ,
                                                                    "Speicherort festlegen"@de .


###  http://w3id.org/nfdi4ing/pro-research#SpecifyPublicationMedium
:SpecifyPublicationMedium rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :FormalPreparation
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :PublicationAspect
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Publikationsmedium festlegen."@de ,
                                                                           "Specify publication medium."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Publikationsmedium festlegen"@de ,
                                                                          "Specify publication medium"@en .


###  http://w3id.org/nfdi4ing/pro-research#Step
:Step rdf:type owl:Class ;
      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
      <http://www.w3.org/2004/02/skos/core#definition> "Activity during the execution phase. This can be planning the approach to knowledge acquisition, generating or reusing artefacts, and compiling insights."@en ,
                                                       "Tätigkeit während der Phase Durchführung. Diese kann die die Planung der Vorgehensweise beim Erkenntnisgewinn, das Erzeugen oder Nachnutzen von Artefakten und das Zusammenstellen einer Erkenntnis sein."@de ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Schritt"@de ,
                                                      "Step"@en .


###  http://w3id.org/nfdi4ing/pro-research#StorageAspect
:StorageAspect rdf:type owl:Class ;
               rdfs:subClassOf :RDM-Policy ;
               <http://www.w3.org/2004/02/skos/core#definition> "All RDM activities of an RDM policy that fall under the aspect of data storage."@en ,
                                                                "Alle FDM-Tätigkeiten einer FDM-Policy, die unter den Aspekt der Speicherung von Forschungsdaten fallen."@de ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Speicherungs-Aspekt"@de ,
                                                               "Storage Aspect"@en .


###  http://w3id.org/nfdi4ing/pro-research#Store
:Store rdf:type owl:Class ;
       rdfs:subClassOf :Task ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasProcessingStep ;
                         owl:someValuesFrom <http://w3id.org/nfdi4ing/metadata4ing#ProcessingStep>
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasResult ;
                         owl:someValuesFrom :Artefact
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :immediately-follows ;
                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                         owl:onClass :Check
                       ] ;
       <http://www.w3.org/2004/02/skos/core#definition> "Wenn das Artefakt erfolgreich überprüft wurde, kann es gespeichert werden. Idealerweise wird es so gespeichert, dass Projektmitglieder darauf zugreifen können."@de ,
                                                        "When the artefact was checked successfully, it can be stored. Ideally, it is stored in a way that project members can access it."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Speichern"@de ,
                                                       "Store"@en .


###  http://w3id.org/nfdi4ing/pro-research#Submission
:Submission rdf:type owl:Class ;
            rdfs:subClassOf :PublicationProcess ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :immediately-follows ;
                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                              owl:onClass :Editing
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :immediately-precedes ;
                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                              owl:onClass :Dissemination
                            ] ;
            <http://www.w3.org/2004/02/skos/core#definition> "Diese Phase umfasst die Aktivitäten rund um die Einreichung der Veröffentlichung, z.B. beim Verlag. Der Kern ist das Peer-Review, das die wissenschaftliche Qualität sichert."@de ,
                                                             "This phase comprises the activities surrounding the submission of the publication, e.g. to the publisher. The core is the peer review, which ensures scientific quality."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Einreichung"@de ,
                                                            "Submission"@en .


###  http://w3id.org/nfdi4ing/pro-research#TakeConfidentialityAndSecrecyIntoAccount
:TakeConfidentialityAndSecrecyIntoAccount rdf:type owl:Class ;
                                          rdfs:subClassOf :RDMActivity ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :AccessibilityAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :ArchivingAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :ELSAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :Editing
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :OrganisationalAspect
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                            owl:someValuesFrom :Project-Completion-Phase
                                                          ] ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Take confidentiality and secrecy into account."@en ,
                                                                                           "Vertraulichkeit und Geheimhaltung berücksichtigen."@de ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Take confidentiality and secrecy into account"@en ,
                                                                                          "Vertraulichkeit und Geheimhaltung berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#TakeCopyrightIntoAccount
:TakeCopyrightIntoAccount rdf:type owl:Class ;
                          rdfs:subClassOf :RDMActivity ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :ELSAspect
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Editing
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:someValuesFrom :Project-Completion-Phase
                                          ] ;
                          <http://www.w3.org/2004/02/skos/core#definition> "Take copyright into account."@en ,
                                                                           "Urheberrecht berücksichtigen."@de ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Take copyright into account"@en ,
                                                                          "Urheberrecht berücksichtigen"@de .


###  http://w3id.org/nfdi4ing/pro-research#Task
:Task rdf:type owl:Class ;
      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :part-of-step ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                        owl:onClass :Create-Or-Reuse
                      ] ;
      <http://www.w3.org/2004/02/skos/core#definition> "Activity during the create or reuse step. This can include preparing the generation of artefacts, generating the artefacts themselves, reviewing the generated data, or storing them."@en ,
                                                       "Tätigkeit während des Schritts Erzeugen oder Nachnutzen. Diese kann die Vorbereitung der Generierung von Artefakten, das Generieren von Artefakten selbst, das Überprüfen der generierten Daten oder die Speicherung dieser sein."@de ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Aufgabe"@de ,
                                                      "Task"@en .


###  http://w3id.org/nfdi4ing/pro-research#TopicAndScoping
:TopicAndScoping rdf:type owl:Class ;
                 rdfs:subClassOf :PublicationProcess ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :immediately-precedes ;
                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :FormalPreparation
                                 ] ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Diese Phase wird entweder durch einen selbstmotivierten oder einen extern motivierten Veröffentlichungsauslöser ausgelöst. Die Verfügbarkeit eines Ergebnisses ist unabhängig von diesem entscheidend. In dieser Phase wird der Inhalt der Veröffentlichung festgelegt."@de ,
                                                                  "This phase is triggered by either a self-motivated publication trigger or a externally motivated publication trigger. The availability of a finding is regardless of this crucial. In this phase, the content of the publication is determined."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Thema und Scoping"@de ,
                                                                 "Topic and Scoping"@en .


###  http://w3id.org/nfdi4ing/pro-research#UpdateDMP
:UpdateDMP rdf:type owl:Class ;
           rdfs:subClassOf :RDMActivity ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :DocumentationAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :Finding-compilation
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :OrganisationalAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :Project-Completion-Phase
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :QualityAspect
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                             owl:someValuesFrom :Submission
                           ] ;
           <http://www.w3.org/2004/02/skos/core#definition> "Aktualisierung eines Datenmanagementplans (DMP) mit den aktuellsten Informationen."@de ,
                                                            "Updating a Data Management Plan (DMP) with the most recent information."@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "DMP aktualisieren"@de ,
                                                           "Update DMP"@en .


###  http://w3id.org/nfdi4ing/pro-research#UseDefinedVocabulary
:UseDefinedVocabulary rdf:type owl:Class ;
                      rdfs:subClassOf :RDMActivity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :Generate
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                        owl:someValuesFrom :MetadataAspect
                                      ] ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Definiertes Vokabular nutzen."@de ,
                                                                       "Use defined vocabulary."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Definiertes Vokabular nutzen"@de ,
                                                                      "Use defined vocabulary"@en .


###  http://w3id.org/nfdi4ing/pro-research#UseOntology
:UseOntology rdf:type owl:Class ;
             rdfs:subClassOf :RDMActivity ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :Generate
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                               owl:someValuesFrom :MetadataAspect
                             ] ;
             <http://www.w3.org/2004/02/skos/core#definition> "Ontologie nutzen."@de ,
                                                              "Use ontology."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Ontologie nutzen"@de ,
                                                             "Use ontology"@en .


###  https://schema.org/ResearchProject
<https://schema.org/ResearchProject> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                       owl:onProperty :has-process ;
                                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                       owl:onClass <http://purl.obolibrary.org/obo/BFO_0000015>
                                                     ] .


#################################################################
#    Individuals
#################################################################

###  http://w3id.org/nfdi4ing/pro-research#RWTH_Aachen_Research_Data_Management_Guidelines
:RWTH_Aachen_Research_Data_Management_Guidelines rdf:type owl:NamedIndividual ,
                                                          :RDM-Guideline ;
                                                 :isReferencedByPolicy :RWTH_Aachen_Research_Data_Policy ;
                                                 :GuidelineDocumentURL "https://www.rwth-aachen.de/global/show_document.asp?id=aaaaaaaacsciovn"^^xsd:anyURI ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "RWTH Aachen University RDM-Guideline"@en .


###  http://w3id.org/nfdi4ing/pro-research#RWTH_Aachen_Research_Data_Policy
:RWTH_Aachen_Research_Data_Policy rdf:type owl:NamedIndividual ,
                                           :RDM-Policy ;
                                  :refersToGuideline :RWTH_Aachen_Research_Data_Management_Guidelines ;
                                  :isProjectRelated "false"^^xsd:boolean ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "RWTH Aachen University RDM-Policy"@en .


###  https://orcid.org/0000-0002-8021-5524
<https://orcid.org/0000-0002-8021-5524> rdf:type owl:NamedIndividual ,
                                                 <http://www.w3.org/ns/prov#Person> ;
                                        <http://xmlns.com/foaf/0.1/name> "Tobias Hamann" ;
                                        <https://schema.org/affiliation> <https://ror.org/04xfq0f34> .


#################################################################
#    Annotations
#################################################################

:refersToGuideline rdfs:comment "Links an RDM policy to a supporting or referenced guideline."@en ,
                                "Verknüpft eine FDM-Richtlinie mit einer referenzierten Richtlinie."@de ;
                   rdfs:label "bezieht sich auf die Richtlinie"@de ,
                              "refers to guideline"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
