Class: RDF::Vocab::PPLAN

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/pplan.rb

Overview

Vocabulary for <purl.org/net/p-plan#>

The P-Plan ontology

PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil

PROV extension for linking Plans and parts of plans to their respective executions.

Version:

  • 1.3

Instance Attribute Summary collapse

Instance Attribute Details

#ActivityRDF::Vocabulary::Term (readonly)

A p-plan:Activity represents the execution process planned in a p-plan:Step

Returns:

  • (RDF::Vocabulary::Term)


12
13
14
# File 'lib/rdf/vocab/pplan.rb', line 12

def Activity
  @Activity
end

#BundleRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


15
16
17
# File 'lib/rdf/vocab/pplan.rb', line 15

def Bundle
  @Bundle
end

#correspondsToStepRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


33
34
35
# File 'lib/rdf/vocab/pplan.rb', line 33

def correspondsToStep
  @correspondsToStep
end

#correspondsToVariableRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


36
37
38
# File 'lib/rdf/vocab/pplan.rb', line 36

def correspondsToVariable
  @correspondsToVariable
end

#EntityRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/pplan.rb', line 18

def Entity
  @Entity
end

#hasInputVarRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


39
40
41
# File 'lib/rdf/vocab/pplan.rb', line 39

def hasInputVar
  @hasInputVar
end

#hasOutputVarRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/pplan.rb', line 42

def hasOutputVar
  @hasOutputVar
end

#isDecomposedAsPlanRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


45
46
47
# File 'lib/rdf/vocab/pplan.rb', line 45

def isDecomposedAsPlan
  @isDecomposedAsPlan
end

#isInputVarOfRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


48
49
50
# File 'lib/rdf/vocab/pplan.rb', line 48

def isInputVarOf
  @isInputVarOf
end

#isOutputVarOfRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


51
52
53
# File 'lib/rdf/vocab/pplan.rb', line 51

def isOutputVarOf
  @isOutputVarOf
end

#isPrecededByRDF::Vocabulary::Term (readonly)

Property that asserts which Step preceeds the current one.

Returns:

  • (RDF::Vocabulary::Term)


55
56
57
# File 'lib/rdf/vocab/pplan.rb', line 55

def isPrecededBy
  @isPrecededBy
end

#isStepOfPlanRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/pplan.rb', line 58

def isStepOfPlan
  @isStepOfPlan
end

#isSubPlanOfPlanRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


61
62
63
# File 'lib/rdf/vocab/pplan.rb', line 61

def isSubPlanOfPlan
  @isSubPlanOfPlan
end

#isVariableOfPlanRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


64
65
66
# File 'lib/rdf/vocab/pplan.rb', line 64

def isVariableOfPlan
  @isVariableOfPlan
end

#MultiStepRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


21
22
23
# File 'lib/rdf/vocab/pplan.rb', line 21

def MultiStep
  @MultiStep
end

#PlanRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


24
25
26
# File 'lib/rdf/vocab/pplan.rb', line 24

def Plan
  @Plan
end

#StepRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


27
28
29
# File 'lib/rdf/vocab/pplan.rb', line 27

def Step
  @Step
end

#VariableRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/pplan.rb', line 30

def Variable
  @Variable
end