@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:datarepository
  skos:topConceptOf prima: ;
  skos:related prima:datacuration, prima:dataset, prima:publicationdata, prima:researchdata, prima:referencedata, prima:persistentidentifier, prima:institution ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Data Repository"@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 ;
  skos:definition "Information system used to store, manage, and provide access to digital resources, following a set of rules that define storage and access norms. A Data Repository is particularly suitable for (but not limited to) Publication Data, which is not likely to be altered again. Many Data Repositories automatically assign globally unique Persistent Identifiers to deposited resources. A Data Repository may be associated with an Institution or a group of them, or may be run by a third party. A Data Repository may or may not be directly used by Research Users. The access rights granted to the resources may be determined by the User Role."@en ;
  skos:closeMatch <https://terms.codata.org/rdmt/original-repository>, <https://terms.codata.org/rdmt/repository> ;
  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 .

prima:datacuration
  skos:prefLabel "Data Curation"@en ;
  a skos:Concept ;
  skos:related prima:datarepository .

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

prima:publicationdata
  skos:prefLabel "Publication Data"@en ;
  a skos:Concept ;
  skos:related prima:datarepository .

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

prima:referencedata
  skos:prefLabel "Reference Data"@en ;
  a skos:Concept ;
  skos:related prima:datarepository .

prima:persistentidentifier
  skos:prefLabel "Persistent Identifier"@en ;
  a skos:Concept ;
  skos:related prima:datarepository .

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

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

