PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX owl:     <http://www.w3.org/2002/07/owl#>
PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos:    <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>

<https://schema.stage.datacite.org/linked-data/vocab/titleType/TranslatedTitle>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/titleType/TranslatedTitle.jsonld>;
        skos:definition    "A translated title for the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/titleType>;
        skos:notation      "TranslatedTitle";
        skos:prefLabel     "TranslatedTitle"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/titleType> .

<https://schema.stage.datacite.org/linked-data/vocab/titleType/Subtitle>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/titleType/Subtitle.jsonld>;
        skos:definition    "A subtitle or secondary title for the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/titleType>;
        skos:notation      "Subtitle";
        skos:prefLabel     "Subtitle"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/titleType> .

<https://schema.stage.datacite.org/linked-data/vocab/titleType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/titleType/Other.jsonld>;
        skos:definition    "Another title type not covered by the named values."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/titleType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/titleType> .

<https://schema.stage.datacite.org/linked-data/vocab/titleType/AlternativeTitle>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/titleType/AlternativeTitle.jsonld>;
        skos:definition    "An alternative title for the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/titleType>;
        skos:notation      "AlternativeTitle";
        skos:prefLabel     "AlternativeTitle"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/titleType> .

<https://schema.stage.datacite.org/linked-data/vocab/titleType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/titleType/titleType.jsonld>;
        dcterms:created     "2026-03-02"^^xsd:date;
        dcterms:identifier  "titleType";
        dcterms:title       "DataCite titleType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/titleType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/titleType/TranslatedTitle> , <https://schema.stage.datacite.org/linked-data/vocab/titleType/Subtitle> , <https://schema.stage.datacite.org/linked-data/vocab/titleType/AlternativeTitle> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Workflow>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Workflow.jsonld>;
        skos:definition    "A structured series of steps which can be executed to produce a final outcome, allowing users a means to specify and enact their work in a more reproducible manner."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Workflow";
        skos:prefLabel     "Workflow"@en;
        skos:scopeNote     "Computational workflows involving sequential operations made on data by wrapped software and may be specified in a format belonging to a workflow management system, such as Taverna (http://www.taverna.org.uk/)."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Text>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Text.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A resource consisting primarily of words for reading that is not covered by any other textual resource type in this list."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.5682/9786065914018";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Text";
        skos:prefLabel     "Text"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/StudyRegistration>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/StudyRegistration.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A detailed, time-stamped description of a research plan, often openly shared in a registry or published in a journal before the study is conducted to lend accountability and transparency in the hypothesis generating and testing process."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "StudyRegistration";
        skos:prefLabel     "StudyRegistration"@en;
        skos:scopeNote     "Includes pre-registrations, registered reports, and clinical trials. Study registrations are sometimes peer-reviewed and may include the hypothesis, expected results, study design, and/or analysis plan.\n<resourceType resourceTypeGeneral=\"StudyRegistration\">Pre-registration</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Standard>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Standard.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "Something established by authority, custom, or general consent as a model, example, or point of reference."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Standard";
        skos:prefLabel     "Standard"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Standard\">Dublin Core</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Sound>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Sound.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Sound>;
        skos:definition    "A resource primarily intended to be heard."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.7282/T3J67F05";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Sound";
        skos:prefLabel     "Sound"@en;
        skos:scopeNote     "Audio recording"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Software>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Software.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Software>;
        skos:definition    "A computer program other than a computational notebook, in either source code (text) or compiled form. Use this type for general software components supporting scholarly research. Use the ComputationalNotebook value for virtual notebooks."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.4225/03/5954F738EE5AA";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Software";
        skos:prefLabel     "Software"@en;
        skos:scopeNote     "Software supporting scholarly research"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Service>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Service.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Service>;
        skos:definition    "An organized system of apparatus, appliances, staff, etc., for supplying some function(s) required by end users."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.21938/3I01ISNUCODNH1ZJBCVUWA";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Service";
        skos:prefLabel     "Service"@en;
        skos:scopeNote     "Data management service, or long-term preservation service"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Report>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Report.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A document that presents information in an organized format for a specific audience and purpose."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Report";
        skos:prefLabel     "Report"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Report\">Annual Report</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Project>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Project.jsonld>;
        skos:definition    "A planned endeavor or activity, frequently collaborative, intended to achieve a particular aim using allocated resources such as budget, time, and expertise."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Project";
        skos:prefLabel     "Project"@en;
        skos:scopeNote     "This represents the project (research projects and studies). For project deliverables/descriptions, use the resource type for the output.\n<resourceType resourceTypeGeneral=\"Project\">Field season</resourceType>\n<resourceType resourceTypeGeneral=\"Project\">Cohort study</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Presentation>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Presentation.jsonld>;
        skos:definition    "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for viewing by an audience at a conference, symposium, seminar, lecture, workshop or other event."@en;
        skos:example       "<resourceType resourceTypeGeneral=\"Presentation\">Conference presentation slides</resourceType>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Presentation";
        skos:prefLabel     "Presentation"@en;
        skos:scopeNote     "For a video recording of a presentation, use \"Audiovisual\"."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Preprint>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Preprint.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A version of a scholarly or scientific paper that precedes formal peer review and publication in a peer-reviewed scholarly or scientific journal."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Preprint";
        skos:prefLabel     "Preprint"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Preprint\">Research Paper</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Poster>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Poster.jsonld>;
        skos:definition    "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en;
        skos:example       "<resourceType resourceTypeGeneral=\"Poster\">Conference poster</resourceType>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Poster";
        skos:prefLabel     "Poster"@en;
        skos:scopeNote     "Posters may be physical or digital."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PhysicalObject>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PhysicalObject.jsonld>;
        skos:definition    "A physical object or substance."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.7299/X78052RB";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "PhysicalObject";
        skos:prefLabel     "PhysicalObject"@en;
        skos:scopeNote     "Artifacts, specimens, material samples, and features-of-interest of any size. Digital representations of physical objects should use one of the other resourceTypeGeneral values."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PeerReview>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PeerReview.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "Evaluation of scientific, academic, or professional work by others working in the same field."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "PeerReview";
        skos:prefLabel     "PeerReview"@en;
        skos:scopeNote     "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.6084/m9.figshare.5742270\n<resourceType resourceTypeGeneral=\"PeerReview\">Scientific Article</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/OutputManagementPlan>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/OutputManagementPlan.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A formal document that outlines how research outputs are to be handled both during a research project and after the project is completed."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "OutputManagementPlan";
        skos:prefLabel     "OutputManagementPlan"@en;
        skos:scopeNote     "Includes data, software, and materials.\n<resourceType resourceTypeGeneral=\"OutputManagementPlan\">Data Management Plan</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Other.jsonld>;
        skos:definition    "If selected, supply a value for ResourceType."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Model>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Model.jsonld>;
        skos:definition    "An abstract, conceptual, graphical, mathematical or visualization model that represents empirical objects, phenomena, or physical processes."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.5285/4d866cd2-c907-4ce2-b070-084ca9779dc2";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Model";
        skos:prefLabel     "Model"@en;
        skos:scopeNote     "Modelled descriptions of, for example, different aspects of languages or a molecular biology reaction chain"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/JournalArticle>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/JournalArticle.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A written composition on a topic of interest, which forms a separate part of a journal."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "JournalArticle";
        skos:prefLabel     "JournalArticle"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"JournalArticle\"></resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Journal>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Journal.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A scholarly publication consisting of articles that is published regularly throughout the year."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Journal";
        skos:prefLabel     "Journal"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Journal\"></resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/InteractiveResource>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/InteractiveResource.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#InteractiveResource>;
        skos:definition    "A resource requiring interaction from the user to be understood, executed, or experienced."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.7269/p3tb14tr";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "InteractiveResource";
        skos:prefLabel     "InteractiveResource"@en;
        skos:scopeNote     "Training modules, files that require use of a viewer (e.g., Flash), or query/response portals"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Instrument>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Instrument.jsonld>;
        skos:definition    "A device, tool or apparatus used to obtain, measure and/or analyze data."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Instrument";
        skos:prefLabel     "Instrument"@en;
        skos:scopeNote     "This is meant to be the instrument instance (the individual physical device), not the digital description or design of an instrument.\n<resourceType resourceTypeGeneral=\"Instrument\">Reflectometer</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Image>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Image.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Image>;
        skos:definition    "A visual representation other than text."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.6083/m4qn65c5";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Image";
        skos:prefLabel     "Image"@en;
        skos:scopeNote     "Digitised or born digital images, drawings or photographs"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Event>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Event.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Event>;
        skos:definition    "A non-persistent, time-based occurrence."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.7269/p3rn35sz";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Event";
        skos:prefLabel     "Event"@en;
        skos:scopeNote     "Descriptive information and/or content that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event such as a webcast or convention"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dissertation>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dissertation.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A written essay, treatise, or thesis, especially one written by a candidate for the degree of Doctor of Philosophy."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Dissertation";
        skos:prefLabel     "Dissertation"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Dissertation\">PhD thesis</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dataset>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dataset.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Dataset>;
        skos:definition    "Data encoded in a defined structure."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.1594/pangaea.804876";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Dataset";
        skos:prefLabel     "Dataset"@en;
        skos:scopeNote     "Data file or files"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/DataPaper>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/DataPaper.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A factual and objective publication with a focused intent to identify and describe specific data, sets of data, or data collections to facilitate discoverability."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.17912/w2mw2d";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "DataPaper";
        skos:prefLabel     "DataPaper"@en;
        skos:scopeNote     "A data paper describes data provenance and methodologies used in the gathering, processing, organizing, and representing the data"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferenceProceeding>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferenceProceeding.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "Collection of academic papers published in the context of an academic conference."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "ConferenceProceeding";
        skos:prefLabel     "ConferenceProceeding"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"ConferenceProceeding\">Annual Convention</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferencePaper>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferencePaper.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "Article that is written with the goal of being accepted to a conference."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "ConferencePaper";
        skos:prefLabel     "ConferencePaper"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"ConferencePaper\">Experience Report</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ComputationalNotebook>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ComputationalNotebook.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#InteractiveResource>;
        skos:definition    "A virtual notebook environment used for literate programming."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "ComputationalNotebook";
        skos:prefLabel     "ComputationalNotebook"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"ComputationalNotebook\">Jupyter</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Collection>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Collection.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Collection>;
        skos:definition    "An aggregation of resources, which may encompass collections of one resourceType as well as those of mixed types. A collection is described as a group; its parts may also be separately described."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.1594/pangaea.877589";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Collection";
        skos:prefLabel     "Collection"@en;
        skos:scopeNote     "A collection of samples, or various files making up a report"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/BookChapter>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/BookChapter.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "One of the main divisions of a book."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.17613/m6631d" , "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.15122/isbn.978-2-406-09313-8.p.0639";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "BookChapter";
        skos:prefLabel     "BookChapter"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Book>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Book.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#Text>;
        skos:definition    "A medium for recording information in the form of writing or images, typically composed of many pages bound together and protected by a cover."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Book";
        skos:prefLabel     "Book"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Book\">Textbook</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Award>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Award.jsonld>;
        skos:definition    "An umbrella term for resources provided to individual(s) or organization(s) in support of research, academic output, or training, such as a specific instance of funding, grant, investment, sponsorship, scholarship, recognition, or non-monetary materials."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Award";
        skos:prefLabel     "Award"@en;
        skos:scopeNote     "<resourceType resourceTypeGeneral=\"Award\">Grant</resourceType>\n<resourceType resourceTypeGeneral=\"Award\">Facility use</resourceType>"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Audiovisual>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Audiovisual.jsonld>;
        skos:closeMatch    <https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/#MovingImage>;
        skos:definition    "A series of visual representations imparting an impression of motion when shown in succession. May or may not include sound."@en;
        skos:example       "https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.17608/k6.auckland.4620790.v1";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>;
        skos:notation      "Audiovisual";
        skos:prefLabel     "Audiovisual"@en;
        skos:scopeNote     "May be used for films, video, etc."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral> .

