|
@prefix : <https: |
|
@prefix dc: <http: |
|
@prefix sh: <http: |
|
@prefix dul: <http: |
|
@prefix mls: <http: |
|
@prefix owl: <http: |
|
@prefix pwo: <http: |
|
@prefix rdf: <http: |
|
@prefix xml: <http: |
|
@prefix xsd: <http: |
|
@prefix bpmn: <http: |
|
@prefix dcat: <http: |
|
@prefix edam: <http: |
|
@prefix opmw: <http: |
|
@prefix prov: <http: |
|
@prefix rdfs: <http: |
|
@prefix fabio: <http: |
|
@prefix p-plan: <http: |
|
@prefix reprod: <https: |
|
@prefix schema: <http: |
|
@base <https: |
|
|
|
<https: |
|
|
|
owl:versionInfo "0.1.1" ; |
|
|
|
rdfs:comment """PlEx: Plan Executions |
|
PlEx is an ontology profile that reuses classes and properties from several semantic models and does not include any new predicate. PlEX is grounded on DOLCE Ultra Lite (DUL), W3C PROV, P-PLAN and BPMN 2.0 semantic models. The most relevant ontology used is P-PLAN because it provides the most adequate abstract terminology to describe plans, i.e., the main building blocks. P-PLAN is extended from the PROV ontology, which is well-grounded in a high-quality top-level ontology (DOLCE) that facilitates the translations from the conceptual model. |
|
DOLCE Ultra-Lite (DUL) ontology also plays a relevant role and provide one of the main elements (dul:Workflow). A dul:Workflow is a p-plan:Plan that represents the top-level of a workflow (or protocol) version, which must be referenced as a whole, e.g., the OpenPREDICT workflow v0.2. Therefore, the intention of dul:Workflow is to classify whether the plan is a whole workflow. |
|
""" ; |
|
|
|
dc:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0> . |
|
|
|
|
|
################################################################# |
|
# |
|
# Annotation properties |
|
# |
|
################################################################# |
|
|
|
|
|
### http://purl.org/dc/terms/description |
|
|
|
dc:description rdfs:isDefinedBy "http://purl.org/dc/terms/description" . |
|
|
|
|
|
|
|
### http://purl.org/net/p-plan#correspondsToStep |
|
|
|
p-plan:correspondsToStep rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "http://purl.org/net/p-plan#correspondsToStep" ; |
|
|
|
rdfs:domain p-plan:Activity ; |
|
|
|
rdfs:range p-plan:Step . |
|
|
|
|
|
|
|
### http://purl.org/net/p-plan#hasInputVar |
|
|
|
p-plan:hasInputVar rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:hasOutputVar rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:isStepOfPlan rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:isDefinedBy p-plan:isStepOfPlan . |
|
|
|
|
|
|
|
### http: |
|
|
|
schema:URL rdf:type owl:AnnotationProperty . |
|
|
|
|
|
|
|
### http: |
|
|
|
dcat:mediaType rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
mls:specifiedBy rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:generated rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:hadPlan rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:hadRole rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:qualifiedGeneration rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:wasAttributedTo rdf:type owl:AnnotationProperty . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:wasRevisionOf rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:select rdf:type owl:AnnotationProperty ; |
|
|
|
rdfs:domain sh:SPARQLConstraint . |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:sparql rdf:type owl:AnnotationProperty . |
|
|
|
|
|
|
|
|
|
|
|
################################################################# |
|
# |
|
# Object Properties |
|
# |
|
################################################################# |
|
|
|
|
|
### http: |
|
|
|
dc:language rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:range dc:LinguisticSystem ; |
|
|
|
rdfs:isDefinedBy dc:language . |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:hasInputVar rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:domain p-plan:Step ; |
|
|
|
rdfs:range p-plan:Variable . |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:hasOutputVar rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:domain p-plan:Step ; |
|
|
|
rdfs:range p-plan:Variable . |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:isStepOfPlan rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:range p-plan:Plan ; |
|
|
|
rdfs:domain p-plan:Step ; |
|
|
|
rdfs:isDefinedBy p-plan:isStepOfPlan . |
|
|
|
|
|
|
|
### http: |
|
|
|
pwo:hasFirstStep rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
dcat:mediaType rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
rdfs:range edam:format_1915 ; |
|
|
|
rdfs:domain dcat:Distribution . |
|
|
|
|
|
|
|
### http: |
|
|
|
mls:specifiedBy rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:range mls:EvaluationMeasure ; |
|
|
|
rdfs:domain mls:ModelEvaluation . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:agent rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
rdfs:range prov:Agent . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:generated rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:domain prov:Activity ; |
|
|
|
rdfs:range prov:Entity . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:hadPlan rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
rdfs:domain prov:Association ; |
|
|
|
rdfs:range prov:Plan . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:hadRole rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "https: |
|
|
|
rdfs:domain prov:Association ; |
|
|
|
rdfs:range prov:Role . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:qualifiedGeneration rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:domain prov:Entity ; |
|
|
|
rdfs:range prov:Generation . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:qualifiedUsage rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:range prov:Usage . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:wasAttributedTo rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:range prov:Agent ; |
|
|
|
rdfs:domain prov:Entity . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:wasRevisionOf rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:domain prov:Entity ; |
|
|
|
rdfs:range prov:Entity . |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:sparql rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:domain sh:NodeShape ; |
|
|
|
rdfs:range sh:SPARQLConstraint . |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:targetClass rdf:type owl:ObjectProperty ; |
|
|
|
rdfs:range owl:Thing ; |
|
|
|
rdfs:domain sh:NodeShape . |
|
|
|
|
|
|
|
|
|
|
|
################################################################# |
|
# |
|
# Data properties |
|
# |
|
################################################################# |
|
|
|
|
|
### http: |
|
|
|
dc:created rdf:type owl:DatatypeProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:range rdfs:Literal . |
|
|
|
|
|
|
|
### http: |
|
|
|
dc:modified rdf:type owl:DatatypeProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:range rdfs:Literal . |
|
|
|
|
|
|
|
### http: |
|
|
|
schema:URL rdf:type owl:DatatypeProperty ; |
|
|
|
rdfs:range xsd:string . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:atTime rdf:type owl:DatatypeProperty ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
rdfs:comment "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics." ; |
|
|
|
rdfs:range xsd:dateTime . |
|
|
|
|
|
|
|
|
|
|
|
################################################################# |
|
# |
|
# Classes |
|
# |
|
################################################################# |
|
|
|
|
|
### http: |
|
|
|
bpmn:ManualTask rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf p-plan:Step ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
bpmn:ScriptTask rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf p-plan:Step ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:format_1915 rdf:type owl:Class ; |
|
|
|
rdfs:label "Data format" ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:format_2330 rdf:type owl:Class ; |
|
|
|
rdfs:label "Plain text format" ; |
|
|
|
rdfs:subClassOf edam:format_1915 ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:format_2376 rdf:type owl:Class ; |
|
|
|
rdfs:label "Resource Description Framework (RDF)" ; |
|
|
|
rdfs:subClassOf edam:format_1915 ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:format_3256 rdf:type owl:Class ; |
|
|
|
rdfs:label "N-Triples" ; |
|
|
|
rdfs:subClassOf edam:format_2376 ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:operation_0224 rdf:type owl:Class ; |
|
|
|
rdfs:label "Query and retrieval (EDAM)" ; |
|
|
|
rdfs:subClassOf p-plan:Step ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
edam:operation_2409 rdf:type owl:Class ; |
|
|
|
rdfs:label "Data handling (EDAM)" ; |
|
|
|
rdfs:subClassOf p-plan:Step ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
dc:LinguisticSystem rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:Activity rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Activity ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:comment "A p-plan:Activity represents the execution of the process planned in a p-plan:Step. p-plan:Activity is a subclass of prov:Activity" . |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:Plan rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Plan , |
|
[ rdf:type owl:Restriction ; owl:onProperty pwo:hasFirstStep ; owl:allValuesFrom p-plan:Step ] ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:Step rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
p-plan:Variable rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
fabio:Triplestore rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
schema:ComputerLanguage rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf dc:LinguisticSystem ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
dul:Workflow rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:comment "A Plan that defines Role(s), Task(s), and a specific structure for tasks to be executed, usually supporting the work of an Organization" . |
|
|
|
|
|
|
|
### http: |
|
|
|
opmw:WorkflowExecutionArtifact rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Entity ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
rdfs:Resource rdf:type owl:Class . |
|
|
|
|
|
|
|
### http: |
|
|
|
dcat:Dataset rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
dcat:Distribution rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
mls:EvaluationMeasure rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
mls:ModelEvaluation rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf opmw:WorkflowExecutionArtifact ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
mls:Run rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf p-plan:Activity ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Activity rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Agent rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Association rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Bundle rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Entity ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Entity rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:EntityInfluence rdf:type owl:Class ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Generation rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." . |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:InstantaneousEvent rdf:type owl:Class ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Plan rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Entity ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Role rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:SoftwareAgent rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf prov:Agent ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
prov:Usage rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing , |
|
prov:EntityInfluence , |
|
prov:InstantaneousEvent ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:NodeShape rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### http: |
|
|
|
sh:SPARQLConstraint rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
### https: |
|
|
|
reprod:Cell rdf:type owl:Class ; |
|
|
|
rdfs:subClassOf owl:Thing ; |
|
|
|
dc:description "A cell is a multiline text input field in an Interactive Notebook which can either be code cells where code can be excuted or markdown cells where a descriptive text can be provided or raw cells where output can directly be entered. For example, a Jupyter Notebook cell." ; |
|
|
|
rdfs:isDefinedBy "https: |
|
|
|
|
|
|
|
|
|
|
|
################################################################# |
|
# |
|
# Individuals |
|
# |
|
################################################################# |
|
|
|
|
|
### http: |
|
|
|
<http: |
|
owl:NamedIndividual ; |
|
|
|
rdfs:label "Python 3.7" ; |
|
|
|
owl:versionInfo "3.7" . |
|
|
|
|
|
|
|
### http: |
|
|
|
<http: |
|
owl:NamedIndividual ; |
|
|
|
rdfs:label "en" ; |
|
|
|
rdfs:seeAlso "http: |
|
|
|
|
|
|
|
|
|
|
|
################################################################# |
|
# |
|
# Annotations |
|
# |
|
################################################################# |
|
|
|
|
|
dul:isDescribedBy rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
dcat:downloadURL rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
dc:hasVersion rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
dc:publisher rdfs:seeAlso "http: |
|
|
|
|
|
|
|
dul:precedes rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
dc:creator rdfs:seeAlso "http: |
|
|
|
|
|
|
|
prov:entity rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
dcat:distribution rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
prov:used rdfs:isDefinedBy "http: |
|
|
|
|
|
|
|
|
|
### Generated by the OWL API (version 3.4.2) http: |
|
|
|
|