@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 terms: <http://purl.org/dc/terms/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swemls: <https://w3id.org/semsys/ns/swemls#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://semantic-systems.net/swemls/Pattern.T5>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{data -> ML -> sym/sym} -> KR -> sym]" ;
        rdfs:label     "Pattern T5" ;
        skos:altLabel  "FvH-7" .

<http://semantic-systems.net/swemls/Task.OCR_Conversion_Error_Rules_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "OCR Conversion Error Rules Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

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

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

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

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

<http://semantic-systems.net/swemls/Pattern.Y1>
        a              swemls:Y-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{ sym>ML>data / data>ML>data } -> ML -> sym]" ;
        rdfs:label     "Pattern Y1" ;
        skos:altLabel  "OB-2" .

<http://semantic-systems.net/swemls/Domain.Digital_Humantities>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Digital Humantities" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

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

swemls:Spain  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Spain" .

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

<http://semantic-systems.net/swemls/StatisticalModel.TCE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "TCE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

terms:modified  a  owl:AnnotationProperty .

<http://semantic-systems.net/swemls/Pattern.I5>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> sym -> ML -> data]" ;
        rdfs:label     "Pattern I5" ;
        skos:altLabel  "FvH-9" .

<http://semantic-systems.net/swemls/Pattern.F3>
        a              swemls:Fusion-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data/(sym) -> ML -> data / sym]" ;
        rdfs:label     "Pattern F3" ;
        skos:altLabel  "OB-1" .

<http://semantic-systems.net/swemls/Task.Plagiarism_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Plagiarism Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

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

skos:broader  a             owl:ObjectProperty ;
        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 ;
        rdfs:subPropertyOf  skos:broaderTransitive ;
        skos:definition     "Relates a concept to a concept that is more general in meaning."@en ;
        skos:scopeNote      "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .

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

<http://semantic-systems.net/swemls/Task.Object_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Object Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

<http://semantic-systems.net/swemls/Domain.Chemistry>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Chemistry" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Natural_Sciences> .

<http://semantic-systems.net/swemls/Domain.Geographical_Domain>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Geographical Domain" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

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

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

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

skos:notation  a          owl:DatatypeProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "notation"@en ;
        skos: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 ;
        skos:scopeNote    "By convention, skos:notation is used with a typed literal in the object position of the triple."@en .

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

swemls:Other-Pattern  a  owl:Class ;
        rdfs:comment     "Other Patterns that do not fit in any other category" ;
        rdfs:label       "Other Patterns" ;
        rdfs:subClassOf  swemls:Pattern .

skos:ConceptScheme  a     owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "Concept Scheme"@en ;
        skos:definition   "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
        skos: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 ;
        skos:scopeNote    "A concept scheme may be defined to include concepts from different sources."@en .

<http://semantic-systems.net/swemls/StatisticalModel.Deep_Neural_Networks>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Deep Neural Networks" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Drug_Combination>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Drug Combination" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

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

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

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

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

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

<http://semantic-systems.net/swemls/Pattern.T22>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym->ML->data/data} -> ML -> data -> ML -> sym]" ;
        rdfs:label     "Pattern T22" ;
        skos:altLabel  "OB-15" .

<http://semantic-systems.net/swemls/Pattern.O4>
        a              swemls:Other-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{{data(1)/sym -> ML -> sym}/{data(1) -> ML -> data} -> ML -> data} / {data -> ML -> data} -> ML -> data]" ;
        rdfs:label     "Pattern O4" ;
        skos:altLabel  "OB-33" .

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

<http://semantic-systems.net/swemls/Task.Word_analogy>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Word analogy" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

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

<http://semantic-systems.net/swemls/StatisticalModel.Vector_Symbolic_Architectures>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Vector Symbolic Architectures" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

<http://semantic-systems.net/swemls/Task.Stock_Market_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Stock Market Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

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

<http://semantic-systems.net/swemls/Pattern.A2>
        a              swemls:Atomic-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data-> ML -> sym]" ;
        rdfs:label     "Pattern A2" ;
        skos:altLabel  "FvH-5" .

swemls:Saudi_Arabia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Saudi Arabia" .

prov:definition  a  owl:AnnotationProperty .

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

<http://www.opmw.org/ontology/DataVariable>
        a                owl:Class ;
        rdfs:comment     "A Data variable is a workflow template artifact that represents a variable in the workflow specification.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_SUM_CORRDO>\n      a      opmw:WorkflowTemplateArtifact , opmw:DataVariable ;\n      rdfs:label \"Data variable Sum_CorrDO\" ;\n      opmw:hasDimensionality \"0\"^^xsd:int ;\n      opmw:isGeneratedBy              <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CREATEPLOTS> ;\n      opmw:template              <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> ." ;
        rdfs:label       "Data Variable"@en ;
        rdfs:subClassOf  <http://www.opmw.org/ontology/WorkflowTemplateArtifact> .

<http://semantic-systems.net/swemls/StatisticalModel.JOIE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "JOIE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Policy_Network>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Policy Network" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Plain_Encoder_based>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Plain Encoder-based Networks" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.BERT>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "BERT" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Task.Word_similarity>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Word similarity" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

<http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Clustering>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Hierarchical Clustering" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/TrainingType.Semi_supervised>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Semi-supervised" .

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

swemls:hasVariableSW4
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable SW 4" ;
        rdfs:range          swemls:Symbol ;
        rdfs:subPropertyOf  swemls:hasSymbolIO .

<http://semantic-systems.net/swemls/Resource.WN_500K>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "WN-500K" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.WordNet> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Thesaurus> .

<http://semantic-systems.net/swemls/TrainingType.Self_supervised>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Self-supervised" .

swemls:evaluation_data
        a             owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used data sets: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "evaluation data" ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/Pattern.X5>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data/sym -> KR -> sym]" ;
        rdfs:label     "Pattern X5" ;
        skos:altLabel  "X-5" .

swemls:hasModel  a    owl:ObjectProperty ;
        rdfs:comment  "A SWeML system can have one or more models" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has model" ;
        rdfs:range    swemls:Model .

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

prov:Activity  a          owl:Class ;
        rdfs:isDefinedBy  prov: .

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

<http://semantic-systems.net/swemls/Task.NLP_Information_Extraction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - Information Extraction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

<http://semantic-systems.net/swemls/StatisticalModel.Affinity_Propagation>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Affinity Propagation" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Task.Taxonomy_Creation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Taxonomy Creation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Creation> .

<http://semantic-systems.net/swemls/Task.Emotion_Recognition>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Emotion Recognition" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

<http://semantic-systems.net/swemls/StatisticalModel.Transformer>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Transformer" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:hasSystemComponent
        a             owl:ObjectProperty ;
        rdfs:comment  "SWeMLs can have one or more system components" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has system component" ;
        rdfs:range    swemls:SystemComponent .

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

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

<http://www.opmw.org/ontology/uses>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that binds a workflow template process to the workflow template artifact that generates it.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>\n     a opmw:WorkflowTemplateProcess;\n     opmw:uses <http://www.opmw.org/export/resource/DataVariable/PARAMETERSFILE>."@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
        rdfs:label          "uses"@en ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
        rdfs:subPropertyOf  <http://purl.org/net/p-plan#hasInputVar> .

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

<http://semantic-systems.net/swemls/Task.Entity_Summarization>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Entity Summarization" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/StatisticalModel.KSR>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "KSR [Knowledge Semantic Representation]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Entity_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Entity Classification [Node Classification]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

swemls:UAE  a       swemls:Country , owl:NamedIndividual ;
        rdfs:label  "UAE" .

<http://semantic-systems.net/swemls/StatisticalModel.GAN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GAN [Generative adversarial network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:hasVariableData6
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 6" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

swemls:UK  a        swemls:Country , owl:NamedIndividual ;
        rdfs:label  "UK" .

<http://semantic-systems.net/swemls/Task.Classic_Regression>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Classic Regression" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://www.opmw.org/ontology/WorkflowExecutionAccount>
        a                owl:Class ;
        rdfs:comment     "A workflow execution account represents the execution from the perspective of the system.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598>\n      a       opmo:Account , opmw:WorkflowExecutionAccount> ;\n      rdfs:label \"Execution account created on 1335533097598\" ;\n      opmw:executedInWorkflowSystem\n              <http://www.opmw.org/export/resource/Agent/SHELL> ;\n     opmw:hasEndTime\n              \"2012-04-25T07:17:48-07:00\"^^xsd:dateTime ;\n      opmw:hasExecutionDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_144.png\"^^xsd:anyURI ;\n      opmw:hasStartTime               \"2012-04-25T07:17:05-07:00\"^^xsd:dateTime ;\n      opmw:hasStatus \"SUCCESS\" ;"@en ;
        rdfs:label       "Workflow Execution Account"@en ;
        rdfs:subClassOf  prov:Bundle , <http://openprovenance.org/model/opmo#Account> .

<http://semantic-systems.net/swemls/Task.Ontology_Extension>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Ontology Extension" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

swemls:venue  a       owl:DatatypeProperty ;
        rdfs:comment  "The venue where the paper is published" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "venue" ;
        rdfs:range    xsd:string .

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

<http://semantic-systems.net/swemls/StatisticalModel.DRE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DRE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/StatisticalModel.Swivel>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Swivel" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Resource.SemEval_2018_Task_9>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "SemEval-2018 Task 9" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.SemEval> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

<http://semantic-systems.net/swemls/Task.Topic_Modeling>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Topic Modeling" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> .

<http://semantic-systems.net/swemls/Task.Query_Expansion>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Query Expansion" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

<http://purl.org/net/p-plan#hasInputVar>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://purl.org/net/p-plan#Step> ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "has input var" , "hasInputVar"@en ;
        rdfs:range        <http://purl.org/net/p-plan#Variable> ;
        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://semantic-systems.net/swemls/StatisticalModel.RKGE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RKGE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Recommender_System>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Recommender System" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Task.Gene_Expression_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Gene Expression Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

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

<http://semantic-systems.net/swemls/Pattern.T16>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym / data} -> ML -> data -> ML -> data]" ;
        rdfs:label     "Pattern T16" ;
        skos:altLabel  "OB-29" .

<http://semantic-systems.net/swemls/StatisticalModel.Electra>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Electra" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Asymmetrical_Embedding_Model>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Asymmetrical Embedding Model" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:Egypt  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Egypt" .

swemls:Netherlands  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Netherlands" .

<http://semantic-systems.net/swemls/Task.Query_Generation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Query Generation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Domain.Food>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Food" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Other_Domains> .

