@prefix prima: <https://purls.helmholtz-metadaten.de/skosmos/prima/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

prima:datacollaborationplatform
  skos:topConceptOf prima: ;
  skos:related prima:rawdata, prima:dataset, prima:processeddata, prima:analyzeddata, prima:researchdata, prima:institution ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Data Collaboration Platform"@en ;
  skos:inScheme prima: ;
  skos:historyNote "Adapted from the definition of Data Archive in https://doi.org/10.1007/978-3-319-57135-5_18"@en ;
  a skos:Concept ;
  dc:contributor <https://orcid.org/0000-0001-8413-5196>, <https://orcid.org/0000-0001-9199-6373>, <https://orcid.org/0000-0002-1033-144X>, <https://orcid.org/0000-0002-7148-7210>, "Alexey Boubnov"@en, "Maximilian Kabbe"@en, "Richard Thelen"@en, <https://orcid.org/0000-0002-9576-8615>, "Neil MacKinnon"@en, "Sarah Irvine"@en ;
  dc:created "2024-02-15"^^xsd:date ;
  dc:creator <https://orcid.org/0000-0003-2534-0063> ;
  dc:license <https://creativecommons.org/licenses/by/4.0/> ;
  dc:rightsHolder "Karlsruhe Institute of Technology"@en ;
  skos:definition "Operational information system which allows Research Users to keep their Research Data, Datasets, and related documents (e.g., notes or drafts of Scientific Publications) synchronized and up to date and to share them with other Research Users, who are typically members of the same Project. The access rights granted to the resources may be determined by the User Role. The system is intended for the long-tail, unstructured, and still volatile data, which may change and is still subject to active research. Therefore, a Data Collaboration Platform offers versioning of all ingested files but does not usually assign them Persistent Identifiers. A Data Collaboration Platform may be associated with an Institution or a group of them, or may be run by a third party."@en .

prima:rawdata
  skos:prefLabel "Raw Data"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:dataset
  skos:prefLabel "Dataset"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:processeddata
  skos:prefLabel "Processed Data"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:analyzeddata
  skos:prefLabel "Analyzed Data"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:researchdata
  skos:prefLabel "Research Data"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:institution
  skos:prefLabel "Institution"@en ;
  a skos:Concept ;
  skos:related prima:datacollaborationplatform .

prima:
  rdfs:label "PRIMA"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept prima:datacollaborationplatform .

