Smart Review Model Diagram

flowchart LR SmartReviewPublished[SmartReviewPublished \n Resource] --> |"P26 \n has DOI"| doi[Literal \n xsd:string] SmartReviewPublished --> |"description"| description[Literal \n xsd:string] SmartReview --> |"P31 \n has Contribution"| contribution SmartReview --> |"hasAuthors"| authorList[List \n Resource] SmartReview --> |"P30 \n has research field"| researchField[ResearchField \n Resource] SmartReview[SmartReview \n Resource] --> |"hasPublishedVersion"| SmartReviewPublished subgraph Author List authorList --> |"hasListElement"| Author subgraph Author subgraph Literal Author literalAuthor[Literal \n xsd:string] end subgraph Resource Author resourceAuthor[Resource Author] --> |"website"| resourceAuthorWebsite[Literal \n xsd:anyURI] resourceAuthor --> |"HAS_ORCID"| orcid[Literal \n xsd:string] resourceAuthor --> |"googleScholarID"| googleScholarID[Literal \n xsd:string] resourceAuthor --> |"researchGateID"| researchGateID[Literal \n xsd:string] resourceAuthor --> |"linkedInID"| linkedInID[Literal \n xsd:string] resourceAuthor --> |"P76020 \n wikidata id"| wikidataId[Literal \n xsd:string] resourceAuthor --> |"P58083 \n web of science id"| webOfScienceId[Literal \n xsd:string] subgraph Identifiers orcid googleScholarID researchGateID linkedInID wikidataId webOfScienceId end end end end contribution[ContributionSmartReview \n Contribution] --> |"HasSection"| smartReviewSections subgraph smartReviewSections[Smart Review Sections] comparisonSection[ComparisonSection \n Resource] visualizationSection[VisualizationSection \n Resource] resourceSection[ResourceSection \n Resource] propertySection[PropertySection \n Resource] ontologySection[OntologySection \n Resource] section[Section \n Resource] subgraph Section section --> |"hasContent"| content[Literal \n xsd:string] end subgraph Comparison Section comparisonSection --> |"HasLink"| comparison[Comparison \n Resource] end subgraph Visualization Section visualizationSection --> |"HasLink"| visualization[Visualization \n Resource] end subgraph Resource Section resourceSection --> |"HasLink"| resource[Resource] end subgraph Property Section propertySection --> |"HasLink"| property[Predicate] end subgraph Ontology Section ontologySection --> |"HasEntity"| entity[Predicate or Resource] ontologySection --> |"ShowProperty"| showProperty[Predicate] end end contribution --> |"HasReference"| reference[Literal \n xsd:string] SmartReview --> |"sustainableDevelopmentGoal"| sdg[SustainableDevelopmentGoal \n Resource]