<https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/resourceTypeGeneral.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "resourceTypeGeneral";
        dcterms:title       "DataCite resourceTypeGeneral"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Other> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Workflow> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Text> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/StudyRegistration> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Standard> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Sound> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Software> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Service> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Report> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Project> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Presentation> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Preprint> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Poster> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PhysicalObject> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/PeerReview> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/OutputManagementPlan> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Model> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/JournalArticle> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Journal> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/InteractiveResource> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Instrument> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Image> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Event> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Audiovisual> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Award> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Book> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/BookChapter> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Collection> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ComputationalNotebook> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferencePaper> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/ConferenceProceeding> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/DataPaper> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dataset> , <https://schema.stage.datacite.org/linked-data/vocab/resourceTypeGeneral/Dissertation> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Reviews>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Reviews.jsonld>;
        skos:definition    "indicates that A is a review of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Reviews\">10.12688/f1000research.4001.1</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Reviews";
        skos:prefLabel     "Reviews"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Requires>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Requires.jsonld>;
        skos:definition    "Indicates A requires B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Requires\">10.1234/867</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Requires";
        skos:prefLabel     "Requires"@en;
        skos:scopeNote     "May be used to indicate software dependencies."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/References>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/References.jsonld>;
        skos:definition    "indicates B is used as a source of information for A"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"References\">urn:nbn:de:bsz:21-opus-963</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "References";
        skos:prefLabel     "References"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Other.jsonld>;
        skos:definition    "indicates that A is related to B and the relationship does not fit into an existing category"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Other\" relationTypeInformation=\"is output of\" resourceTypeGeneral=\"Project\">10.21384/p27z-6n52</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:scopeNote     "If selected, supply a value for relationTypeInformation (or relatedItem relationTypeInformation)."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Obsoletes>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Obsoletes.jsonld>;
        skos:definition    "Indicates A replaces B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Obsoletes\">10.5438/0007</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Obsoletes";
        skos:prefLabel     "Obsoletes"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVersionOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVersionOf.jsonld>;
        skos:definition    "indicates A is a version of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsVersionOf\">10.5281/ZENODO.832054</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsVersionOf";
        skos:prefLabel     "IsVersionOf"@en;
        skos:scopeNote     "The registered resource is an instance of a target resource (A is an instance of B). May relate a specific software version to its code repository."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVariantFormOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVariantFormOf.jsonld>;
        skos:definition    "indicates A is a variant or different form of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsVariantFormOf\">10.1234/8675</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsVariantFormOf";
        skos:prefLabel     "IsVariantFormOf"@en;
        skos:scopeNote     "Use for a different form of one thing. May be used for different software operating systems or compiler formats."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsTranslationOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsTranslationOf.jsonld>;
        skos:definition    "indicates A is a translation of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsTranslationOf\">10.21384/828a-cm38</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsTranslationOf";
        skos:prefLabel     "IsTranslationOf"@en;
        skos:scopeNote     "When a resource is shared in one language and later translated, use IsTranslationOf to link translation to original."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementedBy.jsonld>;
        skos:definition    "indicates that B is a supplement to A"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"PMID\" relationType=\"IsSupplementedBy\">16911322</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsSupplementedBy";
        skos:prefLabel     "IsSupplementedBy"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementTo>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementTo.jsonld>;
        skos:definition    "indicates that A is a supplement to B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"IsSupplementTo\">urn:nbn:de:0168-ssoar-13172</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsSupplementTo";
        skos:prefLabel     "IsSupplementTo"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSourceOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSourceOf.jsonld>;
        skos:definition    "indicates A is a source upon which B is based"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsSourceOf\">http://opencontext.org/projects/81204AF8-127C-4686-E9B0-1202C3A47959</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsSourceOf";
        skos:prefLabel     "IsSourceOf"@en;
        skos:scopeNote     "IsSourceOf is the original resource from which a derivative resource was created (e.g., original dataset without value manipulation)."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReviewedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReviewedBy.jsonld>;
        skos:definition    "indicates that A is reviewed by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsReviewedBy\">10.5256/F1000RESEARCH.4288.R4745</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsReviewedBy";
        skos:prefLabel     "IsReviewedBy"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsRequiredBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsRequiredBy.jsonld>;
        skos:definition    "Indicates A is required by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsRequiredBy\">10.1234/8675</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsRequiredBy";
        skos:prefLabel     "IsRequiredBy"@en;
        skos:scopeNote     "May be used to indicate software dependencies."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReferencedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReferencedBy.jsonld>;
        skos:definition    "indicates A is used as a source of information by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsReferencedBy\">http://www.testpubl.de</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsReferencedBy";
        skos:prefLabel     "IsReferencedBy"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPublishedIn>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPublishedIn.jsonld>;
        skos:definition    "indicates A is published inside B, but is independent of other things published inside of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ISSN\" relationType=\"IsPublishedIn\">2213-1337</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsPublishedIn";
        skos:prefLabel     "IsPublishedIn"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPreviousVersionOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPreviousVersionOf.jsonld>;
        skos:definition    "indicates A is a previous edition of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsPreviousVersionOf\">10.5438/0007</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsPreviousVersionOf";
        skos:prefLabel     "IsPreviousVersionOf"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPartOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPartOf.jsonld>;
        skos:definition    "indicates A is a portion of B; may be used for elements of a series"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsPartOf\">10.5281/zenodo.754312</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsPartOf";
        skos:prefLabel     "IsPartOf"@en;
        skos:scopeNote     "Recommended for discovery. Primarily applied to container-contained relationships. May be used for individual software modules; code repository-to-version should use IsVersionOf/HasVersion."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsOriginalFormOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsOriginalFormOf.jsonld>;
        skos:definition    "indicates A is the original form of B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsOriginalFormOf\">10.1234/9035</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsOriginalFormOf";
        skos:prefLabel     "IsOriginalFormOf"@en;
        skos:scopeNote     "May be used for different software operating systems or compiler formats."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsObsoletedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsObsoletedBy.jsonld>;
        skos:definition    "Indicates A is replaced by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsObsoletedBy\">10.5438/0005</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsObsoletedBy";
        skos:prefLabel     "IsObsoletedBy"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsNewVersionOf>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsNewVersionOf.jsonld>;
        skos:definition    "indicates A is a new edition of B, where the new edition has been modified or updated"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsNewVersionOf\">10.5438/0005</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsNewVersionOf";
        skos:prefLabel     "IsNewVersionOf"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsMetadataFor>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsMetadataFor.jsonld>;
        skos:definition    "indicates additional metadata A for a resource B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsMetadataFor\" relatedMetadataScheme=\"DDI-L\" schemeURI=\"http://www.ddialliance.org/Specification/DDI-Lifecycle/3.1/XMLSchema/instance.xsd\">10.1234/567891</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsMetadataFor";
        skos:prefLabel     "IsMetadataFor"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsIdenticalTo>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsIdenticalTo.jsonld>;
        skos:definition    "indicates that A is identical to B, for use when there is a need to register two separate instances of the same resource"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsIdenticalTo\">http://oac.cdlib.org/findaid/ark:/13030/c8r78fzq</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsIdenticalTo";
        skos:prefLabel     "IsIdenticalTo"@en;
        skos:scopeNote     "Use when the same resource is saved in another location (e.g., another institution)."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDocumentedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDocumentedBy.jsonld>;
        skos:definition    "indicates B is documentation about/explaining A"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsDocumentedBy\">http://tobias-lib.uni-tuebingen.de/volltexte/2000/96/</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsDocumentedBy";
        skos:prefLabel     "IsDocumentedBy"@en;
        skos:scopeNote     "May be used for software documentation."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDescribedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDescribedBy.jsonld>;
        skos:definition    "indicates A is described by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsDescribedBy\">10.1038/sdata.2016.123</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsDescribedBy";
        skos:prefLabel     "IsDescribedBy"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDerivedFrom>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDerivedFrom.jsonld>;
        skos:definition    "indicates B is a source upon which A is based"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsDerivedFrom\">10.6078/M7DZ067C</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsDerivedFrom";
        skos:prefLabel     "IsDerivedFrom"@en;
        skos:scopeNote     "Use for a resource that is a derivative of an original resource. Example context: dataset derived from a larger dataset and manipulated."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsContinuedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsContinuedBy.jsonld>;
        skos:definition    "indicates A is continued by the work B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"IsContinuedBy\">urn:nbn:de:bsz:21-opus-4967</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsContinuedBy";
        skos:prefLabel     "IsContinuedBy"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCompiledBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCompiledBy.jsonld>;
        skos:definition    "indicates B is used to compile or create A"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsCompiledBy\">http://d-nb.info/gnd/4513749-3</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsCompiledBy";
        skos:prefLabel     "IsCompiledBy"@en;
        skos:scopeNote     "May indicate a traditional text compilation, or the compiler program used to generate executable software."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCollectedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCollectedBy.jsonld>;
        skos:definition    "Indicates A is collected by B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsCollectedBy\">10.5072/instrument</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsCollectedBy";
        skos:prefLabel     "IsCollectedBy"@en;
        skos:scopeNote     "May indicate relationship between a dataset and an instrument used to collect/measure/observe data."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCitedBy>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCitedBy.jsonld>;
        skos:definition    "indicates that B includes A in a citation"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsCitedBy\">10.4232/10.ASEAS-5.2-1</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "IsCitedBy";
        skos:prefLabel     "IsCitedBy"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/HasVersion>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasVersion.jsonld>;
        skos:definition    "indicates A has a version B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"HasVersion\">10.5281/ZENODO.832053</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "HasVersion";
        skos:prefLabel     "HasVersion"@en;
        skos:scopeNote     "The registered resource such as a software package or code repository has a versioned instance (A has instance B). May relate an un-versioned code repository to a specific software version."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/HasTranslation>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasTranslation.jsonld>;
        skos:definition    "indicates A has a translation B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"HasTranslation\">10.21384/g01j-jm06</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "HasTranslation";
        skos:prefLabel     "HasTranslation"@en;
        skos:scopeNote     "When a resource is shared in one language and later translated, use HasTranslation to link original to translation. If released simultaneously in multiple languages, connect in both directions."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/HasPart>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasPart.jsonld>;
        skos:definition    "indicates A includes the part B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"HasPart\">https://zenodo.org/record/16564/files/dune-stuff-LSSC_15.zip</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "HasPart";
        skos:prefLabel     "HasPart"@en;
        skos:scopeNote     "Recommended for discovery. Primarily applied to container-contained relationships. May be used for individual software modules; code repository-to-version should use IsVersionOf/HasVersion."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/HasMetadata>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasMetadata.jsonld>;
        skos:definition    "indicates resource A has additional metadata B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"HasMetadata\" relatedMetadataScheme=\"DDI-L\" schemeURI=\"http://www.ddialliance.org/Specification/DDI-Lifecycle/3.1/XMLSchema/instance.xsd\">10.1234/567890</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "HasMetadata";
        skos:prefLabel     "HasMetadata"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Documents>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Documents.jsonld>;
        skos:definition    "indicates A is documentation about/explaining B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Documents\">10.1234/7836</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Documents";
        skos:prefLabel     "Documents"@en;
        skos:scopeNote     "May be used for software documentation."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Describes>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Describes.jsonld>;
        skos:definition    "indicates A describes B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Describes\">10.6084/m9.figshare.c.3288407</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Describes";
        skos:prefLabel     "Describes"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Continues>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Continues.jsonld>;
        skos:definition    "indicates A is a continuation of the work B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"Continues\">urn:nbn:de:bsz:21-opus-4966</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Continues";
        skos:prefLabel     "Continues"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Compiles>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Compiles.jsonld>;
        skos:definition    "indicates B is the result of a compile or creation event using A"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"Compiles\">urn:nbn:de:bsz:21-opus-963</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Compiles";
        skos:prefLabel     "Compiles"@en;
        skos:scopeNote     "May be used for software and text; a compiler can be a computer program or a person."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Collects>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Collects.jsonld>;
        skos:definition    "Indicates A collects B"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"Collects\">10.5072/data</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Collects";
        skos:prefLabel     "Collects"@en;
        skos:scopeNote     "May indicate relationship between an instrument and a dataset it collected/observed."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType/Cites>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relationType/Cites.jsonld>;
        skos:definition    "indicates that A includes B in a citation"@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ISBN\" relationType=\"Cites\">0761964312</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relationType>;
        skos:notation      "Cites";
        skos:prefLabel     "Cites"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relationType> .

