@prefix wfprov: . @prefix xsd: . @prefix owl: . @prefix opm: . @prefix wfdesc: . @prefix : . @prefix wf4ever: . @prefix xml: . @prefix rdf: . @prefix rdfs: . @prefix ro: . @prefix skos: . @prefix ore: . @base . rdf:type owl:Ontology ; rdfs:comment "The wf4ever ontology. This is based on the wf4ever ontologies ro, wf and wfprov - but adds custom classes like wf4ever:Image and wf4ever:WebServiceProcessTemplate"@en ; owl:versionIRI ; owl:imports , , . ################################################################# # # Annotation properties # ################################################################# ################################################################# # # Datatypes # ################################################################# ################################################################# # # Classes # ################################################################# ### http://purl.org/wf4ever/wf4ever#Dataset :Dataset rdf:type owl:Class ; rdfs:subClassOf opm:Artifact . ### http://purl.org/wf4ever/wf4ever#Document :Document rdf:type owl:Class ; rdfs:subClassOf opm:Artifact . ### http://purl.org/wf4ever/wf4ever#File :File rdf:type owl:Class ; rdfs:subClassOf opm:Artifact . ### http://purl.org/wf4ever/wf4ever#Image :Image rdf:type owl:Class ; rdfs:subClassOf opm:Artifact . ### http://purl.org/wf4ever/wf4ever#WebServiceProcessTemplate :WebServiceProcessTemplate rdf:type owl:Class ; rdfs:subClassOf wfdesc:Process ; rdfs:comment "WebServiceProcess is a wfdesc:Process description, the enactment of which gives rise to a web service call." . ### http://purl.org/wf4ever/wf4ever#WorkflowResearchObject :WorkflowResearchObject rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( ro:ResearchObject [ rdf:type owl:Restriction ; owl:onProperty ore:aggregates ; owl:someValuesFrom wfdesc:Workflow ] ) ] ; rdfs:comment "A workflow research object is a research object that contains at least one workflow description." . ### Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net