@prefix : <https://edugate.cs.wright.edu/lod/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://edugate.cs.wright.edu/lod/ontology#> .

<https://edugate.cs.wright.edu/lod/ontology> rdf:type owl:Ontology .

#################################################################
#    Annotation properties
#################################################################

###  http://ontologydesignpatterns.org/opla-sd#entityPosition
<http://ontologydesignpatterns.org/opla-sd#entityPosition> rdf:type owl:AnnotationProperty .


###  http://ontologydesignpatterns.org/opla-sd#entityPositionX
<http://ontologydesignpatterns.org/opla-sd#entityPositionX> rdf:type owl:AnnotationProperty .


###  http://ontologydesignpatterns.org/opla-sd#entityPositionY
<http://ontologydesignpatterns.org/opla-sd#entityPositionY> rdf:type owl:AnnotationProperty .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo
<https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  https://edugate.cs.wright.edu/lod/ontology/currKG/assumesAuthorship
<https://edugate.cs.wright.edu/lod/ontology/currKG/assumesAuthorship> rdf:type owl:ObjectProperty ;
                                                                      rdfs:comment "Represents the relation of a person to an author role they assume."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/assumesPersona
<https://edugate.cs.wright.edu/lod/ontology/currKG/assumesPersona> rdf:type owl:ObjectProperty ;
                                                                   rdfs:comment "Represents the relation of a person to a persona role they assume."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/belongTo
<https://edugate.cs.wright.edu/lod/ontology/currKG/belongTo> rdf:type owl:ObjectProperty ;
                                                             rdfs:comment "Represents the relation of a module to the category it belongs to."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/broaderThan
<https://edugate.cs.wright.edu/lod/ontology/currKG/broaderThan> rdf:type owl:ObjectProperty ;
                                                                rdfs:comment "Represents the relation of a topic to a broader (more general) topic."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/coversTopic
<https://edugate.cs.wright.edu/lod/ontology/currKG/coversTopic> rdf:type owl:ObjectProperty ;
                                                                rdfs:comment "Represents the relation of a module or media resource to a topic it covers."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/determines
<https://edugate.cs.wright.edu/lod/ontology/currKG/determines> rdf:type owl:ObjectProperty ;
                                                               rdfs:comment "Represents the relation of a persona to the learning path it determines."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasAuthor
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasAuthor> rdf:type owl:ObjectProperty ;
                                                              rdfs:comment "Represents the relation of a media resource to its author."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasLanguage
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasLanguage> rdf:type owl:ObjectProperty ;
                                                                rdfs:comment "Represents the relation of a media resource to the language it is in."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasLearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasLearningStep> rdf:type owl:ObjectProperty ;
                                                                    rdfs:comment "Represents the relation of a learning path to a learning step that it contains."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasLevel
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasLevel> rdf:type owl:ObjectProperty ;
                                                             rdfs:comment "Represents the relation of a module to its difficulty level."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasModule
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasModule> rdf:type owl:ObjectProperty ;
                                                              rdfs:comment "Represents the relation of referring a curriculum to a module that is part of that curriculum."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasNextLearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasNextLearningStep> rdf:type owl:ObjectProperty ;
                                                                        rdfs:comment "Represents the relation of a learning step to the next learning step in the sequence."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasPreviousLearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasPreviousLearningStep> rdf:type owl:ObjectProperty ;
                                                                            rdfs:comment "Represents the relation of a learning step to the previous learning step in the sequence."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasProfession
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasProfession> rdf:type owl:ObjectProperty ;
                                                                  rdfs:comment "Represents the relation of a persona to its profession."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasRecomended
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasRecomended> rdf:type owl:ObjectProperty ;
                                                                  rdfs:comment "Represents the relation of a media resource to an intended audience it is recommended for."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasSubEvent
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasSubEvent> rdf:type owl:ObjectProperty ;
                                                                rdfs:comment "Represents the relation of an event to a sub-event that is part of it."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasType
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasType> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://edugate.cs.wright.edu/lod/ontology/currKG/hasProfession> .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/narrowerThan
<https://edugate.cs.wright.edu/lod/ontology/currKG/narrowerThan> rdf:type owl:ObjectProperty ;
                                                                 rdfs:comment "Represents the relation of a topic to a narrower (more specific) topic."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/provides
<https://edugate.cs.wright.edu/lod/ontology/currKG/provides> rdf:type owl:ObjectProperty ;
                                                             rdfs:comment "Represents the relation of an event to media resources it provides."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/references