<https://schema.stage.datacite.org/linked-data/vocab/relationType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/relationType/relationType.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "relationType";
        dcterms:title       "DataCite relationType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/relationType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasTranslation> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsTranslationOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Collects> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCollectedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsObsoletedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Obsoletes> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Requires> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsRequiredBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSourceOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDerivedFrom> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Reviews> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReviewedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsIdenticalTo> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsOriginalFormOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVariantFormOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Compiles> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCompiledBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Documents> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDocumentedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/References> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsReferencedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPublishedIn> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasPart> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPartOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsPreviousVersionOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsNewVersionOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsVersionOf> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsCitedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Cites> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementTo> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsSupplementedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsContinuedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Continues> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/Describes> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsDescribedBy> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasMetadata> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/IsMetadataFor> , <https://schema.stage.datacite.org/linked-data/vocab/relationType/HasVersion> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/w3id>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/w3id.jsonld>;
        skos:altLabel      "Permanent identifier for Web applications"@en;
        skos:definition    "Mostly used to publish vocabularies and ontologies. The letters ‘w3’ stand for “World Wide Web”."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"w3id\" relationType=\"IsCitedBy\">https://w3id.org/games/spec/coil#Coil_Bomb_Die_Of_Age</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "w3id";
        skos:prefLabel     "w3id"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/bibcode>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/bibcode.jsonld>;
        skos:altLabel      "Astrophysics Data System bibliographic codes"@en;
        skos:definition    "A standardized 19-character identifier according to the syntax yyyyjjjjjvvvvmppppa. See http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:bibcode/. Note: bibcodes can be searched via https://ui.adsabs.harvard.edu/ or resolved using https://ui.adsabs.harvard.edu/abs/<bibcode>."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"bibcode\" relationType=\"IsCitedBy\">2018AGUFM.A24K..07S</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "bibcode";
        skos:prefLabel     "bibcode"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/arXiv>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/arXiv.jsonld>;
        skos:altLabel      "arXiv identifier"@en;
        skos:definition    "arXiv.org is a repository of preprints of scientific papers in the fields of mathematics, physics, astronomy, computer science, quantitative biology, statistics, and quantitative finance."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"arXiv\" relationType=\"IsCitedBy\">arXiv:0706.0001</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "arXiv";
        skos:prefLabel     "arXiv"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URN.jsonld>;
        skos:altLabel      "Uniform Resource Name"@en;
        skos:definition    "A unique and persistent identifier of an electronic document. The syntax is: urn:<NID>:<NSS>. The leading urn: sequence is case-insensitive, <NID> is the namespace identifier, <NSS> is the namespace-specific string."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URN\" relationType=\"IsSupplementTo\">urn:nbn:de:101:1-201102033592</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "URN";
        skos:prefLabel     "URN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URL>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URL.jsonld>;
        skos:altLabel      "Uniform Resource Locator"@en;
        skos:definition    "Also known as web address, a URL is a specific character string that constitutes a reference to a resource. The syntax is: scheme://domain:port/path?query_string#fragment_id."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"URL\" relationType=\"IsCitedBy\">http://www.heatflow.und.edu/index2.html</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "URL";
        skos:prefLabel     "URL"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/UPC>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/UPC.jsonld>;
        skos:altLabel      "Universal Product Code"@en;
        skos:definition    "A barcode symbology used for tracking trade items in stores. Its most common form, the UPC-A, consists of 12 numerical digits."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"UPC\" relationType=\"Cites\">123456789999</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "UPC";
        skos:prefLabel     "UPC"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/SWHID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/SWHID.jsonld>;
        skos:altLabel      "SoftWare Hash Identifier"@en;
        skos:definition    "SWHIDs are persistent, intrinsic identifiers for software source code artifacts such as source code files, source trees, commits, and other objects typically found in version control systems."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"SWHID\" relationType=\"Cites\">swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "SWHID";
        skos:prefLabel     "SWHID"@en;
        skos:scopeNote     "A SWHID includes a mandatory core identifier and optional qualifiers to express context and subparts."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RRID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RRID.jsonld>;
        skos:altLabel      "Research Resource IDentifier"@en;
        skos:definition    "A character string used to uniquely identify key inputs to an experiment including the so-called “key biological resources” as defined by the National Institutes of Health, and related tools such as core facilities and databases. An RRID name is divided into two parts, the authority and a local identifier, separated by an underscore."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"RRID\" relationType=\"Cites\">RRID:SCR_014641</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "RRID";
        skos:prefLabel     "RRID"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RAiD>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RAiD.jsonld>;
        skos:altLabel      "Research Activity Identifier"@en;
        skos:definition    "The Research Activity Identifier (RAiD) is a persistent identifier (PID) and global registry dedicated to research projects. RAiD provides a system to store, update, share, and link project information across the research community."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"RAiD\" relationType=\"IsPartOf\" resourceTypeGeneral=\"Project\">https://raid.org/10.26259/5c43ca8f</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "RAiD";
        skos:prefLabel     "RAiD"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PURL>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PURL.jsonld>;
        skos:altLabel      "Persistent Uniform Resource Locator"@en;
        skos:definition    "A PURL has three parts: (1) a protocol, (2) a resolver address, and (3) a name."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"PURL\" relationType=\"Cites\">http://purl.oclc.org/foo/bar</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "PURL";
        skos:prefLabel     "PURL"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PMID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PMID.jsonld>;
        skos:altLabel      "PubMed identifier"@en;
        skos:definition    "A unique number assigned to each PubMed record."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"PMID\" relationType=\"IsReferencedBy\">12082125</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "PMID";
        skos:prefLabel     "PMID"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LSID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LSID.jsonld>;
        skos:altLabel      "Life Science Identifiers"@en;
        skos:definition    "A unique identifier for data in the Life Science domain. Format: urn:lsid:authority:namespace:identifier:revision."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"LSID\" relationType=\"Cites\">urn:lsid:ubio.org:namebank:11815</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "LSID";
        skos:prefLabel     "LSID"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LISSN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LISSN.jsonld>;
        skos:altLabel      "Linking ISSN"@en;
        skos:definition    "The linking ISSN or ISSN-L enables collocation or linking among different media versions of a continuing resource."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"LISSN\" relationType=\"Cites\">1188-1534</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "LISSN";
        skos:prefLabel     "LISSN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISTC>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISTC.jsonld>;
        skos:altLabel      "International Standard Text Code"@en;
        skos:definition    "A unique “number” assigned to a textual work. An ISTC consists of 16 numbers and/or letters."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ISTC\" relationType=\"Cites\">0A9 2002 12B4A105 7</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "ISTC";
        skos:prefLabel     "ISTC"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISSN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISSN.jsonld>;
        skos:altLabel      "International Standard Serial Number"@en;
        skos:definition    "A unique 8-digit number used to identify a print or electronic periodical publication."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ISSN\" relationType=\"IsPartOf\">0077-5606</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "ISSN";
        skos:prefLabel     "ISSN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISBN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISBN.jsonld>;
        skos:altLabel      "International Standard Book Number"@en;
        skos:definition    "A unique numeric book identifier. There are 2 formats: a 10-digit ISBN format and a 13-digit ISBN."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ISBN\" relationType=\"IsPartOf\">978-3-905673-82-1</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "ISBN";
        skos:prefLabel     "ISBN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/IGSN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/IGSN.jsonld>;
        skos:altLabel      "International Generic Sample Number"@en;
        skos:definition    "A code that uniquely identifies samples from our natural environment and related features-of-interest."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"IGSN\" relationType=\"References\">IECUR0097</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "IGSN";
        skos:prefLabel     "IGSN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/Handle>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/Handle.jsonld>;
        skos:altLabel      "Handle"@en;
        skos:definition    "This refers specifically to an ID in the Handle system operated by the Corporation for National Research Initiatives (CNRI)."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"Handle\" relationType=\"References\">10013/epic.10033</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "Handle";
        skos:prefLabel     "Handle"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EISSN>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EISSN.jsonld>;
        skos:altLabel      "Electronic International Standard Serial Number"@en;
        skos:definition    "ISSN used to identify periodicals in electronic form (eISSN or e-ISSN)."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"eISSN\" relationType=\"Cites\">1562-6865</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "EISSN";
        skos:prefLabel     "EISSN"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EAN13>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EAN13.jsonld>;
        skos:altLabel      "European Article Number (now renamed International Article Number, but retaining the original acronym)"@en;
        skos:definition    "A 13-digit barcoding standard that is a superset of the original 12-digit Universal Product Code (UPC) system."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"EAN13\" relationType=\"Cites\">9783468111242</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "EAN13";
        skos:prefLabel     "EAN13"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/DOI>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/DOI.jsonld>;
        skos:altLabel      "Digital Object Identifier"@en;
        skos:definition    "A character string used to uniquely identify an object. A DOI name is divided into two parts, a prefix and a suffix, separated by a slash."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"DOI\" relationType=\"IsSupplementTo\">10.1016/j.epsl.2011.11.037</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "DOI";
        skos:prefLabel     "DOI"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/CSTR>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/CSTR.jsonld>;
        skos:altLabel      "Common Science and Technology Resources Identifier"@en;
        skos:definition    "CSTR is an identifier based on the Chinese National Standard GB/T 32843—2016 “Science and technology resource identification”, providing a unique identification service for scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"CSTR\" relationType=\"References\">31253.11.sciencedb.13238</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "CSTR";
        skos:prefLabel     "CSTR"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ARK>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ARK.jsonld>;
        skos:altLabel      "Archival Resource Key"@en;
        skos:definition    "A URI designed to support long-term access to information objects. In general, ARK syntax is of the form (brackets, []. indicate optional elements): [http://NMA/]ark:/NAAN/Name [Qualifier]."@en;
        skos:example       "<relatedIdentifier relatedIdentifierType=\"ARK\" relationType=\"IsCitedBy\">ark:/13030/tqb3kh97gh8w</relatedIdentifier>";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>;
        skos:notation      "ARK";
        skos:prefLabel     "ARK"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/relatedIdentifierType.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "relatedIdentifierType";
        dcterms:title       "DataCite relatedIdentifierType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/w3id> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URN> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/URL> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/UPC> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/SWHID> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RRID> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/RAiD> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PURL> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/PMID> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LSID> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/LISSN> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISTC> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ARK> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/arXiv> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/bibcode> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/CSTR> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/DOI> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EAN13> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/EISSN> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/Handle> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/IGSN> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISBN> , <https://schema.stage.datacite.org/linked-data/vocab/relatedIdentifierType/ISSN> .

