@prefix ns1: <https://w3id.org/martialis/vocab/> .
@prefix ns2: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns3: <https://w3id.org/martialis/vocab/peer-review/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4: <https://w3id.org/martialis/ontology#> .
@prefix ns5: <http://purl.org/vocab/vann/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:peer-review a ns2:ConceptScheme ;
    ns4:schemaEnum "source.schema.json#/properties/peer_review/anyOf/1/enum" ;
    dct:title "Martialis Peer Review Status Vocabulary"@en ;
    dct:description "DRIVER/OpenAIRE peer-review status values (info:eu-repo/semantics/*) aligned to the martialis:peerReview property of the Martialis Investigative Ontology. Value alignment only: the property remains a plain string; this scheme documents the closed vocabulary its values draw from."@en ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:creator "Martialis Project" ;
    dct:publisher <https://martial.is> ;
    dct:bibliographicCitation "OpenAIRE Guidelines for Literature Repositories / DRIVER Guidelines 2.0 (info:eu-repo/semantics peer-review status values)." ;
    ns2:historyNote "2.1.0: moved from the ontology namespace to https://w3id.org/martialis/vocab/peer-review."@en ;
    owl:versionInfo "2.0.0" ;
    owl:priorVersion <https://w3id.org/martialis/ontology/vocabularies/peer-review> ;
    ns5:preferredNamespacePrefix "peerreview" ;
    ns5:preferredNamespaceUri <https://w3id.org/martialis/vocab/peer-review/> ;
    rdfs:seeAlso ns4:peerReview, ns4:MartialisOntology ;
    ns2:hasTopConcept ns3:unknown, ns3:not-peer-reviewed, ns3:peer-reviewed .
ns3:not-peer-reviewed a ns2:Concept ;
    ns2:topConceptOf ns1:peer-review ;
    ns2:inScheme ns1:peer-review ;
    ns2:notation "not-peer-reviewed" ;
    ns2:prefLabel "Not peer-reviewed"@en ;
    ns2:definition "The venue is not peer-reviewed."@en ;
    ns2:scopeNote "A fact about the venue, set once on a container Source and inherited by its items via partOf."@en ;
    ns2:exactMatch "info:eu-repo/semantics/nonPeerReviewed" ;
    rdfs:seeAlso ns4:peerReview .
ns3:peer-reviewed a ns2:Concept ;
    ns2:topConceptOf ns1:peer-review ;
    ns2:inScheme ns1:peer-review ;
    ns2:notation "peer-reviewed" ;
    ns2:prefLabel "Peer-reviewed"@en ;
    ns2:definition "The venue is peer-reviewed."@en ;
    ns2:scopeNote "A fact about the venue, set once on a container Source and inherited by its items via partOf."@en ;
    ns2:exactMatch "info:eu-repo/semantics/peerReviewed" ;
    rdfs:seeAlso ns4:peerReview .
ns3:unknown a ns2:Concept ;
    ns2:topConceptOf ns1:peer-review ;
    ns2:inScheme ns1:peer-review ;
    ns2:notation "unknown" ;
    ns2:prefLabel "Unknown"@en ;
    ns2:definition "Whether the venue is peer-reviewed has not been established."@en ;
    ns2:scopeNote "Has no DRIVER/OpenAIRE equivalent - that vocabulary only distinguishes peerReviewed from nonPeerReviewed."@en ;
    rdfs:seeAlso ns4:peerReview .
