@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:correlativecharacterization
  skos:note "broaderMatch: http://purls.helmholtz-metadaten.de/mwo/CharacterizationMethod"@en ;
  skos:topConceptOf prima: ;
  skos:related prima:technique, prima:researchsoftware, prima:researchdata, prima:researchuser ;
  skos:prefLabel "Correlative Characterization"@en ;
  skos:inScheme prima: ;
  skos:historyNote "Adapted from the definition of Correlative Characterization in https://doi.org/10.1038/s41563-019-0402-8"@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 "Set of actions carried out by one or more Research Users, possibly using Research Software, with the intent of characterizing and connecting the different types of information from co-referenced (in time or space) multimodal Research Data obtained using different Techniques. This may include the output of multiple Data Acquisitions and/or Data Analyses to obtain complementary insights on a region of interest, as well as to put into relation features of different Systems across multiple length scales over time. While Correlative Characterization by definition focuses on one location, it is frequently combined with statistical methods for Raw Data from multiple locations."@en .

prima:technique
  skos:prefLabel "Technique"@en ;
  a skos:Concept ;
  skos:related prima:correlativecharacterization .

prima:researchsoftware
  skos:prefLabel "Research Software"@en ;
  a skos:Concept ;
  skos:related prima:correlativecharacterization .

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

prima:researchuser
  skos:prefLabel "Research User"@en ;
  a skos:Concept ;
  skos:related prima:correlativecharacterization .

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

