{
  "@context": {
    "schema": "https://schema.org/",
    "nvo": "https://knowledge.nvo987.us/ontology/"
  },

  "@graph": [

    {
      "@id": "nvo:ResearchCorpus",
      "@type": "rdfs:Class",
      "rdfs:label": "Research Corpus",
      "rdfs:comment": "A structured scholarly corpus published within the NVO987 Knowledge Domain."
    },

    {
      "@id": "nvo:ResearchSection",
      "@type": "rdfs:Class",
      "rdfs:label": "Research Section",
      "rdfs:comment": "A conceptual section of a research corpus such as introduction, methodology, analysis, or references."
    },

    {
      "@id": "nvo:ResearchDocument",
      "@type": "rdfs:Class",
      "rdfs:label": "Research Document",
      "rdfs:comment": "A scholarly document associated with the corpus, typically published as a PDF."
    },

    {
      "@id": "nvo:Author",
      "@type": "rdfs:Class",
      "rdfs:label": "Author",
      "rdfs:comment": "A person responsible for the authorship of the research corpus."
    },

    {
      "@id": "nvo:Identity",
      "@type": "rdfs:Class",
      "rdfs:label": "Identity",
      "rdfs:comment": "A decentralized identity associated with the research infrastructure."
    },

    {
      "@id": "nvo:hasSection",
      "@type": "rdf:Property",
      "rdfs:domain": "nvo:ResearchCorpus",
      "rdfs:range": "nvo:ResearchSection",
      "rdfs:label": "has section"
    },

    {
      "@id": "nvo:hasDocument",
      "@type": "rdf:Property",
      "rdfs:domain": "nvo:ResearchCorpus",
      "rdfs:range": "nvo:ResearchDocument",
      "rdfs:label": "has document"
    },

    {
      "@id": "nvo:hasAuthor",
      "@type": "rdf:Property",
      "rdfs:domain": "nvo:ResearchCorpus",
      "rdfs:range": "nvo:Author",
      "rdfs:label": "has author"
    },

    {
      "@id": "nvo:anchoredIdentity",
      "@type": "rdf:Property",
      "rdfs:domain": "nvo:ResearchCorpus",
      "rdfs:range": "nvo:Identity",
      "rdfs:label": "anchored identity"
    }

  ]
}
