@prefix : <https://w3id.org/semsys/ns/swemls#> .
@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://w3id.org/semsys/ns/swemls#> .

<https://w3id.org/semsys/ns/swemls> rdf:type owl:Ontology ;
                                     owl:imports <http://purl.org/net/p-plan#> ,
                                                 <http://www.opmw.org/ontology/> ,
                                                 <http://www.w3.org/2004/02/skos/core#> ;
                                     <http://purl.org/dc/terms/contributor> "Andreaa Iana" ,
                                                                            "Andreas Ekelhart" ,
                                                                            "Annette ten Teije" ,
                                                                            "Artem Revenko" ,
                                                                            "Frank van Harmelen" ,
                                                                            "Heiko Paulheim" ,
                                                                            "Jan Portisch" ;
                                     <http://purl.org/dc/terms/created> "2021-11-30" ;
                                     <http://purl.org/dc/terms/creator> "Anna Breit" ,
                                                                        "Fajar J. Ekaputra" ,
                                                                        "Laura Waltersdorfer" ,
                                                                        "Majlinda Llugiqi" ,
                                                                        "Marta Sabou" ;
                                     <http://purl.org/dc/terms/description> "An ontology to describe a Semantic-Web Machine Learning System (SWeMLS)"@en ;
                                     <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0> ;
                                     <http://purl.org/dc/terms/modified> "2022-12-01" ;
                                     <http://purl.org/dc/terms/title> "Semantic-Web Machine Learning System (SWeMLS) Ontology"@en ;
                                     <http://purl.org/vocab/vann/preferredNamespacePrefix> "swemls" ;
                                     <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/semsys/ns/swemls#" ;
                                     owl:versionInfo "1.0" .

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

###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty ;
                                               rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en ,
                                                            "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
                                               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                               rdfs:label "alternative label"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "An alternative lexical label for a resource."@en ;
                                               <http://www.w3.org/2004/02/skos/core#example> "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en ;
                                               rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#changeNote
<http://www.w3.org/2004/02/skos/core#changeNote> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "change note"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A note about a modification to a concept."@en ;
                                                 rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "definition"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A statement or formal explanation of the meaning of a concept."@en ;
                                                 rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#editorialNote
<http://www.w3.org/2004/02/skos/core#editorialNote> rdf:type owl:AnnotationProperty ;
                                                    rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                    rdfs:label "editorial note"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A note for an editor, translator or maintainer of the vocabulary."@en ;
                                                    rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty ;
                                              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                              rdfs:label "example"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An example of the use of a concept."@en ;
                                              rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#hiddenLabel
<http://www.w3.org/2004/02/skos/core#hiddenLabel> rdf:type owl:AnnotationProperty ;
                                                  rdfs:comment "The range of skos:hiddenLabel is the class of RDF plain literals."@en ,
                                                               "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
                                                  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                  rdfs:label "hidden label"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations."@en ;
                                                  rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#historyNote
<http://www.w3.org/2004/02/skos/core#historyNote> rdf:type owl:AnnotationProperty ;
                                                  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                  rdfs:label "history note"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A note about the past state/use/meaning of a concept."@en ;
                                                  rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#note
<http://www.w3.org/2004/02/skos/core#note> rdf:type owl:AnnotationProperty ;
                                           rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                           rdfs:label "note"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A general note, for any purpose."@en ;
                                           <http://www.w3.org/2004/02/skos/core#scopeNote> "This property may be used directly, or as a super-property for more specific note types."@en .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty ;
                                                rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ,
                                                             "The range of skos:prefLabel is the class of RDF plain literals."@en ,
                                                             """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
                                                rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                rdfs:label "preferred label"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The preferred lexical label for a resource, in a given language."@en ;
                                                rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty ;
                                                rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                rdfs:label "scope note"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A note that helps to clarify the meaning and/or the use of a concept."@en ;
                                                rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/ns/prov#definition
<http://www.w3.org/ns/prov#definition> rdf:type owl:AnnotationProperty .


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

###  http://purl.org/net/p-plan#correspondsToStep
<http://purl.org/net/p-plan#correspondsToStep> rdf:type owl:ObjectProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain <http://purl.org/net/p-plan#Activity> ;
                                               rdfs:range <http://purl.org/net/p-plan#Step> ;
                                               rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                               rdfs:label "correspondsToStep"@en ;
                                               <http://www.w3.org/ns/prov#definition> "p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step"@en .


###  http://purl.org/net/p-plan#correspondsToVariable
<http://purl.org/net/p-plan#correspondsToVariable> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <http://purl.org/net/p-plan#Entity> ;
                                                   rdfs:range <http://purl.org/net/p-plan#Variable> ;
                                                   rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                                   rdfs:label "correspondsToVariable"@en ;
                                                   <http://www.w3.org/ns/prov#definition> "p-plan:correspondsToVariable binds a p-plan:Entity (used by a p-plan:Activity in the execution of a plan) to the p-plan:Variable it represented it in the p-plan:Plan."@en .


###  http://purl.org/net/p-plan#hasInputVar
<http://purl.org/net/p-plan#hasInputVar> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://purl.org/net/p-plan#Step> ;
                                         rdfs:range <http://purl.org/net/p-plan#Variable> ;
                                         rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                         rdfs:label "hasInputVar"@en ,
                                                    "has input var" ;
                                         <http://www.w3.org/ns/prov#definition> "p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution"@en .


###  http://purl.org/net/p-plan#hasOutputVar
<http://purl.org/net/p-plan#hasOutputVar> rdf:type owl:ObjectProperty ;
                                          owl:inverseOf <http://purl.org/net/p-plan#isOutputVarOf> ;
                                          rdfs:domain <http://purl.org/net/p-plan#Step> ;
                                          rdfs:range <http://purl.org/net/p-plan#Variable> ;
                                          rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                          rdfs:label "hasOutputVar"@en ,
                                                     "has output var" ;
                                          <http://www.w3.org/ns/prov#definition> "p-plan:hasOutputVar binds a p-plan:Step to the p-plan:Variable that will be produced as output in the planned execution"@en .


###  http://purl.org/net/p-plan#isDecomposedAsPlan
<http://purl.org/net/p-plan#isDecomposedAsPlan> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <http://purl.org/net/p-plan#MultiStep> ;
                                                rdfs:range <http://purl.org/net/p-plan#Plan> ;
                                                rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                                rdfs:label "isDecomposedAsPlan"@en ;
                                                <http://www.w3.org/ns/prov#definition> "The p-plan:isDecomposedAsPlan relationship binds a p-plan:MultiStep to the p-plan:Plan holding the definition of that step. That is, p-plan:isDecomposedAsPlan links the MultiStep to the Plan sptecification where it is decomposed."@en .


###  http://purl.org/net/p-plan#isInputVarOf
<http://purl.org/net/p-plan#isInputVarOf> rdf:type owl:ObjectProperty ;
                                          owl:inverseOf <http://purl.org/net/p-plan#hasInputVar> ;
                                          rdfs:domain <http://purl.org/net/p-plan#Variable> ;
                                          rdfs:range <http://purl.org/net/p-plan#Step> ;
                                          rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                          rdfs:label "isInputVarOf"@en ;
                                          <http://www.w3.org/ns/prov#definition> "p-plan:isInputVarOf links an input variable of a step to the step."@en .


###  http://purl.org/net/p-plan#isOutputVarOf
<http://purl.org/net/p-plan#isOutputVarOf> rdf:type owl:ObjectProperty ,
                                                    owl:FunctionalProperty ;
                                           rdfs:domain <http://purl.org/net/p-plan#Variable> ;
                                           rdfs:range <http://purl.org/net/p-plan#Step> ;
                                           rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                           rdfs:label "isOutputVarOf"@en ;
                                           <http://www.w3.org/ns/prov#definition> "p-plan:isOutputVarOf is intended to link an output variable of a step to the step."@en .


###  http://purl.org/net/p-plan#isPrecededBy
<http://purl.org/net/p-plan#isPrecededBy> rdf:type owl:ObjectProperty ,
                                                   owl:TransitiveProperty ;
                                          rdfs:domain <http://purl.org/net/p-plan#Step> ;
                                          rdfs:range <http://purl.org/net/p-plan#Step> ;
                                          rdfs:comment <http://purl.org/net/p-plan#> ;
                                          rdfs:isDefinedBy "Property that asserts which Step preceeds the current one. "@en ;
                                          rdfs:label "isPrecededBy"@en .


###  http://purl.org/net/p-plan#isPreceededBy
<http://purl.org/net/p-plan#isPreceededBy> rdf:type owl:ObjectProperty .


###  http://purl.org/net/p-plan#isStepOfPlan
<http://purl.org/net/p-plan#isStepOfPlan> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://purl.org/net/p-plan#Step> ;
                                          rdfs:range <http://purl.org/net/p-plan#Plan> ;
                                          rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                          rdfs:label "isStepOfPlan"@en ;
                                          <http://www.w3.org/ns/prov#definition> "p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to."@en .


###  http://purl.org/net/p-plan#isSubPlanOfPlan
<http://purl.org/net/p-plan#isSubPlanOfPlan> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf owl:topObjectProperty ;
                                             rdfs:domain <http://purl.org/net/p-plan#Plan> ;
                                             rdfs:range <http://purl.org/net/p-plan#Plan> ;
                                             rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                             rdfs:label "isSubPlanOfPlan"@en ;
                                             <http://www.w3.org/ns/prov#definition> "A p-plan:Plan may be a subplan of another bigger p-plan:Plan. p-plan:isSubPlanOfPlan is used to state the link among the two different plans. Note that if p1 is a p-plan:subPlan of p2, p1will not necessarily be a step of p2. A multistep will represent p1 in p2, and link to p1 with the p-plan.hasStepDecomposition relationship."@en .


###  http://purl.org/net/p-plan#isVariableOfPlan
<http://purl.org/net/p-plan#isVariableOfPlan> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <http://purl.org/net/p-plan#Variable> ;
                                              rdfs:range <http://purl.org/net/p-plan#Plan> ;
                                              rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                              rdfs:label "isVariableofPlan"@en ;
                                              <http://www.w3.org/ns/prov#definition> "p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to."@en .


###  http://www.opmw.org/ontology/correspondsToTemplate
<http://www.opmw.org/ontology/correspondsToTemplate> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <http://purl.org/net/opmv/ns#wasDerivedFrom> ,
                                                                        owl:topObjectProperty ,
                                                                        <http://www.w3.org/ns/prov#wasDerivedFrom> ;
                                                     rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                                     rdfs:range <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                     rdfs:comment """Property that binds an execution account to the template of the whole workflow. The template contains the plan for the workflow.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionProcess/acc1>
     a opmo:Account, opmw:workflowExecutionAccount;
     opmw:correspondsToTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>."""@en ;
                                                     rdfs:label "corresponds to Template"@en .


###  http://www.opmw.org/ontology/correspondsToTemplateArtifact
<http://www.opmw.org/ontology/correspondsToTemplateArtifact> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <http://purl.org/net/p-plan#correspondsToVariable> ,
                                                                                owl:topObjectProperty ;
                                                             rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
                                                             rdfs:range <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                                             rdfs:comment """Property that binds a workflow execution artifact to its correspondant workflow template artifact.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH1.2150836> 
       a opmv:Artifact, opmw:WorkflowExecutionArtifact;
       opmw:correspondsToTemplateArtifact <http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DEPTH>."""@en ;
                                                             rdfs:label "corresponds to Template Artifact"@en .


###  http://www.opmw.org/ontology/correspondsToTemplateProcess
<http://www.opmw.org/ontology/correspondsToTemplateProcess> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <http://purl.org/net/p-plan#correspondsToStep> ,
                                                                               owl:topObjectProperty ;
                                                            rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionProcess> ;
                                                            rdfs:range <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
                                                            rdfs:comment """Property that binds a workflow execution process  to its correspondant process template.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086>
     a opmv:Process, opmw:WorkflowExecutionProcess;
     opmw:correspondsToTemplateProcess <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>. """@en ;
                                                            rdfs:label "corresponds to Template Process"@en .


###  http://www.opmw.org/ontology/executedInWorkflowSystem
<http://www.opmw.org/ontology/executedInWorkflowSystem> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasAttributedTo> ;
                                                        rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                                        rdfs:range <http://purl.org/net/opmv/ns#Agent> ;
                                                        rdfs:comment """Property to bind an execution account to the system where it was executed (which could be different from the one used for designing its workflow template).

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/acc1>
      a opmo:Account, opmw:executionAccount;
      opmw:executedInWorkflowSystem <http://www.opmw.org/export/resource/Agent/SHELL>.

<http://www.opmw.org/export/resource/Agent/SHELL> 
     a opmw:Agent."""@en ;
                                                        rdfs:label "executed in Workflow System"@en .


###  http://www.opmw.org/ontology/hasExecutableComponent
<http://www.opmw.org/ontology/hasExecutableComponent> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <http://purl.org/net/opmv/ns#used> ,
                                                                         owl:topObjectProperty ,
                                                                         <http://www.w3.org/ns/prov#used> ;
                                                      rdf:type owl:FunctionalProperty ;
                                                      rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionProcess> ;
                                                      rdfs:comment """Property that binds a workflow execution process to the specific component (code, scripts, etc.) used in the execution.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086>
     a opmv:Process, opmw:WorkflowExecutionProcess;
     opmw:hasExecutableComponent <http://www.opmw.org/export/resource/ReaerationEDM/COMPONENTREAERATIONEDM>."""@en ;
                                                      rdfs:label "has Executable Component"@en .


###  http://www.opmw.org/ontology/isGeneratedBy
<http://www.opmw.org/ontology/isGeneratedBy> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.org/net/p-plan#isOutputVarOf> ;
                                             rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                             rdfs:range <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
                                             rdfs:comment """Property that binds a workflow template artifact to the workflow template process that generates it.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_REAERATIONPARAMS>
     a opmw:DataVariable, opmw:WorkflowTemplateArtifact;
     opmw:isGeneratedBy <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>.

"""@en ;
                                             rdfs:label "is Generated By"@en .


###  http://www.opmw.org/ontology/isParameterOfTemplate
<http://www.opmw.org/ontology/isParameterOfTemplate> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <http://purl.org/net/p-plan#isVariableOfPlan> ;
                                                     rdfs:domain <http://www.opmw.org/ontology/ParameterVariable> ;
                                                     rdfs:range <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                     rdfs:comment """Property used to dessignate which workflow Parameter Variables belong to a workflow template.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DATE>
     a opmw:ParameterVariable;
     opmw:isParameterOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.""" ;
                                                     rdfs:label "is Parameter of Template" .


###  http://www.opmw.org/ontology/isStepOfTemplate
<http://www.opmw.org/ontology/isStepOfTemplate> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <http://purl.org/net/p-plan#isStepOfPlan> ;
                                                rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
                                                rdfs:range <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                rdfs:comment """Property used to dessignate which workflow Steps (or Workflow Template Processes) belong to a workflow template.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CALCULATEHOURLYAVERAGES>
     a opmw:WorkflowTemplateProcess;
     opmw:isStepOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.""" ;
                                                rdfs:label "is Step of Template" .


###  http://www.opmw.org/ontology/isVariableOfTemplate
<http://www.opmw.org/ontology/isVariableOfTemplate> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <http://purl.org/net/p-plan#isVariableOfPlan> ;
                                                    rdfs:domain <http://www.opmw.org/ontology/DataVariable> ;
                                                    rdfs:range <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                    rdfs:comment """Property used to dessignate which workflow Data Variables belong to a workflow template.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/page/resource/DataVariable/AQUAFLOW_EDM_HOURLYDATA>
     a opmw:DataVariable;
     opmw:isVariableOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.""" ;
                                                    rdfs:label "is Variable of Template" .


###  http://www.opmw.org/ontology/uses
<http://www.opmw.org/ontology/uses> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
                                    rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
                                    rdfs:range <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                    rdfs:comment """Property that binds a workflow template process to the workflow template artifact that generates it.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>
     a opmw:WorkflowTemplateProcess;
     opmw:uses <http://www.opmw.org/export/resource/DataVariable/PARAMETERSFILE>."""@en ;
                                    rdfs:label "uses"@en .


###  http://www.w3.org/2004/02/skos/core#broadMatch
<http://www.w3.org/2004/02/skos/core#broadMatch> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#broader> ,
                                                                    <http://www.w3.org/2004/02/skos/core#mappingRelation> ;
                                                 owl:inverseOf <http://www.w3.org/2004/02/skos/core#narrowMatch> ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "has broader match"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:ObjectProperty ;
                                              rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#broaderTransitive> ;
                                              rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
                                              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                              rdfs:label "has broader"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to a concept that is more general in meaning."@en ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .


###  http://www.w3.org/2004/02/skos/core#broaderTransitive
<http://www.w3.org/2004/02/skos/core#broaderTransitive> rdf:type owl:ObjectProperty ;
                                                        rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#semanticRelation> ;
                                                        owl:inverseOf <http://www.w3.org/2004/02/skos/core#narrowerTransitive> ;
                                                        rdf:type owl:TransitiveProperty ;
                                                        rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                        rdfs:label "has broader transitive"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "skos:broaderTransitive is a transitive superproperty of skos:broader." ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en .


###  http://www.w3.org/2004/02/skos/core#closeMatch
<http://www.w3.org/2004/02/skos/core#closeMatch> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#mappingRelation> ;
                                                 rdf:type owl:SymmetricProperty ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "has close match"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property."@en .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#closeMatch> ;
                                                 rdf:type owl:SymmetricProperty ,
                                                          owl:TransitiveProperty ;
                                                 rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "has exact match"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en .


###  http://www.w3.org/2004/02/skos/core#hasTopConcept
<http://www.w3.org/2004/02/skos/core#hasTopConcept> rdf:type owl:ObjectProperty ;
                                                    owl:inverseOf <http://www.w3.org/2004/02/skos/core#topConceptOf> ;
                                                    rdfs:domain <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                    rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                    rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                    rdfs:label "has top concept"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."@en .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdf:type owl:ObjectProperty ;
                                               rdfs:range <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                               rdfs:label "is in scheme"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "A concept may be a member of more than one concept scheme."@en .


###  http://www.w3.org/2004/02/skos/core#mappingRelation
<http://www.w3.org/2004/02/skos/core#mappingRelation> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#semanticRelation> ;
                                                      rdfs:comment "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice."@en ;
                                                      rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                      rdfs:label "is in mapping relation with"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"@en .


###  http://www.w3.org/2004/02/skos/core#member
<http://www.w3.org/2004/02/skos/core#member> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://www.w3.org/2004/02/skos/core#Collection> ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://www.w3.org/2004/02/skos/core#Collection>
                                                                        <http://www.w3.org/2004/02/skos/core#Concept>
                                                                      )
                                                        ] ;
                                             rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                             rdfs:label "has member"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Relates a collection to one of its members."@en .


###  http://www.w3.org/2004/02/skos/core#memberList
<http://www.w3.org/2004/02/skos/core#memberList> rdf:type owl:ObjectProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <http://www.w3.org/2004/02/skos/core#OrderedCollection> ;
                                                 rdfs:range rdf:List ;
                                                 rdfs:comment """For any resource, every item in the list given as the value of the
      skos:memberList property is also a value of the skos:member property."""@en ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "has member list"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Relates an ordered collection to the RDF list containing its members."@en .


###  http://www.w3.org/2004/02/skos/core#narrowMatch
<http://www.w3.org/2004/02/skos/core#narrowMatch> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#mappingRelation> ,
                                                                     <http://www.w3.org/2004/02/skos/core#narrower> ;
                                                  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                  rdfs:label "has narrower match"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en .


###  http://www.w3.org/2004/02/skos/core#narrower
<http://www.w3.org/2004/02/skos/core#narrower> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#narrowerTransitive> ;
                                               owl:inverseOf <http://www.w3.org/2004/02/skos/core#broader> ;
                                               rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
                                               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                               rdfs:label "has narrower"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to a concept that is more specific in meaning."@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .


###  http://www.w3.org/2004/02/skos/core#narrowerTransitive
<http://www.w3.org/2004/02/skos/core#narrowerTransitive> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#semanticRelation> ;
                                                         rdf:type owl:TransitiveProperty ;
                                                         rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                         rdfs:label "has narrower transitive"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "skos:narrowerTransitive is a transitive superproperty of skos:narrower." ;
                                                         <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en .


###  http://www.w3.org/2004/02/skos/core#related
<http://www.w3.org/2004/02/skos/core#related> rdf:type owl:ObjectProperty ;
                                              rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#semanticRelation> ;
                                              rdf:type owl:SymmetricProperty ;
                                              rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
                                              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                              rdfs:label "has related"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to a concept with which there is an associative semantic relationship."@en .


###  http://www.w3.org/2004/02/skos/core#relatedMatch
<http://www.w3.org/2004/02/skos/core#relatedMatch> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#mappingRelation> ,
                                                                      <http://www.w3.org/2004/02/skos/core#related> ;
                                                   rdf:type owl:SymmetricProperty ;
                                                   rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                   rdfs:label "has related match"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."@en .


###  http://www.w3.org/2004/02/skos/core#semanticRelation
<http://www.w3.org/2004/02/skos/core#semanticRelation> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                       rdfs:label "is in semantic relation with"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a concept to a concept related by meaning."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts."@en .


###  http://www.w3.org/2004/02/skos/core#topConceptOf
<http://www.w3.org/2004/02/skos/core#topConceptOf> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#inScheme> ;
                                                   rdfs:domain <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                   rdfs:range <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                   rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                   rdfs:label "is top concept in scheme"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to the concept scheme that it is a top level concept of."@en .


###  http://www.w3.org/ns/prov#used
<http://www.w3.org/ns/prov#used> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                                 rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                 rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  http://www.w3.org/ns/prov#wasGeneratedBy
<http://www.w3.org/ns/prov#wasGeneratedBy> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                           rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  https://w3id.org/semsys/ns/swemls#componentInput
:componentInput rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
                rdfs:domain :SystemComponent ;
                rdfs:range :Instance ;
                rdfs:label "component input" .


###  https://w3id.org/semsys/ns/swemls#componentModel
:componentModel rdf:type owl:ObjectProperty ;
                rdfs:domain :SystemComponent ;
                rdfs:range :Model ;
                rdfs:comment "Linking the system with component models" ;
                rdfs:label "component model" .


###  https://w3id.org/semsys/ns/swemls#componentOutput
:componentOutput rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://purl.org/net/p-plan#hasOutputVar> ;
                 rdfs:domain :SystemComponent ;
                 rdfs:range :Instance ;
                 rdfs:label "component output" .


###  https://w3id.org/semsys/ns/swemls#hasApplicationDomain
:hasApplicationDomain rdf:type owl:ObjectProperty ;
                      rdfs:range :ApplicationDomain ;
                      rdfs:comment "Linking the system with the application domain it is working in" ;
                      rdfs:label "has application domain" .


###  https://w3id.org/semsys/ns/swemls#hasArea
:hasArea rdf:type owl:ObjectProperty ;
         rdfs:domain :System ;
         rdfs:range :Area ;
         rdfs:comment "Linking a SWeML system with a research area it is associated with" ;
         rdfs:label "has area" .


###  https://w3id.org/semsys/ns/swemls#hasAuthorsCountry
:hasAuthorsCountry rdf:type owl:ObjectProperty ;
                   rdfs:domain :Paper ;
                   rdfs:range :Country ;
                   rdfs:comment "Linking a paper with the countries of author's affiliations" ;
                   rdfs:label "has authors country" .


###  https://w3id.org/semsys/ns/swemls#hasCorrespondingPattern
:hasCorrespondingPattern rdf:type owl:ObjectProperty ;
                         rdfs:domain :System ;
                         rdfs:range :Pattern ;
                         rdfs:comment "A SWeML system has a corresponding pattern" ;
                         rdfs:label "has corresponding pattern" .


###  https://w3id.org/semsys/ns/swemls#hasCorrespondingPatternStep
:hasCorrespondingPatternStep rdf:type owl:ObjectProperty ;
                             rdfs:domain :SystemComponent ;
                             rdfs:range <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
                             rdfs:comment "Linking the corresponding step of a pattern workflow with a specific system component" ;
                             rdfs:label "has corresponding pattern step" .


###  https://w3id.org/semsys/ns/swemls#hasDataIO
:hasDataIO rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasSystemIO ;
           rdfs:domain :System ;
           rdfs:range :Data ;
           rdfs:comment "Data as in- output(s) in the workflow" ;
           rdfs:label "has data I/O" .


###  https://w3id.org/semsys/ns/swemls#hasDocumentation
:hasDocumentation rdf:type owl:ObjectProperty ;
                  rdfs:domain :System ;
                  rdfs:range :Documentation ;
                  rdfs:comment "System has documentation providing details about e.g. training steps or split, used datasets and evaluation metrics" ;
                  rdfs:label "has documentation" .


###  https://w3id.org/semsys/ns/swemls#hasModel
:hasModel rdf:type owl:ObjectProperty ;
          rdfs:domain :System ;
          rdfs:range :Model ;
          rdfs:comment "A SWeML system can have one or more models" ;
          rdfs:label "has model" .


###  https://w3id.org/semsys/ns/swemls#hasProcessingEngine
:hasProcessingEngine rdf:type owl:ObjectProperty ;
                     rdfs:domain :KnowledgeRepresentationComponent ;
                     rdfs:range :ProcessingEngine ;
                     rdfs:comment "SWeMLs can have one or more processing engines" ;
                     rdfs:label "has processing engine" .


###  https://w3id.org/semsys/ns/swemls#hasResourceFormalism
:hasResourceFormalism rdf:type owl:ObjectProperty ;
                      rdfs:domain :SemanticWebResource ;
                      rdfs:range :ResourceFormalism ;
                      rdfs:comment "Linking the symbol formalism with the semantic web resource data" ;
                      rdfs:label "Resource Formalism" .


###  https://w3id.org/semsys/ns/swemls#hasResourceSize
:hasResourceSize rdf:type owl:ObjectProperty ;
                 rdfs:domain :SemanticWebResource ;
                 rdfs:range :ResourceSize ;
                 rdfs:comment "Linking the semantic web resource with the resource size" ;
                 rdfs:label "resource size" .


###  https://w3id.org/semsys/ns/swemls#hasResourceType
:hasResourceType rdf:type owl:ObjectProperty ;
                 rdfs:domain :SemanticWebResource ;
                 rdfs:range :ResourceType ;
                 rdfs:comment "Linking the semantic web resource with the resource type" ;
                 rdfs:label "resource type" .


###  https://w3id.org/semsys/ns/swemls#hasStatisticalModel
:hasStatisticalModel rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasModel ;
                     rdfs:domain :System ;
                     rdfs:range :StatisticalModel ;
                     rdfs:comment "A SWeML system linking to at least one statistical model" ;
                     rdfs:label "has statistical model" .


###  https://w3id.org/semsys/ns/swemls#hasStepKR
:hasStepKR rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasSystemComponent ;
           rdfs:domain :System ;
           rdfs:range :KnowledgeRepresentationComponent ;
           rdfs:comment "Linking SWeMLs to Knowledge Representation component(s) in different steps of the workflow" ;
           rdfs:label "has KR step" .


###  https://w3id.org/semsys/ns/swemls#hasStepKR1
:hasStepKR1 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepKR ;
            rdfs:domain :System ;
            rdfs:range :KnowledgeRepresentationComponent ;
            rdfs:label "has KR step 1" .


###  https://w3id.org/semsys/ns/swemls#hasStepML
:hasStepML rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasSystemComponent ;
           rdfs:domain :System ;
           rdfs:range :MachineLearningComponent ;
           rdfs:comment "Linking SWeMLs to Machine Learning component(s) in different steps of the workflow" ;
           rdfs:label "has ML step" .


###  https://w3id.org/semsys/ns/swemls#hasStepML1
:hasStepML1 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepML ;
            rdfs:domain :System ;
            rdfs:range :MachineLearningComponent ;
            rdfs:label "has ML step 1" .


###  https://w3id.org/semsys/ns/swemls#hasStepML2
:hasStepML2 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepML ;
            rdfs:domain :System ;
            rdfs:range :MachineLearningComponent ;
            rdfs:label "has ML step 2" .


###  https://w3id.org/semsys/ns/swemls#hasStepML3
:hasStepML3 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepML ;
            rdfs:domain :System ;
            rdfs:range :MachineLearningComponent ;
            rdfs:label "has ML step 3" .


###  https://w3id.org/semsys/ns/swemls#hasStepML4
:hasStepML4 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepML ;
            rdfs:domain :System ;
            rdfs:range :MachineLearningComponent ;
            rdfs:label "has ML step 4" .


###  https://w3id.org/semsys/ns/swemls#hasStepML5
:hasStepML5 rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasStepML ;
            rdfs:domain :System ;
            rdfs:range :MachineLearningComponent ;
            rdfs:label "has ML step 5" .