prov:Bundle  a            owl:Class ;
        rdfs:isDefinedBy  prov: ;
        rdfs:subClassOf   prov:Entity .

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

swemls:KnowledgeRepresentationComponent
        a                owl:Class ;
        rdfs:comment     "A Knowledge Representation component" ;
        rdfs:label       "KR Component" ;
        rdfs:subClassOf  swemls:SystemComponent .

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

<http://semantic-systems.net/swemls/StatisticalModel.ELMo>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ELMo" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Domain.Disaster_Management>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Disaster Management" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Admin_Politics> .

<http://semantic-systems.net/swemls/Task.Question_Answering>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Question Answering" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> .

<http://semantic-systems.net/swemls/StatisticalModel.SVD>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SVD [Singular Value Decomposition]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/StatisticalModel.ILP>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ILP [Inductive Logic Programming]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/StatisticalModel.M5Rules>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "M5Rules" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

skos:hasTopConcept  a     owl:ObjectProperty ;
        rdfs:domain       skos:ConceptScheme ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "has top concept"@en ;
        rdfs:range        skos:Concept ;
        owl:inverseOf     skos:topConceptOf ;
        skos: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 .

swemls:hasStatisticalModel
        a                   owl:ObjectProperty ;
        rdfs:comment        "A SWeML system linking to at least one statistical model" ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has statistical model" ;
        rdfs:range          swemls:StatisticalModel ;
        rdfs:subPropertyOf  swemls:hasModel .

prov:wasGeneratedBy  a    owl:ObjectProperty ;
        rdfs:domain       prov:Entity ;
        rdfs:isDefinedBy  prov: ;
        rdfs:range        prov:Activity .

swemls:System  a         owl:Class ;
        rdfs:comment     "SWeML System" ;
        rdfs:label       "System" ;
        rdfs:subClassOf  <http://purl.org/net/p-plan#Plan> .

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

<http://semantic-systems.net/swemls/StatisticalModel.DQN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DQN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:Tunisia  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Tunisia" .

<http://semantic-systems.net/swemls/Task.Graph_pattern_mining>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Graph pattern mining" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/Domain.Education>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Education" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

<http://semantic-systems.net/swemls/Task.Malicious_code_repository_detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Malicious code/repository detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/StatisticalModel.Translational_Distance>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Translational Distance Models" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.News>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "News" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.News_Social_Media> .

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

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

<http://semantic-systems.net/swemls/Domain.Security>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Security" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Other_Domains> .

swemls:hasVariableData1
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 1" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

<http://semantic-systems.net/swemls/Task.Image_Video_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Image / Video Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

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

<http://semantic-systems.net/swemls/Task.Geolocation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Geolocation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/StatisticalModel.DeepWalk>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DeepWalk" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:Japan  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Japan" .

<http://semantic-systems.net/swemls/Pattern.T7>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{{sym/data -> ML -> data}/sym -> ML -> sym}/sym -> KR -> data]" ;
        rdfs:label     "Pattern T7" ;
        skos:altLabel  "OB-44" .

swemls:Hong_Kong  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Hong Kong" .

skos:narrowerTransitive
        a                   owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "has narrower transitive"@en ;
        rdfs:subPropertyOf  skos:semanticRelation ;
        skos:definition     "skos:narrowerTransitive is a transitive superproperty of skos:narrower." ;
        skos: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://semantic-systems.net/swemls/Pattern.Y3>
        a              swemls:Y-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{ sym>ML>data / data>ML>sym } -> ML -> sym]" ;
        rdfs:label     "Pattern Y3" ;
        skos:altLabel  "OB-4" .

<http://semantic-systems.net/swemls/StatisticalModel.Attentive_BiGRU>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Attentive BiGRU" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Palestine  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Palestine" .

<http://semantic-systems.net/swemls/Task.Text_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Text Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/Pattern.I7>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> sym -> ML -> data]" ;
        rdfs:label     "Pattern I7" ;
        skos:altLabel  "OB-31" .

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

<http://purl.org/net/p-plan#hasOutputVar>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://purl.org/net/p-plan#Step> ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "has output var" , "hasOutputVar"@en ;
        rdfs:range        <http://purl.org/net/p-plan#Variable> ;
        owl:inverseOf     <http://purl.org/net/p-plan#isOutputVarOf> ;
        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#Bundle>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "Bundle"@en ;
        rdfs:subClassOf   prov:Bundle , <http://purl.org/net/p-plan#Entity> ;
        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://semantic-systems.net/swemls/Resource.Forbes>
        a                            swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label                   "Forbes" ;
        rdfs:seeAlso                 <https://www.uni-mannheim.de/dws/research/resources/sw4ml-benchmark/> , <https://drive.google.com/file/d/1fN2wQYii74UG24jyZc2gn_UD9wpW_Z7u/view> ;
        swemls:hasResourceFormalism  <http://semantic-systems.net/swemls/ResourceFormalism.OWL> ;
        swemls:hasResourceSize       <http://semantic-systems.net/swemls/ResourceSize.1K_10K> ;
        swemls:hasResourceType       <http://semantic-systems.net/swemls/ResourceType.Linked_Dataset> .

<http://semantic-systems.net/swemls/Pattern.T11>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym / data -> ML -> sym / data -> KR -> data]" ;
        rdfs:label     "Pattern T11" ;
        skos:altLabel  "OB-42" .

swemls:Poland  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Poland" .

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

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

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

swemls:Data  a           owl:Class ;
        rdfs:comment     "Facts and statistics collected together and used as a basis for reasoning, discussion or calculation." ;
        rdfs:label       "Data" ;
        rdfs:subClassOf  swemls:Instance .

<http://semantic-systems.net/swemls/Domain.Robotics>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Robotics" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Software_Tech> .

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

swemls:New_Zealand  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "New Zealand" .

swemls:China  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "China" .

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

swemls:India  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "India" .

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

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

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

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

<http://semantic-systems.net/swemls/Task.Document_Clustering>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Document Clustering" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> .

<http://semantic-systems.net/swemls/StatisticalModel.ANALOGY>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ANALOGY" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Paper  a       owl:Class ;
        rdfs:comment  "Paper in which the SWeML system is described" ;
        rdfs:label    "Paper" .

<http://semantic-systems.net/swemls/Task.Graph_Other>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Graph - Other" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph> .

<http://semantic-systems.net/swemls/Task.Graph_Alignment>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Graph - Alignment" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph> .

swemls:author_country
        a             owl:DatatypeProperty ;
        rdfs:comment  "Country to which authors describing the SWeML systems in their paper are affiliated to" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "author country" ;
        rdfs:range    xsd:string .

swemls:hasStepML1  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step 1" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasStepML .

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

<http://semantic-systems.net/swemls/StatisticalModel.SENN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SENN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Switzerland  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Switzerland" .

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

<http://semantic-systems.net/swemls/Domain.Transportation_and_Logistics>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Transportation and Logistics" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Production_of_Goods> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.t-SNE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "t-SNE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

skos:OrderedCollection
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "Ordered Collection"@en ;
        rdfs:subClassOf   skos:Collection ;
        skos:definition   "An ordered collection of concepts, where both the grouping and the ordering are meaningful."@en ;
        skos: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://semantic-systems.net/swemls/ResourceFormalism.Missing_Info>
        a           swemls:ResourceFormalism , owl:NamedIndividual ;
        rdfs:label  "Missing Info" .

<http://semantic-systems.net/swemls/Pattern.T2>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym/data} -> ML -> data -> ML -> sym]" ;
        rdfs:label     "Pattern T2" ;
        skos:altLabel  "OB-14" .

<http://www.opmw.org/ontology/isGeneratedBy>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that binds a workflow template artifact to the workflow template process that generates it.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_REAERATIONPARAMS>\n     a opmw:DataVariable, opmw:WorkflowTemplateArtifact;\n     opmw:isGeneratedBy <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>.\n\n"@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
        rdfs:label          "is Generated By"@en ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
        rdfs:subPropertyOf  <http://purl.org/net/p-plan#isOutputVarOf> .

swemls:hasResourceType
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the semantic web resource with the resource type" ;
        rdfs:domain   swemls:SemanticWebResource ;
        rdfs:label    "resource type" ;
        rdfs:range    swemls:ResourceType .

prov:used  a              owl:ObjectProperty ;
        rdfs:domain       prov:Activity ;
        rdfs:isDefinedBy  prov: ;
        rdfs:range        prov:Entity .

<http://purl.org/net/p-plan#isSubPlanOfPlan>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://purl.org/net/p-plan#Plan> ;
        rdfs:isDefinedBy    <http://purl.org/net/p-plan#> ;
        rdfs:label          "isSubPlanOfPlan"@en ;
        rdfs:range          <http://purl.org/net/p-plan#Plan> ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        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://semantic-systems.net/swemls/Pattern.I2>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> data -> ML -> data]" ;
        rdfs:label     "Pattern I2" ;
        skos:altLabel  "OB-5" .

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

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

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

swemls:Italy_and_UK  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Italy and UK" .

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

<http://semantic-systems.net/swemls/Task.NLP>
        a           swemls:Task , owl:NamedIndividual ;
        rdfs:label  "NLP Tasks" .

<http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - Information Retrieval" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

<http://semantic-systems.net/swemls/StatisticalModel.On2Vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "On2Vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://www.opmw.org/ontology/hasFileName>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property used to link an execution artifact to its file name (independently of its URI).\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>\n      a opmv:Artifact, opmw:WorkflowExecutionArtifact.\n      opmw:hasFileName \"NTMParams_SMN_2010_03_14Z\"^^xsd:string."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
        rdfs:label    "has File Name"@en ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/StatisticalModel.TransX>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "TransX [TransE, TransD, TransH, TransR, ...]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Document_similarity>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Document similarity" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

<http://semantic-systems.net/swemls/StatisticalModel.Bayesian>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Bayes [Bayes models, Bayesian network, Naive Bayes Classifier]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Task.Issue-Commit_Link_Recovery>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Issue-Commit Link Recovery" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

<http://semantic-systems.net/swemls/Task.Medical_Record_Coding>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Medical Record Coding" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/StatisticalModel.Doc2Vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Doc2Vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Genetic_Algorithms>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Genetic Algorithms [Evolutionary Algorithms]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

swemls:The_Netherlands
        a           swemls:Country , owl:NamedIndividual ;
        rdfs:label  "The Netherlands" .

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

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

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

<http://semantic-systems.net/swemls/Task.Miscommunication_detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Miscommunication Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/Pattern.X7>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym/sym -> KR -> data]" ;
        rdfs:label     "Pattern X7" ;
        skos:altLabel  "X-7" .

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