<https://schema.stage.datacite.org/linked-data/vocab/numberType/Report>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/numberType/Report.jsonld>;
        skos:definition    "A report number associated with the related item."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/numberType>;
        skos:notation      "Report";
        skos:prefLabel     "Report"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/numberType> .

<https://schema.stage.datacite.org/linked-data/vocab/numberType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/numberType/Other.jsonld>;
        skos:definition    "Another related-item number type not covered by the named values."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/numberType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:scopeNote     "Typically used with relationType IsPublishedIn when a more specific number type is unavailable."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/numberType> .

<https://schema.stage.datacite.org/linked-data/vocab/numberType/Chapter>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/numberType/Chapter.jsonld>;
        skos:definition    "A chapter number associated with the related item."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/numberType>;
        skos:notation      "Chapter";
        skos:prefLabel     "Chapter"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/numberType> .

<https://schema.stage.datacite.org/linked-data/vocab/numberType/Article>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/numberType/Article.jsonld>;
        skos:definition    "An article number associated with the related item."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/numberType>;
        skos:notation      "Article";
        skos:prefLabel     "Article"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/numberType> .

<https://schema.stage.datacite.org/linked-data/vocab/numberType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/numberType/numberType.jsonld>;
        dcterms:created     "2026-03-02"^^xsd:date;
        dcterms:identifier  "numberType";
        dcterms:title       "DataCite numberType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/numberType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/numberType/Report> , <https://schema.stage.datacite.org/linked-data/vocab/numberType/Chapter> , <https://schema.stage.datacite.org/linked-data/vocab/numberType/Article> .

<https://schema.stage.datacite.org/linked-data/vocab/nameType/Personal>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/nameType/Personal.jsonld>;
        skos:definition    "An individual person’s name."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/nameType>;
        skos:notation      "Personal";
        skos:prefLabel     "Personal"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/nameType> .