###  https://w3id.org/semsys/ns/swemls#hasSymbolIO
:hasSymbolIO rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :hasSystemIO ;
             rdfs:domain :System ;
             rdfs:range :Symbol ;
             rdfs:comment "Symbol as in- output(s) in the workflow" ;
             rdfs:label "has symbol I/O" .


###  https://w3id.org/semsys/ns/swemls#hasSymbolUsage
:hasSymbolUsage rdf:type owl:ObjectProperty ;
                rdfs:domain :System ;
                rdfs:range :SymbolUsage ;
                rdfs:comment "Linking system to symbol usage" ;
                rdfs:label "has symbol usage" .


###  https://w3id.org/semsys/ns/swemls#hasSystemComponent
:hasSystemComponent rdf:type owl:ObjectProperty ;
                    rdfs:domain :System ;
                    rdfs:range :SystemComponent ;
                    rdfs:comment "SWeMLs can have one or more system components" ;
                    rdfs:label "has system component" .


###  https://w3id.org/semsys/ns/swemls#hasSystemIO
:hasSystemIO rdf:type owl:ObjectProperty ;
             rdfs:domain :System ;
             rdfs:range :Instance ;
             rdfs:comment "Describes in- and outputs to SWeML systems" ;
             rdfs:label "has system I/O" .


###  https://w3id.org/semsys/ns/swemls#hasSystemMaturity
:hasSystemMaturity rdf:type owl:ObjectProperty ;
                   rdfs:domain :System ;
                   rdfs:range :SystemMaturity ;
                   rdfs:comment "System has a certain maturity according to different characteristics (stability, UI)" ;
                   rdfs:label "has system maturity" .


###  https://w3id.org/semsys/ns/swemls#hasTask
:hasTask rdf:type owl:ObjectProperty ;
         rdfs:domain :System ;
         rdfs:range :Task ;
         rdfs:comment "Linking the system to the task it is solving" ;
         rdfs:label "has task" .


###  https://w3id.org/semsys/ns/swemls#hasTrainingType
:hasTrainingType rdf:type owl:ObjectProperty ;
                 rdfs:domain :System ;
                 rdfs:range :TrainingType ;
                 rdfs:comment "Linking the training type of the system" ;
                 rdfs:label "has training type" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData1
:hasVariableData1 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 1" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData2
:hasVariableData2 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 2" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData3
:hasVariableData3 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 3" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData4
:hasVariableData4 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 4" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData5
:hasVariableData5 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 5" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData6
:hasVariableData6 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 6" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData7
:hasVariableData7 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 7" .


###  https://w3id.org/semsys/ns/swemls#hasVariableData8
:hasVariableData8 rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf :hasDataIO ;
                  rdfs:domain :System ;
                  rdfs:range :Data ;
                  rdfs:label "has variable data 8" .


###  https://w3id.org/semsys/ns/swemls#hasVariableSW1
:hasVariableSW1 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :hasSymbolIO ;
                rdfs:domain :System ;
                rdfs:range :Symbol ;
                rdfs:label "has variable SW 1" .


###  https://w3id.org/semsys/ns/swemls#hasVariableSW2
:hasVariableSW2 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :hasSymbolIO ;
                rdfs:domain :System ;
                rdfs:range :Symbol ;
                rdfs:label "has variable SW 2" .


###  https://w3id.org/semsys/ns/swemls#hasVariableSW3
:hasVariableSW3 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :hasSymbolIO ;
                rdfs:domain :System ;
                rdfs:range :Symbol ;
                rdfs:label "has variable SW 3" .


###  https://w3id.org/semsys/ns/swemls#hasVariableSW4
:hasVariableSW4 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf :hasSymbolIO ;
                rdfs:domain :System ;
                rdfs:range :Symbol ;
                rdfs:label "has variable SW 4" .


###  https://w3id.org/semsys/ns/swemls#isOfType
:isOfType rdf:type owl:ObjectProperty ;
          rdfs:domain :Paper ;
          rdfs:range :PaperType ;
          rdfs:comment "Linking the paper type to the paper" ;
          rdfs:label "is of type" .


###  https://w3id.org/semsys/ns/swemls#reports
:reports rdf:type owl:ObjectProperty ;
         rdfs:domain :Paper ;
         rdfs:range :System ;
         rdfs:comment "Linking the system reported in the paper" ;
         rdfs:label "reports" .


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

###  http://www.opmw.org/ontology/createdInWorkflowSystem
<http://www.opmw.org/ontology/createdInWorkflowSystem> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                       rdfs:range xsd:anyURI ;
                                                       rdfs:comment """This data property binds a workflow template to the tool used for its design and creation. The tool is represented by its URL.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>
         a opmw:WorkflowTemplate;
         opmw:createdInWorkflowSystem \"http://wings.isi.edu\"^^xsd:anyURI."""@en ;
                                                       rdfs:label "created in Workflow System"@en .


###  http://www.opmw.org/ontology/hasDimensionality
<http://www.opmw.org/ontology/hasDimensionality> rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                                 rdfs:range xsd:int ;
                                                 rdfs:comment """Property that represents the dimensionality of the artifact: 0 is a single file, 1 for a collection, etc.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_DAILYDATA>
     a opmw:DataVariable, opmw:WorkflowTemplateArtifact;
     opmw:hasDimensionality \"1\"^^xsd:int.
"""@en ;
                                                 rdfs:label "has Dimensionality"@en .


###  http://www.opmw.org/ontology/hasDocumentation
<http://www.opmw.org/ontology/hasDocumentation> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                rdfs:range [ rdf:type rdfs:Datatype ;
                                                             owl:unionOf ( xsd:anyURI
                                                                           xsd:string
                                                                         )
                                                           ] ;
                                                rdfs:comment """Property that binds a workflow template to its documentation.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>
      a opmw:WorkflowTemplate;
      opmw:hasDocumentation \"A copy of the documentation related to this template \"^^xsd:string."""@en ;
                                                rdfs:label "has Documentation"@en .


###  http://www.opmw.org/ontology/hasExecutionDiagram
<http://www.opmw.org/ontology/hasExecutionDiagram> rdf:type owl:DatatypeProperty ,
                                                            owl:FunctionalProperty ;
                                                   rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                                   rdfs:range xsd:anyURI ;
                                                   rdfs:comment """Property that links an execution account to its diagram. The diagram shows how the template has been instantiated with different components.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>
     a opmw:WorkflowExecutionAccount,opmo:Account;
     opmw:hasExecutionDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png\"^^sxd:anyURI."""@en ;
                                                   rdfs:label "has Execution Diagram"@en .


###  http://www.opmw.org/ontology/hasFileName
<http://www.opmw.org/ontology/hasFileName> rdf:type owl:DatatypeProperty ,
                                                    owl:FunctionalProperty ;
                                           rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
                                           rdfs:range xsd:string ;
                                           rdfs:comment """Property used to link an execution artifact to its file name (independently of its URI).

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>
      a opmv:Artifact, opmw:WorkflowExecutionArtifact.
      opmw:hasFileName \"NTMParams_SMN_2010_03_14Z\"^^xsd:string."""@en ;
                                           rdfs:label "has File Name"@en .


###  http://www.opmw.org/ontology/hasLocation
<http://www.opmw.org/ontology/hasLocation> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
                                           rdfs:range xsd:anyURI ;
                                           rdfs:comment """Property used to link an execution artifact to the physical location of its file in the server.

Example
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>
      a opmv:Artifact, opmw:WorkflowExecutionArtifact.
      opmw:hasLocation \"http://www.opmw.org/datasets/resource/1/148/NTMParams_SMN_2010_03_14Z\"^^xsd:anyURI."""@en ;
                                           rdfs:label "has Location"@en .


###  http://www.opmw.org/ontology/hasNativeSystemTemplate
<http://www.opmw.org/ontology/hasNativeSystemTemplate> rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                       rdfs:range xsd:anyURI ;
                                                       rdfs:comment """Property used to link a workflow template to its native template (encoded in the syntax of the workflow system where it was designed: scufl, owl, etc.).

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>
     a opmw:WorkflowTemplate;
     opmw:hasNativeSystemTemplate \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/ontology/Water/AquaFlow_NTM.owl\"xsd:anyURI."""@en ;
                                                       rdfs:label "has Native System Template"@en .


###  http://www.opmw.org/ontology/hasOriginalLogFile
<http://www.opmw.org/ontology/hasOriginalLogFile> rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain [ rdf:type owl:Class ;
                                                                owl:unionOf ( <http://www.opmw.org/ontology/WorkflowExecutionAccount>
                                                                              <http://www.opmw.org/ontology/WorkflowExecutionProcess>
                                                                            )
                                                              ] ;
                                                  rdfs:range xsd:anyURI ;
                                                  rdfs:comment """Property used to link an execution account or a workflow execution process to the correspondent log file produced by the enacting workflow engine.


Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>
     a opmw:WorkflowExecutionAccount,opmo:Account;
     opmw:hasOriginalLogFile \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.ttl\"^^sxd:anyURI."""@en ;
                                                  rdfs:label "has Original Log File"@en .


###  http://www.opmw.org/ontology/hasSize
<http://www.opmw.org/ontology/hasSize> rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
                                       rdfs:range xsd:int ;
                                       rdfs:comment """Property used to annotate a workflow execution artifact with the size in bytes of its file.

Example
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>
      a opmv:Artifact, opmw:WorkflowExecutionArtifact.
      opmw:hasLocation \"68\"^^xsd:int."""@en ;
                                       rdfs:label "has Size"@en .


###  http://www.opmw.org/ontology/hasStatus
<http://www.opmw.org/ontology/hasStatus> rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                         rdfs:range xsd:string ;
                                         rdfs:comment """Property used to state whether an ececution account was successful or not.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>
      a opmo:Account, opmw:ExecutionAccount;
      opmw:hasStatus \"SUCCESS\"^^xsd.string."""@en ;
                                         rdfs:label "has Status"@en .


###  http://www.opmw.org/ontology/hasTemplateDiagram
<http://www.opmw.org/ontology/hasTemplateDiagram> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <http://www.opmw.org/ontology/WorkflowTemplate> ;
                                                  rdfs:range xsd:anyURI ;
                                                  rdfs:comment """Property used to link a workflow template to its graphical representation.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>
     a opmw:WorkflowTemplate;
     opmw:hasTemplateDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png\"xsd:anyURI."""@en ;
                                                  rdfs:label "has Template Diagram"@en .


###  http://www.opmw.org/ontology/hasValue
<http://www.opmw.org/ontology/hasValue> rdf:type owl:DatatypeProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
                                        rdfs:range xsd:string ;
                                        rdfs:comment """Property used to state the value of the artifact (in case of being a parameter).

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH0.61959237>
     a opmv:Artifact, opmw:WorkflowExecutionArtifact;
     opmw:hasValue \"0.61959237\"^^xsd:string."""@en ;
                                        rdfs:label "has Value"@en .


###  http://www.opmw.org/ontology/isConcrete
<http://www.opmw.org/ontology/isConcrete> rdf:type owl:DatatypeProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:range xsd:boolean ;
                                          rdfs:comment "Property that specifies whether a component is abstract or not."@en ;
                                          rdfs:label "is Concrete"@en .


###  http://www.opmw.org/ontology/overallEndTime
<http://www.opmw.org/ontology/overallEndTime> rdf:type owl:DatatypeProperty ,
                                                       owl:FunctionalProperty ;
                                              rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                              rdfs:range xsd:dateTime ;
                                              rdfs:comment """Property which states that none of the activities contained in the account finished executing after the End Time.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>
     a opmw:WorkflowExecutionAccount,opmo:Account;
     opmw:overallEndTime \"2012-04-25T10:28:55-07:00\"^^xsd:dateTime."""@en ;
                                              rdfs:label "overall End Time"@en .


###  http://www.opmw.org/ontology/overallStartTime
<http://www.opmw.org/ontology/overallStartTime> rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
                                                rdfs:range xsd:dateTime ;
                                                rdfs:comment """Property which states that none of the activities in the current account started executing before the start time.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>
     a opmw:WorkflowExecutionAccount,opmo:Account;
     opmw:overallStartTime \"2012-04-25T10:28:07-07:00\"^^xsd:dateTime."""@en ;
                                                rdfs:label "overall Start Time"@en .


###  http://www.opmw.org/ontology/versionNumber
<http://www.opmw.org/ontology/versionNumber> rdf:type owl:DatatypeProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:range xsd:int ;
                                             rdfs:comment """Property used to annotate a resource with it version number.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>
     a opmw:WorkflowTemplate;
     opmw:versionNumber \"2\"^^xsd:int."""@en ;
                                             rdfs:label "version Number"@en .


###  http://www.w3.org/2004/02/skos/core#notation
<http://www.w3.org/2004/02/skos/core#notation> rdf:type owl:DatatypeProperty ;
                                               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                               rdfs:label "notation"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:notation is used with a typed literal in the object position of the triple."@en .


###  https://w3id.org/semsys/ns/swemls#author_country
:author_country rdf:type owl:DatatypeProperty ;
                rdfs:domain :Paper ;
                rdfs:range xsd:string ;
                rdfs:comment "Country to which authors describing the SWeML systems in their paper are affiliated to" ;
                rdfs:label "author country" .


###  https://w3id.org/semsys/ns/swemls#evaluation_data
:evaluation_data rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Documentation ;
                 rdfs:range xsd:string ;
                 rdfs:comment "Presence of documentation on used data sets: yes, no" ;
                 rdfs:label "evaluation data" .


###  https://w3id.org/semsys/ns/swemls#evaluation_data_split
:evaluation_data_split rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Documentation ;
                       rdfs:range xsd:string ;
                       rdfs:comment """Presence of documentation on used training, development and test set
used in evaluation: yes, no""" ;
                       rdfs:label "evaluation data split" .


###  https://w3id.org/semsys/ns/swemls#evaluation_metrics
:evaluation_metrics rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Documentation ;
                    rdfs:range xsd:string ;
                    rdfs:comment "Presence of documentation on used metrics in evaluation: yes, no" ;
                    rdfs:label "evaluation metrics" .


###  https://w3id.org/semsys/ns/swemls#hasKeyword
:hasKeyword rdf:type owl:DatatypeProperty ;
            rdfs:domain :Paper ;
            rdfs:range xsd:string ;
            rdfs:comment "Keywords assigned to the publication by the authors" ;
            rdfs:label "has keyword" .


###  https://w3id.org/semsys/ns/swemls#has_ID
:has_ID rdf:type owl:DatatypeProperty ;
        rdfs:domain :Paper ;
        rdfs:range xsd:string ;
        rdfs:comment "The ID of the SWeML system" ;
        rdfs:label "has id" .


###  https://w3id.org/semsys/ns/swemls#has_link
:has_link rdf:type owl:DatatypeProperty ;
          rdfs:domain :Paper ;
          rdfs:range xsd:string ;
          rdfs:comment "Link of the paper" ;
          rdfs:label "has link" .


###  https://w3id.org/semsys/ns/swemls#has_title
:has_title rdf:type owl:DatatypeProperty ;
           rdfs:domain :Paper ;
           rdfs:range xsd:string ;
           rdfs:comment "The title of the paper" ;
           rdfs:label "has title" .


###  https://w3id.org/semsys/ns/swemls#infrastructure
:infrastructure rdf:type owl:DatatypeProperty ;
                rdfs:domain :Documentation ;
                rdfs:range xsd:string ;
                rdfs:comment "Presence of documentation on used infrastructure: yes, no" ;
                rdfs:label "infrastructure" .


###  https://w3id.org/semsys/ns/swemls#parameters
:parameters rdf:type owl:DatatypeProperty ;
            rdfs:domain :Documentation ;
            rdfs:range xsd:string ;
            rdfs:comment "Presence of documentation on used parameters: yes, no" ;
            rdfs:label "parameters" .


###  https://w3id.org/semsys/ns/swemls#process_steps
:process_steps rdf:type owl:DatatypeProperty ;
               rdfs:domain :Documentation ;
               rdfs:range xsd:string ;
               rdfs:comment """Presence of documentation on performed processing steps, such as
pre-processing, cross-validation: yes, no""" ;
               rdfs:label "process steps" .


###  https://w3id.org/semsys/ns/swemls#provenance_support
:provenance_support rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Documentation ;
                    rdfs:range xsd:string ;
                    rdfs:comment "Presence of input/output data provenance collection: yes, no" ;
                    rdfs:label "provenance support" .


###  https://w3id.org/semsys/ns/swemls#software
:software rdf:type owl:DatatypeProperty ;
          rdfs:domain :Documentation ;
          rdfs:range xsd:string ;
          rdfs:comment "Presence of documentation on used software and libraries: yes, no" ;
          rdfs:label "software" .


###  https://w3id.org/semsys/ns/swemls#summary
:summary rdf:type owl:DatatypeProperty ;
         rdfs:domain :Paper ;
         rdfs:range xsd:string ;
         rdfs:comment "Short summary of the paper" ;
         rdfs:label "summary" .


###  https://w3id.org/semsys/ns/swemls#venue
:venue rdf:type owl:DatatypeProperty ;
       rdfs:domain :Paper ;
       rdfs:range xsd:string ;
       rdfs:comment "The venue where the paper is published" ;
       rdfs:label "venue" .


###  https://w3id.org/semsys/ns/swemls#year
:year rdf:type owl:DatatypeProperty ;
      rdfs:subPropertyOf owl:topDataProperty ;
      rdfs:comment "Year in which the paper is published" ;
      rdfs:label "year" .


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

###  http://openprovenance.org/model/opmo#Account
<http://openprovenance.org/model/opmo#Account> rdf:type owl:Class .


###  http://openprovenance.org/model/opmo#OPMGraph
<http://openprovenance.org/model/opmo#OPMGraph> rdf:type owl:Class .


###  http://purl.org/net/opmv/ns#Artifact
<http://purl.org/net/opmv/ns#Artifact> rdf:type owl:Class .


###  http://purl.org/net/opmv/ns#Process
<http://purl.org/net/opmv/ns#Process> rdf:type owl:Class .


###  http://purl.org/net/p-plan#Activity
<http://purl.org/net/p-plan#Activity> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> ;
                                      rdfs:comment "A p-plan:Activity represents the execution process planned in a p-plan:Step"@en ;
                                      rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                      rdfs:label "Activity"@en .


###  http://purl.org/net/p-plan#Bundle
<http://purl.org/net/p-plan#Bundle> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ,
                                                    <http://www.w3.org/ns/prov#Bundle> ;
                                    rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                    rdfs:label "Bundle"@en ;
                                    <http://www.w3.org/ns/prov#definition> "A p-plan:Bundle is a specific type of prov:Bundle that contains the provenance assertions of the execution of a p-plan:Plan"@en .


###  http://purl.org/net/p-plan#Entity
<http://purl.org/net/p-plan#Entity> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                                    rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                    rdfs:label "Entity"@en ;
                                    <http://www.w3.org/ns/prov#definition> "A p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable."@en .


###  http://purl.org/net/p-plan#MultiStep
<http://purl.org/net/p-plan#MultiStep> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://purl.org/net/p-plan#Plan> ,
                                                       <http://purl.org/net/p-plan#Step> ;
                                       rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                       rdfs:label "MultiStep"@en ;
                                       <http://www.w3.org/ns/prov#definition> "A multi step is the representation of a plan that appears as a step of another plan."@en .


###  http://purl.org/net/p-plan#Plan
<http://purl.org/net/p-plan#Plan> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ,
                                                  <http://www.w3.org/ns/prov#Plan> ;
                                  rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                  rdfs:label "Plan"@en ;
                                  <http://www.w3.org/ns/prov#definition> "A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables."@en .


###  http://purl.org/net/p-plan#Step
<http://purl.org/net/p-plan#Step> rdf:type owl:Class ;
                                  rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                  rdfs:label "Step"@en ;
                                  <http://www.w3.org/ns/prov#definition> "A p-plan:Step represents the planned execution activity"@en .


###  http://purl.org/net/p-plan#Variable
<http://purl.org/net/p-plan#Variable> rdf:type owl:Class ;
                                      rdfs:isDefinedBy <http://purl.org/net/p-plan#> ;
                                      rdfs:label "Variable"@en ;
                                      <http://www.w3.org/ns/prov#definition> "A p-plan:Variable represents a description of the input of the planned Activity (p-plan:Step)"@en .


###  http://www.opmw.org/ontology/DataVariable
<http://www.opmw.org/ontology/DataVariable> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                            rdfs:comment """A Data variable is a workflow template artifact that represents a variable in the workflow specification.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_SUM_CORRDO>
      a      opmw:WorkflowTemplateArtifact , opmw:DataVariable ;
      rdfs:label \"Data variable Sum_CorrDO\" ;
      opmw:hasDimensionality \"0\"^^xsd:int ;
      opmw:isGeneratedBy              <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CREATEPLOTS> ;
      opmw:template              <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> .""" ;
                                            rdfs:label "Data Variable"@en .


###  http://www.opmw.org/ontology/ParameterVariable
<http://www.opmw.org/ontology/ParameterVariable> rdf:type owl:Class ;
                                                 rdfs:subClassOf <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
                                                 rdfs:comment """An parameter variable represents a description of an input parameter of a process. Parameter variables can only be used by process.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opmw: <http://www.opmw.org/ontology/> .

<http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_NTM_LATITUDE>
      a      opmw:/WorkflowTemplateArtifact , opmw:ParameterVariable ;
      rdfs:label \"Parameter variable Latitude\" ;
      opmw:template              <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> ."""@en ;
                                                 rdfs:label "Parameter Variable"@en .


###  http://www.opmw.org/ontology/WorkflowExecutionAccount
<http://www.opmw.org/ontology/WorkflowExecutionAccount> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://openprovenance.org/model/opmo#Account> ,
                                                                        <http://www.w3.org/ns/prov#Bundle> ;
                                                        rdfs:comment """A workflow execution account represents the execution from the perspective of the system.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598>
      a       opmo:Account , opmw:WorkflowExecutionAccount> ;
      rdfs:label \"Execution account created on 1335533097598\" ;
      opmw:executedInWorkflowSystem
              <http://www.opmw.org/export/resource/Agent/SHELL> ;
     opmw:hasEndTime
              \"2012-04-25T07:17:48-07:00\"^^xsd:dateTime ;
      opmw:hasExecutionDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_144.png\"^^xsd:anyURI ;
      opmw:hasStartTime               \"2012-04-25T07:17:05-07:00\"^^xsd:dateTime ;
      opmw:hasStatus \"SUCCESS\" ;"""@en ;
                                                        rdfs:label "Workflow Execution Account"@en .


###  http://www.opmw.org/ontology/WorkflowExecutionArtifact
<http://www.opmw.org/ontology/WorkflowExecutionArtifact> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://purl.org/net/opmv/ns#Artifact> ,
                                                                         <http://www.w3.org/ns/prov#Entity> ;
                                                         rdfs:comment """A workflow execution artifact represents a resource used or generated in the execution of a workflow.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/25F1016C12EBE301EE7AADBC0B085C45>
      a       opmw:WorkflowExecutionArtifact , opmv:Artifact;
      rdfs:label \"Execution artifact with id: 25f1016c12ebe301ee7aadbc0b085c45\" ;
      opmo:account              <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ;
      opmv:wasGeneratedBy     <http://www.opmw.org/export/resource/WorkflowExecutionProcess/p1> ;
      opmw:hasLocation     \"http://wings.isi.edu/opmexport/resource/1/144/Formatted_SMN_2010_03_10Z\"^^xsd:anyURI ;
      opmw:hasSize \"8618\"^^xsd:int ;
      opmw:hasWorkflowTemplateArtifact              <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_FORMATTEDDATA>."""@en ;
                                                         rdfs:label "Workflow Execution Artifact"@en .


###  http://www.opmw.org/ontology/WorkflowExecutionProcess
<http://www.opmw.org/ontology/WorkflowExecutionProcess> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/net/opmv/ns#Process> ,
                                                                        <http://www.w3.org/ns/prov#Activity> ;
                                                        rdfs:comment """A workflow execution process represents the execution of a step in workflow template. The execution process also describes the specific method used to acomplish the task described in the proces template.

Example:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix opmv: <http://purl.org/net/opmv/ns#> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .

<http://www.opmw.org/export/resource/WorkflowExecutionProcess/CONVERTTOSTANDARDFORMAT133553>
      a      opmw:/WorkflowExecutionProcess , opmv:Process ;
      rdfs:label \"Execution process ConvertToStandardFormat\" ;
      opmo:account              <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ;
      opmv:used              <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/6C7CF277338D9590EE18534D4D78924F> ;
      opmv:wasControlledBy               <http://www.opmw.org/export/resource/Agent/ADMIN> ;
      opmw:hasWorkflowTemplateProcess              <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CONVERTTOSTANDARDFORMAT> ."""@en ;
                                                        rdfs:label "Workflow Execution Process"@en .


###  http://www.opmw.org/ontology/WorkflowTemplate
<http://www.opmw.org/ontology/WorkflowTemplate> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/net/p-plan#Plan> ,
                                                                owl:Thing ,
                                                                <http://www.w3.org/ns/prov#Plan> ;
                                                rdfs:comment """A workflow template represents the design of the workflow. In such design, the different steps and inputs don't have to be bound to a specific tool or dataset. It is a generic view of the workflow, which is instantiated in each execution.
 
Example:
@prefix dc:  <http://purl.org/dc/terms/> .
@prefix opmw: <http://www.opmw.org/ontology/> .
<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>
     a opmw:WorkflowTemplate;
     rdfs:label \"AquaFlow_NTM\" ;
     dc.contributor
              <http://www.opmw.org/export/resource/Agent/WATER> ;
     dc:modified
              \"2011-06-08T09:57:12-07:00\"^^xsd:dateTime ;
     opmw:hasVersion \"2\"^^xsd:int ."""@en ;
                                                rdfs:label "Workflow Template"@en .


###  http://www.opmw.org/ontology/WorkflowTemplateArtifact
<http://www.opmw.org/ontology/WorkflowTemplateArtifact> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ,
                                                                        owl:Thing ;
                                                        rdfs:comment """A workflow template artifact is part of a workflow template. It explains what kind of artifact is used or generated by the process template, along with possible restrictions that it may have.

There are two different types of workflow template artifacts: data variables and parameter variables."""@en ;
                                                        rdfs:label "Workflow Template Artifact"@en ,
                                                                   "Workflow Template Artifact" .


###  http://www.opmw.org/ontology/WorkflowTemplateProcess
<http://www.opmw.org/ontology/WorkflowTemplateProcess> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/net/p-plan#Step> ,
                                                                       owl:Thing ;
                                                       rdfs:comment """A workflow process template is an abstraction of the workflow execution process step that aims to describe the method followed by the scientist instead of its specific instantiation.

Example:
@prefix opmw: <http://www.opmw.org/ontology/> .
@prefix water: <http://www.isi.edu/ac/Water/library.owl#> .

<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CALCULATEHOURLYAVERAGES>
      a opmw:ProcessTemplate, water:CalculateHourlyAverages;
      opmw:template <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>;
      opmw:uses <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_FILTEREDDATA>.
      """@en ;
                                                       rdfs:label "Workflow Template Process"@en ,
                                                                  "Workflow Template Process" .


###  http://www.opmw.org/ontology/WorklowTemplate
<http://www.opmw.org/ontology/WorklowTemplate> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#Collection
<http://www.w3.org/2004/02/skos/core#Collection> rdf:type owl:Class ;
                                                 owl:disjointWith <http://www.w3.org/2004/02/skos/core#Concept> ,
                                                                  <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                 rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                 rdfs:label "Collection"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A meaningful collection of concepts."@en ;
                                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy."@en .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class ;
                                              owl:disjointWith <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                              rdfs:label "Concept"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An idea or notion; a unit of thought."@en .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class ;
                                                    rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                    rdfs:label "Concept Scheme"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
                                                    <http://www.w3.org/2004/02/skos/core#example> "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en ;
                                                    <http://www.w3.org/2004/02/skos/core#scopeNote> "A concept scheme may be defined to include concepts from different sources."@en .


###  http://www.w3.org/2004/02/skos/core#OrderedCollection
<http://www.w3.org/2004/02/skos/core#OrderedCollection> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Collection> ;
                                                        rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                                                        rdfs:label "Ordered Collection"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "An ordered collection of concepts, where both the grouping and the ordering are meaningful."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'."@en .


###  http://www.w3.org/ns/prov#Activity
<http://www.w3.org/ns/prov#Activity> rdf:type owl:Class ;
                                     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  http://www.w3.org/ns/prov#Bundle
<http://www.w3.org/ns/prov#Bundle> rdf:type owl:Class ;
                                   rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                                   rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  http://www.w3.org/ns/prov#Entity
<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class ;
                                   rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  http://www.w3.org/ns/prov#Plan
<http://www.w3.org/ns/prov#Plan> rdf:type owl:Class ;
                                 rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                                 rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .


###  https://w3id.org/semsys/ns/swemls#ApplicationDomain
:ApplicationDomain rdf:type owl:Class ;
                   rdfs:comment "The application domain in which the SWeML systems solve tasks (e.g. Chemistry, Legal)" ;
                   rdfs:label "Application Domain" .


###  https://w3id.org/semsys/ns/swemls#Area
:Area rdf:type owl:Class ;
      rdfs:comment "Positioning of the Paper in relation to research araeas e.g. Explainable AI or Semantic Web Mining" ;
      rdfs:label "Area" .


###  https://w3id.org/semsys/ns/swemls#Atomic-Pattern
:Atomic-Pattern rdf:type owl:Class ;
                rdfs:subClassOf :Pattern ;
                rdfs:comment "Basic pattern type: a single algorithmic module consumes a single input" ;
                rdfs:label "Atomic Pattern" .


###  https://w3id.org/semsys/ns/swemls#Country
:Country rdf:type owl:Class ;
         rdfs:comment "Country to which authors describing the SWeML systems in their paper are affiliated to" ;
         rdfs:label "Country" .


###  https://w3id.org/semsys/ns/swemls#Data
:Data rdf:type owl:Class ;
      rdfs:subClassOf :Instance ;
      rdfs:comment "Facts and statistics collected together and used as a basis for reasoning, discussion or calculation." ;
      rdfs:label "Data" .


###  https://w3id.org/semsys/ns/swemls#Documentation
:Documentation rdf:type owl:Class ;
               rdfs:comment "Documenation characteristics e.g. used dataset, training parameters, evaluation metrics" ;
               rdfs:label "Documentation" .


###  https://w3id.org/semsys/ns/swemls#Fusion-Pattern
:Fusion-Pattern rdf:type owl:Class ;
                rdfs:subClassOf :Pattern ;
                rdfs:comment "Basic pattern type: a single algorithmic module consumes more than one input" ;
                rdfs:label "Fusion Pattern" .


###  https://w3id.org/semsys/ns/swemls#I-Pattern
:I-Pattern rdf:type owl:Class ;
           rdfs:subClassOf :Pattern ;
           rdfs:comment "Advanced pattern type: a chain of Atomic Patterns" ;
           rdfs:label "I-Pattern" .


###  https://w3id.org/semsys/ns/swemls#Instance
:Instance rdf:type owl:Class ;
          rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
          rdfs:label "Instance" .


###  https://w3id.org/semsys/ns/swemls#KnowledgeRepresentationComponent
:KnowledgeRepresentationComponent rdf:type owl:Class ;
                                  rdfs:subClassOf :SystemComponent ;
                                  rdfs:comment "A Knowledge Representation component" ;
                                  rdfs:label "KR Component" .


###  https://w3id.org/semsys/ns/swemls#M-Pattern
:M-Pattern rdf:type owl:Class ;
           rdfs:subClassOf :Pattern ;
           rdfs:label "M-Pattern" .


###  https://w3id.org/semsys/ns/swemls#MachineLearningComponent
:MachineLearningComponent rdf:type owl:Class ;
                          rdfs:subClassOf :SystemComponent ;
                          rdfs:comment "A Machine Learning component" ;
                          rdfs:label "ML Component" .


###  https://w3id.org/semsys/ns/swemls#Model
:Model rdf:type owl:Class ;
       rdfs:comment "Models used in the SWeML systems" ;
       rdfs:label "Model" .


###  https://w3id.org/semsys/ns/swemls#Other-Pattern
:Other-Pattern rdf:type owl:Class ;
               rdfs:subClassOf :Pattern ;
               rdfs:comment "Other Patterns that do not fit in any other category" ;
               rdfs:label "Other Patterns" .


###  https://w3id.org/semsys/ns/swemls#Paper
:Paper rdf:type owl:Class ;
       rdfs:comment "Paper in which the SWeML system is described" ;
       rdfs:label "Paper" .


###  https://w3id.org/semsys/ns/swemls#PaperType
:PaperType rdf:type owl:Class ;
           rdfs:comment "Paper type, e.g. Workshop or Conference paper" ;
           rdfs:label "Paper Type" .


###  https://w3id.org/semsys/ns/swemls#Pattern
:Pattern rdf:type owl:Class ;
         rdfs:subClassOf <http://www.opmw.org/ontology/WorklowTemplate> ;
         rdfs:comment "Patterns describing the SWeMLs flow" ;
         rdfs:label "Pattern" .


###  https://w3id.org/semsys/ns/swemls#ProcessingEngine
:ProcessingEngine rdf:type owl:Class ;
                  rdfs:comment "Processing engine, that processes semantic web resources e.g.  SPARQL query engine, reasoner" ;
                  rdfs:label "Processing Engine" .


###  https://w3id.org/semsys/ns/swemls#ResourceFormalism
:ResourceFormalism rdf:type owl:Class ;
                   rdfs:comment "Formalism of the semantic web resource data" ;
                   rdfs:label "Symbol Formalism" .


###  https://w3id.org/semsys/ns/swemls#ResourceSize
:ResourceSize rdf:type owl:Class ;
              rdfs:comment "Size of the semantic web resource(s) in triples" ;
              rdfs:label "Resource Size" .


###  https://w3id.org/semsys/ns/swemls#ResourceType
:ResourceType rdf:type owl:Class ;
              rdfs:comment "Resource type of the semantic web resources resource, e.g. ontology, queries" ;
              rdfs:label "Resource Type" .


###  https://w3id.org/semsys/ns/swemls#SemanticModel
:SemanticModel rdf:type owl:Class ;
               rdfs:subClassOf :Model ;
               rdfs:comment "Deductive Model" ;
               rdfs:label "Semantic Model" .


###  https://w3id.org/semsys/ns/swemls#SemanticWebResource
:SemanticWebResource rdf:type owl:Class ;
                     rdfs:subClassOf :SemanticModel ,
                                     :Symbol ;
                     rdfs:comment "Semantic entities or relations" ;
                     rdfs:label "Semantic Web Resource" .


###  https://w3id.org/semsys/ns/swemls#StatisticalModel
:StatisticalModel rdf:type owl:Class ;
                  rdfs:subClassOf :Model ;
                  rdfs:comment "Inductive Model" ;
                  rdfs:label "Statistical Model" .


###  https://w3id.org/semsys/ns/swemls#Symbol
:Symbol rdf:type owl:Class ;
        rdfs:subClassOf :Instance ;
        rdfs:comment "A representation of symbolic data such as semantic entities or relations." ;
        rdfs:label "Symbol" .


###  https://w3id.org/semsys/ns/swemls#SymbolUsage
:SymbolUsage rdf:type owl:Class ;
             rdfs:comment "Type of usage of the semantic web resource" ;
             rdfs:label "Symbol Usage" .


###  https://w3id.org/semsys/ns/swemls#System
:System rdf:type owl:Class ;
        rdfs:subClassOf <http://purl.org/net/p-plan#Plan> ;
        rdfs:comment "SWeML System" ;
        rdfs:label "System" .


###  https://w3id.org/semsys/ns/swemls#SystemComponent
:SystemComponent rdf:type owl:Class ;
                 rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
                 rdfs:comment "One component of the system" ;
                 rdfs:label "System Component" .


###  https://w3id.org/semsys/ns/swemls#SystemMaturity
:SystemMaturity rdf:type owl:Class ;
                rdfs:comment "Maturity of the overall SWeML system" ;
                rdfs:label "System Maturity" .


###  https://w3id.org/semsys/ns/swemls#T-Pattern
:T-Pattern rdf:type owl:Class ;
           rdfs:subClassOf :Pattern ;
           rdfs:comment "Advanded pattern type: a chain of Atomic and Fusion Patterns" ;
           rdfs:label "T-Pattern" .


###  https://w3id.org/semsys/ns/swemls#Task
:Task rdf:type owl:Class ;
      rdfs:comment "Task that the SWeML system supposed to solve" ;
      rdfs:label "Task" .


###  https://w3id.org/semsys/ns/swemls#TrainingType
:TrainingType rdf:type owl:Class ;
              rdfs:comment "Training type of the ML model(s)" ;
              rdfs:label "Training Type" .


###  https://w3id.org/semsys/ns/swemls#X-Pattern
:X-Pattern rdf:type owl:Class ;
           rdfs:subClassOf :Pattern ;
           rdfs:comment "" ;
           rdfs:label "X-Pattern" .


###  https://w3id.org/semsys/ns/swemls#Y-Pattern
:Y-Pattern rdf:type owl:Class ;
           rdfs:subClassOf :Pattern ;
           rdfs:comment "Advanced pattern type: combination of two (or more) Atomic Patterns via a Fusion Pattern" ;
           rdfs:label "Y-Pattern" .


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

###  http://purl.org/net/p-plan#
<http://purl.org/net/p-plan#> rdf:type owl:NamedIndividual ,
                                       owl:Thing .


###  http://semantic-systems.net/swemls/Area.Data_Mining
<http://semantic-systems.net/swemls/Area.Data_Mining> rdf:type owl:NamedIndividual ,
                                                               :Area ;
                                                      rdfs:label "Data Mining" .


###  http://semantic-systems.net/swemls/Area.Explainable_AI_ML
<http://semantic-systems.net/swemls/Area.Explainable_AI_ML> rdf:type owl:NamedIndividual ,
                                                                     :Area ;
                                                            rdfs:label "Explainable AI/ML" .


###  http://semantic-systems.net/swemls/Area.Machine_Learning
<http://semantic-systems.net/swemls/Area.Machine_Learning> rdf:type owl:NamedIndividual ,
                                                                    :Area ;
                                                           rdfs:label "Machine Learning" .


###  http://semantic-systems.net/swemls/Area.Neuro-symbolic_systems
<http://semantic-systems.net/swemls/Area.Neuro-symbolic_systems> rdf:type owl:NamedIndividual ,
                                                                          :Area ;
                                                                 rdfs:label "Neuro-symbolic systems" .


###  http://semantic-systems.net/swemls/Area.Other
<http://semantic-systems.net/swemls/Area.Other> rdf:type owl:NamedIndividual ,
                                                         :Area ;
                                                rdfs:label "Other" .


###  http://semantic-systems.net/swemls/Area.Reasoning
<http://semantic-systems.net/swemls/Area.Reasoning> rdf:type owl:NamedIndividual ,
                                                             :Area ;
                                                    rdfs:label "Reasoning" .


###  http://semantic-systems.net/swemls/Area.Semantic_Web_Mining
<http://semantic-systems.net/swemls/Area.Semantic_Web_Mining> rdf:type owl:NamedIndividual ,
                                                                       :Area ;
                                                              rdfs:label "Semantic Web Mining" .


###  http://semantic-systems.net/swemls/Area.Semantic_Web_Technologies
<http://semantic-systems.net/swemls/Area.Semantic_Web_Technologies> rdf:type owl:NamedIndividual ,
                                                                             :Area ;
                                                                    rdfs:label "Semantic Web Technologies" .


###  http://semantic-systems.net/swemls/Domain.Academia_Publications
<http://semantic-systems.net/swemls/Domain.Academia_Publications> rdf:type owl:NamedIndividual ,
                                                                           :ApplicationDomain ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                                  rdfs:label "Academia/Publications" .


###  http://semantic-systems.net/swemls/Domain.Admin_Politics
<http://semantic-systems.net/swemls/Domain.Admin_Politics> rdf:type owl:NamedIndividual ,
                                                                    :ApplicationDomain ;
                                                           rdfs:label "Admin & Politics" .


###  http://semantic-systems.net/swemls/Domain.Agriculture
<http://semantic-systems.net/swemls/Domain.Agriculture> rdf:type owl:NamedIndividual ,
                                                                 :ApplicationDomain ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                        rdfs:label "Agriculture" .


###  http://semantic-systems.net/swemls/Domain.Art
<http://semantic-systems.net/swemls/Domain.Art> rdf:type owl:NamedIndividual ,
                                                         :ApplicationDomain ;
                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                rdfs:label "Art" .


###  http://semantic-systems.net/swemls/Domain.Biology_Biomedicine
<http://semantic-systems.net/swemls/Domain.Biology_Biomedicine> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Natural_Sciences> ;
                                                                rdfs:label "Biology/Biomedicine" .


###  http://semantic-systems.net/swemls/Domain.Chemistry
<http://semantic-systems.net/swemls/Domain.Chemistry> rdf:type owl:NamedIndividual ,
                                                               :ApplicationDomain ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Natural_Sciences> ;
                                                      rdfs:label "Chemistry" .


###  http://semantic-systems.net/swemls/Domain.Cultural_Heritage
<http://semantic-systems.net/swemls/Domain.Cultural_Heritage> rdf:type owl:NamedIndividual ,
                                                                       :ApplicationDomain ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                              rdfs:label "Cultural Heritage" .


###  http://semantic-systems.net/swemls/Domain.Culture_Education
<http://semantic-systems.net/swemls/Domain.Culture_Education> rdf:type owl:NamedIndividual ,
                                                                       :ApplicationDomain ;
                                                              rdfs:label "Culture & Education" .


###  http://semantic-systems.net/swemls/Domain.Digital_Humantities
<http://semantic-systems.net/swemls/Domain.Digital_Humantities> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                                rdfs:label "Digital Humantities" .


###  http://semantic-systems.net/swemls/Domain.Disaster_Management
<http://semantic-systems.net/swemls/Domain.Disaster_Management> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Admin_Politics> ;
                                                                rdfs:label "Disaster Management" .


###  http://semantic-systems.net/swemls/Domain.E-Commerce
<http://semantic-systems.net/swemls/Domain.E-Commerce> rdf:type owl:NamedIndividual ,
                                                                :ApplicationDomain ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                       rdfs:label "E-Commerce" .


###  http://semantic-systems.net/swemls/Domain.E-Government
<http://semantic-systems.net/swemls/Domain.E-Government> rdf:type owl:NamedIndividual ,
                                                                  :ApplicationDomain ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Admin_Politics> ;
                                                         rdfs:label "E-Government" .


###  http://semantic-systems.net/swemls/Domain.Ecological
<http://semantic-systems.net/swemls/Domain.Ecological> rdf:type owl:NamedIndividual ,
                                                                :ApplicationDomain ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                       rdfs:label "Ecological" .


###  http://semantic-systems.net/swemls/Domain.Education
<http://semantic-systems.net/swemls/Domain.Education> rdf:type owl:NamedIndividual ,
                                                               :ApplicationDomain ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                      rdfs:label "Education" .


###  http://semantic-systems.net/swemls/Domain.Energy_Management
<http://semantic-systems.net/swemls/Domain.Energy_Management> rdf:type owl:NamedIndividual ,
                                                                       :ApplicationDomain ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Admin_Politics> ;
                                                              rdfs:label "Energy Management" .


###  http://semantic-systems.net/swemls/Domain.Finance_Business
<http://semantic-systems.net/swemls/Domain.Finance_Business> rdf:type owl:NamedIndividual ,
                                                                      :ApplicationDomain ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                             rdfs:label "Finance/Business" .


###  http://semantic-systems.net/swemls/Domain.Food
<http://semantic-systems.net/swemls/Domain.Food> rdf:type owl:NamedIndividual ,
                                                          :ApplicationDomain ;
                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Other_Domains> ;
                                                 rdfs:label "Food" .


###  http://semantic-systems.net/swemls/Domain.Gaming
<http://semantic-systems.net/swemls/Domain.Gaming> rdf:type owl:NamedIndividual ,
                                                            :ApplicationDomain ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                   rdfs:label "Gaming" .


###  http://semantic-systems.net/swemls/Domain.General
<http://semantic-systems.net/swemls/Domain.General> rdf:type owl:NamedIndividual ,
                                                             :ApplicationDomain ;
                                                    rdfs:label "General" .


###  http://semantic-systems.net/swemls/Domain.General_Cross_Domain
<http://semantic-systems.net/swemls/Domain.General_Cross_Domain> rdf:type owl:NamedIndividual ,
                                                                          :ApplicationDomain ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.General> ;
                                                                 rdfs:label "General - Cross-Domain" .


###  http://semantic-systems.net/swemls/Domain.General_Dictionary
<http://semantic-systems.net/swemls/Domain.General_Dictionary> rdf:type owl:NamedIndividual ,
                                                                        :ApplicationDomain ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.General> ;
                                                               rdfs:label "General - Dictionary" .


###  http://semantic-systems.net/swemls/Domain.Geographical_Domain
<http://semantic-systems.net/swemls/Domain.Geographical_Domain> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                                rdfs:label "Geographical Domain" .


###  http://semantic-systems.net/swemls/Domain.Geography_Economics
<http://semantic-systems.net/swemls/Domain.Geography_Economics> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                rdfs:label "Geography & Economics" .


###  http://semantic-systems.net/swemls/Domain.Human_Culture_Education
<http://semantic-systems.net/swemls/Domain.Human_Culture_Education> rdf:type owl:NamedIndividual ,
                                                                             :ApplicationDomain ;
                                                                    rdfs:label "Human Culture & Education" .


###  http://semantic-systems.net/swemls/Domain.Legal
<http://semantic-systems.net/swemls/Domain.Legal> rdf:type owl:NamedIndividual ,
                                                           :ApplicationDomain ;
                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Other_Domains> ;
                                                  rdfs:label "Legal" .


###  http://semantic-systems.net/swemls/Domain.Literature
<http://semantic-systems.net/swemls/Domain.Literature> rdf:type owl:NamedIndividual ,
                                                                :ApplicationDomain ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                       rdfs:label "Literature" .


###  http://semantic-systems.net/swemls/Domain.Manufacturing
<http://semantic-systems.net/swemls/Domain.Manufacturing> rdf:type owl:NamedIndividual ,
                                                                   :ApplicationDomain ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Production_of_Goods> ;
                                                          rdfs:label "Manufacturing" .


###  http://semantic-systems.net/swemls/Domain.Marketing
<http://semantic-systems.net/swemls/Domain.Marketing> rdf:type owl:NamedIndividual ,
                                                               :ApplicationDomain ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                      rdfs:label "Marketing" .


###  http://semantic-systems.net/swemls/Domain.Medicine_Health
<http://semantic-systems.net/swemls/Domain.Medicine_Health> rdf:type owl:NamedIndividual ,
                                                                     :ApplicationDomain ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Natural_Sciences> ;
                                                            rdfs:label "Medicine/Health" .


###  http://semantic-systems.net/swemls/Domain.Missing_Info
<http://semantic-systems.net/swemls/Domain.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                  :ApplicationDomain ;
                                                         rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/Domain.Movies
<http://semantic-systems.net/swemls/Domain.Movies> rdf:type owl:NamedIndividual ,
                                                            :ApplicationDomain ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Culture_Education> ;
                                                   rdfs:label "Movies" .


###  http://semantic-systems.net/swemls/Domain.Music
<http://semantic-systems.net/swemls/Domain.Music> rdf:type owl:NamedIndividual ,
                                                           :ApplicationDomain ;
                                                  rdfs:label "Music" .


###  http://semantic-systems.net/swemls/Domain.Natural_Sciences
<http://semantic-systems.net/swemls/Domain.Natural_Sciences> rdf:type owl:NamedIndividual ,
                                                                      :ApplicationDomain ;
                                                             rdfs:label "Natural Sciences" .


###  http://semantic-systems.net/swemls/Domain.News
<http://semantic-systems.net/swemls/Domain.News> rdf:type owl:NamedIndividual ,
                                                          :ApplicationDomain ;
                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.News_Social_Media> ;
                                                 rdfs:label "News" .


###  http://semantic-systems.net/swemls/Domain.News_Social_Media
<http://semantic-systems.net/swemls/Domain.News_Social_Media> rdf:type owl:NamedIndividual ,
                                                                       :ApplicationDomain ;
                                                              rdfs:label "News & Social Media" .


###  http://semantic-systems.net/swemls/Domain.Other_Domains
<http://semantic-systems.net/swemls/Domain.Other_Domains> rdf:type owl:NamedIndividual ,
                                                                   :ApplicationDomain ;
                                                          rdfs:label "Other Domains" .


###  http://semantic-systems.net/swemls/Domain.Production_of_Goods
<http://semantic-systems.net/swemls/Domain.Production_of_Goods> rdf:type owl:NamedIndividual ,
                                                                         :ApplicationDomain ;
                                                                rdfs:label "Production of Goods" .


###  http://semantic-systems.net/swemls/Domain.Robotics
<http://semantic-systems.net/swemls/Domain.Robotics> rdf:type owl:NamedIndividual ,
                                                              :ApplicationDomain ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Software_Tech> ;
                                                     rdfs:label "Robotics" .


###  http://semantic-systems.net/swemls/Domain.Security
<http://semantic-systems.net/swemls/Domain.Security> rdf:type owl:NamedIndividual ,
                                                              :ApplicationDomain ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Other_Domains> ;
                                                     rdfs:label "Security" .


###  http://semantic-systems.net/swemls/Domain.Social_Media
<http://semantic-systems.net/swemls/Domain.Social_Media> rdf:type owl:NamedIndividual ,
                                                                  :ApplicationDomain ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.News_Social_Media> ;
                                                         rdfs:label "Social Media" .


###  http://semantic-systems.net/swemls/Domain.Software_Engineering
<http://semantic-systems.net/swemls/Domain.Software_Engineering> rdf:type owl:NamedIndividual ,
                                                                          :ApplicationDomain ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Software_Tech> ;
                                                                 rdfs:label "Software Engineering" .


###  http://semantic-systems.net/swemls/Domain.Software_Tech
<http://semantic-systems.net/swemls/Domain.Software_Tech> rdf:type owl:NamedIndividual ,
                                                                   :ApplicationDomain ;
                                                          rdfs:label "Software & Tech" .


###  http://semantic-systems.net/swemls/Domain.Space
<http://semantic-systems.net/swemls/Domain.Space> rdf:type owl:NamedIndividual ,
                                                           :ApplicationDomain ;
                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Natural_Sciences> ;
                                                  rdfs:label "Space" .


###  http://semantic-systems.net/swemls/Domain.Sport
<http://semantic-systems.net/swemls/Domain.Sport> rdf:type owl:NamedIndividual ,
                                                           :ApplicationDomain ;
                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Other_Domains> ;
                                                  rdfs:label "Sport" .


###  http://semantic-systems.net/swemls/Domain.Tourism
<http://semantic-systems.net/swemls/Domain.Tourism> rdf:type owl:NamedIndividual ,
                                                             :ApplicationDomain ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Geography_Economics> ;
                                                    rdfs:label "Tourism" .


###  http://semantic-systems.net/swemls/Domain.Transportation_and_Logistics
<http://semantic-systems.net/swemls/Domain.Transportation_and_Logistics> rdf:type owl:NamedIndividual ,
                                                                                  :ApplicationDomain ;
                                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Production_of_Goods> ;
                                                                         rdfs:label "Transportation and Logistics" .


###  http://semantic-systems.net/swemls/Domain.crime_urban_data
<http://semantic-systems.net/swemls/Domain.crime_urban_data> rdf:type owl:NamedIndividual ,
                                                                      :ApplicationDomain ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Domain.Admin_Politics> ;
                                                             rdfs:label "Crime/Urban Data" .


###  http://semantic-systems.net/swemls/Maturity.High
<http://semantic-systems.net/swemls/Maturity.High> rdf:type owl:NamedIndividual ,
                                                            :SystemMaturity ;
                                                   rdfs:comment "high maturity level (stable, enterprise, tool)" ;
                                                   rdfs:label "High Maturity" .


###  http://semantic-systems.net/swemls/Maturity.Low
<http://semantic-systems.net/swemls/Maturity.Low> rdf:type owl:NamedIndividual ,
                                                           :SystemMaturity ;
                                                  rdfs:comment "low maturity level (scripts, prototype)" ;
                                                  rdfs:label "Low Maturity" .


###  http://semantic-systems.net/swemls/Maturity.Medium
<http://semantic-systems.net/swemls/Maturity.Medium> rdf:type owl:NamedIndividual ,
                                                              :SystemMaturity ;
                                                     rdfs:comment "medium maturity level (beta, demo)" ;
                                                     rdfs:label "Medium Maturity" .


###  http://semantic-systems.net/swemls/Maturity.Missing_Info
<http://semantic-systems.net/swemls/Maturity.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                    :SystemMaturity ;
                                                           rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/Maturity.Probably_Low
<http://semantic-systems.net/swemls/Maturity.Probably_Low> rdf:type owl:NamedIndividual ,
                                                                    :SystemMaturity ;
                                                           rdfs:comment "probably low" ;
                                                           rdfs:label "Probably Low Maturity" .


###  http://semantic-systems.net/swemls/PaperType.Book_Section
<http://semantic-systems.net/swemls/PaperType.Book_Section> rdf:type owl:NamedIndividual ,
                                                                     :PaperType ;
                                                            rdfs:label "Book Section" .


###  http://semantic-systems.net/swemls/PaperType.Conference_Paper
<http://semantic-systems.net/swemls/PaperType.Conference_Paper> rdf:type owl:NamedIndividual ,
                                                                         :PaperType ;
                                                                rdfs:label "Conference Paper" .


###  http://semantic-systems.net/swemls/PaperType.Journal_Article
<http://semantic-systems.net/swemls/PaperType.Journal_Article> rdf:type owl:NamedIndividual ,
                                                                        :PaperType ;
                                                               rdfs:label "Journal Article" .


###  http://semantic-systems.net/swemls/PaperType.Thesis
<http://semantic-systems.net/swemls/PaperType.Thesis> rdf:type owl:NamedIndividual ,
                                                               :PaperType ;
                                                      rdfs:label "Thesis" .


###  http://semantic-systems.net/swemls/PaperType.Workshop_Paper
<http://semantic-systems.net/swemls/PaperType.Workshop_Paper> rdf:type owl:NamedIndividual ,
                                                                       :PaperType ;
                                                              rdfs:label "Workshop Paper" .


###  http://semantic-systems.net/swemls/Pattern.A1
<http://semantic-systems.net/swemls/Pattern.A1> rdf:type owl:NamedIndividual ,
                                                         :Atomic-Pattern ;
                                                rdfs:comment "[sym -> ML -> sym]" ;
                                                rdfs:label "Pattern A1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-3" .


###  http://semantic-systems.net/swemls/Pattern.A2
<http://semantic-systems.net/swemls/Pattern.A2> rdf:type owl:NamedIndividual ,
                                                         :Atomic-Pattern ;
                                                rdfs:comment "[data-> ML -> sym]" ;
                                                rdfs:label "Pattern A2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-5" .


###  http://semantic-systems.net/swemls/Pattern.A3
<http://semantic-systems.net/swemls/Pattern.A3> rdf:type owl:NamedIndividual ,
                                                         :Atomic-Pattern ;
                                                rdfs:comment "[sym -> ML -> data]" ;
                                                rdfs:label "Pattern A3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-7" .


###  http://semantic-systems.net/swemls/Pattern.F1
<http://semantic-systems.net/swemls/Pattern.F1> rdf:type owl:NamedIndividual ,
                                                         :Fusion-Pattern ;
                                                rdfs:comment "[data/sym -> ML -> data]" ;
                                                rdfs:label "Pattern F1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-12" .


###  http://semantic-systems.net/swemls/Pattern.F2
<http://semantic-systems.net/swemls/Pattern.F2> rdf:type owl:NamedIndividual ,
                                                         :Fusion-Pattern ;
                                                rdfs:comment "[data/sym -> ML -> sym]" ;
                                                rdfs:label "Pattern F2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-8" .


###  http://semantic-systems.net/swemls/Pattern.F3
<http://semantic-systems.net/swemls/Pattern.F3> rdf:type owl:NamedIndividual ,
                                                         :Fusion-Pattern ;
                                                rdfs:comment "[data/(sym) -> ML -> data / sym]" ;
                                                rdfs:label "Pattern F3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-1" .


###  http://semantic-systems.net/swemls/Pattern.F4
<http://semantic-systems.net/swemls/Pattern.F4> rdf:type owl:NamedIndividual ,
                                                         :Fusion-Pattern ;
                                                rdfs:comment "[sym / sym -> ML -> sym]" ;
                                                rdfs:label "Pattern F4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-32" .


###  http://semantic-systems.net/swemls/Pattern.I1
<http://semantic-systems.net/swemls/Pattern.I1> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[sym -> ML -> data -> ML -> sym]" ;
                                                rdfs:label "Pattern I1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-4" .


###  http://semantic-systems.net/swemls/Pattern.I2
<http://semantic-systems.net/swemls/Pattern.I2> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[sym -> ML -> data -> ML -> data]" ;
                                                rdfs:label "Pattern I2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-5" .


###  http://semantic-systems.net/swemls/Pattern.I3
<http://semantic-systems.net/swemls/Pattern.I3> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[data -> ML -> sym -> KR -> sym]" ;
                                                rdfs:label "Pattern I3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-6/10" .