<http://semantic-systems.net/swemls/StatisticalModel.Louvain>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Louvain" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.CRF>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "CRF [Conditional Random Field]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://www.opmw.org/ontology/hasTemplateDiagram>
        a             owl:DatatypeProperty ;
        rdfs:comment  "Property used to link a workflow template to its graphical representation.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>\n     a opmw:WorkflowTemplate;\n     opmw:hasTemplateDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png\"xsd:anyURI."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:label    "has Template Diagram"@en ;
        rdfs:range    xsd:anyURI .

skos:closeMatch  a          owl:SymmetricProperty , owl:ObjectProperty ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "has close match"@en ;
        rdfs:subPropertyOf  skos:mappingRelation ;
        skos: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://semantic-systems.net/swemls/Pattern.O1>
        a              swemls:Other-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{data -> ML -> data / data -> ML -> data / data/sym/sym -> KR -> data -> ML -> data } -> ML -> data]" ;
        rdfs:label     "Pattern O1" ;
        skos:altLabel  "OB-43" .

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

<http://www.opmw.org/ontology/correspondsToTemplateProcess>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that binds a workflow execution process  to its correspondant process template.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086>\n     a opmv:Process, opmw:WorkflowExecutionProcess;\n     opmw:correspondsToTemplateProcess <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>. "@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowExecutionProcess> ;
        rdfs:label          "corresponds to Template Process"@en ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
        rdfs:subPropertyOf  owl:topObjectProperty , <http://purl.org/net/p-plan#correspondsToStep> .

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

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

swemls:hasVariableData8
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 8" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

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

<http://semantic-systems.net/swemls/Task.Expert_finding>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Expert finding" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

<http://semantic-systems.net/swemls/Task.NLP_Annotation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - Annotation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

swemls:Morocco  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Morocco" .

<http://semantic-systems.net/swemls/Task.Graph_Extension>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Graph - Extension" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph> .

<http://semantic-systems.net/swemls/Task.Stance_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Stance Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/Task.Graph_Creation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Graph - Creation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph> .

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

swemls:hasAuthorsCountry
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking a paper with the countries of author's affiliations" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "has authors country" ;
        rdfs:range    swemls:Country .

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

<http://semantic-systems.net/swemls/StatisticalModel.GloVe>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GloVe" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

swemls:hasVariableSW1
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable SW 1" ;
        rdfs:range          swemls:Symbol ;
        rdfs:subPropertyOf  swemls:hasSymbolIO .

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

<http://semantic-systems.net/swemls/Pattern.T18>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> sym/ sym -> ML -> data]" ;
        rdfs:label     "Pattern T18" ;
        skos:altLabel  "OB-37" .

<http://www.opmw.org/ontology/WorkflowExecutionProcess>
        a                owl:Class ;
        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.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionProcess/CONVERTTOSTANDARDFORMAT133553>\n      a      opmw:/WorkflowExecutionProcess , opmv:Process ;\n      rdfs:label \"Execution process ConvertToStandardFormat\" ;\n      opmo:account              <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ;\n      opmv:used              <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/6C7CF277338D9590EE18534D4D78924F> ;\n      opmv:wasControlledBy               <http://www.opmw.org/export/resource/Agent/ADMIN> ;\n      opmw:hasWorkflowTemplateProcess              <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CONVERTTOSTANDARDFORMAT> ."@en ;
        rdfs:label       "Workflow Execution Process"@en ;
        rdfs:subClassOf  prov:Activity , <http://purl.org/net/opmv/ns#Process> .

<http://semantic-systems.net/swemls/Resource.NELL_1M>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "NELL-1M" ;
        rdfs:seeAlso            <http://rtw.ml.cmu.edu/rtw/resources> ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.NELL> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.500K_1M> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

<http://semantic-systems.net/swemls/StatisticalModel.G-RNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "G-RNN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:hasSystemIO  a  owl:ObjectProperty ;
        rdfs:comment  "Describes in- and outputs to SWeML systems" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has system I/O" ;
        rdfs:range    swemls:Instance .

<http://semantic-systems.net/swemls/Task.Similar_app_detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Similar app detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Pattern.X2>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> KR -> sym]" ;
        rdfs:label     "Pattern X2" ;
        skos:altLabel  "X-2" .

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

<http://semantic-systems.net/swemls/StatisticalModel.RNN-GRU>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RNN-GRU" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.ConvE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ConvE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

swemls:Slovenia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Slovenia" .

<http://semantic-systems.net/swemls/StatisticalModel.NTN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "NTN [Neural Tensor Network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Portugal  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Portugal" .

<http://semantic-systems.net/swemls/Pattern.M2>
        a              swemls:M-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> data/sym]" ;
        rdfs:label     "Pattern M2" ;
        skos:altLabel  "M-2" .

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

<http://semantic-systems.net/swemls/Domain.Cultural_Heritage>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Cultural Heritage" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

<http://semantic-systems.net/swemls/StatisticalModel.ComplEx>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ComplEx" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

<http://semantic-systems.net/swemls/Domain.Literature>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Literature" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

<http://semantic-systems.net/swemls/Task.Price_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Price Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Task.Semantic_Similarity>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Semantic Similarity [Synonym Discovery]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

swemls:Ireland  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Ireland" .

<http://semantic-systems.net/swemls/StatisticalModel.Order_Embeddings>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Order Embeddings" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:SemanticModel  a  owl:Class ;
        rdfs:comment     "Deductive Model" ;
        rdfs:label       "Semantic Model" ;
        rdfs:subClassOf  swemls:Model .

<http://semantic-systems.net/swemls/StatisticalModel.Factorization_Machines>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Factorization Machines" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

swemls:hasVariableData3
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 3" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

swemls:Bulgaria  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Bulgaria" .

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

swemls:ProcessingEngine
        a             owl:Class ;
        rdfs:comment  "Processing engine, that processes semantic web resources e.g.  SPARQL query engine, reasoner" ;
        rdfs:label    "Processing Engine" .

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

swemls:hasDocumentation
        a             owl:ObjectProperty ;
        rdfs:comment  "System has documentation providing details about e.g. training steps or split, used datasets and evaluation metrics" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has documentation" ;
        rdfs:range    swemls:Documentation .

<http://semantic-systems.net/swemls/StatisticalModel.HyTE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "HyTE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Task.Analogical_reasoning>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Analogical reasoning" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

<http://semantic-systems.net/swemls/Pattern.T9>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> sym/data -> KR -> data]" ;
        rdfs:label     "Pattern T9" ;
        skos:altLabel  "OB-34" .

swemls:Documentation  a  owl:Class ;
        rdfs:comment  "Documenation characteristics e.g. used dataset, training parameters, evaluation metrics" ;
        rdfs:label    "Documentation" .

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

<http://www.opmw.org/ontology/hasSize>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property used to annotate a workflow execution artifact with the size in bytes of its file.\n\nExample\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>\n      a opmv:Artifact, opmw:WorkflowExecutionArtifact.\n      opmw:hasLocation \"68\"^^xsd:int."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
        rdfs:label    "has Size"@en ;
        rdfs:range    xsd:int .

terms:title  a  owl:AnnotationProperty .

<http://semantic-systems.net/swemls/Pattern.T13>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym/data -> KR -> data -> ML -> data]" ;
        rdfs:label     "Pattern T13" ;
        skos:altLabel  "OB-45" .

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

<http://semantic-systems.net/swemls/StatisticalModel.Attention>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Attention" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.Energy_Management>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Energy Management" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Admin_Politics> .

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

<http://www.opmw.org/ontology/WorkflowExecutionArtifact>
        a                owl:Class ;
        rdfs:comment     "A workflow execution artifact represents a resource used or generated in the execution of a workflow.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/25F1016C12EBE301EE7AADBC0B085C45>\n      a       opmw:WorkflowExecutionArtifact , opmv:Artifact;\n      rdfs:label \"Execution artifact with id: 25f1016c12ebe301ee7aadbc0b085c45\" ;\n      opmo:account              <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ;\n      opmv:wasGeneratedBy     <http://www.opmw.org/export/resource/WorkflowExecutionProcess/p1> ;\n      opmw:hasLocation     \"http://wings.isi.edu/opmexport/resource/1/144/Formatted_SMN_2010_03_10Z\"^^xsd:anyURI ;\n      opmw:hasSize \"8618\"^^xsd:int ;\n      opmw:hasWorkflowTemplateArtifact              <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_FORMATTEDDATA>."@en ;
        rdfs:label       "Workflow Execution Artifact"@en ;
        rdfs:subClassOf  prov:Entity , <http://purl.org/net/opmv/ns#Artifact> .

skos:altLabel  a            owl:AnnotationProperty ;
        rdfs:comment        "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en , "The range of skos:altLabel is the class of RDF plain literals."@en ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "alternative label"@en ;
        rdfs:subPropertyOf  rdfs:label ;
        skos:definition     "An alternative lexical label for a resource."@en ;
        skos: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 .

swemls:hasCorrespondingPattern
        a             owl:ObjectProperty ;
        rdfs:comment  "A SWeML system has a corresponding pattern" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has corresponding pattern" ;
        rdfs:range    swemls:Pattern .

swemls:Kosovo  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Kosovo" .

swemls:evaluation_metrics
        a             owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used metrics in evaluation: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "evaluation metrics" ;
        rdfs:range    xsd:string .

swemls:Jamaica  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Jamaica" .

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

<http://semantic-systems.net/swemls/StatisticalModel.KNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "k-nn [k-nearest neighbors]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

<http://semantic-systems.net/swemls/StatisticalModel.Graph2Seq>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Graph2Seq" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:T-Pattern  a      owl:Class ;
        rdfs:comment     "Advanded pattern type: a chain of Atomic and Fusion Patterns" ;
        rdfs:label       "T-Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

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

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

<http://semantic-systems.net/swemls/Domain.Biology_Biomedicine>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Biology/Biomedicine" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Natural_Sciences> .

swemls:Romania  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Romania" .

swemls:France  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "France" .

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

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

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

swemls:hasStepML3  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step 3" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasStepML .

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

<http://semantic-systems.net/swemls/Task.Image_Segmentation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Image Segmentation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

swemls:Brazil  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Brazil" .

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

<http://www.opmw.org/ontology/WorkflowTemplate>
        a                owl:Class ;
        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.\n \nExample:\n@prefix dc:  <http://purl.org/dc/terms/> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>\n     a opmw:WorkflowTemplate;\n     rdfs:label \"AquaFlow_NTM\" ;\n     dc.contributor\n              <http://www.opmw.org/export/resource/Agent/WATER> ;\n     dc:modified\n              \"2011-06-08T09:57:12-07:00\"^^xsd:dateTime ;\n     opmw:hasVersion \"2\"^^xsd:int ."@en ;
        rdfs:label       "Workflow Template"@en ;
        rdfs:subClassOf  prov:Plan , owl:Thing , <http://purl.org/net/p-plan#Plan> .

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