<https://edugate.cs.wright.edu/lod/ontology/currKG/references> rdf:type owl:ObjectProperty ;
                                                               rdfs:comment "Represents the relation of a module (or other entity) to media resources that it references."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/refersTo
<https://edugate.cs.wright.edu/lod/ontology/currKG/refersTo> rdf:type owl:ObjectProperty ;
                                                             rdfs:comment "Represents the relation of a learning step to the module it refers to."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/scopedBy
<https://edugate.cs.wright.edu/lod/ontology/currKG/scopedBy> rdf:type owl:ObjectProperty ;
                                                             rdfs:comment "Represents the relation of a learning path to the curriculum that scopes it."@en .


#################################################################
#    Data properties
#################################################################

###  https://edugate.cs.wright.edu/lod/ontology/currKG/asString
<https://edugate.cs.wright.edu/lod/ontology/currKG/asString> rdf:type owl:DatatypeProperty .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasMediaSourceLink
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasMediaSourceLink> rdf:type owl:DatatypeProperty .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasName
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasName> rdf:type owl:DatatypeProperty .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle
<https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle> rdf:type owl:DatatypeProperty .


#################################################################
#    Classes
#################################################################

###  https://edugate.cs.wright.edu/lod/ontology/currKG/Article
<https://edugate.cs.wright.edu/lod/ontology/currKG/Article> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Media> ;
                                                            <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid1 ;
                                                            rdfs:comment "Represents an Article is a written media resource, typed as a sub-class."@en .

_:genid1 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "46.144836640895754"^^xsd:double ;
          <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "247.41338370020338"^^xsd:double ;
          rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Audience
<https://edugate.cs.wright.edu/lod/ontology/currKG/Audience> rdf:type owl:Class ;
                                                             rdfs:comment "Represents audience as a controlled vocabulary that is used to indicate intended audience for a media resource."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Author
<https://edugate.cs.wright.edu/lod/ontology/currKG/Author> rdf:type owl:Class ;
                                                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasName> ;
                                                                             owl:someValuesFrom xsd:string
                                                                           ] ;
                                                           <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid3 ;
                                                           rdfs:comment "Represents an author that is a person who creates or is credited for media resources."@en ;
                                                           <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/agentrole> ,
                                                                                                                          <https://archive.org/services/purl/domain/modular_ontology_design_library/role-dependent-name> .

_:genid3 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "212.2044628151925"^^xsd:double ;
          <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "117.51617792023181"^^xsd:double ;
          rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Category
<https://edugate.cs.wright.edu/lod/ontology/currKG/Category> rdf:type owl:Class ;
                                                             rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                               owl:onProperty [ owl:inverseOf <https://edugate.cs.wright.edu/lod/ontology/currKG/hasModule>
                                                                                              ] ;
                                                                               owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                                                                             ] ,
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle> ;
                                                                               owl:someValuesFrom xsd:string
                                                                             ] ;
                                                             <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid7 ;
                                                             rdfs:comment "Represents a category is a high-level grouping used to organize modules (e.g., foundations, survey, methodology, standards)."@en ;
                                                             <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/PartWhole> .

_:genid7 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "66.0082422042512"^^xsd:double ;
          <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "163.11457706181378"^^xsd:double ;
          rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Curriculum
<https://edugate.cs.wright.edu/lod/ontology/currKG/Curriculum> rdf:type owl:Class ;
                                                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasModule> ;
                                                                                 owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                                                                               ] ,
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle> ;
                                                                                 owl:someValuesFrom xsd:string
                                                                               ] ;
                                                               <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid10 ;
                                                               rdfs:comment "Represents a Curriculum as a curated course of study that groups modules into a coherent educational offering."@en ;
                                                               <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/namestub> .

_:genid10 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "84.22046954254326"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "61.85682749202153"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Event
<https://edugate.cs.wright.edu/lod/ontology/currKG/Event> rdf:type owl:Class ;
                                                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/provides> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Media>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasSubEvent> ;
                                                                            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                                            owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Event>
                                                                          ] ;
                                                          <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid13 ;
                                                          rdfs:comment "Represents an event as a structured learning activity (e.g., workshop, tutorial, presentation) that can provide media and have sub-events."@en ;
                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/event> .

_:genid13 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "222.95598092682775"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "20.29786947182403"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/FirstLearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/FirstLearningStep> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep> ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/refersTo> ;
                                                                                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                        owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                                                                                      ] ;
                                                                      <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid15 ;
                                                                      rdfs:comment "Represents a First Learning Step that marks the starting step of a learning path."@en .