###  http://semantic-systems.net/swemls/Pattern.I4
<http://semantic-systems.net/swemls/Pattern.I4> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[sym -> KR -> data -> ML -> sym]" ;
                                                rdfs:label "Pattern I4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-21" .


###  http://semantic-systems.net/swemls/Pattern.I5
<http://semantic-systems.net/swemls/Pattern.I5> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[data -> ML -> sym -> ML -> data]" ;
                                                rdfs:label "Pattern I5" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-9" .


###  http://semantic-systems.net/swemls/Pattern.I6
<http://semantic-systems.net/swemls/Pattern.I6> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[data ->ML-> sym-> ML-> sym]" ;
                                                rdfs:label "Pattern I6" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-10" .


###  http://semantic-systems.net/swemls/Pattern.I7
<http://semantic-systems.net/swemls/Pattern.I7> rdf:type owl:NamedIndividual ,
                                                         :I-Pattern ;
                                                rdfs:comment "[sym -> ML -> sym -> ML -> data]" ;
                                                rdfs:label "Pattern I7" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-31" .


###  http://semantic-systems.net/swemls/Pattern.M1
<http://semantic-systems.net/swemls/Pattern.M1> rdf:type owl:NamedIndividual ,
                                                         :M-Pattern ;
                                                rdfs:comment "[sym/sym -> ML -> data]" ;
                                                rdfs:label "Pattern M1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "M-1" .


###  http://semantic-systems.net/swemls/Pattern.M2
<http://semantic-systems.net/swemls/Pattern.M2> rdf:type owl:NamedIndividual ,
                                                         :M-Pattern ;
                                                rdfs:comment "[data -> ML -> data/sym]" ;
                                                rdfs:label "Pattern M2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "M-2" .


###  http://semantic-systems.net/swemls/Pattern.Missing_Info
<http://semantic-systems.net/swemls/Pattern.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                   :Pattern ;
                                                          rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/Pattern.Not_applicable
<http://semantic-systems.net/swemls/Pattern.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                     :Pattern ;
                                                            rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/Pattern.O1
<http://semantic-systems.net/swemls/Pattern.O1> rdf:type owl:NamedIndividual ,
                                                         :Other-Pattern ;
                                                rdfs:comment "[{data -> ML -> data / data -> ML -> data / data/sym/sym -> KR -> data -> ML -> data } -> ML -> data]" ;
                                                rdfs:label "Pattern O1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-43" .


###  http://semantic-systems.net/swemls/Pattern.O2
<http://semantic-systems.net/swemls/Pattern.O2> rdf:type owl:NamedIndividual ,
                                                         :Other-Pattern ;
                                                rdfs:comment "[data -> {ML / (sym->KR)} -> sym]" ;
                                                rdfs:label "Pattern O2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-26" .


###  http://semantic-systems.net/swemls/Pattern.O3
<http://semantic-systems.net/swemls/Pattern.O3> rdf:type owl:NamedIndividual ,
                                                         :Other-Pattern ;
                                                rdfs:comment "[sym -> ML1 -> sym -> ML2 -> data -> ML1]" ;
                                                rdfs:label "Pattern O3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-22" .


###  http://semantic-systems.net/swemls/Pattern.O4
<http://semantic-systems.net/swemls/Pattern.O4> rdf:type owl:NamedIndividual ,
                                                         :Other-Pattern ;
                                                rdfs:comment "[{{data(1)/sym -> ML -> sym}/{data(1) -> ML -> data} -> ML -> data} / {data -> ML -> data} -> ML -> data]" ;
                                                rdfs:label "Pattern O4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-33" .


###  http://semantic-systems.net/swemls/Pattern.T1
<http://semantic-systems.net/swemls/Pattern.T1> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{data -> ML -> data / sym} -> ML -> sym]" ;
                                                rdfs:label "Pattern T1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-18" .


###  http://semantic-systems.net/swemls/Pattern.T10
<http://semantic-systems.net/swemls/Pattern.T10> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[data -> ML -> sym -> { data/sym -> KR } -> sym]" ;
                                                 rdfs:label "Pattern T10" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-38" .


###  http://semantic-systems.net/swemls/Pattern.T11
<http://semantic-systems.net/swemls/Pattern.T11> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[sym / data -> ML -> sym / data -> KR -> data]" ;
                                                 rdfs:label "Pattern T11" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-42" .


###  http://semantic-systems.net/swemls/Pattern.T12
<http://semantic-systems.net/swemls/Pattern.T12> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[data -> KR->sym/sym->ML->sym]" ;
                                                 rdfs:label "Pattern T12" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-11" .


###  http://semantic-systems.net/swemls/Pattern.T13
<http://semantic-systems.net/swemls/Pattern.T13> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[sym/data -> KR -> data -> ML -> data]" ;
                                                 rdfs:label "Pattern T13" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-45" .


###  http://semantic-systems.net/swemls/Pattern.T14
<http://semantic-systems.net/swemls/Pattern.T14> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{sym -> KR -> data / data} -> ML -> sym]" ;
                                                 rdfs:label "Pattern T14" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-19" .


###  http://semantic-systems.net/swemls/Pattern.T15
<http://semantic-systems.net/swemls/Pattern.T15> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[sym -> KR -> sym/sym -> ML -> sym]" ;
                                                 rdfs:label "Pattern T15" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-46" .


###  http://semantic-systems.net/swemls/Pattern.T16
<http://semantic-systems.net/swemls/Pattern.T16> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{sym / data} -> ML -> data -> ML -> data]" ;
                                                 rdfs:label "Pattern T16" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-29" .


###  http://semantic-systems.net/swemls/Pattern.T17
<http://semantic-systems.net/swemls/Pattern.T17> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[sym/sym -> ML -> data -> ML -> sym]" ;
                                                 rdfs:label "Pattern T17" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-27" .


###  http://semantic-systems.net/swemls/Pattern.T18
<http://semantic-systems.net/swemls/Pattern.T18> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[data -> ML -> sym/ sym -> ML -> data]" ;
                                                 rdfs:label "Pattern T18" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-37" .


###  http://semantic-systems.net/swemls/Pattern.T19
<http://semantic-systems.net/swemls/Pattern.T19> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{ sym>ML>sym / sym } -> ML -> sym]" ;
                                                 rdfs:label "Pattern T19" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-6" .


###  http://semantic-systems.net/swemls/Pattern.T2
<http://semantic-systems.net/swemls/Pattern.T2> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{sym/data} -> ML -> data -> ML -> sym]" ;
                                                rdfs:label "Pattern T2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-14" .


###  http://semantic-systems.net/swemls/Pattern.T20
<http://semantic-systems.net/swemls/Pattern.T20> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{ sym->ML->data / sym } -> ML -> sym]" ;
                                                 rdfs:label "Pattern T20" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-13" .


###  http://semantic-systems.net/swemls/Pattern.T21
<http://semantic-systems.net/swemls/Pattern.T21> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[data -> ML -> sym -> ML (sym) -> sym]" ;
                                                 rdfs:label "Pattern T21" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-28" .


###  http://semantic-systems.net/swemls/Pattern.T22
<http://semantic-systems.net/swemls/Pattern.T22> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{sym->ML->data/data} -> ML -> data -> ML -> sym]" ;
                                                 rdfs:label "Pattern T22" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-15" .


###  http://semantic-systems.net/swemls/Pattern.T23
<http://semantic-systems.net/swemls/Pattern.T23> rdf:type owl:NamedIndividual ,
                                                          :T-Pattern ;
                                                 rdfs:comment "[{data/data ->ML-> sym}-> ML-> sym]" ;
                                                 rdfs:label "Pattern T23" ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "OB-12" .


###  http://semantic-systems.net/swemls/Pattern.T3
<http://semantic-systems.net/swemls/Pattern.T3> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{sym -> ML -> data / data} -> ML -> sym]" ;
                                                rdfs:label "Pattern T3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-16" .


###  http://semantic-systems.net/swemls/Pattern.T4
<http://semantic-systems.net/swemls/Pattern.T4> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{sym -> ML -> data / data} -> ML -> data]" ;
                                                rdfs:label "Pattern T4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-17" .


###  http://semantic-systems.net/swemls/Pattern.T5
<http://semantic-systems.net/swemls/Pattern.T5> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{data -> ML -> sym/sym} -> KR -> sym]" ;
                                                rdfs:label "Pattern T5" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "FvH-7" .


###  http://semantic-systems.net/swemls/Pattern.T6
<http://semantic-systems.net/swemls/Pattern.T6> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{data -> ML -> data / sym} -> ML -> data]" ;
                                                rdfs:label "Pattern T6" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-25" .


###  http://semantic-systems.net/swemls/Pattern.T7
<http://semantic-systems.net/swemls/Pattern.T7> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[{{sym/data -> ML -> data}/sym -> ML -> sym}/sym -> KR -> data]" ;
                                                rdfs:label "Pattern T7" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-44" .


###  http://semantic-systems.net/swemls/Pattern.T8
<http://semantic-systems.net/swemls/Pattern.T8> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[sym -> ML -> sym / sym -> KR -> sym]" ;
                                                rdfs:label "Pattern T8" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-41" .


###  http://semantic-systems.net/swemls/Pattern.T9
<http://semantic-systems.net/swemls/Pattern.T9> rdf:type owl:NamedIndividual ,
                                                         :T-Pattern ;
                                                rdfs:comment "[sym -> ML -> sym/data -> KR -> data]" ;
                                                rdfs:label "Pattern T9" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-34" .


###  http://semantic-systems.net/swemls/Pattern.X1
<http://semantic-systems.net/swemls/Pattern.X1> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[data -> ML -> data]" ;
                                                rdfs:label "Pattern X1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-1" .


###  http://semantic-systems.net/swemls/Pattern.X2
<http://semantic-systems.net/swemls/Pattern.X2> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[sym -> KR -> sym]" ;
                                                rdfs:label "Pattern X2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-2" .


###  http://semantic-systems.net/swemls/Pattern.X3
<http://semantic-systems.net/swemls/Pattern.X3> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[sym -> KR -> data]" ;
                                                rdfs:label "Pattern X3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-3" .


###  http://semantic-systems.net/swemls/Pattern.X4
<http://semantic-systems.net/swemls/Pattern.X4> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[data/sym-> KR -> data]" ;
                                                rdfs:label "Pattern X4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-4" .


###  http://semantic-systems.net/swemls/Pattern.X5
<http://semantic-systems.net/swemls/Pattern.X5> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[data/sym -> KR -> sym]" ;
                                                rdfs:label "Pattern X5" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-5" .


###  http://semantic-systems.net/swemls/Pattern.X6
<http://semantic-systems.net/swemls/Pattern.X6> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[sym/sym -> KR -> sym]" ;
                                                rdfs:label "Pattern X6" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-6" .


###  http://semantic-systems.net/swemls/Pattern.X7
<http://semantic-systems.net/swemls/Pattern.X7> rdf:type owl:NamedIndividual ,
                                                         :X-Pattern ;
                                                rdfs:comment "[sym/sym -> KR -> data]" ;
                                                rdfs:label "Pattern X7" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "X-7" .


###  http://semantic-systems.net/swemls/Pattern.Y1
<http://semantic-systems.net/swemls/Pattern.Y1> rdf:type owl:NamedIndividual ,
                                                         :Y-Pattern ;
                                                rdfs:comment "[{ sym>ML>data / data>ML>data } -> ML -> sym]" ;
                                                rdfs:label "Pattern Y1" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-2" .


###  http://semantic-systems.net/swemls/Pattern.Y2
<http://semantic-systems.net/swemls/Pattern.Y2> rdf:type owl:NamedIndividual ,
                                                         :Y-Pattern ;
                                                rdfs:comment "[{sym -> ML -> data / data -> ML -> data} ->ML-> data]" ;
                                                rdfs:label "Pattern Y2" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-9" .


###  http://semantic-systems.net/swemls/Pattern.Y3
<http://semantic-systems.net/swemls/Pattern.Y3> rdf:type owl:NamedIndividual ,
                                                         :Y-Pattern ;
                                                rdfs:comment "[{ sym>ML>data / data>ML>sym } -> ML -> sym]" ;
                                                rdfs:label "Pattern Y3" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-4" .


###  http://semantic-systems.net/swemls/Pattern.Y4
<http://semantic-systems.net/swemls/Pattern.Y4> rdf:type owl:NamedIndividual ,
                                                         :Y-Pattern ;
                                                rdfs:comment "[{ sym>ML>sym / sym>ML>data } -> ML -> sym]" ;
                                                rdfs:label "Pattern Y4" ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "OB-36" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Pattern_Matching
<http://semantic-systems.net/swemls/ProcessingEngine.Pattern_Matching> rdf:type owl:NamedIndividual ,
                                                                                :ProcessingEngine ;
                                                                       rdfs:label "Pattern Matching" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Reasoner
<http://semantic-systems.net/swemls/ProcessingEngine.Reasoner> rdf:type owl:NamedIndividual ,
                                                                        :ProcessingEngine ;
                                                               rdfs:label "Reasoner" .


###  http://semantic-systems.net/swemls/ProcessingEngine.SPARQL_Query_Engine
<http://semantic-systems.net/swemls/ProcessingEngine.SPARQL_Query_Engine> rdf:type owl:NamedIndividual ,
                                                                                   :ProcessingEngine ;
                                                                          rdfs:label "SPARQL Query Engine" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Semantic_Consistency_Calculation
<http://semantic-systems.net/swemls/ProcessingEngine.Semantic_Consistency_Calculation> rdf:type owl:NamedIndividual ,
                                                                                                :ProcessingEngine ;
                                                                                       rdfs:label "Semantic Consistency Calculation" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Semantic_Similarity_Calculation
<http://semantic-systems.net/swemls/ProcessingEngine.Semantic_Similarity_Calculation> rdf:type owl:NamedIndividual ,
                                                                                               :ProcessingEngine ;
                                                                                      rdfs:label "Semantic Similarity Calculation" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Validation
<http://semantic-systems.net/swemls/ProcessingEngine.Validation> rdf:type owl:NamedIndividual ,
                                                                          :ProcessingEngine ;
                                                                 rdfs:label "Validation" .


###  http://semantic-systems.net/swemls/Resource.AAUP
<http://semantic-systems.net/swemls/Resource.AAUP> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                   rdfs:label "AAUP" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ,
                                                                <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> .


###  http://semantic-systems.net/swemls/Resource.ACE_2005
<http://semantic-systems.net/swemls/Resource.ACE_2005> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                       rdfs:label "ACE 2005" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/11-Lu18XRPR1H9b6vS8jkhiZiPZ8nxCM5/view> .


###  http://semantic-systems.net/swemls/Resource.AIFB
<http://semantic-systems.net/swemls/Resource.AIFB> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                   rdfs:label "AIFB" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1eKsnTXQ7RF4mPpPU9aNff8Y-0G5Mg2CK/view> .


###  http://semantic-systems.net/swemls/Resource.AM
<http://semantic-systems.net/swemls/Resource.AM> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                 rdfs:label "AM" ;
                                                 rdfs:seeAlso <https://drive.google.com/file/d/1OEB4hd4E-Pg4dios6WpJZzAqf9kUjk3H/view?usp=drivesdk> ,
                                                              <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Amsterdam Museum]" .


###  http://semantic-systems.net/swemls/Resource.AMiner
<http://semantic-systems.net/swemls/Resource.AMiner> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "AMiner" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1moWs8BkDKPjbUmIgsUOb16_mr5Le34SN/view?usp=sharing> ,
                                                                  <https://www.aminer.org/> .


###  http://semantic-systems.net/swemls/Resource.Albums
<http://semantic-systems.net/swemls/Resource.Albums> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "Albums" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ,
                                                                  <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> .


###  http://semantic-systems.net/swemls/Resource.Alibaba_Taobaos_dataset
<http://semantic-systems.net/swemls/Resource.Alibaba_Taobaos_dataset> rdf:type owl:NamedIndividual ,
                                                                               :SemanticWebResource ;
                                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                      rdfs:label "Alibaba Taobaos dataset" ;
                                                                      rdfs:seeAlso <https://arxiv.org/pdf/1908.10611.pdf> ,
                                                                                   <https://drive.google.com/file/d/1iySRVRfx4b4jVFjwYVFu5LOSLLVUUoZP/view> .


###  http://semantic-systems.net/swemls/Resource.Arabidopsis_Hormone_Database_2.0
<http://semantic-systems.net/swemls/Resource.Arabidopsis_Hormone_Database_2.0> rdf:type owl:NamedIndividual ,
                                                                                        :SemanticWebResource ;
                                                                               :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                               :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                                               rdfs:label "Arabidopsis Hormone Database 2.0" ;
                                                                               rdfs:seeAlso <https://drive.google.com/file/d/1FGXY769r-6_0jTlufrZgLTqaX_oF2Oof/view> .


###  http://semantic-systems.net/swemls/Resource.BGS
<http://semantic-systems.net/swemls/Resource.BGS> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                  rdfs:label "BGS" ;
                                                  rdfs:seeAlso <http://data.bgs.ac.uk/> ,
                                                               <https://drive.google.com/file/d/1eKsnTXQ7RF4mPpPU9aNff8Y-0G5Mg2CK/view> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Brit. Geological Survey]" .


###  http://semantic-systems.net/swemls/Resource.BNO
<http://semantic-systems.net/swemls/Resource.BNO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "BNO" ;
                                                  rdfs:seeAlso <https://www.sciencedirect.com/science/article/pii/S1877050917315168> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Biomolecular Network ontology]" .


###  http://semantic-systems.net/swemls/Resource.BabelNet
<http://semantic-systems.net/swemls/Resource.BabelNet> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                       rdfs:label "BabelNet" ;
                                                       rdfs:seeAlso <https://babelnet.org> .


###  http://semantic-systems.net/swemls/Resource.Baidu_SKE
<http://semantic-systems.net/swemls/Resource.Baidu_SKE> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "Baidu SKE" ;
                                                        rdfs:seeAlso <http://ai.baidu.com/broad/introduction> ,
                                                                     <https://drive.google.com/file/d/17Kfafgc9tIbP23k2yylkaRAvudewqvEI/view> .


###  http://semantic-systems.net/swemls/Resource.Bicycle_Plan
<http://semantic-systems.net/swemls/Resource.Bicycle_Plan> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                           rdfs:label "Bicycle Plan" ;
                                                           rdfs:seeAlso <https://drive.google.com/file/d/1XAuLmotWAS2uhyaXaSSHmBZPZ_v-_lYq/view> .


###  http://semantic-systems.net/swemls/Resource.Biological_Interaction
<http://semantic-systems.net/swemls/Resource.Biological_Interaction> rdf:type owl:NamedIndividual ,
                                                                              :SemanticWebResource ;
                                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                     rdfs:label "Biological Interaction" ;
                                                                     rdfs:seeAlso <https://drive.google.com/file/d/1hXf1Og6ETo1Df3cZSHSvrkcQaCxeKvTL/view> .


###  http://semantic-systems.net/swemls/Resource.CCS
<http://semantic-systems.net/swemls/Resource.CCS> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ,
                                                                   <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Taxonomy> ,
                                                                   <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                  rdfs:label "CCS" ;
                                                  rdfs:seeAlso <https://drive.google.com/file/d/1IjtyOKcLeg9b1H29Dmncf19XK1VOdne4/view?usp=sharing> ,
                                                               <https://www.hcup-us.ahrq.gov/toolssoftware/ccs/ccs.jsp#download> ,
                                                               <https://www.hcup-us.ahrq.gov/toolssoftware/ccs10/ccs10.jsp> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "Clinical Classifications Software" ,
                                                                                                 "[Clinical Classifications Software]" .


###  http://semantic-systems.net/swemls/Resource.CIDOC
<http://semantic-systems.net/swemls/Resource.CIDOC> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                    rdfs:label "CIDOC" ;
                                                    rdfs:seeAlso <http://www.cidoc-crm.org/> ;
                                                    <http://www.w3.org/2004/02/skos/core#altLabel> "[Conceptual Reference Model]" .


###  http://semantic-systems.net/swemls/Resource.CIFAR_100
<http://semantic-systems.net/swemls/Resource.CIFAR_100> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                        rdfs:label "CIFAR-100" ;
                                                        rdfs:seeAlso <https://drive.google.com/file/d/1TMUZfkVnt7DvXgobrr5QopQQi_CpBm5q/view> ,
                                                                     <https://www.cs.toronto.edu/~kriz/cifar.html> .


###  http://semantic-systems.net/swemls/Resource.CL
<http://semantic-systems.net/swemls/Resource.CL> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL2> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "CL" ;
                                                 rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/CL> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Cell Ontology]" .


###  http://semantic-systems.net/swemls/Resource.CVDO
<http://semantic-systems.net/swemls/Resource.CVDO> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL2> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                   rdfs:label "CVDO" ;
                                                   rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/CVDO> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[Cardiovascular Disease Ontology]" .


###  http://semantic-systems.net/swemls/Resource.ChEBI
<http://semantic-systems.net/swemls/Resource.ChEBI> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ,
                                                                          <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                    rdfs:label "ChEBI" ;
                                                    rdfs:seeAlso <https://www.ebi.ac.uk/chebi/> ;
                                                    <http://www.w3.org/2004/02/skos/core#altLabel> "[Chemical Entities of Biological Interest]" .


###  http://semantic-systems.net/swemls/Resource.Chemical_Complex_ontology
<http://semantic-systems.net/swemls/Resource.Chemical_Complex_ontology> rdf:type owl:NamedIndividual ,
                                                                                 :SemanticWebResource ;
                                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                                        rdfs:label "Chemical Complex ontology" ;
                                                                        rdfs:seeAlso <http://ontology.dumontierlab.com> ,
                                                                                     <https://drive.google.com/file/d/135SjrptTQRYJp3d5niWwsd7sUWhPlT5m/view> .


###  http://semantic-systems.net/swemls/Resource.Cities
<http://semantic-systems.net/swemls/Resource.Cities> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "Cities" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ,
                                                                  <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> .


###  http://semantic-systems.net/swemls/Resource.ConceptNet
<http://semantic-systems.net/swemls/Resource.ConceptNet> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                         rdfs:label "ConceptNet" ;
                                                         rdfs:seeAlso <http://www.conceptnet.io> .


###  http://semantic-systems.net/swemls/Resource.Countries
<http://semantic-systems.net/swemls/Resource.Countries> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "Countries" ;
                                                        rdfs:seeAlso <https://drive.google.com/file/d/1kUrz8PYlnAz2vjhTItId_06L6hKLpgn9/view> ,
                                                                     <https://github.com/mledoze/countries> .


###  http://semantic-systems.net/swemls/Resource.DAO
<http://semantic-systems.net/swemls/Resource.DAO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "DAO" ;
                                                  rdfs:seeAlso <http://cor.esipfed.org/ont/~ushanri/DAO> ,
                                                               <https://drive.google.com/file/d/1NE5Fo_Zz-s9wTLD2WJBgVEPGHVcCPtqP/view> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Drug Abuse Ontology]" .


###  http://semantic-systems.net/swemls/Resource.DB111K_174
<http://semantic-systems.net/swemls/Resource.DB111K_174> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.DBpedia> ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                         rdfs:label "DB111K-174" ;
                                                         rdfs:seeAlso <https://drive.google.com/file/d/1FfxtuF1LU0Vlskl7ilvPOQggJ1dj-vC8/view> .


###  http://semantic-systems.net/swemls/Resource.DBLP
<http://semantic-systems.net/swemls/Resource.DBLP> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "DBLP" ;
                                                   rdfs:seeAlso <https://aminer.org/AMinerNetwork> ,
                                                                <https://drive.google.com/file/d/1sUD5-CAKmqPEcoAnEwoZF0DoOFCH2RIT/view> .


###  http://semantic-systems.net/swemls/Resource.DBP15k
<http://semantic-systems.net/swemls/Resource.DBP15k> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.DBpedia> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "DBP15k" ;
                                                     rdfs:seeAlso <https://arxiv.org/abs/1708.05045> .


###  http://semantic-systems.net/swemls/Resource.DBPedia500k
<http://semantic-systems.net/swemls/Resource.DBPedia500k> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.DBpedia> ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                          rdfs:label "DBPedia500k" ;
                                                          rdfs:seeAlso <https://drive.google.com/file/d/1AVctdQaOS0E58YP5vPyRt0kYH8eiy8O5/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.DBPedia50K
<http://semantic-systems.net/swemls/Resource.DBPedia50K> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.DBpedia> ;
                                                         :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF_S> ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                         rdfs:label "DBPedia50K" ;
                                                         rdfs:seeAlso <https://drive.google.com/file/d/1JJG_Kf4EFl2lggsPLoQQ9SqcPhu-zAv9/view> .


###  http://semantic-systems.net/swemls/Resource.DBpedia
<http://semantic-systems.net/swemls/Resource.DBpedia> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                      rdfs:label "DBpedia" ;
                                                      rdfs:seeAlso <https://www.dbpedia.org/about/> .


###  http://semantic-systems.net/swemls/Resource.DO
<http://semantic-systems.net/swemls/Resource.DO> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ,
                                                                       <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "DO [Disease Ontology]" ;
                                                 rdfs:seeAlso <https://disease-ontology.org> .


###  http://semantic-systems.net/swemls/Resource.DataMed
<http://semantic-systems.net/swemls/Resource.DataMed> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                      rdfs:label "DataMed" ;
                                                      rdfs:seeAlso <https://datamed.org/> ,
                                                                   <https://drive.google.com/file/d/1NE5Fo_Zz-s9wTLD2WJBgVEPGHVcCPtqP/view> .


###  http://semantic-systems.net/swemls/Resource.DrugBank
<http://semantic-systems.net/swemls/Resource.DrugBank> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.CSV> ,
                                                                             <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ,
                                                                             <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "DrugBank" ;
                                                       rdfs:seeAlso <https://go.drugbank.com/about> .


###  http://semantic-systems.net/swemls/Resource.DuIE2.0_dataset
<http://semantic-systems.net/swemls/Resource.DuIE2.0_dataset> rdf:type owl:NamedIndividual ,
                                                                       :SemanticWebResource ;
                                                              :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                              :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                              rdfs:label "DuIE2.0 dataset" ;
                                                              rdfs:seeAlso <https://aistudio.baidu.com/aistudio/competition/detail/31?isFromCcf=true> ,
                                                                           <https://drive.google.com/file/d/1wJBRRV3CHLmuF6IabezSkJD_mcH1QjDS/view?usp=drivesdk> ,
                                                                           <https://github.com/PaddlePaddle/Research/tree/master/KG/DuIE_Baseline> .


###  http://semantic-systems.net/swemls/Resource.Eclipse_bugs
<http://semantic-systems.net/swemls/Resource.Eclipse_bugs> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                           rdfs:label "Eclipse bugs" ;
                                                           rdfs:seeAlso <https://drive.google.com/file/d/15qtpsMv4PA0iyiXPKgdWvrEyzfHguqT8/view> .


###  http://semantic-systems.net/swemls/Resource.Entrez_Gene
<http://semantic-systems.net/swemls/Resource.Entrez_Gene> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                          rdfs:label "Entrez Gene" ;
                                                          rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/gene> .


###  http://semantic-systems.net/swemls/Resource.EnzymeKG
<http://semantic-systems.net/swemls/Resource.EnzymeKG> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "EnzymeKG" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/13n5LokRoTOnd8HLNHyJms-7QmQMEGZuy/view> .


###  http://semantic-systems.net/swemls/Resource.FB122
<http://semantic-systems.net/swemls/Resource.FB122> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                    rdfs:label "FB122" ;
                                                    rdfs:seeAlso <https://aclanthology.org/D16-1019.pdf> .


###  http://semantic-systems.net/swemls/Resource.FB13
<http://semantic-systems.net/swemls/Resource.FB13> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "FB13" ;
                                                   rdfs:seeAlso <https://github.com/thunlp/OpenKE/tree/OpenKE-PyTorch/benchmarks/FB13> .


###  http://semantic-systems.net/swemls/Resource.FB15k
<http://semantic-systems.net/swemls/Resource.FB15k> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                    rdfs:label "FB15k" ;
                                                    rdfs:seeAlso <https://everest.hds.utc.fr/doku.php?id=en:transe> .


###  http://semantic-systems.net/swemls/Resource.FB15k_237
<http://semantic-systems.net/swemls/Resource.FB15k_237> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "FB15k-237" ;
                                                        rdfs:seeAlso <https://github.com/thunlp/OpenKE/tree/OpenKE-PyTorch/benchmarks/FB15K237> .


###  http://semantic-systems.net/swemls/Resource.FB24K
<http://semantic-systems.net/swemls/Resource.FB24K> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                    rdfs:label "FB24K" ;
                                                    rdfs:seeAlso <https://drive.google.com/file/d/12QK-SRxtGFqLyq2Z20Ajl0SYPy8UwOBA/view?usp=drivesdk> ,
                                                                 <https://github.com/thunlp/KR-EAR/blob/master/data.zip> .