swemls:infrastructure
        a             owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used infrastructure: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "infrastructure" ;
        rdfs:range    xsd:string .

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

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

swemls:Turkey  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Turkey" .

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

<http://semantic-systems.net/swemls/Task.Patient_Diagnosis_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Patient Diagnosis Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Prediction> .

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

<http://semantic-systems.net/swemls/Task.Phenotype_Extraction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Phenotype Extraction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Pattern.T4>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym -> ML -> data / data} -> ML -> data]" ;
        rdfs:label     "Pattern T4" ;
        skos:altLabel  "OB-17" .

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

swemls:Belgium  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Belgium" .

<http://semantic-systems.net/swemls/Pattern.I4>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> KR -> data -> ML -> sym]" ;
        rdfs:label     "Pattern I4" ;
        skos:altLabel  "OB-21" .

<http://semantic-systems.net/swemls/Resource.FB_100K>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "FB-100K" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.Facebook> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

<http://semantic-systems.net/swemls/Pattern.F2>
        a              swemls:Fusion-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data/sym -> ML -> sym]" ;
        rdfs:label     "Pattern F2" ;
        skos:altLabel  "OB-8" .

swemls:Australia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Australia" .

swemls:Korea  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Korea" .

swemls:X-Pattern  a      owl:Class ;
        rdfs:comment     "" ;
        rdfs:label       "X-Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

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

swemls:has_link  a    owl:DatatypeProperty ;
        rdfs:comment  "Link of the paper" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "has link" ;
        rdfs:range    xsd:string .

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

<http://semantic-systems.net/swemls/StatisticalModel.XLNet>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "XLNet" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

swemls:Republic_of_Korea
        a           swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Republic of Korea" .

<http://semantic-systems.net/swemls/StatisticalModel.RNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RNN [Recurrent Neural Network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Task.Patient_Trial_Matching>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Patient Trial Matching" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Alignment> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.Topic_Models>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Topic Models" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/StatisticalModel.LDA>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "LDA [Latent Dirichlet Allocation]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.General_Cross_Domain>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "General - Cross-Domain" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.General> .

swemls:process_steps  a  owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on performed processing steps, such as\npre-processing, cross-validation: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "process steps" ;
        rdfs:range    xsd:string .

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

<http://semantic-systems.net/swemls/StatisticalModel.AutoEncoder>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "AutoEncoder" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.MCAN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "MCAN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Data_Mining>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Data Mining" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/StatisticalModel.Decision_Trees>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Decision tree [random forest, C4.5]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Task.KG_Completion>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "KG Completion" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

swemls:Missing_Info  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Missing_Info" .

<http://semantic-systems.net/swemls/StatisticalModel.Matrix_Clusterization>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Matrix Clusterization" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

vann:preferredNamespaceUri
        a       owl:AnnotationProperty .

swemls:PaperType  a   owl:Class ;
        rdfs:comment  "Paper type, e.g. Workshop or Conference paper" ;
        rdfs:label    "Paper Type" .

<http://semantic-systems.net/swemls/StatisticalModel.ALBERT>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ALBERT" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.SVM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SVM [Support Vector Machine]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.Hierarchical_Attention_Network>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Hierarchical Attention Network HAN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:hasDataIO  a         owl:ObjectProperty ;
        rdfs:comment        "Data as in- output(s) in the workflow" ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has data I/O" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasSystemIO .

<http://semantic-systems.net/swemls/Pattern.T21>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> sym -> ML (sym) -> sym]" ;
        rdfs:label     "Pattern T21" ;
        skos:altLabel  "OB-28" .

<http://semantic-systems.net/swemls/Pattern.O3>
        a              swemls:Other-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML1 -> sym -> ML2 -> data -> ML1]" ;
        rdfs:label     "Pattern O3" ;
        skos:altLabel  "OB-22" .

<http://www.opmw.org/ontology/hasNativeSystemTemplate>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        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.).\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>\n     a opmw:WorkflowTemplate;\n     opmw:hasNativeSystemTemplate \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/ontology/Water/AquaFlow_NTM.owl\"xsd:anyURI."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:label    "has Native System Template"@en ;
        rdfs:range    xsd:anyURI .

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

swemls:summary  a     owl:DatatypeProperty ;
        rdfs:comment  "Short summary of the paper" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "summary" ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/StatisticalModel.Faster_RCNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Faster RCNN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:SemanticWebResource
        a                owl:Class ;
        rdfs:comment     "Semantic entities or relations" ;
        rdfs:label       "Semantic Web Resource" ;
        rdfs:subClassOf  swemls:Symbol , swemls:SemanticModel .

<http://semantic-systems.net/swemls/Task.Fake_Review_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Fake Review Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/StatisticalModel.k-means>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "k-means" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Pattern.A1>
        a              swemls:Atomic-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> sym]" ;
        rdfs:label     "Pattern A1" ;
        skos:altLabel  "FvH-3" .

<http://semantic-systems.net/swemls/Task.Fact_Verification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Fact Verification [Fact Validation]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

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

<http://semantic-systems.net/swemls/Task.Bug_localization>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Bug localization" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

swemls:MachineLearningComponent
        a                owl:Class ;
        rdfs:comment     "A Machine Learning component" ;
        rdfs:label       "ML Component" ;
        rdfs:subClassOf  swemls:SystemComponent .

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

<http://semantic-systems.net/swemls/Task.Genotype_clustering_classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Genotype clustering/classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/StatisticalModel.SDNE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SDNE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Atomic-Pattern
        a                owl:Class ;
        rdfs:comment     "Basic pattern type: a single algorithmic module consumes a single input" ;
        rdfs:label       "Atomic Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

<http://semantic-systems.net/swemls/Domain.Social_Media>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Social Media" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.News_Social_Media> .

<http://semantic-systems.net/swemls/Domain.Movies>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Movies" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

swemls:Norway  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Norway" .

<http://www.opmw.org/ontology/versionNumber>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property used to annotate a resource with it version number.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .\n@prefix owl:  <http://www.w3.org/2002/07/owl#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>\n     a opmw:WorkflowTemplate;\n     opmw:versionNumber \"2\"^^xsd:int."@en ;
        rdfs:label    "version Number"@en ;
        rdfs:range    xsd:int .

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

<http://semantic-systems.net/swemls/StatisticalModel.SimplE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SimplE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

swemls:hasVariableSW3
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable SW 3" ;
        rdfs:range          swemls:Symbol ;
        rdfs:subPropertyOf  swemls:hasSymbolIO .

<http://semantic-systems.net/swemls/Domain.Agriculture>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Agriculture" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

<http://semantic-systems.net/swemls/StatisticalModel.w2v>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "w2v [Word2Vec, CBOW, skip-gram]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - Other Text Tasks" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

swemls:Country  a     owl:Class ;
        rdfs:comment  "Country to which authors describing the SWeML systems in their paper are affiliated to" ;
        rdfs:label    "Country" .

swemls:Mexico  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Mexico" .

<http://semantic-systems.net/swemls/StatisticalModel.LSTM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Custom LSTM model" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Pattern.X4>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data/sym-> KR -> data]" ;
        rdfs:label     "Pattern X4" ;
        skos:altLabel  "X-4" .

swemls:hasResourceSize
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the semantic web resource with the resource size" ;
        rdfs:domain   swemls:SemanticWebResource ;
        rdfs:label    "resource size" ;
        rdfs:range    swemls:ResourceSize .

<http://semantic-systems.net/swemls/Task.Semantic_Tagging>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Semantic Tagging" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Annotation> .

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

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

swemls:Symbol  a         owl:Class ;
        rdfs:comment     "A representation of symbolic data such as semantic entities or relations." ;
        rdfs:label       "Symbol" ;
        rdfs:subClassOf  swemls:Instance .

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

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

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

prov:Entity  a            owl:Class ;
        rdfs:isDefinedBy  prov: .

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

<http://semantic-systems.net/swemls/Domain.Tourism>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Tourism" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

swemls:ResourceType  a  owl:Class ;
        rdfs:comment  "Resource type of the semantic web resources resource, e.g. ontology, queries" ;
        rdfs:label    "Resource Type" .

<http://semantic-systems.net/swemls/Task.KG_matching>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "KG matching" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Alignment> .

<http://semantic-systems.net/swemls/Task.NER>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Entity Recognition" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Annotation> .

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

<http://semantic-systems.net/swemls/StatisticalModel.LSA>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "LSA [Latent Semantic Analysis]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Metapath2Vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Metapath2Vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Taxonomy_Extension>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Taxonomy Extension" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

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

<http://semantic-systems.net/swemls/StatisticalModel.ConceptNet_PPMI_embeddings>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ConceptNet PPMI embeddings" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Image_Video_processing>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Image and Video - Image/Video processing" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_and_Video> .

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

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

skos:prefLabel  a           owl:AnnotationProperty ;
        rdfs:comment        "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise\n      disjoint properties."@en , "The range of skos:prefLabel is the class of RDF plain literals."@en , "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 ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "preferred label"@en ;
        rdfs:subPropertyOf  rdfs:label ;
        skos:definition     "The preferred lexical label for a resource, in a given language."@en .

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

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

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

swemls:hasVariableData5
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 5" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

swemls:provenance_support
        a             owl:DatatypeProperty ;
        rdfs:comment  "Presence of input/output data provenance collection: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "provenance support" ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/StatisticalModel.DistMult>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DistMult" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

skos:Collection  a        owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "Collection"@en ;
        owl:disjointWith  skos:ConceptScheme , skos:Concept ;
        skos:definition   "A meaningful collection of concepts."@en ;
        skos: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://semantic-systems.net/swemls/Resource.MusicBrainz>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "MusicBrainz" ;
        rdfs:seeAlso            <https://musicbrainz.org/> , <https://drive.google.com/file/d/17_qoYvYIKUWNiE7z9RNznKbCbBKEleCY/view> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> .

