@prefix schema: <https://schema.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix emsenn: <https://emsenn.net/vocab#> .

&lt;https://emsenn.net/library/domains/engineering/domains/tech/terms/plan/>
  rdf:type schema:Article ;
  schema:url &lt;https://emsenn.net/library/domains/engineering/domains/tech/terms/plan/> ;
  schema:name "Plan" ;
  schema:description "A finite set of intended operations with a partial order encoding causal and temporal dependencies — the structure that connects intention to action." ;
  schema:datePublished "2026-03-20" ;
  schema:dateModified "2026-03-20" ;
  schema:about &lt;https://emsenn.net/library/domains/engineering/domains/tech/terms/plan/> ;
  emsenn:Distinguishedfrom &lt;https://emsenn.net/library/domains/humanities/domains/sociology/domains/work/terms/procedure/> , &lt;https://emsenn.net/library/domains/humanities/domains/sociology/domains/work/terms/process/> , &lt;https://emsenn.net/library/domains/humanities/domains/sociology/domains/work/terms/inquiry/> , &lt;https://emsenn.net/library/domains/humanities/domains/sociology/domains/work/domains/governance/terms/policy/> ;
  prov:wasDerivedFrom &lt;https://emsenn.net/library/domains/humanities/domains/math/domains/order/terms/partial-order/> , "intention" ;
  emsenn:Instances "strips-plan" , "partial-order-plan" , "pddl-plan" ;
  emsenn:Introducedby "fikes-nilsson-1971" ;
  emsenn:Madeof &lt;https://emsenn.net/library/domains/humanities/domains/math/terms/operation/> , &lt;https://emsenn.net/library/domains/humanities/domains/math/domains/order/terms/partial-order/> , "precondition" , &lt;https://emsenn.net/library/domains/humanities/domains/sociology/domains/work/terms/goal/> ;
  schema:identifier &lt;https://emsenn.net/library/domains/engineering/domains/tech/terms/plan/> .

