@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:scientificpublication
  skos:scopeNote "modeling the relation to Publication Data using DataCite or Dublin Core ones should be preferred, if existing in the administrative metadata of the repository"@en ;
  skos:topConceptOf prima: ;
  skos:related prima:publicationdata, prima:persistentidentifier, prima:study, prima:researchuser ;
  skos:prefLabel "Scientific Publication"@en ;
  skos:inScheme prima: ;
  skos:definition "Any of the following contributions, peer-reviewed or not: article in a scientific journal (and related supporting information), monograph, book or book chapter, conference proceedings, “grey literature” (informally published material having not gone through a standard publishing process, e.g., reports and highlights). A Scientific Publication typically reports the results and the conclusions of a Study, may be supplemented by Publication Data, and may be assigned a Persistent Identifier. A Scientific Publication may be attributed to some or to all the Research Users who are members of the Project."@en ;
  skos:closeMatch <https://schema.org/PublicationEvent>, <http://nfdi.fiz-karlsruhe.de/ontology/Publication> ;
  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:publicationdata
  skos:prefLabel "Publication Data"@en ;
  a skos:Concept ;
  skos:related prima:scientificpublication .

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

prima:study
  skos:prefLabel "Study"@en ;
  a skos:Concept ;
  skos:related prima:scientificpublication .

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

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