<http://semantic-systems.net/swemls/StatisticalModel.HolE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "HolE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Dimentionality_Reduction>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Dimentionality Reduction" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/StatisticalModel.ARM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ARM [Association Rule learning, Association Rule Mining]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Task.Market_Return_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Market Return Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://www.opmw.org/ontology/WorkflowTemplateArtifact>
        a                owl:Class ;
        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.\n\nThere are two different types of workflow template artifacts: data variables and parameter variables."@en ;
        rdfs:label       "Workflow Template Artifact" , "Workflow Template Artifact"@en ;
        rdfs:subClassOf  owl:Thing , <http://purl.org/net/p-plan#Variable> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.Hopfield_Network>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Hopfield Network" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/Task.Ontology_matching>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Ontology matching" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Alignment> .

swemls:hasKeyword  a  owl:DatatypeProperty ;
        rdfs:comment  "Keywords assigned to the publication by the authors" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "has keyword" ;
        rdfs:range    xsd:string .

skos:mappingRelation  a     owl:ObjectProperty ;
        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 ;
        rdfs:subPropertyOf  skos:semanticRelation ;
        skos:definition     "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"@en .

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

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

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

<http://semantic-systems.net/swemls/StatisticalModel.GHSOM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GHSOM [Growing Hierarchical Self Organizing Map]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Iran  a      swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Iran" .

swemls:hasProcessingEngine
        a             owl:ObjectProperty ;
        rdfs:comment  "SWeMLs can have one or more processing engines" ;
        rdfs:domain   swemls:KnowledgeRepresentationComponent ;
        rdfs:label    "has processing engine" ;
        rdfs:range    swemls:ProcessingEngine .

<http://semantic-systems.net/swemls/Pattern.T15>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> KR -> sym/sym -> ML -> sym]" ;
        rdfs:label     "Pattern T15" ;
        skos:altLabel  "OB-46" .

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

<http://semantic-systems.net/swemls/StatisticalModel.SOM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SOM [Kohonen-Map; Self Organizing Map]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

skos:exactMatch  a          owl:TransitiveProperty , owl:SymmetricProperty , owl:ObjectProperty ;
        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 ;
        rdfs:subPropertyOf  skos:closeMatch ;
        skos: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://semantic-systems.net/swemls/TrainingType.Unsupervised>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Unsupervised" .

<http://semantic-systems.net/swemls/Task.Cross-model_retrieval>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Cross-model retrieval" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://purl.org/net/p-plan#Entity>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "Entity"@en ;
        rdfs:subClassOf   prov:Entity ;
        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://semantic-systems.net/swemls/Task.Event_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Event Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Prediction> .

<http://semantic-systems.net/swemls/StatisticalModel.FCA>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "FCA [Formal concept analysis]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

swemls:hasSymbolIO  a       owl:ObjectProperty ;
        rdfs:comment        "Symbol as in- output(s) in the workflow" ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has symbol I/O" ;
        rdfs:range          swemls:Symbol ;
        rdfs:subPropertyOf  swemls:hasSystemIO .

swemls:Indonesia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Indonesia" .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.BiLSTM-CRF>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "BiLSTM-CRF" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

<http://semantic-systems.net/swemls/Domain.Art>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Art" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

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

terms:contributor  a  owl:AnnotationProperty .

<http://semantic-systems.net/swemls/Task.Cross-lingual_Entity_alignment>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Cross-lingual Entity alignment" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> .

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

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

swemls:hasStepML5  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step 5" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasStepML .

<http://semantic-systems.net/swemls/StatisticalModel.RBM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RBM [Restricted Boltzmann machine]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

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

swemls:Colombia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Colombia" .

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

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

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

prov:   a       owl:NamedIndividual , owl:Thing .

<http://www.opmw.org/ontology/WorkflowTemplateProcess>
        a                owl:Class ;
        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.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix water: <http://www.isi.edu/ac/Water/library.owl#> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CALCULATEHOURLYAVERAGES>\n      a opmw:ProcessTemplate, water:CalculateHourlyAverages;\n      opmw:template <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>;\n      opmw:uses <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_FILTEREDDATA>.\n      "@en ;
        rdfs:label       "Workflow Template Process" , "Workflow Template Process"@en ;
        rdfs:subClassOf  owl:Thing , <http://purl.org/net/p-plan#Step> .

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

<http://semantic-systems.net/swemls/Pattern.T6>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{data -> ML -> data / sym} -> ML -> data]" ;
        rdfs:label     "Pattern T6" ;
        skos:altLabel  "OB-25" .

swemls:Sudan  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Sudan" .

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

<http://semantic-systems.net/swemls/Pattern.Y2>
        a              swemls:Y-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym -> ML -> data / data -> ML -> data} ->ML-> data]" ;
        rdfs:label     "Pattern Y2" ;
        skos:altLabel  "OB-9" .

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

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

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

<http://semantic-systems.net/swemls/Pattern.I6>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data ->ML-> sym-> ML-> sym]" ;
        rdfs:label     "Pattern I6" ;
        skos:altLabel  "OB-10" .

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

<http://semantic-systems.net/swemls/Pattern.T10>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> sym -> { data/sym -> KR } -> sym]" ;
        rdfs:label     "Pattern T10" ;
        skos:altLabel  "OB-38" .

swemls:Austria  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Austria" .

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

swemls:hasArea  a     owl:ObjectProperty ;
        rdfs:comment  "Linking a SWeML system with a research area it is associated with" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has area" ;
        rdfs:range    swemls:Area .

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

<http://semantic-systems.net/swemls/Pattern.F4>
        a              swemls:Fusion-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym / sym -> ML -> sym]" ;
        rdfs:label     "Pattern F4" ;
        skos:altLabel  "OB-32" .

<http://semantic-systems.net/swemls/Task.Classic_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Classic Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/StatisticalModel.UKGE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "UKGE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.E-Government>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "E-Government" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Admin_Politics> .

<http://purl.org/net/p-plan#Plan>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "Plan"@en ;
        rdfs:subClassOf   prov:Plan , <http://purl.org/net/p-plan#Entity> ;
        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://semantic-systems.net/swemls/StatisticalModel.Mixture_Models>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GMM [Gaussian Mixture Model, Mixture Models]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

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

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

<http://semantic-systems.net/swemls/Task.Data_Integration>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Data Integration" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

swemls:has_title  a   owl:DatatypeProperty ;
        rdfs:comment  "The title of the paper" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "has title" ;
        rdfs:range    xsd:string .

swemls:Area  a        owl:Class ;
        rdfs:comment  "Positioning of the Paper in relation to research araeas e.g. Explainable AI or Semantic Web Mining" ;
        rdfs:label    "Area" .

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

<http://semantic-systems.net/swemls/Domain.Space>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Space" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Natural_Sciences> .

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

swemls:SystemMaturity
        a             owl:Class ;
        rdfs:comment  "Maturity of the overall SWeML system" ;
        rdfs:label    "System Maturity" .

<http://www.opmw.org/ontology/hasDimensionality>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property that represents the dimensionality of the artifact: 0 is a single file, 1 for a collection, etc.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_DAILYDATA>\n     a opmw:DataVariable, opmw:WorkflowTemplateArtifact;\n     opmw:hasDimensionality \"1\"^^xsd:int.\n"@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
        rdfs:label    "has Dimensionality"@en ;
        rdfs:range    xsd:int .

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

<http://semantic-systems.net/swemls/Task.Document_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Document Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/Task.NLP_Text_Analysis>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - Text Analysis" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

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

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

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

swemls:Singapore  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Singapore" .

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

<http://semantic-systems.net/swemls/Domain.crime_urban_data>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Crime/Urban Data" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Admin_Politics> .

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

<http://semantic-systems.net/swemls/Domain.Sport>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Sport" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Other_Domains> .

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

<http://semantic-systems.net/swemls/Task.Multi-modal_retrieval>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Multi-modal retrieval" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

<http://semantic-systems.net/swemls/StatisticalModel.ULMfit>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ULMfit" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Neural_Attention_Model>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Neural Attention Model" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Pattern.T23>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{data/data ->ML-> sym}-> ML-> sym]" ;
        rdfs:label     "Pattern T23" ;
        skos:altLabel  "OB-12" .

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

<http://semantic-systems.net/swemls/TrainingType.Distant_supervised>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Distant-supervised" .

swemls:United_Kingdom
        a           swemls:Country , owl:NamedIndividual ;
        rdfs:label  "United Kingdom" .

<http://semantic-systems.net/swemls/Task.Patient_Procedure_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Patient Procedure Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

<http://semantic-systems.net/swemls/Pattern.T1>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{data -> ML -> data / sym} -> ML -> sym]" ;
        rdfs:label     "Pattern T1" ;
        skos:altLabel  "OB-18" .

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

<http://semantic-systems.net/swemls/Domain.Ecological>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Ecological" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

<http://semantic-systems.net/swemls/StatisticalModel.ProjE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ProjE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.LiDA>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "LiDA [Linear Discriminant Analysis]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

<http://semantic-systems.net/swemls/Domain.Gaming>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Gaming" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

<http://semantic-systems.net/swemls/StatisticalModel.GAT>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GAT [Graph Attention Networks]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/StatisticalModel.GNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GNN [Graph Neural Network model]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

skos:narrower  a            owl:ObjectProperty ;
        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 ;
        rdfs:subPropertyOf  skos:narrowerTransitive ;
        owl:inverseOf       skos:broader ;
        skos:definition     "Relates a concept to a concept that is more specific in meaning."@en ;
        skos:scopeNote      "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .

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

<http://www.opmw.org/ontology/createdInWorkflowSystem>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        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.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>\n         a opmw:WorkflowTemplate;\n         opmw:createdInWorkflowSystem \"http://wings.isi.edu\"^^xsd:anyURI."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:label    "created in Workflow System"@en ;
        rdfs:range    xsd:anyURI .

swemls:Instance  a       owl:Class ;
        rdfs:label       "Instance" ;
        rdfs:subClassOf  <http://purl.org/net/p-plan#Variable> .

swemls:USA  a       swemls:Country , owl:NamedIndividual ;
        rdfs:label  "USA" .

<http://semantic-systems.net/swemls/Pattern.I1>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> data -> ML -> sym]" ;
        rdfs:label     "Pattern I1" ;
        skos:altLabel  "FvH-4" .

<http://semantic-systems.net/swemls/StatisticalModel.Gated_CNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Gated CNN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.InfoMap>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "InfoMap" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

<http://semantic-systems.net/swemls/Pattern.A3>
        a              swemls:Atomic-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> data]" ;
        rdfs:label     "Pattern A3" ;
        skos:altLabel  "OB-7" .

<http://www.opmw.org/ontology/isVariableOfTemplate>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property used to dessignate which workflow Data Variables belong to a workflow template.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/page/resource/DataVariable/AQUAFLOW_EDM_HOURLYDATA>\n     a opmw:DataVariable;\n     opmw:isVariableOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>." ;
        rdfs:domain         <http://www.opmw.org/ontology/DataVariable> ;
        rdfs:label          "is Variable of Template" ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:subPropertyOf  <http://purl.org/net/p-plan#isVariableOfPlan> .