<https://schema.stage.datacite.org/linked-data/vocab/nameType/Organizational>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/nameType/Organizational.jsonld>;
        skos:definition    "An organization or institution name."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/nameType>;
        skos:notation      "Organizational";
        skos:prefLabel     "Organizational"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/nameType> .

<https://schema.stage.datacite.org/linked-data/vocab/nameType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/nameType/nameType.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "nameType";
        dcterms:title       "DataCite nameType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/nameType/Personal> , <https://schema.stage.datacite.org/linked-data/vocab/nameType/Organizational> .

<https://schema.stage.datacite.org/linked-data/vocab/identifierType/DOI>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/identifierType/DOI.jsonld>;
        skos:definition    "Digital Object Identifier."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/identifierType>;
        skos:notation      "DOI";
        skos:prefLabel     "DOI"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/identifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/identifierType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/identifierType/identifierType.jsonld>;
        dcterms:created     "2026-03-02"^^xsd:date;
        dcterms:identifier  "identifierType";
        dcterms:title       "DataCite identifierType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/identifierType/DOI> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ROR>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ROR.jsonld>;
        skos:definition    "A funder identifier from the Research Organization Registry."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>;
        skos:notation      "ROR";
        skos:prefLabel     "ROR"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/Other.jsonld>;
        skos:definition    "Another funder identifier type not covered by the named values."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ISNI>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ISNI.jsonld>;
        skos:definition    "A funder identifier from the International Standard Name Identifier system."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>;
        skos:notation      "ISNI";
        skos:prefLabel     "ISNI"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/GRID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/GRID.jsonld>;
        skos:definition    "A funder identifier from the Global Research Identifier Database."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>;
        skos:notation      "GRID";
        skos:prefLabel     "GRID"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/CrossrefFunderID>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/CrossrefFunderID.jsonld>;
        skos:definition    "A funder identifier from the Crossref Funder Registry."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>;
        skos:notation      "Crossref Funder ID";
        skos:prefLabel     "Crossref Funder ID"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType> .

<https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/funderIdentifierType.jsonld>;
        dcterms:created     "2026-03-02"^^xsd:date;
        dcterms:identifier  "funderIdentifierType";
        dcterms:title       "DataCite funderIdentifierType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ROR> , <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/ISNI> , <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/GRID> , <https://schema.stage.datacite.org/linked-data/vocab/funderIdentifierType/CrossrefFunderID> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TechnicalInfo>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TechnicalInfo.jsonld>;
        skos:definition    "Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process, system, or instrument."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "TechnicalInfo";
        skos:prefLabel     "TechnicalInfo"@en;
        skos:scopeNote     "For software description, this may include the contents of a “readme.txt” and necessary environmental information (hardware, operational software, applications/programs with version information, a human-readable synopsis of software purpose) that cannot be described using other properties. For other uses, this can include specific and detailed information as necessary and appropriate."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TableOfContents>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TableOfContents.jsonld>;
        skos:definition    "A listing of the Table of Contents."@en;
        skos:example       "https://data.datacite.org/application/vnd.datacite.datacite+xml/10.5678/LCRS/FOR816.CIT.1031";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "TableOfContents";
        skos:prefLabel     "TableOfContents"@en;
        skos:scopeNote     "Use “<br>” to indicate a line break for improved rendering of multiple paragraphs, but otherwise no html markup."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/SeriesInformation>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/SeriesInformation.jsonld>;
        skos:definition    "Information about a repeating series, such as volume, issue, number."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "SeriesInformation";
        skos:prefLabel     "SeriesInformation"@en;
        skos:scopeNote     "The information previously encoded as a description with this type should now be explicitly provided in tagged fields using the new RelatedItem property with relationType “IsPublishedIn” selected."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Other.jsonld>;
        skos:definition    "Other description information that does not fit into an existing category."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:scopeNote     "Use for any other description type."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Methods>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Methods.jsonld>;
        skos:definition    "The methodology employed for the study or research."@en;
        skos:example       "https://data.datacite.org/application/vnd.datacite.datacite+xml/10.6078/D1K01X";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "Methods";
        skos:prefLabel     "Methods"@en;
        skos:scopeNote     "Recommended for discovery. Full documentation about methods supports open science."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Abstract>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Abstract.jsonld>;
        skos:definition    "A brief description of the resource and the context in which the resource was created."@en;
        skos:example       "https://data.datacite.org/application/vnd.datacite.datacite+xml/10.1594/PANGAEA.771774";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/descriptionType>;
        skos:notation      "Abstract";
        skos:prefLabel     "Abstract"@en;
        skos:scopeNote     "Recommended for discovery. Use “<br>” to indicate a line break for improved rendering of multiple paragraphs, but otherwise no html markup."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType> .

<https://schema.stage.datacite.org/linked-data/vocab/descriptionType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/descriptionType.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "descriptionType";
        dcterms:title       "DataCite descriptionType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TechnicalInfo> , <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/TableOfContents> , <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/SeriesInformation> , <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Methods> , <https://schema.stage.datacite.org/linked-data/vocab/descriptionType/Abstract> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Withdrawn>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Withdrawn.jsonld>;
        skos:definition    "The date the resource is removed."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Withdrawn";
        skos:prefLabel     "Withdrawn"@en;
        skos:scopeNote     "It is good practice to include a Description that indicates the reason for the retraction or withdrawal."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Valid>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Valid.jsonld>;
        skos:definition    "The date or date range during which the dataset or resource is accurate."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Valid";
        skos:prefLabel     "Valid"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Updated>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Updated.jsonld>;
        skos:definition    "The date of the last update to the resource, when the resource is being added to. May be a range."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Updated";
        skos:prefLabel     "Updated"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Submitted>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Submitted.jsonld>;
        skos:definition    "The date the creator submits the resource to the publisher. This could be different from Accepted if the publisher then applies a selection process."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Submitted";
        skos:prefLabel     "Submitted"@en;
        skos:scopeNote     "Recommended for discovery. To indicate the start of an embargo period, use Submitted or Accepted, as appropriate."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Other.jsonld>;
        skos:definition    "Other date that does not fit into an existing category."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Issued>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Issued.jsonld>;
        skos:definition    "The date that the resource is published or distributed, e.g., to a data centre."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Issued";
        skos:prefLabel     "Issued"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Created>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Created.jsonld>;
        skos:definition    "The date the resource itself was put together; this could refer to a timeframe in ancient history, a date range, or a single date for a final component, e.g., the finalised file with all the data."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Created";
        skos:prefLabel     "Created"@en;
        skos:scopeNote     "Recommended for discovery."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Coverage>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Coverage.jsonld>;
        skos:definition    "The date or date range that the resource content applies to, describes, or covers."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Coverage";
        skos:prefLabel     "Coverage"@en;
        skos:scopeNote     "To indicate the temporal coverage of the resource, use Coverage. This may be different from Collected."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Copyrighted>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Copyrighted.jsonld>;
        skos:definition    "The specific, documented date at which the resource receives a copyrighted status, if applicable."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Copyrighted";
        skos:prefLabel     "Copyrighted"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Collected>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Collected.jsonld>;
        skos:definition    "The date or date range in which the resource content was collected."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Collected";
        skos:prefLabel     "Collected"@en;
        skos:scopeNote     "To indicate precise or particular timeframes in which research was conducted."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Available>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Available.jsonld>;
        skos:definition    "The date the resource is made publicly available. May be a range."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Available";
        skos:prefLabel     "Available"@en;
        skos:scopeNote     "To indicate the end of an embargo period, use Available."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType/Accepted>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/dateType/Accepted.jsonld>;
        skos:definition    "The date that the publisher accepted the resource into their system."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/dateType>;
        skos:notation      "Accepted";
        skos:prefLabel     "Accepted"@en;
        skos:scopeNote     "To indicate the start of an embargo period, use Accepted or Submitted, as appropriate."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/dateType> .