_:genid15 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "121.96218406852572"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "261.79752540381384"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Foundations
<https://edugate.cs.wright.edu/lod/ontology/currKG/Foundations> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Category> ;
                                                                <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid16 ;
                                                                rdfs:comment "Represents Foundations as a category subclass for modules covering fundamental concepts and principles."@en .

_:genid16 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "119.63769059552737"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "259.7961852328274"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Language
<https://edugate.cs.wright.edu/lod/ontology/currKG/Language> rdf:type owl:Class ;
                                                             <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid17 ;
                                                             rdfs:comment "Represents a Language indicating the language of a media resource."@en .

_:genid17 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "58.90193677825256"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "164.73174749711126"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/LastLearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/LastLearningStep> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep> ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/refersTo> ;
                                                                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                       owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                                                                                     ] ;
                                                                     <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid19 ;
                                                                     rdfs:comment "Represents a Last Learning Step that marks the ending step of a learning path."@en .

_:genid19 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "103.47116996503698"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "69.51171184630267"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/LearningPath
<https://edugate.cs.wright.edu/lod/ontology/currKG/LearningPath> rdf:type owl:Class ;
                                                                 rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasLearningStep> ;
                                                                                   owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/scopedBy> ;
                                                                                   owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Curriculum>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty [ owl:inverseOf <https://edugate.cs.wright.edu/lod/ontology/currKG/determines>
                                                                                                  ] ;
                                                                                   owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Curriculum>
                                                                                 ] ;
                                                                 <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid24 ;
                                                                 rdfs:comment "Represents a Learning Path as an ordered sequence of learning steps tailored to a persona and scoped by a curriculum."@en .

_:genid24 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "299.49419969429334"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "165.28410508436227"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep
<https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep> rdf:type owl:Class ;
                                                                 rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasNextLearningStep> ;
                                                                                   owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasPreviousLearningStep> ;
                                                                                   owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasNextLearningStep> ;
                                                                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasPreviousLearningStep> ;
                                                                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/refersTo> ;
                                                                                   owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                                                                                 ] ;
                                                                 <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid30 ;
                                                                 rdfs:comment "Represents a Learning Step as an ordered step within a Learning Path that refers to exactly one module."@en ;
                                                                 <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/recurrentevent> .

_:genid30 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "195.52378966483667"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "113.96282514832542"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Level
<https://edugate.cs.wright.edu/lod/ontology/currKG/Level> rdf:type owl:Class ;
                                                          <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid31 ;
                                                          rdfs:comment "Represents Level as a controlled vocabulary indicating the difficulty of a module."@en ;
                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/explicittyping> .

_:genid31 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "83.5387145526865"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "256.9006692958464"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Media
<https://edugate.cs.wright.edu/lod/ontology/currKG/Media> rdf:type owl:Class ;
                                                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/coversTopic> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasAuthor> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Author>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasLanguage> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Language>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasRecomended> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Audience>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasMediaSourceLink> ;
                                                                            owl:someValuesFrom xsd:string
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle> ;
                                                                            owl:someValuesFrom xsd:string
                                                                          ] ;
                                                          <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid38 ;
                                                          rdfs:comment "Represents a Media that is a learning resource (e.g., article, video, podcast, transcript) and can be referenced by modules or provided by events."@en ;
                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/reporting-event> .

_:genid38 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "56.22964736735543"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "192.4576250484204"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Module
<https://edugate.cs.wright.edu/lod/ontology/currKG/Module> rdf:type owl:Class ;
                                                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/belongTo> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Category>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/coversTopic> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasLevel> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Level>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/references> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Media>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasTitle> ;
                                                                             owl:someValuesFrom xsd:string
                                                                           ] ;
                                                           <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid44 ;
                                                           rdfs:comment "Represents Module as a unit of learning content that covers one or more topics and references supporting media."@en ;
                                                           <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/PartWhole> .

_:genid44 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "11.961109252390985"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "294.8983475284603"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Person
<https://edugate.cs.wright.edu/lod/ontology/currKG/Person> rdf:type owl:Class ;
                                                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/assumesAuthorship> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Author>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/assumesPersona> ;
                                                                             owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona>
                                                                           ] ;
                                                           <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid47 ;
                                                           rdfs:comment "Represents Person is an Agent (from Agent Role pattern) who may assume roles such as persona or author."@en ;
                                                           <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/role-dependent-name> .