###  http://semantic-systems.net/swemls/Resource.FB2M
<http://semantic-systems.net/swemls/Resource.FB2M> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "FB2M" .


###  http://semantic-systems.net/swemls/Resource.FB5M
<http://semantic-systems.net/swemls/Resource.FB5M> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "FB5M" .


###  http://semantic-systems.net/swemls/Resource.FB_100K
<http://semantic-systems.net/swemls/Resource.FB_100K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "FB-100K" .


###  http://semantic-systems.net/swemls/Resource.FB_500K
<http://semantic-systems.net/swemls/Resource.FB_500K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Facebook> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "FB-500K" .


###  http://semantic-systems.net/swemls/Resource.FIGER
<http://semantic-systems.net/swemls/Resource.FIGER> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                    rdfs:label "FIGER" ;
                                                    rdfs:seeAlso <https://xiaoling.github.io/pubs/ling-aaai12.pdf> .


###  http://semantic-systems.net/swemls/Resource.Facebook
<http://semantic-systems.net/swemls/Resource.Facebook> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       rdfs:label "Facebook dataset" .


###  http://semantic-systems.net/swemls/Resource.FoodKG
<http://semantic-systems.net/swemls/Resource.FoodKG> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "FoodKG" ;
                                                     rdfs:seeAlso <https://foodkg.github.io/> .


###  http://semantic-systems.net/swemls/Resource.Forbes
<http://semantic-systems.net/swemls/Resource.Forbes> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "Forbes" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ,
                                                                  <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> .


###  http://semantic-systems.net/swemls/Resource.FrameBase
<http://semantic-systems.net/swemls/Resource.FrameBase> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF_S> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                        rdfs:label "FrameBase" ;
                                                        rdfs:seeAlso <https://www.framebase.org> .


###  http://semantic-systems.net/swemls/Resource.Framester
<http://semantic-systems.net/swemls/Resource.Framester> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "Framester" ;
                                                        rdfs:seeAlso <http://etna.istc.cnr.it/framester_web/> ,
                                                                     <https://drive.google.com/file/d/1_jvYcIw-sfWLs6WANeQS9iMHkcfnnGGa/view> .


###  http://semantic-systems.net/swemls/Resource.Freebase
<http://semantic-systems.net/swemls/Resource.Freebase> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                       rdfs:label "Freebase" ;
                                                       rdfs:seeAlso <https://developers.google.com/freebase> .


###  http://semantic-systems.net/swemls/Resource.GIMI_Mammography
<http://semantic-systems.net/swemls/Resource.GIMI_Mammography> rdf:type owl:NamedIndividual ,
                                                                        :SemanticWebResource ;
                                                               :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                               :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                               :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                               rdfs:label "GIMI Mammography" ;
                                                               rdfs:seeAlso <https://drive.google.com/file/d/1i_Jo6QTQgLHo5nX9zFRPYdtvCmtchI9J/view?usp=drivesdk> ,
                                                                            <https://sourceforge.net/projects/gimimammography/> .


###  http://semantic-systems.net/swemls/Resource.GNBR
<http://semantic-systems.net/swemls/Resource.GNBR> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "GNBR" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1eenI2-xaeVkcP7TrGewxgstX_qlEtMx8/view> ,
                                                                <https://zenodo.org/record/1035500> .


###  http://semantic-systems.net/swemls/Resource.GO
<http://semantic-systems.net/swemls/Resource.GO> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ,
                                                                       <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "GO" ;
                                                 rdfs:seeAlso <http://geneontology.org> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Gene Ontology]" .


###  http://semantic-systems.net/swemls/Resource.GOA
<http://semantic-systems.net/swemls/Resource.GOA> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                  rdfs:label "GOA" ;
                                                  rdfs:seeAlso <https://www.ebi.ac.uk/GOA/downloads> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Gene Ontology Annotation]" .


###  http://semantic-systems.net/swemls/Resource.GeoNames
<http://semantic-systems.net/swemls/Resource.GeoNames> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                       rdfs:label "GeoNames" ;
                                                       rdfs:seeAlso <https://www.geonames.org> ,
                                                                    <https://drive.google.com/file/d/1Ype3SjucMBD7fcxrAHKRAuUjo2MOLb6E/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.GeoOnto
<http://semantic-systems.net/swemls/Resource.GeoOnto> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                      rdfs:label "GeoOnto" ;
                                                      rdfs:seeAlso <https://drive.google.com/file/d/1DmgudM0tUjDjRGPsePWtb0HyNX0vq1Ms/view> .


###  http://semantic-systems.net/swemls/Resource.Geoquery_880
<http://semantic-systems.net/swemls/Resource.Geoquery_880> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                           rdfs:label "Geoquery-880" ;
                                                           rdfs:seeAlso <https://dl.acm.org/doi/pdf/10.1145/3321408.3321604> ,
                                                                        <https://github.com/tomsherborne/geoquery-src/blob/master/data/geoqueries880> .


###  http://semantic-systems.net/swemls/Resource.GitHub
<http://semantic-systems.net/swemls/Resource.GitHub> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "GitHub" ;
                                                     rdfs:seeAlso <https://github.com/> .


###  http://semantic-systems.net/swemls/Resource.Google_Knowledge_Graph
<http://semantic-systems.net/swemls/Resource.Google_Knowledge_Graph> rdf:type owl:NamedIndividual ,
                                                                              :SemanticWebResource ;
                                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                     rdfs:label "Google Knowledge Graph" ;
                                                                     rdfs:seeAlso <https://developers.google.com/knowledge-graph> ,
                                                                                  <https://drive.google.com/file/d/1grnDUf_RfLv2paJqE2RVYq_-_4nkqkkY/view> .


###  http://semantic-systems.net/swemls/Resource.GovWILD
<http://semantic-systems.net/swemls/Resource.GovWILD> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                      rdfs:label "GovWILD" ;
                                                      rdfs:seeAlso <http://www.govwild.org/project/govwild-data.html> .


###  http://semantic-systems.net/swemls/Resource.HPO
<http://semantic-systems.net/swemls/Resource.HPO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ,
                                                                        <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ,
                                                                        <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "HPO" ;
                                                  rdfs:seeAlso <https://hpo.jax.org> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Human Phenotype Ontology]" .


###  http://semantic-systems.net/swemls/Resource.ICD
<http://semantic-systems.net/swemls/Resource.ICD> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Taxonomy> ;
                                                  rdfs:label "ICD" ;
                                                  rdfs:seeAlso <https://icd.who.int/browse10/2019/en> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Classification of Diseases (ICD9, ICD10)]" .


###  http://semantic-systems.net/swemls/Resource.ICEWS_05_15
<http://semantic-systems.net/swemls/Resource.ICEWS_05_15> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                          rdfs:label "ICEWS 05-15" ;
                                                          rdfs:seeAlso <https://dataverse.harvard.edu/dataverse/harvard?q=ICEWS> ,
                                                                       <https://drive.google.com/file/d/1z4jegDUsWPVh5-2m3sn6v_G0C5kazxzj/view> .


###  http://semantic-systems.net/swemls/Resource.ICEWS_14
<http://semantic-systems.net/swemls/Resource.ICEWS_14> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "ICEWS 14" ;
                                                       rdfs:seeAlso <https://dataverse.harvard.edu/dataverse/harvard?q=ICEWS> ,
                                                                    <https://drive.google.com/file/d/1z4jegDUsWPVh5-2m3sn6v_G0C5kazxzj/view> .


###  http://semantic-systems.net/swemls/Resource.IDO
<http://semantic-systems.net/swemls/Resource.IDO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "IDO" ;
                                                  rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/IDO> ,
                                                               <https://drive.google.com/file/d/1NkH60My_O8Qa81j2l4D8D4sJZXb25h6K/view> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Infectious Diseases Ontology]" .


###  http://semantic-systems.net/swemls/Resource.IMDb
<http://semantic-systems.net/swemls/Resource.IMDb> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "IMDb" ;
                                                   rdfs:seeAlso <https://www.imdb.com/> .


###  http://semantic-systems.net/swemls/Resource.INFUSE_ontology
<http://semantic-systems.net/swemls/Resource.INFUSE_ontology> rdf:type owl:NamedIndividual ,
                                                                       :SemanticWebResource ;
                                                              :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                              :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                              rdfs:label "INFUSE ontology" ;
                                                              rdfs:seeAlso <https://drive.google.com/file/d/1zSWdrLe3GzGyPNxt9K3J0efHBHWT9PhC/view> .


###  http://semantic-systems.net/swemls/Resource.ISCN
<http://semantic-systems.net/swemls/Resource.ISCN> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "ISCN" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1-suImmv6IUxTH0SfrzRYnqaRkethFOiw/view> ,
                                                                <https://onlinelibrary.wiley.com/doi/10.1002/9781119061199.ch8> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[International System of Cytogenetic Nomenclature]" .


###  http://semantic-systems.net/swemls/Resource.ImageNet
<http://semantic-systems.net/swemls/Resource.ImageNet> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                       rdfs:label "ImageNet" ;
                                                       rdfs:seeAlso <https://image-net.org/index.php> .


###  http://semantic-systems.net/swemls/Resource.IndoWordNet
<http://semantic-systems.net/swemls/Resource.IndoWordNet> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                          rdfs:label "IndoWordNet" ;
                                                          rdfs:seeAlso <https://drive.google.com/file/d/1voLUys3xLtiuZaJ-ye6058ryLnaMe1om/view?usp=sharing> ,
                                                                       <https://www.cfilt.iitb.ac.in/indowordnet/> .


###  http://semantic-systems.net/swemls/Resource.KB4Rec
<http://semantic-systems.net/swemls/Resource.KB4Rec> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "KB4Rec" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1Vvs2Tu3Z-HQP5ZKrGSSjMq0-q6mggZQF/view> ,
                                                                  <https://www.mitpressjournals.org/doi/full/10.1162/dint_a_00008> .


###  http://semantic-systems.net/swemls/Resource.KEGG
<http://semantic-systems.net/swemls/Resource.KEGG> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "KEGG" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1FIDxNJS8vAm4-pdZJ9uz3GdVfAwCnGYN/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.Kinship
<http://semantic-systems.net/swemls/Resource.Kinship> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "Kinship" ;
                                                      rdfs:seeAlso <https://drive.google.com/file/d/18m6YSs45jTvuLGUZRDa8f8WcPhU5j-Kw/view> ,
                                                                   <https://www.kinsources.net/kidarep/dataset-49-alyawarra-1971-au01.xhtml> .


###  http://semantic-systems.net/swemls/Resource.KnowLife
<http://semantic-systems.net/swemls/Resource.KnowLife> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "KnowLife" ;
                                                       rdfs:seeAlso <http://knowlife.mpi-inf.mpg.de/> ,
                                                                    <https://drive.google.com/file/d/1rebuP7gZuEwo7oJcsVV8yKWRYEu2ZKWd/view> .


###  http://semantic-systems.net/swemls/Resource.LAD
<http://semantic-systems.net/swemls/Resource.LAD> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                  rdfs:label "LAD" ;
                                                  rdfs:seeAlso <https://drive.google.com/file/d/1wGqAX8OgXIdyIuRReYz8DMIffLLyey1S/view> ,
                                                               <https://github.com/PatrickZH/A-Large-scale-Attribute-Dataset-for-Zero-shot-Learning> .


###  http://semantic-systems.net/swemls/Resource.LCA_ontology
<http://semantic-systems.net/swemls/Resource.LCA_ontology> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                           rdfs:label "LCA ontology" ;
                                                           rdfs:seeAlso <https://drive.google.com/file/d/1815hjOvcSVKoCsd7pT4aO-YhBrYa_8jO/view> ,
                                                                        <https://github.com/tishchungoora/lca-ontology> .


###  http://semantic-systems.net/swemls/Resource.LCSH
<http://semantic-systems.net/swemls/Resource.LCSH> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ,
                                                                         <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ,
                                                                         <http://semantic-systems.net/swemls/ResourceFormalism.SKOS> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                   rdfs:label "LCSH" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1PI9kKhQXX2tiGfl8hz4uYmcAQ6Jush70/view?usp=drivesdk> ,
                                                                <https://id.loc.gov/authorities/subjects.html> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[Library of Congress Subject Headings]" .


###  http://semantic-systems.net/swemls/Resource.LMINWS
<http://semantic-systems.net/swemls/Resource.LMINWS> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                     rdfs:label "LMINWS" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/111FnGZsPGsnsDIhgVlCeUoi4XC-MzqdS/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.LinkedMDB
<http://semantic-systems.net/swemls/Resource.LinkedMDB> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                        rdfs:label "LinkedMDB" ;
                                                        rdfs:seeAlso <https://drive.google.com/file/d/1HRT-y4d55WxNpmoLEHVuPNPq6jFXGO2D/view> ,
                                                                     <https://old.datahub.io/dataset/linkedmdb> .


###  http://semantic-systems.net/swemls/Resource.Lonley_Planet
<http://semantic-systems.net/swemls/Resource.Lonley_Planet> rdf:type owl:NamedIndividual ,
                                                                     :SemanticWebResource ;
                                                            :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                            :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                            rdfs:label "Lonley Planet" ;
                                                            rdfs:seeAlso <http://web.archive.org/web/20121129053817/http://olc.ijs.si/lpReadme.html> .


###  http://semantic-systems.net/swemls/Resource.MIAM_ontology
<http://semantic-systems.net/swemls/Resource.MIAM_ontology> rdf:type owl:NamedIndividual ,
                                                                     :SemanticWebResource ;
                                                            :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                            :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                            rdfs:label "MIAM ontology" ;
                                                            rdfs:seeAlso <https://miam.limsi.fr/overview.php> .


###  http://semantic-systems.net/swemls/Resource.MIMIC_III
<http://semantic-systems.net/swemls/Resource.MIMIC_III> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "MIMIC-III" ;
                                                        rdfs:seeAlso <https://mimic.mit.edu/docs/iii/about/schema/> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "[Medical Information Mart for Intensive Care]" .


###  http://semantic-systems.net/swemls/Resource.MO
<http://semantic-systems.net/swemls/Resource.MO> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "MO" ;
                                                 rdfs:seeAlso <http://www.movieontology.org/documentation/> ,
                                                              <https://drive.google.com/file/d/1HRT-y4d55WxNpmoLEHVuPNPq6jFXGO2D/view> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Movie Ontology]" .


###  http://semantic-systems.net/swemls/Resource.MUTAG
<http://semantic-systems.net/swemls/Resource.MUTAG> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                    rdfs:label "MUTAG" ;
                                                    rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view?usp=drivesdk> ,
                                                                 <https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets> .


###  http://semantic-systems.net/swemls/Resource.Magnatune
<http://semantic-systems.net/swemls/Resource.Magnatune> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                        rdfs:label "Magnatune" ;
                                                        rdfs:seeAlso <http://dbtune.org/magnatune/> .


###  http://semantic-systems.net/swemls/Resource.MeSH
<http://semantic-systems.net/swemls/Resource.MeSH> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ,
                                                                         <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ,
                                                                         <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                   rdfs:label "MeSH" ;
                                                   rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/MESH> ,
                                                                <https://www.nlm.nih.gov/mesh/meshhome.html> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[Medical Subject Headings]" .


###  http://semantic-systems.net/swemls/Resource.MedDRA
<http://semantic-systems.net/swemls/Resource.MedDRA> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                     rdfs:label "MedDRA" ;
                                                     rdfs:seeAlso <https://www.meddra.org> .


###  http://semantic-systems.net/swemls/Resource.Microsoft_Academic_Graph
<http://semantic-systems.net/swemls/Resource.Microsoft_Academic_Graph> rdf:type owl:NamedIndividual ,
                                                                                :SemanticWebResource ;
                                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                       rdfs:label "Microsoft Academic Graph" ;
                                                                       rdfs:seeAlso <https://drive.google.com/file/d/1moWs8BkDKPjbUmIgsUOb16_mr5Le34SN/view?usp=sharing> ,
                                                                                    <https://www.microsoft.com/en-us/research/project/microsoft-academic-graph/> .


###  http://semantic-systems.net/swemls/Resource.Microsoft_Satori
<http://semantic-systems.net/swemls/Resource.Microsoft_Satori> rdf:type owl:NamedIndividual ,
                                                                        :SemanticWebResource ;
                                                               :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                               :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                               rdfs:label "Microsoft Satori" ;
                                                               rdfs:seeAlso <https://drive.google.com/file/d/1VGddxcynkP-Lh8fwqSojbETkAJWadWJm/view> .


###  http://semantic-systems.net/swemls/Resource.MovieLens
<http://semantic-systems.net/swemls/Resource.MovieLens> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "MovieLens" ;
                                                        rdfs:seeAlso <https://movielens.org/> .


###  http://semantic-systems.net/swemls/Resource.Movies
<http://semantic-systems.net/swemls/Resource.Movies> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                     rdfs:label "Movies" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ,
                                                                  <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> .


###  http://semantic-systems.net/swemls/Resource.MusicBrainz
<http://semantic-systems.net/swemls/Resource.MusicBrainz> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                          rdfs:label "MusicBrainz" ;
                                                          rdfs:seeAlso <https://drive.google.com/file/d/17_qoYvYIKUWNiE7z9RNznKbCbBKEleCY/view> ,
                                                                       <https://musicbrainz.org/> .


###  http://semantic-systems.net/swemls/Resource.NCBI_Taxonomy
<http://semantic-systems.net/swemls/Resource.NCBI_Taxonomy> rdf:type owl:NamedIndividual ,
                                                                     :SemanticWebResource ;
                                                            :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                            :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Taxonomy> ;
                                                            rdfs:label "NCBI Taxonomy" ;
                                                            rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/> .


###  http://semantic-systems.net/swemls/Resource.NELL
<http://semantic-systems.net/swemls/Resource.NELL> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                   rdfs:label "NELL" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1qRK1edrcTyRaCItsPkUbSeYJL-fHOCL_/view> .


###  http://semantic-systems.net/swemls/Resource.NELL186
<http://semantic-systems.net/swemls/Resource.NELL186> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "NELL186" ;
                                                      rdfs:seeAlso <https://gitlab.inria.fr/lgalarra/gee/-/tree/metric/resources/data/nell186> .


###  http://semantic-systems.net/swemls/Resource.NELL79K
<http://semantic-systems.net/swemls/Resource.NELL79K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "NELL79K" ;
                                                      rdfs:seeAlso <https://shiruipan.github.io/publication/wwwj-2019-wan/wwwj-2019-wan.pdf> .


###  http://semantic-systems.net/swemls/Resource.NELL_1M
<http://semantic-systems.net/swemls/Resource.NELL_1M> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "NELL-1M" ;
                                                      rdfs:seeAlso <http://rtw.ml.cmu.edu/rtw/resources> .


###  http://semantic-systems.net/swemls/Resource.NELL_50K
<http://semantic-systems.net/swemls/Resource.NELL_50K> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "NELL-50K" ;
                                                       rdfs:seeAlso <http://rtw.ml.cmu.edu/rtw/resources> ,
                                                                    <http://rtw.ml.cmu.edu/rtw/kbbrowser/> ,
                                                                    <https://drive.google.com/file/d/1fhLyWSLNKonYFSDF1pUhI_cSWSKUF2hI/view> .


###  http://semantic-systems.net/swemls/Resource.NELL_995
<http://semantic-systems.net/swemls/Resource.NELL_995> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "NELL-995" ;
                                                       rdfs:seeAlso <http://cs.ucsb.edu/~xwhan/datasets/NELL-995.zip> .


###  http://semantic-systems.net/swemls/Resource.NELL_One
<http://semantic-systems.net/swemls/Resource.NELL_One> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.NELL> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                       rdfs:label "NELL-One" ;
                                                       rdfs:seeAlso <https://arxiv.org/pdf/1808.09040.pdf> ,
                                                                    <https://drive.google.com/file/d/1lguxIRhRhtYMSdDo3ZwhIIc5CuZSQ3g8/view?usp=drivesdk> ,
                                                                    <https://github.com/xwhan/One-shot-Relational-Learning> .


###  http://semantic-systems.net/swemls/Resource.NHC_ontology
<http://semantic-systems.net/swemls/Resource.NHC_ontology> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                           rdfs:label "NHC ontology" ;
                                                           rdfs:seeAlso <https://github.com/lisestork/NHC-Ontology/blob/master/nhc-ontology.owl> ,
                                                                        <https://www.google.com/url?q=https://drive.google.com/file/d/1N7dP46nenS-vt5KwnITcODI4IO9PKuwb/view&sa=D&source=editors&ust=1624267167924000&usg=AFQjCNE1JSwrm8ohO1aLF6mJhefg4pM2MA> .


###  http://semantic-systems.net/swemls/Resource.NIST_TAC_KBP
<http://semantic-systems.net/swemls/Resource.NIST_TAC_KBP> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                           rdfs:label "NIST TAC-KBP" ;
                                                           rdfs:seeAlso <https://drive.google.com/file/d/1kdBuwJtDUGnN6bw8v8TjRRO6TK9RSlHw/view> ,
                                                                        <https://tac.nist.gov/data/index.html> .


###  http://semantic-systems.net/swemls/Resource.Nations
<http://semantic-systems.net/swemls/Resource.Nations> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "Nations" ;
                                                      rdfs:seeAlso <https://drive.google.com/file/d/1xyywt5Shph2qhelgymQq5cGXwppkzOIF/view> ,
                                                                   <https://www.icpsr.umich.edu/web/ICPSR/studies/5408/versions/V1> .


###  http://semantic-systems.net/swemls/Resource.Not_applicable
<http://semantic-systems.net/swemls/Resource.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                      :SemanticWebResource ;
                                                             rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/Resource.OAEI_2013
<http://semantic-systems.net/swemls/Resource.OAEI_2013> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.OAEI_Benchmark> ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ,
                                                                         <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                        rdfs:label "OAEI 2013" ;
                                                        rdfs:seeAlso <http://oaei.ontologymatching.org/2013/> .


###  http://semantic-systems.net/swemls/Resource.OAEI_2018
<http://semantic-systems.net/swemls/Resource.OAEI_2018> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.OAEI_Benchmark> ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ,
                                                                         <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                        rdfs:label "OAEI 2018" ;
                                                        rdfs:seeAlso <http://oaei.ontologymatching.org/2018/> .


###  http://semantic-systems.net/swemls/Resource.OAEI_Benchmark
<http://semantic-systems.net/swemls/Resource.OAEI_Benchmark> rdf:type owl:NamedIndividual ,
                                                                      :SemanticWebResource ;
                                                             :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                             :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                             :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                             rdfs:label "OAEI-Benchmark" ;
                                                             rdfs:seeAlso <https://oaei.ontologymatching.org/2016/benchmarks/index.html> .


###  http://semantic-systems.net/swemls/Resource.ODP
<http://semantic-systems.net/swemls/Resource.ODP> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                  rdfs:label "ODP" ;
                                                  rdfs:seeAlso <http://odp.org/> ,
                                                               <https://drive.google.com/file/d/1-suImmv6IUxTH0SfrzRYnqaRkethFOiw> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Open Directory Project]" .


###  http://semantic-systems.net/swemls/Resource.OWLS_TC_v2_1
<http://semantic-systems.net/swemls/Resource.OWLS_TC_v2_1> rdf:type owl:NamedIndividual ,
                                                                    :SemanticWebResource ;
                                                           :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                           rdfs:label "OWLS-TC v2.1" ;
                                                           rdfs:seeAlso <https://drive.google.com/file/d/15qtpsMv4PA0iyiXPKgdWvrEyzfHguqT8/view> .


###  http://semantic-systems.net/swemls/Resource.OdeNet
<http://semantic-systems.net/swemls/Resource.OdeNet> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                     rdfs:label "OdeNet" ;
                                                     rdfs:seeAlso <https://aclanthology.org/2021.gwc-1.22.pdf> ,
                                                                  <https://github.com/hdaSprachtechnologie/odenet> .


###  http://semantic-systems.net/swemls/Resource.OntoBiotope
<http://semantic-systems.net/swemls/Resource.OntoBiotope> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Taxonomy> ;
                                                          rdfs:label "OntoBiotope" ;
                                                          rdfs:seeAlso <http://agroportal.lirmm.fr/ontologies/ONTOBIOTOPE> .


###  http://semantic-systems.net/swemls/Resource.Open_Academic_Graph
<http://semantic-systems.net/swemls/Resource.Open_Academic_Graph> rdf:type owl:NamedIndividual ,
                                                                           :SemanticWebResource ;
                                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ;
                                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                  rdfs:label "Open Academic Graph" ;
                                                                  rdfs:seeAlso <https://drive.google.com/file/d/1moWs8BkDKPjbUmIgsUOb16_mr5Le34SN/view?usp=sharing> ,
                                                                               <https://www.microsoft.com/en-us/research/project/open-academic-graph/> .


###  http://semantic-systems.net/swemls/Resource.Open_Entity
<http://semantic-systems.net/swemls/Resource.Open_Entity> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                          rdfs:label "Open Entity" ;
                                                          rdfs:seeAlso <https://www.cs.utexas.edu/~eunsol/html_pages/open_entity.html> .


###  http://semantic-systems.net/swemls/Resource.PATO
<http://semantic-systems.net/swemls/Resource.PATO> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                   rdfs:label "PATO" ;
                                                   rdfs:seeAlso <http://www.obofoundry.org/ontology/pato.html> ,
                                                                <https://drive.google.com/file/d/13BOkZkmbuqLXJGI_VhiC9lQpxS1ffqwo/view?usp=sharing> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[Phenotype and Trait Ontology]" .


###  http://semantic-systems.net/swemls/Resource.PO
<http://semantic-systems.net/swemls/Resource.PO> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "PO" ;
                                                 rdfs:seeAlso <http://www.obofoundry.org/ontology/po.html> ,
                                                              <https://drive.google.com/file/d/13BOkZkmbuqLXJGI_VhiC9lQpxS1ffqwo/view?usp=sharing> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Plant Ontology]" .


###  http://semantic-systems.net/swemls/Resource.PPDB_Paraphrase_Dataset
<http://semantic-systems.net/swemls/Resource.PPDB_Paraphrase_Dataset> rdf:type owl:NamedIndividual ,
                                                                               :SemanticWebResource ;
                                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                                      rdfs:label "PPDB Paraphrase Dataset" ;
                                                                      rdfs:seeAlso <http://paraphrase.org/#/> ,
                                                                                   <https://drive.google.com/file/d/1cf-Lx9jzPVZk-Caktf14Qm0SDeUV6Pi0/view> .


###  http://semantic-systems.net/swemls/Resource.PR
<http://semantic-systems.net/swemls/Resource.PR> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL2> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "PR" ;
                                                 rdfs:seeAlso <https://proconsortium.org/> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Protein Ontology]" .


###  http://semantic-systems.net/swemls/Resource.PTO
<http://semantic-systems.net/swemls/Resource.PTO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "PTO" ;
                                                  rdfs:seeAlso <http://www.ontobee.org/ontology/TO> ,
                                                               <https://drive.google.com/file/d/1FGXY769r-6_0jTlufrZgLTqaX_oF2Oof/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.PharmGKB
<http://semantic-systems.net/swemls/Resource.PharmGKB> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.TSV> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "PharmGKB" ;
                                                       rdfs:seeAlso <https://www.pharmgkb.org> .


###  http://semantic-systems.net/swemls/Resource.Probase
<http://semantic-systems.net/swemls/Resource.Probase> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                      rdfs:label "Probase" ;
                                                      rdfs:seeAlso <https://drive.google.com/file/d/1fTgnasy1Lod0AoSwPcdh72b0au5DxAAH/view> ,
                                                                   <https://www.microsoft.com/en-us/research/project/probase/> .


###  http://semantic-systems.net/swemls/Resource.REX
<http://semantic-systems.net/swemls/Resource.REX> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "REX" ;
                                                  rdfs:seeAlso <http://onto.eva.mpg.de/obo.> ,
                                                               <https://drive.google.com/file/d/135SjrptTQRYJp3d5niWwsd7sUWhPlT5m/view> .


###  http://semantic-systems.net/swemls/Resource.RuWordNet
<http://semantic-systems.net/swemls/Resource.RuWordNet> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                        rdfs:label "RuWordNet" ;
                                                        rdfs:seeAlso <https://drive.google.com/file/d/1O9yWXIzE8bqvLCn6SaPHbAz7WWWU3ZXx/view> ,
                                                                     <https://ruwordnet.ru/en> .


###  http://semantic-systems.net/swemls/Resource.RxNorm
<http://semantic-systems.net/swemls/Resource.RxNorm> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "RxNorm" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1-mVz-JxatX06lkfSZgePWa26OoES5h6c/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.SNOMED_CT
<http://semantic-systems.net/swemls/Resource.SNOMED_CT> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                        rdfs:label "SNOMED CT" ;
                                                        rdfs:seeAlso <https://www.snomed.org> ,
                                                                     <https://confluence.ihtsdotools.org/display/DOCSTART/13.+Release+Schedule+and+File+Formats> .