<https://schema.stage.datacite.org/linked-data/vocab/dateType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/dateType/dateType.jsonld>;
        dcterms:created     "2026-02-20"^^xsd:date;
        dcterms:identifier  "dateType";
        dcterms:title       "DataCite dateType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/dateType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Accepted> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Available> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Copyrighted> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Collected> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Coverage> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Created> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Issued> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Submitted> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Updated> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Valid> , <https://schema.stage.datacite.org/linked-data/vocab/dateType/Withdrawn> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/WorkPackageLeader>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/WorkPackageLeader.jsonld>;
        skos:definition    "A Work Package is a recognized data product, not all of which is included in publication. The package may include notes, discarded documents, etc. The Work Package Leader is responsible for ensuring comprehensive contents, versioning, and availability of the Work Package during development of the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "WorkPackageLeader";
        skos:prefLabel     "WorkPackageLeader"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Translator>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Translator.jsonld>;
        skos:definition    "A person, organization, or automated system responsible for converting the content of a resource from one language into another, preserving its meaning and intended message."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Translator";
        skos:prefLabel     "Translator"@en;
        skos:scopeNote     "Apply to DOI metadata for a resource which has been translated from another resource."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Supervisor>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Supervisor.jsonld>;
        skos:definition    "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Supervisor";
        skos:prefLabel     "Supervisor"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Sponsor>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Sponsor.jsonld>;
        skos:definition    "Person or organisation that issued a contract or under the auspices of which a work has been written, printed, published, developed, etc."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Sponsor";
        skos:prefLabel     "Sponsor"@en;
        skos:scopeNote     "Includes organisations that provide in-kind support (donation, people, facility, instrumentation) necessary for development of the resource."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/RightsHolder>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RightsHolder.jsonld>;
        skos:definition    "Person or institution owning or managing property rights, including intellectual property rights over the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "RightsHolder";
        skos:prefLabel     "RightsHolder"@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Researcher>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Researcher.jsonld>;
        skos:definition    "A person involved in analysing data or the results of an experiment or formal study."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Researcher";
        skos:prefLabel     "Researcher"@en;
        skos:scopeNote     "Should be a person, not an institution. A person gathering data would typically be DataCollector. A researcher may find additional data online and correlate it to collected data."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/ResearchGroup>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ResearchGroup.jsonld>;
        skos:definition    "Typically refers to a group of individuals with a lab, department, or division that has a specifically defined focus of activity."@en;
        skos:example       "doi:10.26302/SSHADE/EXPERIMEN T_OP_20201104_001" , "Space Research & Planetary Sciences Division of the University of Bern (WP Unibe)";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "ResearchGroup";
        skos:prefLabel     "ResearchGroup"@en;
        skos:scopeNote     "May operate at a narrower level of scope; may or may not hold less administrative responsibility than a project team."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/RelatedPerson>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RelatedPerson.jsonld>;
        skos:definition    "A person without a specifically defined role in the development of the resource, but who is someone the author wishes to recognize."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "RelatedPerson";
        skos:prefLabel     "RelatedPerson"@en;
        skos:scopeNote     "Could be an author’s intellectual mentor, a person providing intellectual leadership in the discipline or subject domain, etc."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAuthority>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAuthority.jsonld>;
        skos:definition    "A standards-setting body from which Registration Agencies obtain official recognition and guidance."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "RegistrationAuthority";
        skos:prefLabel     "RegistrationAuthority"@en;
        skos:scopeNote     "The IDF serves as the Registration Authority for the International Standards Organisation (ISO) in the area/domain of Digital Object Identifiers."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAgency>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAgency.jsonld>;
        skos:definition    "Institution/organisation officially appointed by a Registration Authority to handle specific tasks within a defined area of responsibility."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "RegistrationAgency";
        skos:prefLabel     "RegistrationAgency"@en;
        skos:scopeNote     "DataCite is a Registration Agency for the International DOI Foundation (IDF). One task is to assign DOI prefixes to allocating agents who then assign full DOI strings to clients and provide metadata back to the DataCite registry."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectMember>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectMember.jsonld>;
        skos:definition    "Person on the membership list of a designated project/project team."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "ProjectMember";
        skos:prefLabel     "ProjectMember"@en;
        skos:scopeNote     "This vocabulary may or may not indicate the quality, quantity, or substance of the person’s involvement."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectManager>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectManager.jsonld>;
        skos:definition    "Person officially designated as manager of a project. Project may consist of one or many project teams and sub-teams."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "ProjectManager";
        skos:prefLabel     "ProjectManager"@en;
        skos:scopeNote     "The manager of a project normally has more administrative responsibility than actual work involvement."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectLeader>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectLeader.jsonld>;
        skos:definition    "Person officially designated as head of project team or sub-project team instrumental in the work necessary to development of the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "ProjectLeader";
        skos:prefLabel     "ProjectLeader"@en;
        skos:scopeNote     "The Project Leader remains intimately involved throughout the life of the particular project team."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Producer>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Producer.jsonld>;
        skos:definition    "Typically, a person or organisation responsible for the artistry and form of a media product."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Producer";
        skos:prefLabel     "Producer"@en;
        skos:scopeNote     "In the data industry, this may be a company producing DVDs that package data for future dissemination by a distributor."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Other>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Other.jsonld>;
        skos:definition    "Any person or institution making a significant contribution to the development and/or maintenance of the resource, but whose contribution is not adequately described by any of the other values for contributorType."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Other";
        skos:prefLabel     "Other"@en;
        skos:scopeNote     "Could be a photographer, artist, or writer whose contribution helped to publicize the resource (as opposed to creating it), a reviewer, someone providing administrative services (depositing updates, analysing usage), etc."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/HostingInstitution>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/HostingInstitution.jsonld>;
        skos:definition    "Typically, the organisation allowing the resource to be available on the internet through the provision of its hardware/software/operating support."@en;
        skos:example       "Université Grenoble Alpes (UGA)";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "HostingInstitution";
        skos:prefLabel     "HostingInstitution"@en;
        skos:scopeNote     "This role normally falls on the university, research center, or organization where the data center/repository belongs. May also be used for an organisation that stores the data offline, often a data centre if that data centre is not the publisher."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Editor>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Editor.jsonld>;
        skos:definition    "A person who oversees the details related to the publication format of the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Editor";
        skos:prefLabel     "Editor"@en;
        skos:scopeNote     "If the Editor is to be credited in place of multiple creators, the Editor’s name may be supplied as Creator, with “(Ed.)” appended to the name."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/Distributor>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Distributor.jsonld>;
        skos:definition    "Institution tasked with responsibility to generate/disseminate copies of the resource in either electronic or print form."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "Distributor";
        skos:prefLabel     "Distributor"@en;
        skos:scopeNote     "Works stored in more than one archive/repository may credit each as a distributor."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataManager>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataManager.jsonld>;
        skos:definition    "Person (or organisation with a staff of data managers, such as a data centre) responsible for maintaining the finished resource."@en;
        skos:example       "https://doi.org/10.6073/pasta/41b3ed2e152e1e4c3846e646118208e7";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "DataManager";
        skos:prefLabel     "DataManager"@en;
        skos:scopeNote     "Ensures the resource is periodically refreshed (software/hardware support), kept available/protected from unauthorized access, stored according to industry standards, and handled according to applicable records management requirements."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCurator>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCurator.jsonld>;
        skos:definition    "Person tasked with reviewing, enhancing, cleaning, or standardizing metadata and the associated data submitted for storage, use, and maintenance within a data centre or repository."@en;
        skos:example       "https://doi.org/10.20375/0000-000D-1D1F-2";
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "DataCurator";
        skos:prefLabel     "DataCurator"@en;
        skos:scopeNote     "While the DataManager is concerned with digital maintenance, the DataCurator’s role encompasses quality assurance focused on content and metadata. Responsibilities can include checking completeness; verifying standard metadata; adding/verifying specialized metadata; and determining how metadata maps to search engines, database products, and automated feeds. Repository managers and data librarians may fall within this category."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCollector>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCollector.jsonld>;
        skos:definition    "Person/institution responsible for finding or gathering/collecting data under the guidelines of the author(s) or Principal Investigator (PI)."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "DataCollector";
        skos:prefLabel     "DataCollector"@en;
        skos:scopeNote     "May also be used when crediting survey conductors, interviewers, event or condition observers, or persons responsible for monitoring key instrument data."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType/ContactPerson>
        rdf:type           skos:Concept;
        rdfs:seeAlso       <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ContactPerson.jsonld>;
        skos:definition    "Person with knowledge of how to access, troubleshoot, or otherwise field issues related to the resource."@en;
        skos:inScheme      <https://schema.stage.datacite.org/linked-data/vocab/contributorType>;
        skos:notation      "ContactPerson";
        skos:prefLabel     "ContactPerson"@en;
        skos:scopeNote     "May also be the “Point of Contact” in an organisation that controls access to the resource, if that organisation is different from the Publisher, Distributor, and Data Manager."@en;
        skos:topConceptOf  <https://schema.stage.datacite.org/linked-data/vocab/contributorType> .

<https://schema.stage.datacite.org/linked-data/vocab/contributorType>
        rdf:type            skos:ConceptScheme;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/vocab/contributorType/contributorType.jsonld>;
        dcterms:created     "2026-01-18"^^xsd:date;
        dcterms:identifier  "contributorType";
        dcterms:title       "DataCite contributorType"@en;
        skos:hasTopConcept  <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Other> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/WorkPackageLeader> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Translator> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Supervisor> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Sponsor> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RightsHolder> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ResearchGroup> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Researcher> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RelatedPerson> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAuthority> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/RegistrationAgency> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ContactPerson> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCollector> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataCurator> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/DataManager> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Distributor> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Editor> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/HostingInstitution> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/Producer> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectLeader> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectManager> , <https://schema.stage.datacite.org/linked-data/vocab/contributorType/ProjectMember> .