_:genid47 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "67.71024379246852"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "93.39558214157489"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Persona
<https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> rdf:type owl:Class ;
                                                            rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasType> ;
                                                                              owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty [ owl:inverseOf <https://edugate.cs.wright.edu/lod/ontology/currKG/assumesPersona>
                                                                                             ] ;
                                                                              owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Person>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/determines> ;
                                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                              owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningPath>
                                                                            ] ,
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/hasProfession> ;
                                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                              owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Profession>
                                                                            ] ;
                                                            <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid53 ;
                                                            rdfs:comment "Represents Persona as an audience profile (role/background) used to tailor a learning path.e"@en ;
                                                            <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/role-dependent-name> .

_:genid53 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "234.79032302270195"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "105.44392300174702"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType
<https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> rdf:type owl:Class ;
                                                                rdfs:comment "Represents Persona Type as a controlled vocabulary used to classify personas (e.g., developer, executive)."@en ;
                                                                <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/explicittyping> .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Podcast
<https://edugate.cs.wright.edu/lod/ontology/currKG/Podcast> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Media> ;
                                                            <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid54 ;
                                                            rdfs:comment "Represents a Podcast as an audio media resource, typed as a sub-class."@en .

_:genid54 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "88.35855842870635"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "85.13207349708281"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Presentation
<https://edugate.cs.wright.edu/lod/ontology/currKG/Presentation> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Event> ;
                                                                 <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid55 ;
                                                                 rdfs:comment "Represents a Presentationas an event type focused on delivering content to an audience, typed as a sub-class."@en .

_:genid55 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "4.872849163765131"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "249.09322448025713"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Profession
<https://edugate.cs.wright.edu/lod/ontology/currKG/Profession> rdf:type owl:Class ;
                                                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/asString> ;
                                                                                 owl:someValuesFrom owl:rational
                                                                               ] ;
                                                               rdfs:comment "Represents Profession indicating the professional role associated with a persona."@en ;
                                                               <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/namestub> .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Standards
<https://edugate.cs.wright.edu/lod/ontology/currKG/Standards> rdf:type owl:Class ;
                                                              rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Category> ;
                                                              <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid57 ;
                                                              rdfs:comment "Represents Standards as a category subclass for modules covering formal specifications and recommendations."@en .

_:genid57 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "9.484809414222099"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "72.47730822227177"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Topic
<https://edugate.cs.wright.edu/lod/ontology/currKG/Topic> rdf:type owl:Class ;
                                                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/broaderThan> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/narrowerThan> ;
                                                                            owl:someValuesFrom <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/broaderThan> ;
                                                                            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                                            owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/narrowerThan> ;
                                                                            owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                                            owl:onClass <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                                                                          ] ,
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <https://edugate.cs.wright.edu/lod/ontology/currKG/asString> ;
                                                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                            owl:onDataRange xsd:string
                                                                          ] ;
                                                          <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid63 ;
                                                          rdfs:comment "Represents Topic as a subject or concept covered by modules and media, and can be arranged hierarchically."@en ;
                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/isNativeTo> <https://archive.org/services/purl/domain/modular_ontology_design_library/recurrentevent> .

_:genid63 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "98.2063796911752"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "277.9401087419016"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Transcript
<https://edugate.cs.wright.edu/lod/ontology/currKG/Transcript> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Media> ;
                                                               <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid64 ;
                                                               rdfs:comment "Represents Transcript as a text rendering of spoken media content, typed as a sub-class."@en .

_:genid64 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "87.8838970062962"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "53.22499876352645"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Tutorial
<https://edugate.cs.wright.edu/lod/ontology/currKG/Tutorial> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Event> ;
                                                             <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid65 ;
                                                             rdfs:comment "Represents a Tutorial as an event type (through sub-class) focused on guided instruction."@en .

_:genid65 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "23.117610307761666"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "62.98965068213751"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Video
<https://edugate.cs.wright.edu/lod/ontology/currKG/Video> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Media> ;
                                                          <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid66 ;
                                                          rdfs:comment "Represents Video as an audiovisual media resource., typed as a sub-class."@en .

_:genid66 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "104.74937463170683"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "53.781752474628206"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/ontology/currKG/Workshop
<https://edugate.cs.wright.edu/lod/ontology/currKG/Workshop> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://edugate.cs.wright.edu/lod/ontology/currKG/Event> ;
                                                             <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid67 ;
                                                             rdfs:comment "Represents a Workshop as an event type (through sub-class) focused on hands-on learning."@en .