###  http://semantic-systems.net/swemls/Resource.SO
<http://semantic-systems.net/swemls/Resource.SO> rdf:type owl:NamedIndividual ,
                                                          :SemanticWebResource ;
                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                 rdfs:label "SO" ;
                                                 rdfs:seeAlso <http://www.sequenceontology.org/> ;
                                                 <http://www.w3.org/2004/02/skos/core#altLabel> "[Sequence Ontology]" .


###  http://semantic-systems.net/swemls/Resource.SUMO
<http://semantic-systems.net/swemls/Resource.SUMO> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                   rdfs:label "SUMO" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/1R2h8jN_U4kKHhR_myVVwJtzIC-2g_K2i/view?usp=drivesdk> ,
                                                                <https://www.ontologyportal.org/> .


###  http://semantic-systems.net/swemls/Resource.SWRC
<http://semantic-systems.net/swemls/Resource.SWRC> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                   rdfs:label "SWRC" ;
                                                   rdfs:seeAlso <https://drive.google.com/file/d/15qtpsMv4PA0iyiXPKgdWvrEyzfHguqT8/view> ,
                                                                <https://link.springer.com/chapter/10.1007/11595014_22> .


###  http://semantic-systems.net/swemls/Resource.Scholarly_Ontology
<http://semantic-systems.net/swemls/Resource.Scholarly_Ontology> rdf:type owl:NamedIndividual ,
                                                                          :SemanticWebResource ;
                                                                 :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                                 :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                                 :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                                 rdfs:label "Scholarly Ontology" ;
                                                                 rdfs:seeAlso <https://drive.google.com/file/d/1XImppB5K2dn_Bg5pSAkSB2CcTvp0HCxx/view> .


###  http://semantic-systems.net/swemls/Resource.SciGraph
<http://semantic-systems.net/swemls/Resource.SciGraph> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                       rdfs:label "SciGraph" ;
                                                       rdfs:seeAlso <https://www.springernature.com/gp/researchers/scigraph> .


###  http://semantic-systems.net/swemls/Resource.SemEval
<http://semantic-systems.net/swemls/Resource.SemEval> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      rdfs:label "SemEval dataset" .


###  http://semantic-systems.net/swemls/Resource.SemEval_2010_Task_8
<http://semantic-systems.net/swemls/Resource.SemEval_2010_Task_8> rdf:type owl:NamedIndividual ,
                                                                           :SemanticWebResource ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.SemEval> ;
                                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                  rdfs:label "SemEval-2010 Task 8" ;
                                                                  rdfs:seeAlso <https://www.kaggle.com/drtoshi/semeval2010-task-8-dataset> .


###  http://semantic-systems.net/swemls/Resource.SemEval_2016_Task_6
<http://semantic-systems.net/swemls/Resource.SemEval_2016_Task_6> rdf:type owl:NamedIndividual ,
                                                                           :SemanticWebResource ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.SemEval> ;
                                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
                                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                  rdfs:label "SemEval-2016 Task 6" ;
                                                                  rdfs:seeAlso <https://aclanthology.org/S16-1003.pdf> .


###  http://semantic-systems.net/swemls/Resource.SemEval_2018_Task_9
<http://semantic-systems.net/swemls/Resource.SemEval_2018_Task_9> rdf:type owl:NamedIndividual ,
                                                                           :SemanticWebResource ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.SemEval> ;
                                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                                  rdfs:label "SemEval-2018 Task 9" .


###  http://semantic-systems.net/swemls/Resource.Sensigrafo
<http://semantic-systems.net/swemls/Resource.Sensigrafo> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                         rdfs:label "Sensigrafo" ;
                                                         rdfs:seeAlso <https://drive.google.com/file/d/1uFwzJDUjL3_BE8kUjBow8JdG-c7rHLef/view> .


###  http://semantic-systems.net/swemls/Resource.Shenma
<http://semantic-systems.net/swemls/Resource.Shenma> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "Shenma" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/1qLTv6bF-_g86yxOaCNbjXROhjjIw7B3Y/view> .


###  http://semantic-systems.net/swemls/Resource.TWOSIDES
<http://semantic-systems.net/swemls/Resource.TWOSIDES> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "TWOSIDES" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/10ck3tWP6rSs6DRQJCDnE8GJl5MGm8DWa/view> ,
                                                                    <https://stm.sciencemag.org/content/suppl/2012/03/12/4.125.125ra31.DC1> .


###  http://semantic-systems.net/swemls/Resource.UCO
<http://semantic-systems.net/swemls/Resource.UCO> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                  :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                  rdfs:label "UCO" ;
                                                  rdfs:seeAlso <https://drive.google.com/file/d/1xmUzTcW75Y34QFz-wktfke6Lv9efhVTk/view> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Unified Cybersecurity Ontology]" .


###  http://semantic-systems.net/swemls/Resource.UMLS
<http://semantic-systems.net/swemls/Resource.UMLS> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                   rdfs:label "UMLS" ;
                                                   rdfs:seeAlso <https://uts.nlm.nih.gov/uts/umls/home> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "[Unified Medical Language System]" .


###  http://semantic-systems.net/swemls/Resource.USC
<http://semantic-systems.net/swemls/Resource.USC> rdf:type owl:NamedIndividual ,
                                                           :SemanticWebResource ;
                                                  :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Taxonomy> ;
                                                  rdfs:label "USC" ;
                                                  rdfs:seeAlso <https://drive.google.com/file/d/12mJLr8GswgA41jLM7aexNhNH3XlZeCfC/view> ;
                                                  <http://www.w3.org/2004/02/skos/core#altLabel> "[Uniform System of Classification]" .


###  http://semantic-systems.net/swemls/Resource.Uberon
<http://semantic-systems.net/swemls/Resource.Uberon> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                     rdfs:label "Uberon" ;
                                                     rdfs:seeAlso <https://www.ebi.ac.uk/ols/ontologies/uberon> .


###  http://semantic-systems.net/swemls/Resource.WK31_15K
<http://semantic-systems.net/swemls/Resource.WK31_15K> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "WK31-15K" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/1h71CchFDzIzyLM_Yt5A8hBIJP0qjVRUW/view?usp=drivesdk> ,
                                                                    <https://github.com/muhaochen/MTransE> ,
                                                                    <https://www.ijcai.org/proceedings/2017/0209.pdf> .


###  http://semantic-systems.net/swemls/Resource.WN11
<http://semantic-systems.net/swemls/Resource.WN11> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                   rdfs:label "WN11" ;
                                                   rdfs:seeAlso <https://web.archive.org/web/20190312072929/cs.stanford.edu/~danqi/data/nips13-dataset.tar.bz2> .


###  http://semantic-systems.net/swemls/Resource.WN18
<http://semantic-systems.net/swemls/Resource.WN18> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                   rdfs:label "WN18" ;
                                                   rdfs:seeAlso <https://everest.hds.utc.fr/doku.php?id=en:transe> .


###  http://semantic-systems.net/swemls/Resource.WN18RR
<http://semantic-systems.net/swemls/Resource.WN18RR> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                     rdfs:label "WN18RR" .


###  http://semantic-systems.net/swemls/Resource.WN36
<http://semantic-systems.net/swemls/Resource.WN36> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                   rdfs:label "WN36" ;
                                                   rdfs:seeAlso <https://www.xplan-lab.org/Paper_PDF/Embedding%20Knowledge%20Graphs%20Based%20on%20Transitivity.pdf> .


###  http://semantic-systems.net/swemls/Resource.WN_100K
<http://semantic-systems.net/swemls/Resource.WN_100K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                      rdfs:label "WN-100K" .


###  http://semantic-systems.net/swemls/Resource.WN_500K
<http://semantic-systems.net/swemls/Resource.WN_500K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.WordNet> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                      rdfs:label "WN-500K" .


###  http://semantic-systems.net/swemls/Resource.WebNLG
<http://semantic-systems.net/swemls/Resource.WebNLG> rdf:type owl:NamedIndividual ,
                                                              :SemanticWebResource ;
                                                     :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.JSON> ;
                                                     :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                     :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                     rdfs:label "WebNLG" ;
                                                     rdfs:seeAlso <https://drive.google.com/file/d/17Kfafgc9tIbP23k2yylkaRAvudewqvEI/view> ,
                                                                  <https://gem-benchmark.com/data_cards/WebNLG> .


###  http://semantic-systems.net/swemls/Resource.WikiMovies
<http://semantic-systems.net/swemls/Resource.WikiMovies> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Wikidata> ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                         rdfs:label "WikiMovies" ;
                                                         rdfs:seeAlso <https://drive.google.com/file/d/1bbSeeS82KYF_8z2FC2_95P2HszXmd3hV/view> .


###  http://semantic-systems.net/swemls/Resource.Wiki_One
<http://semantic-systems.net/swemls/Resource.Wiki_One> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                       rdfs:label "Wiki-One" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/1lguxIRhRhtYMSdDo3ZwhIIc5CuZSQ3g8/view> ,
                                                                    <https://sites.cs.ucsb.edu/~xwhan/datasets/wiki.tar.gz> .


###  http://semantic-systems.net/swemls/Resource.Wikidata
<http://semantic-systems.net/swemls/Resource.Wikidata> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                       rdfs:label "Wikidata" ;
                                                       rdfs:seeAlso <https://www.wikidata.org/wiki/Wikidata:Main_Page> .


###  http://semantic-systems.net/swemls/Resource.Wikidata12k
<http://semantic-systems.net/swemls/Resource.Wikidata12k> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.Wikidata> ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                          rdfs:label "Wikidata12k" ;
                                                          rdfs:seeAlso <https://aclanthology.org/D18-1225.pdf> .


###  http://semantic-systems.net/swemls/Resource.Wikipedia
<http://semantic-systems.net/swemls/Resource.Wikipedia> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.Others> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> ;
                                                        rdfs:label "Wikipedia" ;
                                                        rdfs:seeAlso <https://www.wikipedia.org> .


###  http://semantic-systems.net/swemls/Resource.Wiktionary
<http://semantic-systems.net/swemls/Resource.Wiktionary> rdf:type owl:NamedIndividual ,
                                                                  :SemanticWebResource ;
                                                         :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.XML> ;
                                                         :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                         :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                         rdfs:label "Wiktionary" ;
                                                         rdfs:seeAlso <https://www.wiktionary.org> .


###  http://semantic-systems.net/swemls/Resource.WineCloud
<http://semantic-systems.net/swemls/Resource.WineCloud> rdf:type owl:NamedIndividual ,
                                                                 :SemanticWebResource ;
                                                        :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                        :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.Less_than_500> ;
                                                        :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                        rdfs:label "WineCloud" ;
                                                        rdfs:seeAlso <https://drive.google.com/file/d/1b6qJ9spbVZNKYOWBuHGNmYN2c2tc27WT/view?usp=drivesdk> .


###  http://semantic-systems.net/swemls/Resource.WordNet
<http://semantic-systems.net/swemls/Resource.WordNet> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF_S> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Thesaurus> ;
                                                      rdfs:label "WordNet" ;
                                                      rdfs:seeAlso <https://wordnet.princeton.edu> .


###  http://semantic-systems.net/swemls/Resource.YAGO
<http://semantic-systems.net/swemls/Resource.YAGO> rdf:type owl:NamedIndividual ,
                                                            :SemanticWebResource ;
                                                   :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF> ;
                                                   :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                   :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                   rdfs:label "YAGO" ;
                                                   rdfs:seeAlso <https://yago-knowledge.org/getting-started> .


###  http://semantic-systems.net/swemls/Resource.YAGO11K
<http://semantic-systems.net/swemls/Resource.YAGO11K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.YAGO> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                      rdfs:label "YAGO11K" .


###  http://semantic-systems.net/swemls/Resource.YAGO15K
<http://semantic-systems.net/swemls/Resource.YAGO15K> rdf:type owl:NamedIndividual ,
                                                               :SemanticWebResource ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.YAGO> ;
                                                      :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.RDF_S> ;
                                                      :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                      :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                      rdfs:label "YAGO15K" ;
                                                      rdfs:seeAlso <https://drive.google.com/file/d/1z4jegDUsWPVh5-2m3sn6v_G0C5kazxzj/view> ,
                                                                   <https://github.com/nle-ml/mmkb/tree/master/YAGO15K> .


###  http://semantic-systems.net/swemls/Resource.YAGO26K_906
<http://semantic-systems.net/swemls/Resource.YAGO26K_906> rdf:type owl:NamedIndividual ,
                                                                   :SemanticWebResource ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.YAGO> ;
                                                          :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                          :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                          rdfs:label "YAGO26K-906" ;
                                                          rdfs:seeAlso <https://drive.google.com/file/d/1FfxtuF1LU0Vlskl7ilvPOQggJ1dj-vC8/view> .


###  http://semantic-systems.net/swemls/Resource.YAGO3
<http://semantic-systems.net/swemls/Resource.YAGO3> rdf:type owl:NamedIndividual ,
                                                             :SemanticWebResource ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.YAGO> ;
                                                    :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                    :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                    :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> ;
                                                    rdfs:label "YAGO3" ;
                                                    rdfs:seeAlso <https://drive.google.com/file/d/1v14aSf_yfR26F_fyGcHQDPSRCwQK2VM6/view?usp=drivesdk> ,
                                                                 <https://yago-knowledge.org/downloads/yago-3> .


###  http://semantic-systems.net/swemls/Resource.YAGO3_10
<http://semantic-systems.net/swemls/Resource.YAGO3_10> rdf:type owl:NamedIndividual ,
                                                                :SemanticWebResource ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Resource.YAGO> ;
                                                       :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                       :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
                                                       :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> ;
                                                       rdfs:label "YAGO3-10" ;
                                                       rdfs:seeAlso <https://drive.google.com/file/d/1leseJZxzIR4u3AfazAzIYTH5WB8t6hyX/view> ,
                                                                    <https://github.com/MIRALab-USTC/KGE-DURA/tree/main/src_data/YAGO3-10> ,
                                                                    <https://paperswithcode.com/dataset/yago3-10> .


###  http://semantic-systems.net/swemls/Resource.package_slip_Knowledge_Graph
<http://semantic-systems.net/swemls/Resource.package_slip_Knowledge_Graph> rdf:type owl:NamedIndividual ,
                                                                                    :SemanticWebResource ;
                                                                           :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.SKOS> ;
                                                                           :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
                                                                           :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Dataset> ;
                                                                           rdfs:label "package-slip Knowledge Graph" ;
                                                                           rdfs:seeAlso <http://pakbon-ld.spider.d2s.labs.vu.nl> ,
                                                                                        <https://drive.google.com/file/d/1KYW9EThPLfCpNOjl-qZ2iWt5nUQDP7cL/view> .


###  http://semantic-systems.net/swemls/Resource.s_case_ontologies
<http://semantic-systems.net/swemls/Resource.s_case_ontologies> rdf:type owl:NamedIndividual ,
                                                                         :SemanticWebResource ;
                                                                :hasResourceFormalism <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
                                                                :hasResourceSize <http://semantic-systems.net/swemls/ResourceSize.500_1K> ;
                                                                :hasResourceType <http://semantic-systems.net/swemls/ResourceType.Ontology> ;
                                                                rdfs:label "s-case ontologies" ;
                                                                rdfs:seeAlso <http://s-case.github.io/publications/eis2017/> ,
                                                                             <https://drive.google.com/file/d/1sVZhx5ucTzl5uMHe-xTujqkzIOmq54Zn/view> .


###  http://semantic-systems.net/swemls/ResourceFormalism.CSV
<http://semantic-systems.net/swemls/ResourceFormalism.CSV> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "CSV" .


###  http://semantic-systems.net/swemls/ResourceFormalism.JSON
<http://semantic-systems.net/swemls/ResourceFormalism.JSON> rdf:type owl:NamedIndividual ,
                                                                     :ResourceFormalism ;
                                                            rdfs:label "JSON" .


###  http://semantic-systems.net/swemls/ResourceFormalism.Missing_Info
<http://semantic-systems.net/swemls/ResourceFormalism.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                             :ResourceFormalism ;
                                                                    rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/ResourceFormalism.Not_applicable
<http://semantic-systems.net/swemls/ResourceFormalism.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                               :ResourceFormalism ;
                                                                      rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OBO
<http://semantic-systems.net/swemls/ResourceFormalism.OBO> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "OBO" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL
<http://semantic-systems.net/swemls/ResourceFormalism.OWL> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "OWL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL-DL
<http://semantic-systems.net/swemls/ResourceFormalism.OWL-DL> rdf:type owl:NamedIndividual ,
                                                                       :ResourceFormalism ;
                                                              rdfs:label "OWL-DL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL-Full
<http://semantic-systems.net/swemls/ResourceFormalism.OWL-Full> rdf:type owl:NamedIndividual ,
                                                                         :ResourceFormalism ;
                                                                rdfs:label "OWL Full" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL-Lite
<http://semantic-systems.net/swemls/ResourceFormalism.OWL-Lite> rdf:type owl:NamedIndividual ,
                                                                         :ResourceFormalism ;
                                                                rdfs:label "OWL-Lite" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL2
<http://semantic-systems.net/swemls/ResourceFormalism.OWL2> rdf:type owl:NamedIndividual ,
                                                                     :ResourceFormalism ;
                                                            rdfs:label "OWL2" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL2-EL
<http://semantic-systems.net/swemls/ResourceFormalism.OWL2-EL> rdf:type owl:NamedIndividual ,
                                                                        :ResourceFormalism ;
                                                               rdfs:label "OWL2-EL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL2-QL
<http://semantic-systems.net/swemls/ResourceFormalism.OWL2-QL> rdf:type owl:NamedIndividual ,
                                                                        :ResourceFormalism ;
                                                               rdfs:label "OWL2-QL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL2-RL
<http://semantic-systems.net/swemls/ResourceFormalism.OWL2-RL> rdf:type owl:NamedIndividual ,
                                                                        :ResourceFormalism ;
                                                               rdfs:label "OWL2-RL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.OWL_OWL2
<http://semantic-systems.net/swemls/ResourceFormalism.OWL_OWL2> rdf:type owl:NamedIndividual ,
                                                                         :ResourceFormalism ;
                                                                rdfs:label "OWL/OWL2" .


###  http://semantic-systems.net/swemls/ResourceFormalism.Other_Formalisms
<http://semantic-systems.net/swemls/ResourceFormalism.Other_Formalisms> rdf:type owl:NamedIndividual ,
                                                                                 :ResourceFormalism ;
                                                                        rdfs:label "Other Formalisms" .


###  http://semantic-systems.net/swemls/ResourceFormalism.Others
<http://semantic-systems.net/swemls/ResourceFormalism.Others> rdf:type owl:NamedIndividual ,
                                                                       :ResourceFormalism ;
                                                              rdfs:label "Others Formalisms" .


###  http://semantic-systems.net/swemls/ResourceFormalism.RDF
<http://semantic-systems.net/swemls/ResourceFormalism.RDF> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "RDF" .


###  http://semantic-systems.net/swemls/ResourceFormalism.RDF_RDF_S
<http://semantic-systems.net/swemls/ResourceFormalism.RDF_RDF_S> rdf:type owl:NamedIndividual ,
                                                                          :ResourceFormalism ;
                                                                 rdfs:label "RDF/RDF-S" .


###  http://semantic-systems.net/swemls/ResourceFormalism.RDF_S
<http://semantic-systems.net/swemls/ResourceFormalism.RDF_S> rdf:type owl:NamedIndividual ,
                                                                      :ResourceFormalism ;
                                                             rdfs:label "RDF-S" .


###  http://semantic-systems.net/swemls/ResourceFormalism.SKOS
<http://semantic-systems.net/swemls/ResourceFormalism.SKOS> rdf:type owl:NamedIndividual ,
                                                                     :ResourceFormalism ;
                                                            rdfs:label "SKOS" .


###  http://semantic-systems.net/swemls/ResourceFormalism.SPARQL
<http://semantic-systems.net/swemls/ResourceFormalism.SPARQL> rdf:type owl:NamedIndividual ,
                                                                       :ResourceFormalism ;
                                                              rdfs:label "SPARQL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.SWRL
<http://semantic-systems.net/swemls/ResourceFormalism.SWRL> rdf:type owl:NamedIndividual ,
                                                                     :ResourceFormalism ;
                                                            rdfs:label "SWRL" .


###  http://semantic-systems.net/swemls/ResourceFormalism.TSV
<http://semantic-systems.net/swemls/ResourceFormalism.TSV> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "TSV" .


###  http://semantic-systems.net/swemls/ResourceFormalism.XML
<http://semantic-systems.net/swemls/ResourceFormalism.XML> rdf:type owl:NamedIndividual ,
                                                                    :ResourceFormalism ;
                                                           rdfs:label "XML" .


###  http://semantic-systems.net/swemls/ResourceSize.100K_500K
<http://semantic-systems.net/swemls/ResourceSize.100K_500K> rdf:type owl:NamedIndividual ,
                                                                     :ResourceSize ;
                                                            rdfs:label "100K-500K" .


###  http://semantic-systems.net/swemls/ResourceSize.10K_100K
<http://semantic-systems.net/swemls/ResourceSize.10K_100K> rdf:type owl:NamedIndividual ,
                                                                    :ResourceSize ;
                                                           rdfs:label "10K-100K" .


###  http://semantic-systems.net/swemls/ResourceSize.1K_10K
<http://semantic-systems.net/swemls/ResourceSize.1K_10K> rdf:type owl:NamedIndividual ,
                                                                  :ResourceSize ;
                                                         rdfs:label "1K-10K" .


###  http://semantic-systems.net/swemls/ResourceSize.500K_1M
<http://semantic-systems.net/swemls/ResourceSize.500K_1M> rdf:type owl:NamedIndividual ,
                                                                   :ResourceSize ;
                                                          rdfs:label "500K-1M" .


###  http://semantic-systems.net/swemls/ResourceSize.500_1K
<http://semantic-systems.net/swemls/ResourceSize.500_1K> rdf:type owl:NamedIndividual ,
                                                                  :ResourceSize ;
                                                         rdfs:label "500 -1K" .


###  http://semantic-systems.net/swemls/ResourceSize.Less_than_500
<http://semantic-systems.net/swemls/ResourceSize.Less_than_500> rdf:type owl:NamedIndividual ,
                                                                         :ResourceSize ;
                                                                rdfs:label "Less than 500" .


###  http://semantic-systems.net/swemls/ResourceSize.Missing_Info
<http://semantic-systems.net/swemls/ResourceSize.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                        :ResourceSize ;
                                                               rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/ResourceSize.More_than_1M
<http://semantic-systems.net/swemls/ResourceSize.More_than_1M> rdf:type owl:NamedIndividual ,
                                                                        :ResourceSize ;
                                                               rdfs:label "More than 1M" .


###  http://semantic-systems.net/swemls/ResourceSize.Not_applicable
<http://semantic-systems.net/swemls/ResourceSize.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                          :ResourceSize ;
                                                                 rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/ResourceType.Dataset
<http://semantic-systems.net/swemls/ResourceType.Dataset> rdf:type owl:NamedIndividual ,
                                                                   :ResourceType ;
                                                          rdfs:label "Dataset" .


###  http://semantic-systems.net/swemls/ResourceType.Knowledge_Base
<http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> rdf:type owl:NamedIndividual ,
                                                                          :ResourceType ;
                                                                 rdfs:label "Knowledge Base" .


###  http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph
<http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> rdf:type owl:NamedIndividual ,
                                                                           :ResourceType ;
                                                                  rdfs:label "Knowledge Graph" .


###  http://semantic-systems.net/swemls/ResourceType.Linked_Dataset
<http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> rdf:type owl:NamedIndividual ,
                                                                          :ResourceType ;
                                                                 rdfs:label "Linked Dataset" .


###  http://semantic-systems.net/swemls/ResourceType.Missing_Info
<http://semantic-systems.net/swemls/ResourceType.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                        :ResourceType ;
                                                               rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/ResourceType.Not_applicable
<http://semantic-systems.net/swemls/ResourceType.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                          :ResourceType ;
                                                                 rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/ResourceType.Ontology
<http://semantic-systems.net/swemls/ResourceType.Ontology> rdf:type owl:NamedIndividual ,
                                                                    :ResourceType ;
                                                           rdfs:label "Ontology" .


###  http://semantic-systems.net/swemls/ResourceType.Ontology_Mapping
<http://semantic-systems.net/swemls/ResourceType.Ontology_Mapping> rdf:type owl:NamedIndividual ,
                                                                            :ResourceType ;
                                                                   rdfs:label "Ontology Mapping" .


###  http://semantic-systems.net/swemls/ResourceType.Query
<http://semantic-systems.net/swemls/ResourceType.Query> rdf:type owl:NamedIndividual ,
                                                                 :ResourceType ;
                                                        rdfs:label "Query" .


###  http://semantic-systems.net/swemls/ResourceType.Rules
<http://semantic-systems.net/swemls/ResourceType.Rules> rdf:type owl:NamedIndividual ,
                                                                 :ResourceType ;
                                                        rdfs:label "Rules" .


###  http://semantic-systems.net/swemls/ResourceType.Schema_Level_patterns
<http://semantic-systems.net/swemls/ResourceType.Schema_Level_patterns> rdf:type owl:NamedIndividual ,
                                                                                 :ResourceType ;
                                                                        rdfs:label "Schema Level patterns" .


###  http://semantic-systems.net/swemls/ResourceType.Taxonomy
<http://semantic-systems.net/swemls/ResourceType.Taxonomy> rdf:type owl:NamedIndividual ,
                                                                    :ResourceType ;
                                                           rdfs:label "Taxonomy" .


###  http://semantic-systems.net/swemls/ResourceType.Thesaurus
<http://semantic-systems.net/swemls/ResourceType.Thesaurus> rdf:type owl:NamedIndividual ,
                                                                     :ResourceType ;
                                                            rdfs:label "Thesaurus" .


###  http://semantic-systems.net/swemls/StatisticalModel.ALBERT
<http://semantic-systems.net/swemls/StatisticalModel.ALBERT> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "ALBERT" .


###  http://semantic-systems.net/swemls/StatisticalModel.ANALOGY
<http://semantic-systems.net/swemls/StatisticalModel.ANALOGY> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "ANALOGY" .


###  http://semantic-systems.net/swemls/StatisticalModel.ARM
<http://semantic-systems.net/swemls/StatisticalModel.ARM> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "ARM [Association Rule learning, Association Rule Mining]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Affinity_Propagation
<http://semantic-systems.net/swemls/StatisticalModel.Affinity_Propagation> rdf:type owl:NamedIndividual ,
                                                                                    :StatisticalModel ;
                                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                           rdfs:label "Affinity Propagation" .


###  http://semantic-systems.net/swemls/StatisticalModel.Asymmetrical_Embedding_Model
<http://semantic-systems.net/swemls/StatisticalModel.Asymmetrical_Embedding_Model> rdf:type owl:NamedIndividual ,
                                                                                            :StatisticalModel ;
                                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                                   rdfs:label "Asymmetrical Embedding Model" .


###  http://semantic-systems.net/swemls/StatisticalModel.Attention
<http://semantic-systems.net/swemls/StatisticalModel.Attention> rdf:type owl:NamedIndividual ,
                                                                         :StatisticalModel ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                rdfs:label "Attention" .


###  http://semantic-systems.net/swemls/StatisticalModel.Attentive_BiGRU
<http://semantic-systems.net/swemls/StatisticalModel.Attentive_BiGRU> rdf:type owl:NamedIndividual ,
                                                                               :StatisticalModel ;
                                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                      rdfs:label "Attentive BiGRU" .


###  http://semantic-systems.net/swemls/StatisticalModel.AutoEncoder
<http://semantic-systems.net/swemls/StatisticalModel.AutoEncoder> rdf:type owl:NamedIndividual ,
                                                                           :StatisticalModel ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                  rdfs:label "AutoEncoder" .


###  http://semantic-systems.net/swemls/StatisticalModel.BERT
<http://semantic-systems.net/swemls/StatisticalModel.BERT> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "BERT" .


###  http://semantic-systems.net/swemls/StatisticalModel.Bayesian
<http://semantic-systems.net/swemls/StatisticalModel.Bayesian> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                               rdfs:label "Bayes [Bayes models, Bayesian network, Naive Bayes Classifier]" .


###  http://semantic-systems.net/swemls/StatisticalModel.BiGRU
<http://semantic-systems.net/swemls/StatisticalModel.BiGRU> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "BiGRU" .


###  http://semantic-systems.net/swemls/StatisticalModel.BiLSTM-CRF
<http://semantic-systems.net/swemls/StatisticalModel.BiLSTM-CRF> rdf:type owl:NamedIndividual ,
                                                                          :StatisticalModel ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                 rdfs:label "BiLSTM-CRF" .