<http://semantic-systems.net/swemls/StatisticalModel.GCN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GCN [Graph Convolutional Network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.(Human)_activity_recognition>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "(Human) activity recognition" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/StatisticalModel.Regression>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Regression" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://www.opmw.org/ontology/hasExecutableComponent>
        a                   owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "Property that binds a workflow execution process to the specific component (code, scripts, etc.) used in the execution.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086>\n     a opmv:Process, opmw:WorkflowExecutionProcess;\n     opmw:hasExecutableComponent <http://www.opmw.org/export/resource/ReaerationEDM/COMPONENTREAERATIONEDM>."@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowExecutionProcess> ;
        rdfs:label          "has Executable Component"@en ;
        rdfs:subPropertyOf  prov:used , owl:topObjectProperty , <http://purl.org/net/opmv/ns#used> .

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

skos:semanticRelation
        a                 owl:ObjectProperty ;
        rdfs:domain       skos:Concept ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "is in semantic relation with"@en ;
        rdfs:range        skos:Concept ;
        skos:definition   "Links a concept to a concept related by meaning."@en ;
        skos: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://semantic-systems.net/swemls/PaperType.Book_Section>
        a           swemls:PaperType , owl:NamedIndividual ;
        rdfs:label  "Book Section" .

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

swemls:hasTask  a     owl:ObjectProperty ;
        rdfs:comment  "Linking the system to the task it is solving" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has task" ;
        rdfs:range    swemls:Task .

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

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

swemls:Vietnam  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Vietnam" .

swemls:I-Pattern  a      owl:Class ;
        rdfs:comment     "Advanced pattern type: a chain of Atomic Patterns" ;
        rdfs:label       "I-Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

swemls:year  a              owl:DatatypeProperty ;
        rdfs:comment        "Year in which the paper is published" ;
        rdfs:label          "year" ;
        rdfs:subPropertyOf  owl:topDataProperty .

<http://semantic-systems.net/swemls/Task.Energy_Management>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Energy Management" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

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

<http://semantic-systems.net/swemls/Task.Node_Clustering>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Node Clustering" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Other> .

<http://semantic-systems.net/swemls/StatisticalModel.DBSCAN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DBSCAN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://semantic-systems.net/swemls/StatisticalModel.RDF2VecGloVe>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RDF2VecGloVe" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://www.opmw.org/ontology/hasLocation>
        a             owl:DatatypeProperty ;
        rdfs:comment  "Property used to link an execution artifact to the physical location of its file in the server.\n\nExample\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412>\n      a opmv:Artifact, opmw:WorkflowExecutionArtifact.\n      opmw:hasLocation \"http://www.opmw.org/datasets/resource/1/148/NTMParams_SMN_2010_03_14Z\"^^xsd:anyURI."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
        rdfs:label    "has Location"@en ;
        rdfs:range    xsd:anyURI .

<http://semantic-systems.net/swemls/Resource.FB5M>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "FB5M" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.Facebook> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

<http://semantic-systems.net/swemls/StatisticalModel.Sentence2Vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Sentence2Vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Association_Rule_Learning>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Association Rule Learning [RL, ARL]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

<http://semantic-systems.net/swemls/Pattern.X6>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym/sym -> KR -> sym]" ;
        rdfs:label     "Pattern X6" ;
        skos:altLabel  "X-6" .

swemls:Task  a        owl:Class ;
        rdfs:comment  "Task that the SWeML system supposed to solve" ;
        rdfs:label    "Task" .

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

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

<http://www.opmw.org/ontology/executedInWorkflowSystem>
        a                   owl:ObjectProperty ;
        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).\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/acc1>\n      a opmo:Account, opmw:executionAccount;\n      opmw:executedInWorkflowSystem <http://www.opmw.org/export/resource/Agent/SHELL>.\n\n<http://www.opmw.org/export/resource/Agent/SHELL> \n     a opmw:Agent."@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label          "executed in Workflow System"@en ;
        rdfs:range          <http://purl.org/net/opmv/ns#Agent> ;
        rdfs:subPropertyOf  prov:wasAttributedTo .

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

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

swemls:hasApplicationDomain
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the system with the application domain it is working in" ;
        rdfs:label    "has application domain" ;
        rdfs:range    swemls:ApplicationDomain .

<http://semantic-systems.net/swemls/StatisticalModel.Rule_Learning>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Rule Learning" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://www.opmw.org/ontology/overallEndTime>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property which states that none of the activities contained in the account finished executing after the End Time.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>\n     a opmw:WorkflowExecutionAccount,opmo:Account;\n     opmw:overallEndTime \"2012-04-25T10:28:55-07:00\"^^xsd:dateTime."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label    "overall End Time"@en ;
        rdfs:range    xsd:dateTime .

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

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

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

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

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

swemls:TrainingType  a  owl:Class ;
        rdfs:comment  "Training type of the ML model(s)" ;
        rdfs:label    "Training Type" .

<http://semantic-systems.net/swemls/Task.Drug_Target_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Drug Target Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

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

terms:creator  a  owl:AnnotationProperty .

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

swemls:Finland  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Finland" .

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

<http://semantic-systems.net/swemls/Resource.WN_100K>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "WN-100K" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.WordNet> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Thesaurus> .

<http://semantic-systems.net/swemls/Task.NET>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Entity Typing / Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Annotation> .

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

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

<http://semantic-systems.net/swemls/TrainingType.Missing_Info>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Missing info" .

<http://semantic-systems.net/swemls/Task.Drug_repurposing>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Drug Repurposing" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Extension> .

<http://semantic-systems.net/swemls/StatisticalModel.Markov_process_Models>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Markov Model" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

<http://www.opmw.org/ontology/hasStatus>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property used to state whether an ececution account was successful or not.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>\n      a opmo:Account, opmw:ExecutionAccount;\n      opmw:hasStatus \"SUCCESS\"^^xsd.string."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label    "has Status"@en ;
        rdfs:range    xsd:string .

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

swemls:M-Pattern  a      owl:Class ;
        rdfs:label       "M-Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

<http://semantic-systems.net/swemls/StatisticalModel.RESCAL>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RESCAL" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:hasVariableData7
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 7" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

<http://semantic-systems.net/swemls/Task.Place_Classification>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Place Classification" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

<http://www.opmw.org/ontology/WorklowTemplate>
        a       owl:Class .

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

swemls:Taiwan  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Taiwan" .

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

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

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

terms:created  a  owl:AnnotationProperty .

<http://semantic-systems.net/swemls/Domain.Manufacturing>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Manufacturing" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Production_of_Goods> .

<http://purl.org/net/p-plan#correspondsToVariable>
        a                 owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:domain       <http://purl.org/net/p-plan#Entity> ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "correspondsToVariable"@en ;
        rdfs:range        <http://purl.org/net/p-plan#Variable> ;
        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://semantic-systems.net/swemls/Pattern.T17>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym/sym -> ML -> data -> ML -> sym]" ;
        rdfs:label     "Pattern T17" ;
        skos:altLabel  "OB-27" .

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

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

swemls:ApplicationDomain
        a             owl:Class ;
        rdfs:comment  "The application domain in which the SWeML systems solve tasks (e.g. Chemistry, Legal)" ;
        rdfs:label    "Application Domain" .

<http://semantic-systems.net/swemls/StatisticalModel.GPT>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GPT [GPT-2]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Data_Explanation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Data Explanation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

swemls:Wales  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Wales" .

swemls:Denmark  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Denmark" .

<http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "NLP - QA & conversational" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP> .

<http://semantic-systems.net/swemls/Pattern.X1>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> data]" ;
        rdfs:label     "Pattern X1" ;
        skos:altLabel  "X-1" .

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

swemls:parameters  a  owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used parameters: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "parameters" ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/Task.Text_Summarization>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Text Summarization" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> .

<http://semantic-systems.net/swemls/TrainingType.Supervised>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Supervised" .

<http://semantic-systems.net/swemls/Pattern.M1>
        a              swemls:M-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym/sym -> ML -> data]" ;
        rdfs:label     "Pattern M1" ;
        skos:altLabel  "M-1" .

<http://semantic-systems.net/swemls/TrainingType.Not_applicable>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Not applicable" .

<http://semantic-systems.net/swemls/Domain.Medicine_Health>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Medicine/Health" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Natural_Sciences> .

swemls:hasSystemMaturity
        a             owl:ObjectProperty ;
        rdfs:comment  "System has a certain maturity according to different characteristics (stability, UI)" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has system maturity" ;
        rdfs:range    swemls:SystemMaturity .

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

<http://semantic-systems.net/swemls/Domain.Legal>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Legal" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Other_Domains> .

swemls:hasResourceFormalism
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the symbol formalism with the semantic web resource data" ;
        rdfs:domain   swemls:SemanticWebResource ;
        rdfs:label    "Resource Formalism" ;
        rdfs:range    swemls:ResourceFormalism .

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

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

swemls:Portual  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Portual" .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.TARE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "TARE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://www.opmw.org/ontology/hasExecutionDiagram>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property that links an execution account to its diagram. The diagram shows how the template has been instantiated with different components.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>\n     a opmw:WorkflowExecutionAccount,opmo:Account;\n     opmw:hasExecutionDiagram \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png\"^^sxd:anyURI."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label    "has Execution Diagram"@en ;
        rdfs:range    xsd:anyURI .

swemls:Sweden  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Sweden" .

swemls:hasVariableData2
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 2" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

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

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

swemls:Sri_Lanka  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Sri Lanka" .

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

<http://semantic-systems.net/swemls/Pattern.T8>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> ML -> sym / sym -> KR -> sym]" ;
        rdfs:label     "Pattern T8" ;
        skos:altLabel  "OB-41" .

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

<http://semantic-systems.net/swemls/Pattern.Y4>
        a              swemls:Y-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{ sym>ML>sym / sym>ML>data } -> ML -> sym]" ;
        rdfs:label     "Pattern Y4" ;
        skos:altLabel  "OB-36" .

<http://semantic-systems.net/swemls/Task.Hierarchical_Relation_Extraction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Hierarchical Relation Extraction [Hypernym discovery]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> .

swemls:has_ID  a      owl:DatatypeProperty ;
        rdfs:comment  "The ID of the SWeML system" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "has id" ;
        rdfs:range    xsd:string .

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