_:genid67 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "77.91586952416019"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "251.47842082041097"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Cameron
<https://edugate.cs.wright.edu/lod/resource/currKG/Cameron> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Carla
<https://edugate.cs.wright.edu/lod/resource/currKG/Carla> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Chris
<https://edugate.cs.wright.edu/lod/resource/currKG/Chris> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Connie
<https://edugate.cs.wright.edu/lod/resource/currKG/Connie> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Courtney
<https://edugate.cs.wright.edu/lod/resource/currKG/Courtney> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Darwin
<https://edugate.cs.wright.edu/lod/resource/currKG/Darwin> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Debbie
<https://edugate.cs.wright.edu/lod/resource/currKG/Debbie> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Edward
<https://edugate.cs.wright.edu/lod/resource/currKG/Edward> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Elias
<https://edugate.cs.wright.edu/lod/resource/currKG/Elias> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ella
<https://edugate.cs.wright.edu/lod/resource/currKG/Ella> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ethan
<https://edugate.cs.wright.edu/lod/resource/currKG/Ethan> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Kai
<https://edugate.cs.wright.edu/lod/resource/currKG/Kai> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Oratius
<https://edugate.cs.wright.edu/lod/resource/currKG/Oratius> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie
<https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Silas
<https://edugate.cs.wright.edu/lod/resource/currKG/Silas> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Stella
<https://edugate.cs.wright.edu/lod/resource/currKG/Stella> rdf:type owl:Class .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Usman
<https://edugate.cs.wright.edu/lod/resource/currKG/Usman> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://edugate.cs.wright.edu/lod/ontology/Ontology/VocabularyExpert
<https://edugate.cs.wright.edu/lod/ontology/Ontology/VocabularyExpert> rdf:type owl:NamedIndividual ,
                                                                                <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/ontology/SecurityAnalyst/DeveloperTrainer
<https://edugate.cs.wright.edu/lod/ontology/SecurityAnalyst/DeveloperTrainer> rdf:type owl:NamedIndividual ,
                                                                                       <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Cameron
<https://edugate.cs.wright.edu/lod/resource/currKG/Cameron> rdf:type owl:NamedIndividual ,
                                                                     <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Carla
<https://edugate.cs.wright.edu/lod/resource/currKG/Carla> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Chris
<https://edugate.cs.wright.edu/lod/resource/currKG/Chris> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Collaborator
<https://edugate.cs.wright.edu/lod/resource/currKG/Collaborator> rdf:type owl:NamedIndividual ,
                                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Connie
<https://edugate.cs.wright.edu/lod/resource/currKG/Connie> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Consultant
<https://edugate.cs.wright.edu/lod/resource/currKG/Consultant> rdf:type owl:NamedIndividual ,
                                                                        <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Contributor
<https://edugate.cs.wright.edu/lod/resource/currKG/Contributor> rdf:type owl:NamedIndividual ,
                                                                         <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Courtney
<https://edugate.cs.wright.edu/lod/resource/currKG/Courtney> rdf:type owl:NamedIndividual ,
                                                                      <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/CurriculumDeveloper
<https://edugate.cs.wright.edu/lod/resource/currKG/CurriculumDeveloper> rdf:type owl:NamedIndividual ,
                                                                                 <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Darwin
<https://edugate.cs.wright.edu/lod/resource/currKG/Darwin> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Debbie
<https://edugate.cs.wright.edu/lod/resource/currKG/Debbie> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Developer
<https://edugate.cs.wright.edu/lod/resource/currKG/Developer> rdf:type owl:NamedIndividual ,
                                                                       <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/EducationalFacilitator
<https://edugate.cs.wright.edu/lod/resource/currKG/EducationalFacilitator> rdf:type owl:NamedIndividual ,
                                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Edward
<https://edugate.cs.wright.edu/lod/resource/currKG/Edward> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Elias
<https://edugate.cs.wright.edu/lod/resource/currKG/Elias> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ella
<https://edugate.cs.wright.edu/lod/resource/currKG/Ella> rdf:type owl:NamedIndividual ,
                                                                  <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Enthusiast
<https://edugate.cs.wright.edu/lod/resource/currKG/Enthusiast> rdf:type owl:NamedIndividual ,
                                                                        <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ethan