<https://schema.stage.datacite.org/linked-data/property/westBoundLongitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Western longitudinal dimension of box."@en;
        rdfs:label    "westBoundLongitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/westBoundLongitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/volume>
        rdf:type      rdf:Property;
        rdfs:comment  "Volume of the related item."@en;
        rdfs:label    "volume"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/volume.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/version>
        rdf:type      rdf:Property;
        rdfs:comment  "The version number of the resource."@en;
        rdfs:label    "version"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/version.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/valueURI>
        rdf:type      rdf:Property;
        rdfs:comment  " The URI of the subject term."@en;
        rdfs:label    "valueURI"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/valueURI.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/titleType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of Title (other than the Main Title)."@en;
        rdfs:label    "titleType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/titleType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/title>
        rdf:type      rdf:Property;
        rdfs:comment  "A name or title by which a resource is known. May be the title of a dataset or the name of a piece of software or an instrument."@en;
        rdfs:label    "title"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/title.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/subjectScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the subject scheme or classification code or authority if one is used."@en;
        rdfs:label    "subjectScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/subjectScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/subject>
        rdf:type      rdf:Property;
        rdfs:comment  "Subject, keyword, classification code, or key phrase describing the resource."@en;
        rdfs:label    "subject"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/subject.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/southBoundLatitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Southern latitude of box ."@en;
        rdfs:label    "southBoundLatitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/southBoundLatitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/size>
        rdf:type      rdf:Property;
        rdfs:comment  "Size (e.g., bytes, pages, inches, etc.) or duration (extent), e.g., hours, minutes, days, etc., of a resource."@en;
        rdfs:label    "size"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/size.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/schemeURI>
        rdf:type      rdf:Property;
        rdfs:comment  "The URI of an identifier scheme."@en;
        rdfs:label    "schemeURI"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/schemeURI.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/schemeType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the relatedMetadataScheme, linked with the schemeURI."@en;
        rdfs:label    "schemeType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/schemeType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/rightsURI>
        rdf:type      rdf:Property;
        rdfs:comment  "The URI of the license."@en;
        rdfs:label    "rightsURI"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/rightsURI.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/rightsIdentifierScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the scheme."@en;
        rdfs:label    "rightsIdentifierScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/rightsIdentifierScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/rightsIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "A short standardized identifier for the licence."@en;
        rdfs:label    "rightsIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/rightsIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/rights>
        rdf:type      rdf:Property;
        rdfs:comment  "Any rights information for this resource."@en;
        rdfs:label    "rights"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/rights.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/resourceTypeGeneral>
        rdf:type      rdf:Property;
        rdfs:comment  "The general type of a resource."@en;
        rdfs:label    "resourceTypeGeneral"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/resourceTypeGeneral.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/resourceType>
        rdf:type      rdf:Property;
        rdfs:comment  "A description of the resource."@en;
        rdfs:label    "resourceType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/resourceType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relationTypeInformation>
        rdf:type      rdf:Property;
        rdfs:comment  "Additional information about the selected relationType, if appropriate."@en;
        rdfs:label    "relationTypeInformation"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relationTypeInformation.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relationType>
        rdf:type      rdf:Property;
        rdfs:comment  "Description of the relationship of the resource being registered (A) and the related resource (B)."@en;
        rdfs:label    "relationType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relationType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedMetadataScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the scheme."@en;
        rdfs:label    "relatedMetadataScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedMetadataScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedItemType>
        rdf:type      rdf:Property;
        rdfs:comment  "The general type of the related item."@en;
        rdfs:label    "relatedItemType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedItemType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedItemIdentifierType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the Identifier for the related item."@en;
        rdfs:label    "relatedItemIdentifierType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedItemIdentifierType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedItemIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "The identifier for the related item."@en;
        rdfs:label    "relatedItemIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedItemIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedItem>
        rdf:type      rdf:Property;
        rdfs:comment  "Information about a resource related to the one being registered."@en;
        rdfs:label    "relatedItem"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedItem.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedIdentifierType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the RelatedIdentifier."@en;
        rdfs:label    "relatedIdentifierType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedIdentifierType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/relatedIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "Identifiers of related resources. These must be globally unique identifiers."@en;
        rdfs:label    "relatedIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/relatedIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/publisherIdentifierScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the publisher identifier scheme."@en;
        rdfs:label    "publisherIdentifierScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/publisherIdentifierScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/publisherIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "Uniquely identifies the publisher, according to various schemes."@en;
        rdfs:label    "publisherIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/publisherIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/publisher>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the entity that holds, archives, publishes, prints, distributes, releases, issues, or produces the resource. This property will be used to formulate the citation, so consider the prominence of the role."@en;
        rdfs:label    "publisher"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/publisher.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/publicationYear>
        rdf:type      rdf:Property;
        rdfs:comment  "The year when the item was or will be made publicly available."@en;
        rdfs:label    "publicationYear"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/publicationYear.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/polygonPoint>
        rdf:type      rdf:Property;
        rdfs:comment  "A point location in a polygon."@en;
        rdfs:label    "polygonPoint"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/polygonPoint.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/pointLongitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Longitudinal dimension of point."@en;
        rdfs:label    "pointLongitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/pointLongitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/pointLatitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Latitudinal dimension of point."@en;
        rdfs:label    "pointLatitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/pointLatitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/numberType>
        rdf:type      rdf:Property;
        rdfs:comment  "Type of the related item’s number, e.g., report number or article number."@en;
        rdfs:label    "numberType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/numberType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/number>
        rdf:type      rdf:Property;
        rdfs:comment  "Number of the resource within the related item, e.g., report number or article number."@en;
        rdfs:label    "number"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/number.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/northBoundLatitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Northern latitudinal dimension of box."@en;
        rdfs:label    "northBoundLatitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/northBoundLatitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/nameType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of name."@en;
        rdfs:label    "nameType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/nameType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/nameIdentifierScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the name identifier scheme."@en;
        rdfs:label    "nameIdentifierScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/nameIdentifierScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/nameIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "Uniquely identifies an individual or legal entity, according to various schemes."@en;
        rdfs:label    "nameIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/nameIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/lastPage>
        rdf:type      rdf:Property;
        rdfs:comment  "Last page of the resource within the related item, e.g., of the chapter, article, or conference paper in proceedings."@en;
        rdfs:label    "lastPage"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/lastPage.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/language>
        rdf:type      rdf:Property;
        rdfs:comment  "The primary language of the resource."@en;
        rdfs:label    "language"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/language.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/issue>
        rdf:type      rdf:Property;
        rdfs:comment  "Issue number or name of the related item."@en;
        rdfs:label    "issue"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/issue.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/inPolygonPoint>
        rdf:type      rdf:Property;
        rdfs:comment  "A point location in a polygon."@en;
        rdfs:label    "inPolygonPoint"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/inPolygonPoint.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/identifierType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of Identifier."@en;
        rdfs:label    "identifierType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/identifierType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/identifier>
        rdf:type      rdf:Property;
        rdfs:comment  "The Identifier is a unique string that identifies a resource."@en;
        rdfs:label    "identifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/identifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/givenName>
        rdf:type      rdf:Property;
        rdfs:comment  "The personal or first name of the creator."@en;
        rdfs:label    "givenName"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/givenName.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/geoLocationPolygon>
        rdf:type      rdf:Property;
        rdfs:comment  "A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain."@en;
        rdfs:label    "geoLocationPolygon"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/geoLocationPolygon.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/geoLocationPoint>
        rdf:type      rdf:Property;
        rdfs:comment  "A point location in space."@en;
        rdfs:label    "geoLocationPoint"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/geoLocationPoint.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/geoLocationPlace>
        rdf:type      rdf:Property;
        rdfs:comment  "Description of a geographic location."@en;
        rdfs:label    "geoLocationPlace"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/geoLocationPlace.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/geoLocationBox>
        rdf:type      rdf:Property;
        rdfs:comment  "The spatial limits of a box."@en;
        rdfs:label    "geoLocationBox"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/geoLocationBox.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/geoLocation>
        rdf:type      rdf:Property;
        rdfs:comment  "Spatial region or named place where the data was gathered or about which the data is focused."@en;
        rdfs:label    "geoLocation"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/geoLocation.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/fundingReference>
        rdf:type      rdf:Property;
        rdfs:comment  "Information about financial support (funding) for the resource being registered."@en;
        rdfs:label    "fundingReference"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/fundingReference.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/funderName>
        rdf:type      rdf:Property;
        rdfs:comment  "Name of the funding provider."@en;
        rdfs:label    "funderName"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/funderName.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/funderIdentifierType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the funderIdentifier."@en;
        rdfs:label    "funderIdentifierType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/funderIdentifierType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/funderIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "Uniquely identifies a funding entity, according to various types."@en;
        rdfs:label    "funderIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/funderIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/format>
        rdf:type      rdf:Property;
        rdfs:comment  "Technical format of the resource."@en;
        rdfs:label    "format"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/format.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/firstPage>
        rdf:type      rdf:Property;
        rdfs:comment  "First page of the resource within the related item, e.g., of the chapter, article, or conference paper in proceedings."@en;
        rdfs:label    "firstPage"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/firstPage.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/familyName>
        rdf:type      rdf:Property;
        rdfs:comment  "The surname or last name of the creator."@en;
        rdfs:label    "familyName"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/familyName.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/edition>
        rdf:type      rdf:Property;
        rdfs:comment  "Edition or version of the related item."@en;
        rdfs:label    "edition"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/edition.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/eastBoundLongitude>
        rdf:type      rdf:Property;
        rdfs:comment  "Eastern longitudinal dimension of box."@en;
        rdfs:label    "eastBoundLongitude"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/eastBoundLongitude.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/descriptionType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the Description."@en;
        rdfs:label    "descriptionType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/descriptionType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/description>
        rdf:type      rdf:Property;
        rdfs:comment  "All additional information that does not fit in any of the other categories. May be used for technical information or detailed information associated with a scientific instrument."@en;
        rdfs:label    "description"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/description.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/dateType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of date."@en;
        rdfs:label    "dateType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/dateType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/dateInformation>
        rdf:type      rdf:Property;
        rdfs:comment  "Specific information about the date, if appropriate."@en;
        rdfs:label    "dateInformation"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/dateInformation.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/date>
        rdf:type      rdf:Property;
        rdfs:comment  "Different dates relevant to the work."@en;
        rdfs:label    "date"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/date.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/creatorName>
        rdf:type      rdf:Property;
        rdfs:comment  "The full name of the creator."@en;
        rdfs:label    "creatorName"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/creatorName.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/creator>
        rdf:type      rdf:Property;
        rdfs:comment  "The main researchers involved in producing the data, or the authors of the publication, in priority order. For instruments this is the manufacturer or developer of the instrument. To supply multiple creators, repeat this property."@en;
        rdfs:label    "creator"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/creator.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/contributorType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of contributor of the resource."@en;
        rdfs:label    "contributorType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/contributorType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/contributorName>
        rdf:type      rdf:Property;
        rdfs:comment  "The full name of the contributor."@en;
        rdfs:label    "contributorName"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/contributorName.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/contributor>
        rdf:type      rdf:Property;
        rdfs:comment  "The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource. To supply multiple contributors, repeat this property."@en;
        rdfs:label    "contributor"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/contributor.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/classificationCode>
        rdf:type      rdf:Property;
        rdfs:comment  "The classification code used for the subject term in the subject scheme."@en;
        rdfs:label    "classificationCode"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/classificationCode.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/awardURI>
        rdf:type      rdf:Property;
        rdfs:comment  "The URI leading to a page provided by the funder for more information about the award (grant)."@en;
        rdfs:label    "awardURI"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/awardURI.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/awardTitle>
        rdf:type      rdf:Property;
        rdfs:comment  "The human readable title or name of the award (grant)."@en;
        rdfs:label    "awardTitle"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/awardTitle.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/awardNumber>
        rdf:type      rdf:Property;
        rdfs:comment  "The code assigned by the funder to a sponsored award (grant)."@en;
        rdfs:label    "awardNumber"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/awardNumber.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/alternateIdentifierType>
        rdf:type      rdf:Property;
        rdfs:comment  "The type of the AlternateIdentifier."@en;
        rdfs:label    "alternateIdentifierType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/alternateIdentifierType.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/affiliationIdentifierScheme>
        rdf:type      rdf:Property;
        rdfs:comment  "The name of the affiliation identifier scheme"@en;
        rdfs:label    "affiliationIdentifierScheme"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/affiliationIdentifierScheme.jsonld> .