skos:broaderTransitive
        a                   owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "has broader transitive"@en ;
        rdfs:subPropertyOf  skos:semanticRelation ;
        owl:inverseOf       skos:narrowerTransitive ;
        skos:definition     "skos:broaderTransitive is a transitive superproperty of skos:broader." ;
        skos: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://semantic-systems.net/swemls/StatisticalModel.GGNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GGNN [Gated Graph Neural Network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Pattern.T12>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> KR->sym/sym->ML->sym]" ;
        rdfs:label     "Pattern T12" ;
        skos:altLabel  "FvH-11" .

<http://semantic-systems.net/swemls/Task.Patient_Outcome_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Patient Outcome Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Prediction> .

swemls:ResourceSize  a  owl:Class ;
        rdfs:comment  "Size of the semantic web resource(s) in triples" ;
        rdfs:label    "Resource Size" .

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

<http://semantic-systems.net/swemls/Task.Sentiment_Analysis>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Sentiment Analysis" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

swemls:ResourceFormalism
        a             owl:Class ;
        rdfs:comment  "Formalism of the semantic web resource data" ;
        rdfs:label    "Symbol Formalism" .

<http://semantic-systems.net/swemls/StatisticalModel.FastText>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "FastText" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Taxonomy_matching>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Taxonomy matching" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Alignment> .

<http://semantic-systems.net/swemls/StatisticalModel.RSN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RSN" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Document_retrieval>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Document retrieval" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Retrieval> .

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

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

<http://semantic-systems.net/swemls/Task.Action_Recognition>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Action Recognition" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

<http://semantic-systems.net/swemls/StatisticalModel.LINE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "LINE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

terms:description  a  owl:AnnotationProperty .

<http://semantic-systems.net/swemls/Task.Visual_Question_Answering>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Visual Question Answering" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> .

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

<http://semantic-systems.net/swemls/StatisticalModel.GAE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GAE [Graph Autoencoder]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.Marketing>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Marketing" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

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

swemls:hasStepKR  a         owl:ObjectProperty ;
        rdfs:comment        "Linking SWeMLs to Knowledge Representation component(s) in different steps of the workflow" ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has KR step" ;
        rdfs:range          swemls:KnowledgeRepresentationComponent ;
        rdfs:subPropertyOf  swemls:hasSystemComponent .

<http://semantic-systems.net/swemls/Resource.FB_500K>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "FB-500K" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.Facebook> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

swemls:Germany  a   swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Germany" .

swemls:hasStepML2  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step 2" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasStepML .

swemls:Italy  a     swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Italy" .

swemls:hasStepML  a         owl:ObjectProperty ;
        rdfs:comment        "Linking SWeMLs to Machine Learning component(s) in different steps of the workflow" ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasSystemComponent .

swemls:Canada  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Canada" .

<http://semantic-systems.net/swemls/Domain.E-Commerce>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "E-Commerce" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

vann:preferredNamespacePrefix
        a       owl:AnnotationProperty .

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

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

<http://semantic-systems.net/swemls/Task.KG_Creation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "KG Creation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Creation> .

<http://semantic-systems.net/swemls/Task.Image_Video_Annotation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Image / Video Annotation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Image_Video_processing> .

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

<http://semantic-systems.net/swemls/Pattern.T3>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym -> ML -> data / data} -> ML -> sym]" ;
        rdfs:label     "Pattern T3" ;
        skos:altLabel  "OB-16" .

swemls:reports  a     owl:ObjectProperty ;
        rdfs:comment  "Linking the system reported in the paper" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "reports" ;
        rdfs:range    swemls:System .

swemls:Thailand  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Thailand" .

<http://www.opmw.org/ontology/isStepOfTemplate>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property used to dessignate which workflow Steps (or Workflow Template Processes) belong to a workflow template.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CALCULATEHOURLYAVERAGES>\n     a opmw:WorkflowTemplateProcess;\n     opmw:isStepOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>." ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowTemplateProcess> ;
        rdfs:label          "is Step of Template" ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:subPropertyOf  <http://purl.org/net/p-plan#isStepOfPlan> .

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

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

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

<http://semantic-systems.net/swemls/Pattern.I3>
        a              swemls:I-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> ML -> sym -> KR -> sym]" ;
        rdfs:label     "Pattern I3" ;
        skos:altLabel  "FvH-6/10" .

swemls:hasTrainingType
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the training type of the system" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has training type" ;
        rdfs:range    swemls:TrainingType .

swemls:SymbolUsage  a  owl:Class ;
        rdfs:comment  "Type of usage of the semantic web resource" ;
        rdfs:label    "Symbol Usage" .

<http://semantic-systems.net/swemls/Task.Data_Quality_Assurance>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Data Quality Assurance" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

<http://semantic-systems.net/swemls/Pattern.F1>
        a              swemls:Fusion-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data/sym -> ML -> data]" ;
        rdfs:label     "Pattern F1" ;
        skos:altLabel  "FvH-12" .

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

swemls:Russia  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Russia" .

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

<http://semantic-systems.net/swemls/Domain.Academia_Publications>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Academia/Publications" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Culture_Education> .

<http://semantic-systems.net/swemls/Task.Data_Augmentation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Data Augmentation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

<http://www.opmw.org/ontology/isParameterOfTemplate>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property used to dessignate which workflow Parameter Variables belong to a workflow template.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DATE>\n     a opmw:ParameterVariable;\n     opmw:isParameterOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>." ;
        rdfs:domain         <http://www.opmw.org/ontology/ParameterVariable> ;
        rdfs:label          "is Parameter of Template" ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:subPropertyOf  <http://purl.org/net/p-plan#isVariableOfPlan> .

<http://semantic-systems.net/swemls/Task.Ontology_Creation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Ontology Creation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Creation> .

<http://www.opmw.org/ontology/hasValue>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property used to state the value of the artifact (in case of being a parameter).\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH0.61959237>\n     a opmv:Artifact, opmw:WorkflowExecutionArtifact;\n     opmw:hasValue \"0.61959237\"^^xsd:string."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
        rdfs:label    "has Value"@en ;
        rdfs:range    xsd:string .

swemls:isOfType  a    owl:ObjectProperty ;
        rdfs:comment  "Linking the paper type to the paper" ;
        rdfs:domain   swemls:Paper ;
        rdfs:label    "is of type" ;
        rdfs:range    swemls:PaperType .

swemls:Pakistan  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Pakistan" .

<http://semantic-systems.net/swemls/Resource.WN18RR>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "WN18RR" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.WordNet> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Thesaurus> .

<http://semantic-systems.net/swemls/StatisticalModel.FFNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "FFNN [Feed-Forward Neural network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.Matrix_Factorization>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Matrix Factorization" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.LiteralE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "LiteralE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Task.Graph_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph> .

<http://semantic-systems.net/swemls/Task.Patient_Similarity_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Patient Similarity Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Alignment> .

swemls:software  a    owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used software and libraries: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "software" ;
        rdfs:range    xsd:string .

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

<http://semantic-systems.net/swemls/Resource.FB2M>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "FB2M" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.Facebook> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.More_than_1M> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Graph> .

swemls:componentModel
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking the system with component models" ;
        rdfs:domain   swemls:SystemComponent ;
        rdfs:label    "component model" ;
        rdfs:range    swemls:Model .

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

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

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

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

swemls:Fusion-Pattern
        a                owl:Class ;
        rdfs:comment     "Basic pattern type: a single algorithmic module consumes more than one input" ;
        rdfs:label       "Fusion Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

<http://semantic-systems.net/swemls/Pattern.T20>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{ sym->ML->data / sym } -> ML -> sym]" ;
        rdfs:label     "Pattern T20" ;
        skos:altLabel  "OB-13" .

<http://semantic-systems.net/swemls/Pattern.O2>
        a              swemls:Other-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[data -> {ML / (sym->KR)} -> sym]" ;
        rdfs:label     "Pattern O2" ;
        skos:altLabel  "OB-26" .

<http://semantic-systems.net/swemls/Task.Chatbot>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Chatbot" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_QA_&_conversational> .

<http://www.opmw.org/ontology/overallStartTime>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment  "Property which states that none of the activities in the current account started executing before the start time.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>\n     a opmw:WorkflowExecutionAccount,opmo:Account;\n     opmw:overallStartTime \"2012-04-25T10:28:07-07:00\"^^xsd:dateTime."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label    "overall Start Time"@en ;
        rdfs:range    xsd:dateTime .

prov:wasDerivedFrom  a    owl:ObjectProperty ;
        rdfs:domain       prov:Entity ;
        rdfs:isDefinedBy  prov: ;
        rdfs:range        prov:Entity .

<http://semantic-systems.net/swemls/StatisticalModel.PCNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "PCNN [Piecewise-CNN]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.Software_Engineering>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Software Engineering" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Software_Tech> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.TransCorRe>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "TransCorRe" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Domain.General_Dictionary>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "General - Dictionary" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.General> .

<http://www.opmw.org/ontology/ParameterVariable>
        a                owl:Class ;
        rdfs:comment     "An parameter variable represents a description of an input parameter of a process. Parameter variables can only be used by process.\n\nExample:\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix opmw: <http://www.opmw.org/ontology/> .\n\n<http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_NTM_LATITUDE>\n      a      opmw:/WorkflowTemplateArtifact , opmw:ParameterVariable ;\n      rdfs:label \"Parameter variable Latitude\" ;\n      opmw:template              <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> ."@en ;
        rdfs:label       "Parameter Variable"@en ;
        rdfs:subClassOf  <http://www.opmw.org/ontology/WorkflowTemplateArtifact> .

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

<http://purl.org/net/p-plan#Activity>
        a                 owl:Class ;
        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 ;
        rdfs:subClassOf   prov:Activity .

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

<http://www.opmw.org/ontology/correspondsToTemplate>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that binds an execution account to the template of the whole workflow. The template contains the plan for the workflow.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionProcess/acc1>\n     a opmo:Account, opmw:workflowExecutionAccount;\n     opmw:correspondsToTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>."@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowExecutionAccount> ;
        rdfs:label          "corresponds to Template"@en ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:subPropertyOf  prov:wasDerivedFrom , owl:topObjectProperty , <http://purl.org/net/opmv/ns#wasDerivedFrom> .

<http://semantic-systems.net/swemls/StatisticalModel.GRAM-KGE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "GRAM-KGE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

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

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

<http://semantic-systems.net/swemls/TrainingType.Reinforcement>
        a           swemls:TrainingType , owl:NamedIndividual ;
        rdfs:label  "Reinforcement" .

swemls:Greece  a    swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Greece" .

