lib/rdf/vocab/pplan.rb in rdf-vocab-0.8.8 vs lib/rdf/vocab/pplan.rb in rdf-vocab-2.0.0.beta1
- old
+ new
@@ -1,146 +1,151 @@
# -*- encoding: utf-8 -*-
+# frozen_string_literal: true
# This file generated automatically using vocab-fetch from http://purl.org/net/p-plan#
require 'rdf'
module RDF::Vocab
+ # @!parse
+ # # Vocabulary for <http://purl.org/net/p-plan#>
+ # class PPLAN < RDF::StrictVocabulary
+ # end
class PPLAN < RDF::StrictVocabulary("http://purl.org/net/p-plan#")
# Class definitions
term :Activity,
comment: %(A p-plan:Activity represents the execution process planned in a p-plan:Step).freeze,
label: "Activity".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subClassOf: "prov:Activity".freeze,
type: "owl:Class".freeze
term :Bundle,
label: "Bundle".freeze,
- "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).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"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).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subClassOf: ["pplan:Entity".freeze, "prov:Bundle".freeze],
type: "owl:Class".freeze
term :Entity,
label: "Entity".freeze,
- "prov:definition" => %(A p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable.).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"prov:definition" => %(A p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable.).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subClassOf: "prov:Entity".freeze,
type: "owl:Class".freeze
term :MultiStep,
label: "MultiStep".freeze,
- "prov:definition" => %(A multi step is the representation of a plan that appears as a step of another plan.).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"prov:definition" => %(A multi step is the representation of a plan that appears as a step of another plan.).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subClassOf: ["pplan:Plan".freeze, "pplan:Step".freeze],
type: "owl:Class".freeze
term :Plan,
label: "Plan".freeze,
- "prov:definition" => %(A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables.).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"prov:definition" => %(A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables.).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subClassOf: ["pplan:Entity".freeze, "prov:Plan".freeze],
type: "owl:Class".freeze
term :Step,
label: "Step".freeze,
- "prov:definition" => %(A p-plan:Step represents the planned execution activity).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"prov:definition" => %(A p-plan:Step represents the planned execution activity).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:Class".freeze
term :Variable,
label: "Variable".freeze,
- "prov:definition" => %(A p-plan:Variable represents a description of the input of the planned Activity \(p-plan:Step\)).freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"prov:definition" => %(A p-plan:Variable represents a description of the input of the planned Activity \(p-plan:Step\)).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:Class".freeze
# Property definitions
property :correspondsToStep,
domain: "pplan:Activity".freeze,
label: "correspondsToStep".freeze,
- "prov:definition" => %(p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step).freeze,
+ :"prov:definition" => %(p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step).freeze,
range: "pplan:Step".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
- type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :correspondsToVariable,
domain: "pplan:Entity".freeze,
label: "correspondsToVariable".freeze,
- "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.).freeze,
+ :"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.).freeze,
range: "pplan:Variable".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
- type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :hasInputVar,
domain: "pplan:Step".freeze,
label: "hasInputVar".freeze,
- "prov:definition" => %(p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution).freeze,
+ :"prov:definition" => %(p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution).freeze,
range: "pplan:Variable".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
property :hasOutputVar,
domain: "pplan:Step".freeze,
label: "hasOutputVar".freeze,
- "owl:inverseOf" => %(pplan:isOutputVarOf).freeze,
- "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).freeze,
+ :"owl:inverseOf" => %(pplan:isOutputVarOf).freeze,
+ :"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).freeze,
range: "pplan:Variable".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
property :isDecomposedAsPlan,
domain: "pplan:MultiStep".freeze,
label: "isDecomposedAsPlan".freeze,
- "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.).freeze,
+ :"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.).freeze,
range: "pplan:Plan".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
property :isInputVarOf,
domain: "pplan:Variable".freeze,
label: "isInputVarOf".freeze,
- "owl:inverseOf" => %(pplan:hasInputVar).freeze,
- "prov:definition" => %(p-plan:isInputVarOf links an input variable of a step to the step.).freeze,
+ :"owl:inverseOf" => %(pplan:hasInputVar).freeze,
+ :"prov:definition" => %(p-plan:isInputVarOf links an input variable of a step to the step.).freeze,
range: "pplan:Step".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
property :isOutputVarOf,
domain: "pplan:Variable".freeze,
label: "isOutputVarOf".freeze,
- "prov:definition" => %(p-plan:isOutputVarOf is intended to link an output variable of a step to the step.).freeze,
+ :"prov:definition" => %(p-plan:isOutputVarOf is intended to link an output variable of a step to the step.).freeze,
range: "pplan:Step".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
- type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
property :isPrecededBy,
comment: %(Property that asserts which Step preceeds the current one. ).freeze,
domain: "pplan:Step".freeze,
label: "isPrecededBy".freeze,
range: "pplan:Step".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
property :isStepOfPlan,
domain: "pplan:Step".freeze,
label: "isStepOfPlan".freeze,
- "prov:definition" => %(p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to.).freeze,
+ :"prov:definition" => %(p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to.).freeze,
range: "pplan:Plan".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
property :isSubPlanOfPlan,
domain: "pplan:Plan".freeze,
label: "isSubPlanOfPlan".freeze,
- "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.).freeze,
+ :"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.).freeze,
range: "pplan:Plan".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
subPropertyOf: "owl:topObjectProperty".freeze,
type: "owl:ObjectProperty".freeze
property :isVariableOfPlan,
domain: "pplan:Variable".freeze,
label: "isVariableofPlan".freeze,
- "prov:definition" => %(p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to.).freeze,
+ :"prov:definition" => %(p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to.).freeze,
range: "pplan:Plan".freeze,
- "rdfs:isDefinedBy" => %(pplan:).freeze,
+ :"rdfs:isDefinedBy" => %(pplan:).freeze,
type: "owl:ObjectProperty".freeze
# Extra definitions
term :"",
comment: %(PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil).freeze,
- "dc:created" => %(2012-11-10).freeze,
- "dc:creator" => [%(http://delicias.dia.fi.upm.es/members/DGarijo#me).freeze, %(http://www.isi.edu/~gil/).freeze],
- "dc:description" => %(PROV extension for linking Plans and parts of plans to their respective executions.).freeze,
- "dc:license" => %(http://creativecommons.org/licenses/by-nc-sa/2.0/).freeze,
- "dc:modified" => %(2014-03-12).freeze,
- "dc:title" => %(The P-Plan ontology).freeze,
- "http://purl.org/vocab/vann/preferredNamespacePrefix" => %(p-plan).freeze,
- "http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://purl.org/net/p-plan#).freeze,
+ :"dc:created" => %(2012-11-10).freeze,
+ :"dc:creator" => [%(http://delicias.dia.fi.upm.es/members/DGarijo#me).freeze, %(http://www.isi.edu/~gil/).freeze],
+ :"dc:description" => %(PROV extension for linking Plans and parts of plans to their respective executions.).freeze,
+ :"dc:license" => %(http://creativecommons.org/licenses/by-nc-sa/2.0/).freeze,
+ :"dc:modified" => %(2014-03-12).freeze,
+ :"dc:title" => %(The P-Plan ontology).freeze,
+ :"http://purl.org/vocab/vann/preferredNamespacePrefix" => %(p-plan).freeze,
+ :"http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://purl.org/net/p-plan#).freeze,
label: "".freeze,
- "owl:versionInfo" => %(1.3).freeze,
- type: ["owl:Ontology".freeze, "owl:Thing".freeze, "owl:NamedIndividual".freeze]
+ :"owl:versionInfo" => %(1.3).freeze,
+ type: ["owl:NamedIndividual".freeze, "owl:Ontology".freeze, "owl:Thing".freeze]
end
end