<https://schema.stage.datacite.org/linked-data/property/affiliation>
        rdf:type      rdf:Property;
        rdfs:comment  "The organizational or institutional affiliation of the creator."@en;
        rdfs:label    "affiliation"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/affiliation.jsonld> .

<https://schema.stage.datacite.org/linked-data/dist/datacite-4.7>
        rdf:type            owl:Ontology;
        rdfs:comment        "Integrated distribution of the DataCite linked-data classes, properties, vocabulary schemes, and vocabulary terms for schema version 4.7."@en;
        rdfs:seeAlso        <https://schema.stage.datacite.org/linked-data/dist/datacite-4.7.rdf> , <https://schema.stage.datacite.org/linked-data/dist/datacite-4.7.ttl> , <https://schema.stage.datacite.org/linked-data/dist/datacite-4.7.jsonld>;
        dcterms:created     "2026-03-03"^^xsd:date;
        dcterms:identifier  "datacite-4.7";
        dcterms:license     <https://www.apache.org/licenses/LICENSE-2.0>;
        dcterms:source      <https://schema.stage.datacite.org/linked-data/manifest/datacite-4.7.json>;
        dcterms:title       "DataCite Linked Data 4.7 Distribution"@en;
        owl:versionInfo     "4.7" .

<https://schema.stage.datacite.org/linked-data/class/Version>
        rdf:type      rdfs:Class;
        rdfs:comment  "The version number of the resource."@en;
        rdfs:label    "Version"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Version.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Title>
        rdf:type      rdfs:Class;
        rdfs:comment  "A name or title by which a resource is known. May be the title of a dataset or the name of a piece of software or an instrument."@en;
        rdfs:label    "Title"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Title.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Subject>
        rdf:type      rdfs:Class;
        rdfs:comment  "Subject, keyword, classification code, or key phrase describing the resource."@en;
        rdfs:label    "Subject"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Subject.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Size>
        rdf:type      rdfs:Class;
        rdfs:comment  "Size (e.g., bytes, pages, inches, etc.) or duration (extent), e.g., hours, minutes, days, etc., of a resource."@en;
        rdfs:label    "Size"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Size.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Rights>
        rdf:type      rdfs:Class;
        rdfs:comment  "Any rights information for this resource."@en;
        rdfs:label    "Rights"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Rights.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/ResourceType>
        rdf:type      rdfs:Class;
        rdfs:comment  "A description of the resource."@en;
        rdfs:label    "ResourceType"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/ResourceType.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Resource>
        rdf:type      rdfs:Class;
        rdfs:comment  "A resource that can be cited and identified..."@en;
        rdfs:label    "Resource"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Resource.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/RelatedItem>
        rdf:type      rdfs:Class;
        rdfs:comment  "Information about a resource related to the one being registered."@en;
        rdfs:label    "RelatedItem"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/RelatedItem.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/RelatedIdentifier>
        rdf:type      rdfs:Class;
        rdfs:comment  "Identifiers of related resources. These must be globally unique identifiers."@en;
        rdfs:label    "RelatedIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/RelatedIdentifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Publisher>
        rdf:type      rdfs:Class;
        rdfs:comment  "The name of the entity that holds, archives, publishes, prints, distributes, releases, issues, or produces the resource. This property will be used to formulate the citation, so consider the prominence of the role."@en;
        rdfs:label    "Publisher"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Publisher.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/PublicationYear>
        rdf:type      rdfs:Class;
        rdfs:comment  "The year when the data was or will be made publicly available. In the case of resources such as software or dynamic data where there may be multiple releases in one year, include the Date property and sub-properties (dateType/dateInformation) to provide more information about the publication or release date details."@en;
        rdfs:label    "PublicationYear"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/PublicationYear.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Language>
        rdf:type      rdfs:Class;
        rdfs:comment  "The primary language of the resource."@en;
        rdfs:label    "Language"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Language.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Identifier>
        rdf:type      rdfs:Class;
        rdfs:comment  "The Identifier is a unique string that identifies a resource."@en;
        rdfs:label    "Identifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Identifier.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/GeoLocation>
        rdf:type      rdfs:Class;
        rdfs:comment  "Spatial region or named place where the data was gathered or about which the data is focused."@en;
        rdfs:label    "GeoLocation"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/GeoLocation.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/FundingReference>
        rdf:type      rdfs:Class;
        rdfs:comment  "Information about financial support (funding) for the resource being registered."@en;
        rdfs:label    "FundingReference"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/FundingReference.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Format>
        rdf:type      rdfs:Class;
        rdfs:comment  "Technical format of the resource."@en;
        rdfs:label    "Format"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Format.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Description>
        rdf:type      rdfs:Class;
        rdfs:comment  " All additional information that does not fit in any of the other categories. May be used for technical information or detailed information associated with a scientific instrument."@en;
        rdfs:label    "Description"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Description.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Date>
        rdf:type      rdfs:Class;
        rdfs:comment  "Different dates relevant to the work."@en;
        rdfs:label    "Date"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Date.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Creator>
        rdf:type      rdfs:Class;
        rdfs:comment  "The main researchers involved in producing the data, or the authors of the publication, in priority order. For instruments this is the manufacturer or developer of the instrument. To supply multiple creators, repeat this property."@en;
        rdfs:label    "Creator"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Creator.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/Contributor>
        rdf:type      rdfs:Class;
        rdfs:comment  " The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource. To supply multiple contributors, repeat this property. For software, if there is an alternate entity that “holds, archives, publishes, prints, distributes, releases, issues, or produces” the code, use the contributorType “HostingInstitution” for the code repository. For instruments, if there is an institution responsible for the management of the instrument (for example, the legal owner, the operator, or an institute providing access to the instrument), use the contributorType “HostingInstitution” for the owner of the instrument."@en;
        rdfs:label    "Contributor"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/Contributor.jsonld> .

<https://schema.stage.datacite.org/linked-data/class/AlternateIdentifier>
        rdf:type      rdfs:Class;
        rdfs:comment  "An identifier other than the primary Identifier applied to the resource being registered. This may be any alphanumeric string which is unique within its domain of issue. May be used for local identifiers, a serial number of an instrument or an inventory number. The AlternateIdentifier should be an additional identifier for the same instance of the resource (i.e., same location, same file)."@en;
        rdfs:label    "AlternateIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/class/AlternateIdentifier.jsonld> .

<https://schema.datacite.org/linked-data/property/affiliationIdentifier>
        rdf:type      rdf:Property;
        rdfs:comment  "Uniquely identifies the organizational affiliation of the creator."@en;
        rdfs:label    "affiliationIdentifier"@en;
        rdfs:seeAlso  <https://schema.stage.datacite.org/linked-data/property/affiliationIdentifier.jsonld> .