<https://edugate.cs.wright.edu/lod/resource/currKG/Ethan> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Executive
<https://edugate.cs.wright.edu/lod/resource/currKG/Executive> rdf:type owl:NamedIndividual ,
                                                                       <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/ExecutiveEngagementSpecialist
<https://edugate.cs.wright.edu/lod/resource/currKG/ExecutiveEngagementSpecialist> rdf:type owl:NamedIndividual ,
                                                                                           <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/KGResearcher
<https://edugate.cs.wright.edu/lod/resource/currKG/KGResearcher> rdf:type owl:NamedIndividual ,
                                                                          <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Kai
<https://edugate.cs.wright.edu/lod/resource/currKG/Kai> rdf:type owl:NamedIndividual ,
                                                                 <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Oratius
<https://edugate.cs.wright.edu/lod/resource/currKG/Oratius> rdf:type owl:NamedIndividual ,
                                                                     <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/ResourceDeveloper
<https://edugate.cs.wright.edu/lod/resource/currKG/ResourceDeveloper> rdf:type owl:NamedIndividual ,
                                                                               <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie
<https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Silas
<https://edugate.cs.wright.edu/lod/resource/currKG/Silas> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Stella
<https://edugate.cs.wright.edu/lod/resource/currKG/Stella> rdf:type owl:NamedIndividual ,
                                                                    <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/SupplyChainManagementSpecialist
<https://edugate.cs.wright.edu/lod/resource/currKG/SupplyChainManagementSpecialist> rdf:type owl:NamedIndividual ,
                                                                                             <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/UserEngagementFacilitator
<https://edugate.cs.wright.edu/lod/resource/currKG/UserEngagementFacilitator> rdf:type owl:NamedIndividual ,
                                                                                       <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType> .


###  https://edugate.cs.wright.edu/lod/resource/currKG/Usman
<https://edugate.cs.wright.edu/lod/resource/currKG/Usman> rdf:type owl:NamedIndividual ,
                                                                   <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona> .


_:genid68 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "134.84670456198532"^^xsd:double ;
          <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "49.91841795116743"^^xsd:double ;
          rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid69 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "119.84515180299982"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "7.425398947877624"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid70 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "55.0138600700657"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "12.373535546589167"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid71 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "102.96334283972286"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "35.97006296875359"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid72 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "257.5387285119268"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "95.34067193482907"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid73 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "161.1024560953089"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "148.09272068338814"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid74 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "224.7438590673655"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "100.38447116518856"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid75 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "113.43577236590322"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "22.465217322902088"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid76 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "123.18951292272382"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "234.90074510777157"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid77 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "226.8059264557994"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "25.724382451246406"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid78 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "145.62239259602825"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "195.24366366751747"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid79 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "239.66214084125318"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "182.84350600897426"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid80 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "153.33337222219862"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "164.5685212755033"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid81 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "114.67584142520084"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "110.31012655424526"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid82 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "165.92527982260998"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "211.38782513420898"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

_:genid83 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "97.20732638218533"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "36.08742409572771"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .

#################################################################
#    Annotations
#################################################################

<https://edugate.cs.wright.edu/lod/resource/currKG/Cameron> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Carla> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Chris> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Connie> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Courtney> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Darwin> <http://ontologydesignpatterns.org/opla-sd#entityPosition> _:genid84 ;
                                                           rdfs:comment "Represents an example Persona instance used in the ontology."@en .

_:genid84 <http://ontologydesignpatterns.org/opla-sd#entityPositionX> "111.27012300983938"^^xsd:double ;
           <http://ontologydesignpatterns.org/opla-sd#entityPositionY> "225.79451501074783"^^xsd:double ;
           rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Debbie> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Edward> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Elias> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Ella> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Ethan> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Kai> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Oratius> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Silas> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Stella> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


<https://edugate.cs.wright.edu/lod/resource/currKG/Usman> rdfs:comment "Represents an example Persona instance used in the ontology."@en .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <https://edugate.cs.wright.edu/lod/ontology/currKG/Audience>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Author>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Category>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Curriculum>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Event>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Language>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningPath>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/LearningStep>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Level>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Media>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Module>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Person>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Persona>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/PersonaType>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Profession>
                <https://edugate.cs.wright.edu/lod/ontology/currKG/Topic>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Cameron>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Carla>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Chris>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Connie>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Courtney>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Darwin>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Debbie>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Edward>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Elias>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Ella>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Ethan>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Kai>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Oratius>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Ronnie>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Silas>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Stella>
                <https://edugate.cs.wright.edu/lod/resource/currKG/Usman>
              )
] .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