###  http://semantic-systems.net/swemls/StatisticalModel.CNN
<http://semantic-systems.net/swemls/StatisticalModel.CNN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "CNN [Convolutional neural network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.CRF
<http://semantic-systems.net/swemls/StatisticalModel.CRF> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "CRF [Conditional Random Field]" .


###  http://semantic-systems.net/swemls/StatisticalModel.ClassicalML
<http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> rdf:type owl:NamedIndividual ,
                                                                           :StatisticalModel ;
                                                                  rdfs:label "Classical ML model" .


###  http://semantic-systems.net/swemls/StatisticalModel.ComplEx
<http://semantic-systems.net/swemls/StatisticalModel.ComplEx> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "ComplEx" .


###  http://semantic-systems.net/swemls/StatisticalModel.ConceptNet_PPMI_embeddings
<http://semantic-systems.net/swemls/StatisticalModel.ConceptNet_PPMI_embeddings> rdf:type owl:NamedIndividual ,
                                                                                          :StatisticalModel ;
                                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                                 rdfs:label "ConceptNet PPMI embeddings" .


###  http://semantic-systems.net/swemls/StatisticalModel.ConvE
<http://semantic-systems.net/swemls/StatisticalModel.ConvE> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "ConvE" .


###  http://semantic-systems.net/swemls/StatisticalModel.DBSCAN
<http://semantic-systems.net/swemls/StatisticalModel.DBSCAN> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                             rdfs:label "DBSCAN" .


###  http://semantic-systems.net/swemls/StatisticalModel.DKRL
<http://semantic-systems.net/swemls/StatisticalModel.DKRL> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "DKRL" .


###  http://semantic-systems.net/swemls/StatisticalModel.DQN
<http://semantic-systems.net/swemls/StatisticalModel.DQN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "DQN" .


###  http://semantic-systems.net/swemls/StatisticalModel.DRE
<http://semantic-systems.net/swemls/StatisticalModel.DRE> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "DRE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Decision_Trees
<http://semantic-systems.net/swemls/StatisticalModel.Decision_Trees> rdf:type owl:NamedIndividual ,
                                                                              :StatisticalModel ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                     rdfs:label "Decision tree [random forest, C4.5]" .


###  http://semantic-systems.net/swemls/StatisticalModel.DeepLearning
<http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> rdf:type owl:NamedIndividual ,
                                                                            :StatisticalModel ;
                                                                   rdfs:label "Deep Learning model" .


###  http://semantic-systems.net/swemls/StatisticalModel.DeepWalk
<http://semantic-systems.net/swemls/StatisticalModel.DeepWalk> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "DeepWalk" .


###  http://semantic-systems.net/swemls/StatisticalModel.Deep_Neural_Networks
<http://semantic-systems.net/swemls/StatisticalModel.Deep_Neural_Networks> rdf:type owl:NamedIndividual ,
                                                                                    :StatisticalModel ;
                                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                           rdfs:label "Deep Neural Networks" .


###  http://semantic-systems.net/swemls/StatisticalModel.Dimentionality_Reduction
<http://semantic-systems.net/swemls/StatisticalModel.Dimentionality_Reduction> rdf:type owl:NamedIndividual ,
                                                                                        :StatisticalModel ;
                                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                               rdfs:label "Dimentionality Reduction" .


###  http://semantic-systems.net/swemls/StatisticalModel.DistMult
<http://semantic-systems.net/swemls/StatisticalModel.DistMult> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "DistMult" .


###  http://semantic-systems.net/swemls/StatisticalModel.Doc2Vec
<http://semantic-systems.net/swemls/StatisticalModel.Doc2Vec> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "Doc2Vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.ELMo
<http://semantic-systems.net/swemls/StatisticalModel.ELMo> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "ELMo" .


###  http://semantic-systems.net/swemls/StatisticalModel.Electra
<http://semantic-systems.net/swemls/StatisticalModel.Electra> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "Electra" .


###  http://semantic-systems.net/swemls/StatisticalModel.FCA
<http://semantic-systems.net/swemls/StatisticalModel.FCA> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "FCA [Formal concept analysis]" .


###  http://semantic-systems.net/swemls/StatisticalModel.FFNN
<http://semantic-systems.net/swemls/StatisticalModel.FFNN> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "FFNN [Feed-Forward Neural network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Factorization_Machines
<http://semantic-systems.net/swemls/StatisticalModel.Factorization_Machines> rdf:type owl:NamedIndividual ,
                                                                                      :StatisticalModel ;
                                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                             rdfs:label "Factorization Machines" .


###  http://semantic-systems.net/swemls/StatisticalModel.FastText
<http://semantic-systems.net/swemls/StatisticalModel.FastText> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "FastText" .


###  http://semantic-systems.net/swemls/StatisticalModel.Faster_RCNN
<http://semantic-systems.net/swemls/StatisticalModel.Faster_RCNN> rdf:type owl:NamedIndividual ,
                                                                           :StatisticalModel ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                  rdfs:label "Faster RCNN" .


###  http://semantic-systems.net/swemls/StatisticalModel.Flair
<http://semantic-systems.net/swemls/StatisticalModel.Flair> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "Flair [Flair Embeddings]" .


###  http://semantic-systems.net/swemls/StatisticalModel.G-RNN
<http://semantic-systems.net/swemls/StatisticalModel.G-RNN> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "G-RNN" .


###  http://semantic-systems.net/swemls/StatisticalModel.GAE
<http://semantic-systems.net/swemls/StatisticalModel.GAE> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GAE [Graph Autoencoder]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GAN
<http://semantic-systems.net/swemls/StatisticalModel.GAN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GAN [Generative adversarial network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GAT
<http://semantic-systems.net/swemls/StatisticalModel.GAT> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GAT [Graph Attention Networks]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GCN
<http://semantic-systems.net/swemls/StatisticalModel.GCN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GCN [Graph Convolutional Network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GGNN
<http://semantic-systems.net/swemls/StatisticalModel.GGNN> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "GGNN [Gated Graph Neural Network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GHSOM
<http://semantic-systems.net/swemls/StatisticalModel.GHSOM> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "GHSOM [Growing Hierarchical Self Organizing Map]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GNN
<http://semantic-systems.net/swemls/StatisticalModel.GNN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GNN [Graph Neural Network model]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GPT
<http://semantic-systems.net/swemls/StatisticalModel.GPT> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "GPT [GPT-2]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GRAM-KGE
<http://semantic-systems.net/swemls/StatisticalModel.GRAM-KGE> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "GRAM-KGE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Gated_CNN
<http://semantic-systems.net/swemls/StatisticalModel.Gated_CNN> rdf:type owl:NamedIndividual ,
                                                                         :StatisticalModel ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                rdfs:label "Gated CNN" .


###  http://semantic-systems.net/swemls/StatisticalModel.Genetic_Algorithms
<http://semantic-systems.net/swemls/StatisticalModel.Genetic_Algorithms> rdf:type owl:NamedIndividual ,
                                                                                  :StatisticalModel ;
                                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                         rdfs:label "Genetic Algorithms [Evolutionary Algorithms]" .


###  http://semantic-systems.net/swemls/StatisticalModel.GloVe
<http://semantic-systems.net/swemls/StatisticalModel.GloVe> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "GloVe" .


###  http://semantic-systems.net/swemls/StatisticalModel.Graph2Seq
<http://semantic-systems.net/swemls/StatisticalModel.Graph2Seq> rdf:type owl:NamedIndividual ,
                                                                         :StatisticalModel ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                rdfs:label "Graph2Seq" .


###  http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Attention_Network
<http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Attention_Network> rdf:type owl:NamedIndividual ,
                                                                                              :StatisticalModel ;
                                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                                     rdfs:label "Hierarchical Attention Network HAN" .


###  http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Clustering
<http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Clustering> rdf:type owl:NamedIndividual ,
                                                                                       :StatisticalModel ;
                                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                              rdfs:label "Hierarchical Clustering" .


###  http://semantic-systems.net/swemls/StatisticalModel.HolE
<http://semantic-systems.net/swemls/StatisticalModel.HolE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "HolE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Hopfield_Network
<http://semantic-systems.net/swemls/StatisticalModel.Hopfield_Network> rdf:type owl:NamedIndividual ,
                                                                                :StatisticalModel ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                       rdfs:label "Hopfield Network" .


###  http://semantic-systems.net/swemls/StatisticalModel.HyTE
<http://semantic-systems.net/swemls/StatisticalModel.HyTE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "HyTE" .


###  http://semantic-systems.net/swemls/StatisticalModel.ILP
<http://semantic-systems.net/swemls/StatisticalModel.ILP> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "ILP [Inductive Logic Programming]" .


###  http://semantic-systems.net/swemls/StatisticalModel.InfoMap
<http://semantic-systems.net/swemls/StatisticalModel.InfoMap> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                              rdfs:label "InfoMap" .


###  http://semantic-systems.net/swemls/StatisticalModel.JOIE
<http://semantic-systems.net/swemls/StatisticalModel.JOIE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "JOIE" .


###  http://semantic-systems.net/swemls/StatisticalModel.KNN
<http://semantic-systems.net/swemls/StatisticalModel.KNN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "k-nn [k-nearest neighbors]" .


###  http://semantic-systems.net/swemls/StatisticalModel.KSR
<http://semantic-systems.net/swemls/StatisticalModel.KSR> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "KSR [Knowledge Semantic Representation]" .


###  http://semantic-systems.net/swemls/StatisticalModel.LDA
<http://semantic-systems.net/swemls/StatisticalModel.LDA> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "LDA [Latent Dirichlet Allocation]" .


###  http://semantic-systems.net/swemls/StatisticalModel.LINE
<http://semantic-systems.net/swemls/StatisticalModel.LINE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "LINE" .


###  http://semantic-systems.net/swemls/StatisticalModel.LSA
<http://semantic-systems.net/swemls/StatisticalModel.LSA> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "LSA [Latent Semantic Analysis]" .


###  http://semantic-systems.net/swemls/StatisticalModel.LSTM
<http://semantic-systems.net/swemls/StatisticalModel.LSTM> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "Custom LSTM model" .


###  http://semantic-systems.net/swemls/StatisticalModel.LiDA
<http://semantic-systems.net/swemls/StatisticalModel.LiDA> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                           rdfs:label "LiDA [Linear Discriminant Analysis]" .


###  http://semantic-systems.net/swemls/StatisticalModel.LiteralE
<http://semantic-systems.net/swemls/StatisticalModel.LiteralE> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "LiteralE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Louvain
<http://semantic-systems.net/swemls/StatisticalModel.Louvain> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                              rdfs:label "Louvain" .


###  http://semantic-systems.net/swemls/StatisticalModel.M5Rules
<http://semantic-systems.net/swemls/StatisticalModel.M5Rules> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                              rdfs:label "M5Rules" .


###  http://semantic-systems.net/swemls/StatisticalModel.MCAN
<http://semantic-systems.net/swemls/StatisticalModel.MCAN> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "MCAN" .


###  http://semantic-systems.net/swemls/StatisticalModel.Markov_process_Models
<http://semantic-systems.net/swemls/StatisticalModel.Markov_process_Models> rdf:type owl:NamedIndividual ,
                                                                                     :StatisticalModel ;
                                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                            rdfs:label "Markov Model" .


###  http://semantic-systems.net/swemls/StatisticalModel.Matrix_Clusterization
<http://semantic-systems.net/swemls/StatisticalModel.Matrix_Clusterization> rdf:type owl:NamedIndividual ,
                                                                                     :StatisticalModel ;
                                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                            rdfs:label "Matrix Clusterization" .


###  http://semantic-systems.net/swemls/StatisticalModel.Matrix_Factorization
<http://semantic-systems.net/swemls/StatisticalModel.Matrix_Factorization> rdf:type owl:NamedIndividual ,
                                                                                    :StatisticalModel ;
                                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                           rdfs:label "Matrix Factorization" .


###  http://semantic-systems.net/swemls/StatisticalModel.Metapath2Vec
<http://semantic-systems.net/swemls/StatisticalModel.Metapath2Vec> rdf:type owl:NamedIndividual ,
                                                                            :StatisticalModel ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                   rdfs:label "Metapath2Vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.Mixture_Models
<http://semantic-systems.net/swemls/StatisticalModel.Mixture_Models> rdf:type owl:NamedIndividual ,
                                                                              :StatisticalModel ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                     rdfs:label "GMM [Gaussian Mixture Model, Mixture Models]" .


###  http://semantic-systems.net/swemls/StatisticalModel.NTN
<http://semantic-systems.net/swemls/StatisticalModel.NTN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "NTN [Neural Tensor Network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Neural_Attention_Model
<http://semantic-systems.net/swemls/StatisticalModel.Neural_Attention_Model> rdf:type owl:NamedIndividual ,
                                                                                      :StatisticalModel ;
                                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                             rdfs:label "Neural Attention Model" .


###  http://semantic-systems.net/swemls/StatisticalModel.Node2vec
<http://semantic-systems.net/swemls/StatisticalModel.Node2vec> rdf:type owl:NamedIndividual ,
                                                                        :StatisticalModel ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                               rdfs:label "Node2vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.On2Vec
<http://semantic-systems.net/swemls/StatisticalModel.On2Vec> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "On2Vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.Order_Embeddings
<http://semantic-systems.net/swemls/StatisticalModel.Order_Embeddings> rdf:type owl:NamedIndividual ,
                                                                                :StatisticalModel ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                       rdfs:label "Order Embeddings" .


###  http://semantic-systems.net/swemls/StatisticalModel.PCA
<http://semantic-systems.net/swemls/StatisticalModel.PCA> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "PCA [Principal component analysis]" .


###  http://semantic-systems.net/swemls/StatisticalModel.PCNN
<http://semantic-systems.net/swemls/StatisticalModel.PCNN> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "PCNN [Piecewise-CNN]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Plain_Encoder_based
<http://semantic-systems.net/swemls/StatisticalModel.Plain_Encoder_based> rdf:type owl:NamedIndividual ,
                                                                                   :StatisticalModel ;
                                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                          rdfs:label "Plain Encoder-based Networks" .


###  http://semantic-systems.net/swemls/StatisticalModel.Poincare_Embeddings
<http://semantic-systems.net/swemls/StatisticalModel.Poincare_Embeddings> rdf:type owl:NamedIndividual ,
                                                                                   :StatisticalModel ;
                                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                          rdfs:label "Poincare Embeddings" .


###  http://semantic-systems.net/swemls/StatisticalModel.Policy_Network
<http://semantic-systems.net/swemls/StatisticalModel.Policy_Network> rdf:type owl:NamedIndividual ,
                                                                              :StatisticalModel ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                     rdfs:label "Policy Network" .


###  http://semantic-systems.net/swemls/StatisticalModel.ProjE
<http://semantic-systems.net/swemls/StatisticalModel.ProjE> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "ProjE" .


###  http://semantic-systems.net/swemls/StatisticalModel.RBM
<http://semantic-systems.net/swemls/StatisticalModel.RBM> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "RBM [Restricted Boltzmann machine]" .


###  http://semantic-systems.net/swemls/StatisticalModel.RDF2VecGloVe
<http://semantic-systems.net/swemls/StatisticalModel.RDF2VecGloVe> rdf:type owl:NamedIndividual ,
                                                                            :StatisticalModel ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                   rdfs:label "RDF2VecGloVe" .


###  http://semantic-systems.net/swemls/StatisticalModel.RDF2vec
<http://semantic-systems.net/swemls/StatisticalModel.RDF2vec> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "RDF2Vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.RESCAL
<http://semantic-systems.net/swemls/StatisticalModel.RESCAL> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "RESCAL" .


###  http://semantic-systems.net/swemls/StatisticalModel.RKGE
<http://semantic-systems.net/swemls/StatisticalModel.RKGE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "RKGE" .


###  http://semantic-systems.net/swemls/StatisticalModel.RNN
<http://semantic-systems.net/swemls/StatisticalModel.RNN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "RNN [Recurrent Neural Network]" .


###  http://semantic-systems.net/swemls/StatisticalModel.RNN-GRU
<http://semantic-systems.net/swemls/StatisticalModel.RNN-GRU> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                              rdfs:label "RNN-GRU" .


###  http://semantic-systems.net/swemls/StatisticalModel.RSN
<http://semantic-systems.net/swemls/StatisticalModel.RSN> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "RSN" .


###  http://semantic-systems.net/swemls/StatisticalModel.Regression
<http://semantic-systems.net/swemls/StatisticalModel.Regression> rdf:type owl:NamedIndividual ,
                                                                          :StatisticalModel ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                 rdfs:label "Regression" .


###  http://semantic-systems.net/swemls/StatisticalModel.ResNet101
<http://semantic-systems.net/swemls/StatisticalModel.ResNet101> rdf:type owl:NamedIndividual ,
                                                                         :StatisticalModel ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                rdfs:label "ResNet101" .


###  http://semantic-systems.net/swemls/StatisticalModel.Rule_Learning
<http://semantic-systems.net/swemls/StatisticalModel.Rule_Learning> rdf:type owl:NamedIndividual ,
                                                                             :StatisticalModel ;
                                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                    rdfs:label "Rule Learning" .


###  http://semantic-systems.net/swemls/StatisticalModel.SDNE
<http://semantic-systems.net/swemls/StatisticalModel.SDNE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "SDNE" .


###  http://semantic-systems.net/swemls/StatisticalModel.SENN
<http://semantic-systems.net/swemls/StatisticalModel.SENN> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "SENN" .


###  http://semantic-systems.net/swemls/StatisticalModel.SOM
<http://semantic-systems.net/swemls/StatisticalModel.SOM> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "SOM [Kohonen-Map; Self Organizing Map]" .


###  http://semantic-systems.net/swemls/StatisticalModel.SSE
<http://semantic-systems.net/swemls/StatisticalModel.SSE> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "SSE" .


###  http://semantic-systems.net/swemls/StatisticalModel.SVD
<http://semantic-systems.net/swemls/StatisticalModel.SVD> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "SVD [Singular Value Decomposition]" .


###  http://semantic-systems.net/swemls/StatisticalModel.SVM
<http://semantic-systems.net/swemls/StatisticalModel.SVM> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                          rdfs:label "SVM [Support Vector Machine]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Sentence2Vec
<http://semantic-systems.net/swemls/StatisticalModel.Sentence2Vec> rdf:type owl:NamedIndividual ,
                                                                            :StatisticalModel ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                   rdfs:label "Sentence2Vec" .


###  http://semantic-systems.net/swemls/StatisticalModel.SimplE
<http://semantic-systems.net/swemls/StatisticalModel.SimplE> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "SimplE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Swivel
<http://semantic-systems.net/swemls/StatisticalModel.Swivel> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "Swivel" .


###  http://semantic-systems.net/swemls/StatisticalModel.TARE
<http://semantic-systems.net/swemls/StatisticalModel.TARE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "TARE" .


###  http://semantic-systems.net/swemls/StatisticalModel.TCE
<http://semantic-systems.net/swemls/StatisticalModel.TCE> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "TCE" .


###  http://semantic-systems.net/swemls/StatisticalModel.Topic_Models
<http://semantic-systems.net/swemls/StatisticalModel.Topic_Models> rdf:type owl:NamedIndividual ,
                                                                            :StatisticalModel ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                   rdfs:label "Topic Models" .


###  http://semantic-systems.net/swemls/StatisticalModel.TransCorRe
<http://semantic-systems.net/swemls/StatisticalModel.TransCorRe> rdf:type owl:NamedIndividual ,
                                                                          :StatisticalModel ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                 rdfs:label "TransCorRe" .


###  http://semantic-systems.net/swemls/StatisticalModel.TransX
<http://semantic-systems.net/swemls/StatisticalModel.TransX> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "TransX [TransE, TransD, TransH, TransR, ...]" .


###  http://semantic-systems.net/swemls/StatisticalModel.Transformer
<http://semantic-systems.net/swemls/StatisticalModel.Transformer> rdf:type owl:NamedIndividual ,
                                                                           :StatisticalModel ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                  rdfs:label "Transformer" .


###  http://semantic-systems.net/swemls/StatisticalModel.Translational_Distance
<http://semantic-systems.net/swemls/StatisticalModel.Translational_Distance> rdf:type owl:NamedIndividual ,
                                                                                      :StatisticalModel ;
                                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                                             rdfs:label "Translational Distance Models" .


###  http://semantic-systems.net/swemls/StatisticalModel.UKGE
<http://semantic-systems.net/swemls/StatisticalModel.UKGE> rdf:type owl:NamedIndividual ,
                                                                    :StatisticalModel ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                           rdfs:label "UKGE" .


###  http://semantic-systems.net/swemls/StatisticalModel.ULMfit
<http://semantic-systems.net/swemls/StatisticalModel.ULMfit> rdf:type owl:NamedIndividual ,
                                                                      :StatisticalModel ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                             rdfs:label "ULMfit" .


###  http://semantic-systems.net/swemls/StatisticalModel.Vector_Symbolic_Architectures
<http://semantic-systems.net/swemls/StatisticalModel.Vector_Symbolic_Architectures> rdf:type owl:NamedIndividual ,
                                                                                             :StatisticalModel ;
                                                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                                                    rdfs:label "Vector Symbolic Architectures" .


###  http://semantic-systems.net/swemls/StatisticalModel.XLM
<http://semantic-systems.net/swemls/StatisticalModel.XLM> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "XLM" .


###  http://semantic-systems.net/swemls/StatisticalModel.XLNet
<http://semantic-systems.net/swemls/StatisticalModel.XLNet> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                            rdfs:label "XLNet" .


###  http://semantic-systems.net/swemls/StatisticalModel.k-means
<http://semantic-systems.net/swemls/StatisticalModel.k-means> rdf:type owl:NamedIndividual ,
                                                                       :StatisticalModel ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                              rdfs:label "k-means" .


###  http://semantic-systems.net/swemls/StatisticalModel.t-SNE
<http://semantic-systems.net/swemls/StatisticalModel.t-SNE> rdf:type owl:NamedIndividual ,
                                                                     :StatisticalModel ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> ;
                                                            rdfs:label "t-SNE" .


###  http://semantic-systems.net/swemls/StatisticalModel.w2v
<http://semantic-systems.net/swemls/StatisticalModel.w2v> rdf:type owl:NamedIndividual ,
                                                                   :StatisticalModel ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> ;
                                                          rdfs:label "w2v [Word2Vec, CBOW, skip-gram]" .


###  http://semantic-systems.net/swemls/SymbolUsage.Complex_Structures
<http://semantic-systems.net/swemls/SymbolUsage.Complex_Structures> rdf:type owl:NamedIndividual ,
                                                                             :SymbolUsage ;
                                                                    rdfs:label "Complex Structures" .


###  http://semantic-systems.net/swemls/SymbolUsage.Hierarchical_Relations
<http://semantic-systems.net/swemls/SymbolUsage.Hierarchical_Relations> rdf:type owl:NamedIndividual ,
                                                                                 :SymbolUsage ;
                                                                        rdfs:label "Hierarchical Relations" .


###  http://semantic-systems.net/swemls/SymbolUsage.Labels
<http://semantic-systems.net/swemls/SymbolUsage.Labels> rdf:type owl:NamedIndividual ,
                                                                 :SymbolUsage ;
                                                        rdfs:label "Labels" .


###  http://semantic-systems.net/swemls/SymbolUsage.Missing_Info
<http://semantic-systems.net/swemls/SymbolUsage.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                       :SymbolUsage ;
                                                              rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/SymbolUsage.Not_applicable
<http://semantic-systems.net/swemls/SymbolUsage.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                         :SymbolUsage ;
                                                                rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/SymbolUsage.Simple_Relations
<http://semantic-systems.net/swemls/SymbolUsage.Simple_Relations> rdf:type owl:NamedIndividual ,
                                                                           :SymbolUsage ;
                                                                  rdfs:label "Simple Relations" .


###  http://semantic-systems.net/swemls/Task.Action_Recognition
<http://semantic-systems.net/swemls/Task.Action_Recognition> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                             rdfs:label "Action Recognition" .


###  http://semantic-systems.net/swemls/Task.Analogical_reasoning
<http://semantic-systems.net/swemls/Task.Analogical_reasoning> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                               rdfs:label "Analogical reasoning" .


###  http://semantic-systems.net/swemls/Task.Association_Rule_Learning
<http://semantic-systems.net/swemls/Task.Association_Rule_Learning> rdf:type owl:NamedIndividual ,
                                                                             :Task ;
                                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                    rdfs:label "Association Rule Learning [RL, ARL]" .


###  http://semantic-systems.net/swemls/Task.Bug_localization
<http://semantic-systems.net/swemls/Task.Bug_localization> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Bug localization" .


###  http://semantic-systems.net/swemls/Task.Chatbot
<http://semantic-systems.net/swemls/Task.Chatbot> rdf:type owl:NamedIndividual ,
                                                           :Task ;
                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> ;
                                                  rdfs:label "Chatbot" .


###  http://semantic-systems.net/swemls/Task.Classic_Classification
<http://semantic-systems.net/swemls/Task.Classic_Classification> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                 rdfs:label "Classic Classification" .


###  http://semantic-systems.net/swemls/Task.Classic_Regression
<http://semantic-systems.net/swemls/Task.Classic_Regression> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                             rdfs:label "Classic Regression" .


###  http://semantic-systems.net/swemls/Task.Cross-lingual_Entity_alignment
<http://semantic-systems.net/swemls/Task.Cross-lingual_Entity_alignment> rdf:type owl:NamedIndividual ,
                                                                                  :Task ;
                                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> ;
                                                                         rdfs:label "Cross-lingual Entity alignment" .


###  http://semantic-systems.net/swemls/Task.Cross-model_retrieval
<http://semantic-systems.net/swemls/Task.Cross-model_retrieval> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                rdfs:label "Cross-model retrieval" .


###  http://semantic-systems.net/swemls/Task.Data_Augmentation
<http://semantic-systems.net/swemls/Task.Data_Augmentation> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                            rdfs:label "Data Augmentation" .


###  http://semantic-systems.net/swemls/Task.Data_Explanation
<http://semantic-systems.net/swemls/Task.Data_Explanation> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Data Explanation" .


###  http://semantic-systems.net/swemls/Task.Data_Integration
<http://semantic-systems.net/swemls/Task.Data_Integration> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Data Integration" .


###  http://semantic-systems.net/swemls/Task.Data_Mining
<http://semantic-systems.net/swemls/Task.Data_Mining> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                      rdfs:label "Data Mining" .


###  http://semantic-systems.net/swemls/Task.Data_Quality_Assurance
<http://semantic-systems.net/swemls/Task.Data_Quality_Assurance> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                 rdfs:label "Data Quality Assurance" .


###  http://semantic-systems.net/swemls/Task.Document_Classification
<http://semantic-systems.net/swemls/Task.Document_Classification> rdf:type owl:NamedIndividual ,
                                                                           :Task ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                  rdfs:label "Document Classification" .


###  http://semantic-systems.net/swemls/Task.Document_Clustering
<http://semantic-systems.net/swemls/Task.Document_Clustering> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> ;
                                                              rdfs:label "Document Clustering" .


###  http://semantic-systems.net/swemls/Task.Document_retrieval
<http://semantic-systems.net/swemls/Task.Document_retrieval> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                             rdfs:label "Document retrieval" .


###  http://semantic-systems.net/swemls/Task.Document_similarity
<http://semantic-systems.net/swemls/Task.Document_similarity> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                              rdfs:label "Document similarity" .


###  http://semantic-systems.net/swemls/Task.Drug_Combination
<http://semantic-systems.net/swemls/Task.Drug_Combination> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Drug Combination" .


###  http://semantic-systems.net/swemls/Task.Drug_Target_Prediction
<http://semantic-systems.net/swemls/Task.Drug_Target_Prediction> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                                 rdfs:label "Drug Target Prediction" .


###  http://semantic-systems.net/swemls/Task.Drug_repurposing
<http://semantic-systems.net/swemls/Task.Drug_repurposing> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                           rdfs:label "Drug Repurposing" .


###  http://semantic-systems.net/swemls/Task.EL
<http://semantic-systems.net/swemls/Task.EL> rdf:type owl:NamedIndividual ,
                                                      :Task ;
                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Annotation> ;
                                             rdfs:label "Entitiy Linking/Semantic Annotation" .


###  http://semantic-systems.net/swemls/Task.Emotion_Recognition
<http://semantic-systems.net/swemls/Task.Emotion_Recognition> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                              rdfs:label "Emotion Recognition" .


###  http://semantic-systems.net/swemls/Task.Energy_Management
<http://semantic-systems.net/swemls/Task.Energy_Management> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                            rdfs:label "Energy Management" .


###  http://semantic-systems.net/swemls/Task.Entity_Classification
<http://semantic-systems.net/swemls/Task.Entity_Classification> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                                rdfs:label "Entity Classification [Node Classification]" .


###  http://semantic-systems.net/swemls/Task.Entity_Summarization
<http://semantic-systems.net/swemls/Task.Entity_Summarization> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                               rdfs:label "Entity Summarization" .