<http://semantic-systems.net/swemls/StatisticalModel.RDF2vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "RDF2Vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Pattern  a        owl:Class ;
        rdfs:comment     "Patterns describing the SWeMLs flow" ;
        rdfs:label       "Pattern" ;
        rdfs:subClassOf  <http://www.opmw.org/ontology/WorklowTemplate> .

<http://semantic-systems.net/swemls/Task.Text_Generation>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Text Generation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Other_Text_Tasks> .

swemls:hasVariableSW2
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable SW 2" ;
        rdfs:range          swemls:Symbol ;
        rdfs:subPropertyOf  swemls:hasSymbolIO .

<http://semantic-systems.net/swemls/Pattern.T19>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{ sym>ML>sym / sym } -> ML -> sym]" ;
        rdfs:label     "Pattern T19" ;
        skos:altLabel  "OB-6" .

terms:license  a  owl:AnnotationProperty .

<http://www.opmw.org/ontology/hasDocumentation>
        a             owl:DatatypeProperty ;
        rdfs:comment  "Property that binds a workflow template to its documentation.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n<http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>\n      a opmw:WorkflowTemplate;\n      opmw:hasDocumentation \"A copy of the documentation related to this template \"^^xsd:string."@en ;
        rdfs:domain   <http://www.opmw.org/ontology/WorkflowTemplate> ;
        rdfs:label    "has Documentation"@en ;
        rdfs:range    [ a            rdfs:Datatype ;
                        owl:unionOf  ( xsd:anyURI xsd:string )
                      ] .

<http://semantic-systems.net/swemls/StatisticalModel.CNN>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "CNN [Convolutional neural network]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:evaluation_data_split
        a             owl:DatatypeProperty ;
        rdfs:comment  "Presence of documentation on used training, development and test set\nused in evaluation: yes, no" ;
        rdfs:domain   swemls:Documentation ;
        rdfs:label    "evaluation data split" ;
        rdfs:range    xsd:string .

<http://semantic-systems.net/swemls/StatisticalModel.PCA>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "PCA [Principal component analysis]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.ClassicalML> .

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

<http://semantic-systems.net/swemls/Task.Misinformation_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Misinformation Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Text_Analysis> .

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

skos:hiddenLabel  a         owl:AnnotationProperty ;
        rdfs:comment        "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en , "The range of skos:hiddenLabel is the class of RDF plain literals."@en ;
        rdfs:isDefinedBy    <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label          "hidden label"@en ;
        rdfs:subPropertyOf  rdfs:label ;
        skos: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 .

<http://semantic-systems.net/swemls/Pattern.X3>
        a              swemls:X-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[sym -> KR -> data]" ;
        rdfs:label     "Pattern X3" ;
        skos:altLabel  "X-3" .

<http://semantic-systems.net/swemls/StatisticalModel.XLM>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "XLM" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://purl.org/net/p-plan#isDecomposedAsPlan>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://purl.org/net/p-plan#MultiStep> ;
        rdfs:isDefinedBy  <http://purl.org/net/p-plan#> ;
        rdfs:label        "isDecomposedAsPlan"@en ;
        rdfs:range        <http://purl.org/net/p-plan#Plan> ;
        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://semantic-systems.net/swemls/Resource.ChEBI>
        a                            swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label                   "ChEBI" ;
        rdfs:seeAlso                 <https://www.ebi.ac.uk/chebi/> ;
        skos:altLabel                "[Chemical Entities of Biological Interest]" ;
        swemls:hasResourceFormalism  <http://semantic-systems.net/swemls/ResourceFormalism.OWL> , <http://semantic-systems.net/swemls/ResourceFormalism.OBO> ;
        swemls:hasResourceSize       <http://semantic-systems.net/swemls/ResourceSize.100K_500K> ;
        swemls:hasResourceType       <http://semantic-systems.net/swemls/ResourceType.Ontology> .

<http://semantic-systems.net/swemls/Task.Protein_Complex_Prediction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Protein Complex Prediction" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Graph_Prediction> .

<http://semantic-systems.net/swemls/Task.EL>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Entitiy Linking/Semantic Annotation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Annotation> .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.SSE>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "SSE" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

swemls:South_Korea  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "South Korea" .

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

<http://www.opmw.org/ontology/correspondsToTemplateArtifact>
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that binds a workflow execution artifact to its correspondant workflow template artifact.\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmv: <http://purl.org/net/opmv/ns#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH1.2150836> \n       a opmv:Artifact, opmw:WorkflowExecutionArtifact;\n       opmw:correspondsToTemplateArtifact <http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DEPTH>."@en ;
        rdfs:domain         <http://www.opmw.org/ontology/WorkflowExecutionArtifact> ;
        rdfs:label          "corresponds to Template Artifact"@en ;
        rdfs:range          <http://www.opmw.org/ontology/WorkflowTemplateArtifact> ;
        rdfs:subPropertyOf  owl:topObjectProperty , <http://purl.org/net/p-plan#correspondsToVariable> .

<http://semantic-systems.net/swemls/Resource.YAGO11K>
        a                       swemls:SemanticWebResource , owl:NamedIndividual ;
        rdfs:label              "YAGO11K" ;
        skos:broader            <http://semantic-systems.net/swemls/Resource.YAGO> ;
        swemls:hasResourceSize  <http://semantic-systems.net/swemls/ResourceSize.10K_100K> ;
        swemls:hasResourceType  <http://semantic-systems.net/swemls/ResourceType.Knowledge_Base> .

<http://semantic-systems.net/swemls/StatisticalModel.Poincare_Embeddings>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Poincare Embeddings" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:hasVariableData4
        a                   owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has variable data 4" ;
        rdfs:range          swemls:Data ;
        rdfs:subPropertyOf  swemls:hasDataIO .

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

<http://semantic-systems.net/swemls/Task.Other_Tasks>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Other Tasks" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

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

<http://semantic-systems.net/swemls/Task.Relation_Extraction>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Relation Extraction [non-hierarchical]" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Information_Extraction> .

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

swemls:Scotland  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Scotland" .

<http://semantic-systems.net/swemls/StatisticalModel.DKRL>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "DKRL" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

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

<http://semantic-systems.net/swemls/Pattern.T14>
        a              swemls:T-Pattern , owl:NamedIndividual ;
        rdfs:comment   "[{sym -> KR -> data / data} -> ML -> sym]" ;
        rdfs:label     "Pattern T14" ;
        skos:altLabel  "OB-19" .

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

swemls:Saudi_Ariabia  a  swemls:Country , owl:NamedIndividual ;
        rdfs:label  "Saudi Ariabia" .

swemls:Model  a       owl:Class ;
        rdfs:comment  "Models used in the SWeML systems" ;
        rdfs:label    "Model" .

swemls:StatisticalModel
        a                owl:Class ;
        rdfs:comment     "Inductive Model" ;
        rdfs:label       "Statistical Model" ;
        rdfs:subClassOf  swemls:Model .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.ResNet101>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "ResNet101" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/StatisticalModel.BiGRU>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "BiGRU" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://www.opmw.org/ontology/hasOriginalLogFile>
        a             owl:FunctionalProperty , owl:DatatypeProperty ;
        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.\n\n\nExample:\n@prefix opmw: <http://www.opmw.org/ontology/> .\n@prefix opmo: <http://openprovenance.org/model/opmo#> .\n\n<http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949>\n     a opmw:WorkflowExecutionAccount,opmo:Account;\n     opmw:hasOriginalLogFile \"http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.ttl\"^^sxd:anyURI."@en ;
        rdfs:domain   [ a            owl:Class ;
                        owl:unionOf  ( <http://www.opmw.org/ontology/WorkflowExecutionAccount> <http://www.opmw.org/ontology/WorkflowExecutionProcess> )
                      ] ;
        rdfs:label    "has Original Log File"@en ;
        rdfs:range    xsd:anyURI .

skos:related  a             owl:SymmetricProperty , owl:ObjectProperty ;
        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 ;
        rdfs:subPropertyOf  skos:semanticRelation ;
        skos:definition     "Relates a concept to a concept with which there is an associative semantic relationship."@en .

prov:Plan  a              owl:Class ;
        rdfs:isDefinedBy  prov: ;
        rdfs:subClassOf   prov:Entity .

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

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

<http://semantic-systems.net/swemls/StatisticalModel.Flair>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Flair [Flair Embeddings]" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

swemls:Y-Pattern  a      owl:Class ;
        rdfs:comment     "Advanced pattern type: combination of two (or more) Atomic Patterns via a Fusion Pattern" ;
        rdfs:label       "Y-Pattern" ;
        rdfs:subClassOf  swemls:Pattern .

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

<http://semantic-systems.net/swemls/StatisticalModel.Node2vec>
        a             swemls:StatisticalModel , owl:NamedIndividual ;
        rdfs:label    "Node2vec" ;
        skos:broader  <http://semantic-systems.net/swemls/StatisticalModel.DeepLearning> .

<http://semantic-systems.net/swemls/Domain.Finance_Business>
        a             swemls:ApplicationDomain , owl:NamedIndividual ;
        rdfs:label    "Finance/Business" ;
        skos:broader  <http://semantic-systems.net/swemls/Domain.Geography_Economics> .

swemls:hasSymbolUsage
        a             owl:ObjectProperty ;
        rdfs:comment  "Linking system to symbol usage" ;
        rdfs:domain   swemls:System ;
        rdfs:label    "has symbol usage" ;
        rdfs:range    swemls:SymbolUsage .

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

swemls:hasStepKR1  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has KR step 1" ;
        rdfs:range          swemls:KnowledgeRepresentationComponent ;
        rdfs:subPropertyOf  swemls:hasStepKR .

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

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

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

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

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

<http://semantic-systems.net/swemls/ProcessingEngine.Query_Rewriting_Algorithm_(REQUIEM)>
        a           swemls:ProcessingEngine , owl:NamedIndividual ;
        rdfs:label  "Query Rewriting Algorithm (REQUIEM)" .

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

swemls:hasStepML4  a        owl:ObjectProperty ;
        rdfs:domain         swemls:System ;
        rdfs:label          "has ML step 4" ;
        rdfs:range          swemls:MachineLearningComponent ;
        rdfs:subPropertyOf  swemls:hasStepML .

<http://semantic-systems.net/swemls/Task.WSD>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Word Sense Disambiguation" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.NLP_Annotation> .

<http://semantic-systems.net/swemls/Task.Fraud_Detection>
        a             swemls:Task , owl:NamedIndividual ;
        rdfs:label    "Fraud Detection" ;
        skos:broader  <http://semantic-systems.net/swemls/Task.Other_Tasks> .

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

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

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

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