ilap-eng-def-ilap.ttl 1.93 KB
@prefix ilap:    <http://data.posccaesar.org/ilap/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix afn:     <http://jena.hpl.hp.com/ARQ/function#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ilap-xsd:  <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
@prefix lci:     <http://data.posccaesar.org/dm/> .
@prefix dct:     <http://purl.org/dc/terms/> .
@prefix ptrn:    <http://data.posccaesar.org/ptrn/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix lcm:     <http://data.posccaesar.org/dm/metadata/> .
@prefix rdl:     <http://data.posccaesar.org/rdl/> .
@prefix ilap-view:  <http://data.posccaesar.org/ilap/view-ontology/> .
@prefix pn:      <http://www.w3.org/2005/xpath-functions#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .

ilap:hasLiveSchedule
      rdl:hasInformalDefinition
              "live schedule that specifies dates for all the events in a plan"^^xsd:string .

ilap:hasCurrentSchedule
      rdl:hasInformalDefinition
              "current schedule that specifies dates for all the events in a plan"^^xsd:string .

ilap:ActivityInPlanForScheduling
      rdl:hasInformalDefinition
              "activity in plan and unscheduled plan"^^xsd:string .

ilap:PlanForScheduling
      rdl:hasInformalDefinition
              "plan for activity"^^xsd:string .

ilap:MaterialResourceInPlan
      rdl:hasInformalDefinition
              "material resource available for use in plan"^^xsd:string .

ilap:ScheduleForActivityInPlan
      rdl:hasInformalDefinition
              "information about the scheduled dates for an activity in plan"^^xsd:string .

ilap:hasBaselineSchedule
      rdl:hasInformalDefinition
              "baseline schedule that specifies dates for all the events in a plan"^^xsd:string .

ilap:MonetaryAmount
      rdl:hasInformalDefinition
              "quantity  that is a monetary amount"^^xsd:string .