###  http://semantic-systems.net/swemls/Task.Event_Prediction
<http://semantic-systems.net/swemls/Task.Event_Prediction> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Prediction> ;
                                                           rdfs:label "Event Prediction" .


###  http://semantic-systems.net/swemls/Task.Expert_finding
<http://semantic-systems.net/swemls/Task.Expert_finding> rdf:type owl:NamedIndividual ,
                                                                  :Task ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                         rdfs:label "Expert finding" .


###  http://semantic-systems.net/swemls/Task.Fact_Verification
<http://semantic-systems.net/swemls/Task.Fact_Verification> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                            rdfs:label "Fact Verification [Fact Validation]" .


###  http://semantic-systems.net/swemls/Task.Fake_Review_Detection
<http://semantic-systems.net/swemls/Task.Fake_Review_Detection> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                rdfs:label "Fake Review Detection" .


###  http://semantic-systems.net/swemls/Task.Fraud_Detection
<http://semantic-systems.net/swemls/Task.Fraud_Detection> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                          rdfs:label "Fraud Detection" .


###  http://semantic-systems.net/swemls/Task.Gene_Expression_Classification
<http://semantic-systems.net/swemls/Task.Gene_Expression_Classification> rdf:type owl:NamedIndividual ,
                                                                                  :Task ;
                                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                                         rdfs:label "Gene Expression Classification" .


###  http://semantic-systems.net/swemls/Task.Genotype_clustering_classification
<http://semantic-systems.net/swemls/Task.Genotype_clustering_classification> rdf:type owl:NamedIndividual ,
                                                                                      :Task ;
                                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                                             rdfs:label "Genotype clustering/classification" .


###  http://semantic-systems.net/swemls/Task.Geolocation
<http://semantic-systems.net/swemls/Task.Geolocation> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                      rdfs:label "Geolocation" .


###  http://semantic-systems.net/swemls/Task.Graph
<http://semantic-systems.net/swemls/Task.Graph> rdf:type owl:NamedIndividual ,
                                                         :Task ;
                                                rdfs:label "Graph Tasks" .


###  http://semantic-systems.net/swemls/Task.Graph_Alignment
<http://semantic-systems.net/swemls/Task.Graph_Alignment> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph> ;
                                                          rdfs:label "Graph - Alignment" .


###  http://semantic-systems.net/swemls/Task.Graph_Creation
<http://semantic-systems.net/swemls/Task.Graph_Creation> rdf:type owl:NamedIndividual ,
                                                                  :Task ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph> ;
                                                         rdfs:label "Graph - Creation" .


###  http://semantic-systems.net/swemls/Task.Graph_Extension
<http://semantic-systems.net/swemls/Task.Graph_Extension> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph> ;
                                                          rdfs:label "Graph - Extension" .


###  http://semantic-systems.net/swemls/Task.Graph_Other
<http://semantic-systems.net/swemls/Task.Graph_Other> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph> ;
                                                      rdfs:label "Graph - Other" .


###  http://semantic-systems.net/swemls/Task.Graph_Prediction
<http://semantic-systems.net/swemls/Task.Graph_Prediction> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph> .


###  http://semantic-systems.net/swemls/Task.Graph_pattern_mining
<http://semantic-systems.net/swemls/Task.Graph_pattern_mining> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                               rdfs:label "Graph pattern mining" .


###  http://semantic-systems.net/swemls/Task.Hierarchical_Relation_Extraction
<http://semantic-systems.net/swemls/Task.Hierarchical_Relation_Extraction> rdf:type owl:NamedIndividual ,
                                                                                    :Task ;
                                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> ;
                                                                           rdfs:label "Hierarchical Relation Extraction [Hypernym discovery]" .


###  http://semantic-systems.net/swemls/Task.Image_Segmentation
<http://semantic-systems.net/swemls/Task.Image_Segmentation> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                             rdfs:label "Image Segmentation" .


###  http://semantic-systems.net/swemls/Task.Image_Video_Annotation
<http://semantic-systems.net/swemls/Task.Image_Video_Annotation> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                                 rdfs:label "Image / Video Annotation" .


###  http://semantic-systems.net/swemls/Task.Image_Video_Classification
<http://semantic-systems.net/swemls/Task.Image_Video_Classification> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                                     rdfs:label "Image / Video Classification" .


###  http://semantic-systems.net/swemls/Task.Image_Video_processing
<http://semantic-systems.net/swemls/Task.Image_Video_processing> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_and_Video> ;
                                                                 rdfs:label "Image and Video - Image/Video processing" .


###  http://semantic-systems.net/swemls/Task.Image_and_Video
<http://semantic-systems.net/swemls/Task.Image_and_Video> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          rdfs:label "Image and Video Tasks" .


###  http://semantic-systems.net/swemls/Task.Issue-Commit_Link_Recovery
<http://semantic-systems.net/swemls/Task.Issue-Commit_Link_Recovery> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                                     rdfs:label "Issue-Commit Link Recovery" .


###  http://semantic-systems.net/swemls/Task.KG_Completion
<http://semantic-systems.net/swemls/Task.KG_Completion> rdf:type owl:NamedIndividual ,
                                                                 :Task ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                        rdfs:label "KG Completion" .


###  http://semantic-systems.net/swemls/Task.KG_Creation
<http://semantic-systems.net/swemls/Task.KG_Creation> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Creation> ;
                                                      rdfs:label "KG Creation" .


###  http://semantic-systems.net/swemls/Task.KG_matching
<http://semantic-systems.net/swemls/Task.KG_matching> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Alignment> ;
                                                      rdfs:label "KG matching" .


###  http://semantic-systems.net/swemls/Task.Malicious_code_repository_detection
<http://semantic-systems.net/swemls/Task.Malicious_code_repository_detection> rdf:type owl:NamedIndividual ,
                                                                                       :Task ;
                                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                                              rdfs:label "Malicious code/repository detection" .


###  http://semantic-systems.net/swemls/Task.Market_Return_Prediction
<http://semantic-systems.net/swemls/Task.Market_Return_Prediction> rdf:type owl:NamedIndividual ,
                                                                            :Task ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                   rdfs:label "Market Return Prediction" .


###  http://semantic-systems.net/swemls/Task.Medical_Record_Coding
<http://semantic-systems.net/swemls/Task.Medical_Record_Coding> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                                rdfs:label "Medical Record Coding" .


###  http://semantic-systems.net/swemls/Task.Miscommunication_detection
<http://semantic-systems.net/swemls/Task.Miscommunication_detection> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                     rdfs:label "Miscommunication Detection" .


###  http://semantic-systems.net/swemls/Task.Misinformation_Detection
<http://semantic-systems.net/swemls/Task.Misinformation_Detection> rdf:type owl:NamedIndividual ,
                                                                            :Task ;
                                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                   rdfs:label "Misinformation Detection" .


###  http://semantic-systems.net/swemls/Task.Missing_Info
<http://semantic-systems.net/swemls/Task.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                :Task ;
                                                       rdfs:label "Missing Info" .


###  http://semantic-systems.net/swemls/Task.Multi-modal_retrieval
<http://semantic-systems.net/swemls/Task.Multi-modal_retrieval> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                                rdfs:label "Multi-modal retrieval" .


###  http://semantic-systems.net/swemls/Task.NER
<http://semantic-systems.net/swemls/Task.NER> rdf:type owl:NamedIndividual ,
                                                       :Task ;
                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Annotation> ;
                                              rdfs:label "Entity Recognition" .


###  http://semantic-systems.net/swemls/Task.NET
<http://semantic-systems.net/swemls/Task.NET> rdf:type owl:NamedIndividual ,
                                                       :Task ;
                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Annotation> ;
                                              rdfs:label "Entity Typing / Classification" .


###  http://semantic-systems.net/swemls/Task.NLP
<http://semantic-systems.net/swemls/Task.NLP> rdf:type owl:NamedIndividual ,
                                                       :Task ;
                                              rdfs:label "NLP Tasks" .


###  http://semantic-systems.net/swemls/Task.NLP_Annotation
<http://semantic-systems.net/swemls/Task.NLP_Annotation> rdf:type owl:NamedIndividual ,
                                                                  :Task ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                         rdfs:label "NLP - Annotation" .


###  http://semantic-systems.net/swemls/Task.NLP_Information_Extraction
<http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                                     rdfs:label "NLP - Information Extraction" .


###  http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval
<http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> rdf:type owl:NamedIndividual ,
                                                                             :Task ;
                                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                                    rdfs:label "NLP - Information Retrieval" .


###  http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks
<http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                               rdfs:label "NLP - Other Text Tasks" .


###  http://semantic-systems.net/swemls/Task.NLP_Text_Analysis
<http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                            rdfs:label "NLP - Text Analysis" .


###  http://semantic-systems.net/swemls/Task.Node_Clustering
<http://semantic-systems.net/swemls/Task.Node_Clustering> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Other> ;
                                                          rdfs:label "Node Clustering" .


###  http://semantic-systems.net/swemls/Task.OCR_Conversion_Error_Rules_Prediction
<http://semantic-systems.net/swemls/Task.OCR_Conversion_Error_Rules_Prediction> rdf:type owl:NamedIndividual ,
                                                                                         :Task ;
                                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                                                rdfs:label "OCR Conversion Error Rules Prediction" .


###  http://semantic-systems.net/swemls/Task.Object_Detection
<http://semantic-systems.net/swemls/Task.Object_Detection> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                           rdfs:label "Object Detection" .


###  http://semantic-systems.net/swemls/Task.Ontology_Creation
<http://semantic-systems.net/swemls/Task.Ontology_Creation> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Creation> ;
                                                            rdfs:label "Ontology Creation" .


###  http://semantic-systems.net/swemls/Task.Ontology_Extension
<http://semantic-systems.net/swemls/Task.Ontology_Extension> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                             rdfs:label "Ontology Extension" .


###  http://semantic-systems.net/swemls/Task.Ontology_matching
<http://semantic-systems.net/swemls/Task.Ontology_matching> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Alignment> ;
                                                            rdfs:label "Ontology matching" .


###  http://semantic-systems.net/swemls/Task.Other_Tasks
<http://semantic-systems.net/swemls/Task.Other_Tasks> rdf:type owl:NamedIndividual ,
                                                               :Task ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                      rdfs:label "Other Tasks" .


###  http://semantic-systems.net/swemls/Task.Patient_Diagnosis_Prediction
<http://semantic-systems.net/swemls/Task.Patient_Diagnosis_Prediction> rdf:type owl:NamedIndividual ,
                                                                                :Task ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Prediction> ;
                                                                       rdfs:label "Patient Diagnosis Prediction" .


###  http://semantic-systems.net/swemls/Task.Patient_Outcome_Prediction
<http://semantic-systems.net/swemls/Task.Patient_Outcome_Prediction> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Prediction> ;
                                                                     rdfs:label "Patient Outcome Prediction" .


###  http://semantic-systems.net/swemls/Task.Patient_Procedure_Prediction
<http://semantic-systems.net/swemls/Task.Patient_Procedure_Prediction> rdf:type owl:NamedIndividual ,
                                                                                :Task ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                       rdfs:label "Patient Procedure Prediction" .


###  http://semantic-systems.net/swemls/Task.Patient_Similarity_Detection
<http://semantic-systems.net/swemls/Task.Patient_Similarity_Detection> rdf:type owl:NamedIndividual ,
                                                                                :Task ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Alignment> ;
                                                                       rdfs:label "Patient Similarity Detection" .


###  http://semantic-systems.net/swemls/Task.Patient_Trial_Matching
<http://semantic-systems.net/swemls/Task.Patient_Trial_Matching> rdf:type owl:NamedIndividual ,
                                                                          :Task ;
                                                                 <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Alignment> ;
                                                                 rdfs:label "Patient Trial Matching" .


###  http://semantic-systems.net/swemls/Task.Phenotype_Extraction
<http://semantic-systems.net/swemls/Task.Phenotype_Extraction> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                               rdfs:label "Phenotype Extraction" .


###  http://semantic-systems.net/swemls/Task.Place_Classification
<http://semantic-systems.net/swemls/Task.Place_Classification> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Image_Video_processing> ;
                                                               rdfs:label "Place Classification" .


###  http://semantic-systems.net/swemls/Task.Plagiarism_Detection
<http://semantic-systems.net/swemls/Task.Plagiarism_Detection> rdf:type owl:NamedIndividual ,
                                                                        :Task ;
                                                               <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                               rdfs:label "Plagiarism Detection" .


###  http://semantic-systems.net/swemls/Task.Price_Prediction
<http://semantic-systems.net/swemls/Task.Price_Prediction> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Price Prediction" .


###  http://semantic-systems.net/swemls/Task.Protein_Complex_Prediction
<http://semantic-systems.net/swemls/Task.Protein_Complex_Prediction> rdf:type owl:NamedIndividual ,
                                                                              :Task ;
                                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Prediction> ;
                                                                     rdfs:label "Protein Complex Prediction" .


###  http://semantic-systems.net/swemls/Task.Query_Expansion
<http://semantic-systems.net/swemls/Task.Query_Expansion> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                          rdfs:label "Query Expansion" .


###  http://semantic-systems.net/swemls/Task.Query_Generation
<http://semantic-systems.net/swemls/Task.Query_Generation> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                           rdfs:label "Query Generation" .


###  http://semantic-systems.net/swemls/Task.Question_Answering
<http://semantic-systems.net/swemls/Task.Question_Answering> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> ;
                                                             rdfs:label "Question Answering" .


###  http://semantic-systems.net/swemls/Task.Recommender_System
<http://semantic-systems.net/swemls/Task.Recommender_System> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                             rdfs:label "Recommender System" .


###  http://semantic-systems.net/swemls/Task.Relation_Extraction
<http://semantic-systems.net/swemls/Task.Relation_Extraction> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> ;
                                                              rdfs:label "Relation Extraction [non-hierarchical]" .


###  http://semantic-systems.net/swemls/Task.Semantic_Similarity
<http://semantic-systems.net/swemls/Task.Semantic_Similarity> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                              rdfs:label "Semantic Similarity [Synonym Discovery]" .


###  http://semantic-systems.net/swemls/Task.Semantic_Tagging
<http://semantic-systems.net/swemls/Task.Semantic_Tagging> rdf:type owl:NamedIndividual ,
                                                                    :Task ;
                                                           <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Annotation> ;
                                                           rdfs:label "Semantic Tagging" .


###  http://semantic-systems.net/swemls/Task.Sentiment_Analysis
<http://semantic-systems.net/swemls/Task.Sentiment_Analysis> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                             rdfs:label "Sentiment Analysis" .


###  http://semantic-systems.net/swemls/Task.Similar_app_detection
<http://semantic-systems.net/swemls/Task.Similar_app_detection> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                rdfs:label "Similar app detection" .


###  http://semantic-systems.net/swemls/Task.Stance_Classification
<http://semantic-systems.net/swemls/Task.Stance_Classification> rdf:type owl:NamedIndividual ,
                                                                         :Task ;
                                                                <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                                rdfs:label "Stance Classification" .


###  http://semantic-systems.net/swemls/Task.Stock_Market_Prediction
<http://semantic-systems.net/swemls/Task.Stock_Market_Prediction> rdf:type owl:NamedIndividual ,
                                                                           :Task ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                  rdfs:label "Stock Market Prediction" .


###  http://semantic-systems.net/swemls/Task.Taxonomy_Creation
<http://semantic-systems.net/swemls/Task.Taxonomy_Creation> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Creation> ;
                                                            rdfs:label "Taxonomy Creation" .


###  http://semantic-systems.net/swemls/Task.Taxonomy_Extension
<http://semantic-systems.net/swemls/Task.Taxonomy_Extension> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Extension> ;
                                                             rdfs:label "Taxonomy Extension" .


###  http://semantic-systems.net/swemls/Task.Taxonomy_matching
<http://semantic-systems.net/swemls/Task.Taxonomy_matching> rdf:type owl:NamedIndividual ,
                                                                     :Task ;
                                                            <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Graph_Alignment> ;
                                                            rdfs:label "Taxonomy matching" .


###  http://semantic-systems.net/swemls/Task.Text_Classification
<http://semantic-systems.net/swemls/Task.Text_Classification> rdf:type owl:NamedIndividual ,
                                                                       :Task ;
                                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> ;
                                                              rdfs:label "Text Classification" .


###  http://semantic-systems.net/swemls/Task.Text_Generation
<http://semantic-systems.net/swemls/Task.Text_Generation> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> ;
                                                          rdfs:label "Text Generation" .


###  http://semantic-systems.net/swemls/Task.Text_Summarization
<http://semantic-systems.net/swemls/Task.Text_Summarization> rdf:type owl:NamedIndividual ,
                                                                      :Task ;
                                                             <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> ;
                                                             rdfs:label "Text Summarization" .


###  http://semantic-systems.net/swemls/Task.Topic_Modeling
<http://semantic-systems.net/swemls/Task.Topic_Modeling> rdf:type owl:NamedIndividual ,
                                                                  :Task ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> ;
                                                         rdfs:label "Topic Modeling" .


###  http://semantic-systems.net/swemls/Task.Visual_Question_Answering
<http://semantic-systems.net/swemls/Task.Visual_Question_Answering> rdf:type owl:NamedIndividual ,
                                                                             :Task ;
                                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> ;
                                                                    rdfs:label "Visual Question Answering" .


###  http://semantic-systems.net/swemls/Task.WSD
<http://semantic-systems.net/swemls/Task.WSD> rdf:type owl:NamedIndividual ,
                                                       :Task ;
                                              <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Annotation> ;
                                              rdfs:label "Word Sense Disambiguation" .


###  http://semantic-systems.net/swemls/Task.Word_analogy
<http://semantic-systems.net/swemls/Task.Word_analogy> rdf:type owl:NamedIndividual ,
                                                                :Task ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                       rdfs:label "Word analogy" .


###  http://semantic-systems.net/swemls/Task.Word_similarity
<http://semantic-systems.net/swemls/Task.Word_similarity> rdf:type owl:NamedIndividual ,
                                                                   :Task ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> ;
                                                          rdfs:label "Word similarity" .


###  http://semantic-systems.net/swemls/TrainingType.Distant_supervised
<http://semantic-systems.net/swemls/TrainingType.Distant_supervised> rdf:type owl:NamedIndividual ,
                                                                              :TrainingType ;
                                                                     rdfs:label "Distant-supervised" .


###  http://semantic-systems.net/swemls/TrainingType.Missing_Info
<http://semantic-systems.net/swemls/TrainingType.Missing_Info> rdf:type owl:NamedIndividual ,
                                                                        :TrainingType ;
                                                               rdfs:label "Missing info" .


###  http://semantic-systems.net/swemls/TrainingType.Not_applicable
<http://semantic-systems.net/swemls/TrainingType.Not_applicable> rdf:type owl:NamedIndividual ,
                                                                          :TrainingType ;
                                                                 rdfs:label "Not applicable" .


###  http://semantic-systems.net/swemls/TrainingType.Reinforcement
<http://semantic-systems.net/swemls/TrainingType.Reinforcement> rdf:type owl:NamedIndividual ,
                                                                         :TrainingType ;
                                                                rdfs:label "Reinforcement" .


###  http://semantic-systems.net/swemls/TrainingType.Self_supervised
<http://semantic-systems.net/swemls/TrainingType.Self_supervised> rdf:type owl:NamedIndividual ,
                                                                           :TrainingType ;
                                                                  rdfs:label "Self-supervised" .


###  http://semantic-systems.net/swemls/TrainingType.Semi_supervised
<http://semantic-systems.net/swemls/TrainingType.Semi_supervised> rdf:type owl:NamedIndividual ,
                                                                           :TrainingType ;
                                                                  rdfs:label "Semi-supervised" .


###  http://semantic-systems.net/swemls/TrainingType.Supervised
<http://semantic-systems.net/swemls/TrainingType.Supervised> rdf:type owl:NamedIndividual ,
                                                                      :TrainingType ;
                                                             rdfs:label "Supervised" .


###  http://semantic-systems.net/swemls/TrainingType.Unsupervised
<http://semantic-systems.net/swemls/TrainingType.Unsupervised> rdf:type owl:NamedIndividual ,
                                                                        :TrainingType ;
                                                               rdfs:label "Unsupervised" .


###  http://semantic-systems.net/swemls/ProcessingEngine.Query_Rewriting_Algorithm_(REQUIEM)
<http://semantic-systems.net/swemls/ProcessingEngine.Query_Rewriting_Algorithm_(REQUIEM)> rdf:type owl:NamedIndividual ,
                                                                                                   :ProcessingEngine ;
                                                                                          rdfs:label "Query Rewriting Algorithm (REQUIEM)" .


###  http://semantic-systems.net/swemls/Task.(Human)_activity_recognition
<http://semantic-systems.net/swemls/Task.(Human)_activity_recognition> rdf:type owl:NamedIndividual ,
                                                                                :Task ;
                                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.Other_Tasks> ;
                                                                       rdfs:label "(Human) activity recognition" .


###  http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational
<http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> rdf:type owl:NamedIndividual ,
                                                                           :Task ;
                                                                  <http://www.w3.org/2004/02/skos/core#broader> <http://semantic-systems.net/swemls/Task.NLP> ;
                                                                  rdfs:label "NLP - QA & conversational" .


###  http://www.w3.org/ns/prov#
<http://www.w3.org/ns/prov#> rdf:type owl:NamedIndividual ,
                                      owl:Thing .


###  https://w3id.org/semsys/ns/swemls#Australia
:Australia rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Australia" .


###  https://w3id.org/semsys/ns/swemls#Austria
:Austria rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Austria" .


###  https://w3id.org/semsys/ns/swemls#Belgium
:Belgium rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Belgium" .


###  https://w3id.org/semsys/ns/swemls#Brazil
:Brazil rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Brazil" .


###  https://w3id.org/semsys/ns/swemls#Bulgaria
:Bulgaria rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Bulgaria" .


###  https://w3id.org/semsys/ns/swemls#Canada
:Canada rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Canada" .


###  https://w3id.org/semsys/ns/swemls#China
:China rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "China" .


###  https://w3id.org/semsys/ns/swemls#Colombia
:Colombia rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Colombia" .


###  https://w3id.org/semsys/ns/swemls#Denmark
:Denmark rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Denmark" .


###  https://w3id.org/semsys/ns/swemls#Egypt
:Egypt rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Egypt" .


###  https://w3id.org/semsys/ns/swemls#Finland
:Finland rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Finland" .


###  https://w3id.org/semsys/ns/swemls#France
:France rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "France" .


###  https://w3id.org/semsys/ns/swemls#Germany
:Germany rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Germany" .


###  https://w3id.org/semsys/ns/swemls#Greece
:Greece rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Greece" .


###  https://w3id.org/semsys/ns/swemls#Hong_Kong
:Hong_Kong rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Hong Kong" .


###  https://w3id.org/semsys/ns/swemls#India
:India rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "India" .


###  https://w3id.org/semsys/ns/swemls#Indonesia
:Indonesia rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Indonesia" .


###  https://w3id.org/semsys/ns/swemls#Iran
:Iran rdf:type owl:NamedIndividual ,
               :Country ;
      rdfs:label "Iran" .


###  https://w3id.org/semsys/ns/swemls#Ireland
:Ireland rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Ireland" .


###  https://w3id.org/semsys/ns/swemls#Italy
:Italy rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Italy" .


###  https://w3id.org/semsys/ns/swemls#Italy_and_UK
:Italy_and_UK rdf:type owl:NamedIndividual ,
                       :Country ;
              rdfs:label "Italy and UK" .


###  https://w3id.org/semsys/ns/swemls#Jamaica
:Jamaica rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Jamaica" .


###  https://w3id.org/semsys/ns/swemls#Japan
:Japan rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Japan" .


###  https://w3id.org/semsys/ns/swemls#Korea
:Korea rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Korea" .


###  https://w3id.org/semsys/ns/swemls#Kosovo
:Kosovo rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Kosovo" .


###  https://w3id.org/semsys/ns/swemls#Mexico
:Mexico rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Mexico" .


###  https://w3id.org/semsys/ns/swemls#Missing_Info
:Missing_Info rdf:type owl:NamedIndividual ,
                       :Country ;
              rdfs:label "Missing_Info" .


###  https://w3id.org/semsys/ns/swemls#Morocco
:Morocco rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Morocco" .


###  https://w3id.org/semsys/ns/swemls#Netherlands
:Netherlands rdf:type owl:NamedIndividual ,
                      :Country ;
             rdfs:label "Netherlands" .


###  https://w3id.org/semsys/ns/swemls#New_Zealand
:New_Zealand rdf:type owl:NamedIndividual ,
                      :Country ;
             rdfs:label "New Zealand" .


###  https://w3id.org/semsys/ns/swemls#Norway
:Norway rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Norway" .


###  https://w3id.org/semsys/ns/swemls#Pakistan
:Pakistan rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Pakistan" .


###  https://w3id.org/semsys/ns/swemls#Palestine
:Palestine rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Palestine" .


###  https://w3id.org/semsys/ns/swemls#Poland
:Poland rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Poland" .


###  https://w3id.org/semsys/ns/swemls#Portual
:Portual rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Portual" .


###  https://w3id.org/semsys/ns/swemls#Portugal
:Portugal rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Portugal" .


###  https://w3id.org/semsys/ns/swemls#Republic_of_Korea
:Republic_of_Korea rdf:type owl:NamedIndividual ,
                            :Country ;
                   rdfs:label "Republic of Korea" .


###  https://w3id.org/semsys/ns/swemls#Romania
:Romania rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Romania" .


###  https://w3id.org/semsys/ns/swemls#Russia
:Russia rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Russia" .


###  https://w3id.org/semsys/ns/swemls#Saudi_Arabia
:Saudi_Arabia rdf:type owl:NamedIndividual ,
                       :Country ;
              rdfs:label "Saudi Arabia" .


###  https://w3id.org/semsys/ns/swemls#Saudi_Ariabia
:Saudi_Ariabia rdf:type owl:NamedIndividual ,
                        :Country ;
               rdfs:label "Saudi Ariabia" .


###  https://w3id.org/semsys/ns/swemls#Scotland
:Scotland rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Scotland" .


###  https://w3id.org/semsys/ns/swemls#Singapore
:Singapore rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Singapore" .


###  https://w3id.org/semsys/ns/swemls#Slovenia
:Slovenia rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Slovenia" .


###  https://w3id.org/semsys/ns/swemls#South_Korea
:South_Korea rdf:type owl:NamedIndividual ,
                      :Country ;
             rdfs:label "South Korea" .


###  https://w3id.org/semsys/ns/swemls#Spain
:Spain rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Spain" .


###  https://w3id.org/semsys/ns/swemls#Sri_Lanka
:Sri_Lanka rdf:type owl:NamedIndividual ,
                    :Country ;
           rdfs:label "Sri Lanka" .


###  https://w3id.org/semsys/ns/swemls#Sudan
:Sudan rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Sudan" .


###  https://w3id.org/semsys/ns/swemls#Sweden
:Sweden rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Sweden" .


###  https://w3id.org/semsys/ns/swemls#Switzerland
:Switzerland rdf:type owl:NamedIndividual ,
                      :Country ;
             rdfs:label "Switzerland" .


###  https://w3id.org/semsys/ns/swemls#Taiwan
:Taiwan rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Taiwan" .


###  https://w3id.org/semsys/ns/swemls#Thailand
:Thailand rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Thailand" .


###  https://w3id.org/semsys/ns/swemls#The_Netherlands
:The_Netherlands rdf:type owl:NamedIndividual ,
                          :Country ;
                 rdfs:label "The Netherlands" .


###  https://w3id.org/semsys/ns/swemls#Tunisia
:Tunisia rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Tunisia" .


###  https://w3id.org/semsys/ns/swemls#Turkey
:Turkey rdf:type owl:NamedIndividual ,
                 :Country ;
        rdfs:label "Turkey" .


###  https://w3id.org/semsys/ns/swemls#UAE
:UAE rdf:type owl:NamedIndividual ,
              :Country ;
     rdfs:label "UAE" .


###  https://w3id.org/semsys/ns/swemls#UK
:UK rdf:type owl:NamedIndividual ,
             :Country ;
    rdfs:label "UK" .


###  https://w3id.org/semsys/ns/swemls#USA
:USA rdf:type owl:NamedIndividual ,
              :Country ;
     rdfs:label "USA" .


###  https://w3id.org/semsys/ns/swemls#United_Kingdom
:United_Kingdom rdf:type owl:NamedIndividual ,
                         :Country ;
                rdfs:label "United Kingdom" .


###  https://w3id.org/semsys/ns/swemls#Vietnam
:Vietnam rdf:type owl:NamedIndividual ,
                  :Country ;
         rdfs:label "Vietnam" .


###  https://w3id.org/semsys/ns/swemls#Wales
:Wales rdf:type owl:NamedIndividual ,
                :Country ;
       rdfs:label "Wales" .


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