Trinh H. Nguyen

updated namespaces and engineering definition ontologies for ilap-core & ilap-view

This diff is collapsed. Click to expand it.
1 +@prefix ilap: <http://data.posccaesar.org/ilap/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 +@prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
7 +@prefix lci: <http://data.posccaesar.org/dm/> .
8 +@prefix dct: <http://purl.org/dc/terms/> .
9 +@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix lcm: <http://data.posccaesar.org/dm/metadata/> .
12 +@prefix rdl: <http://data.posccaesar.org/rdl/> .
13 +@prefix ilap-view: <http://data.posccaesar.org/ilap/view-ontology/> .
14 +@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
15 +@prefix dc: <http://purl.org/dc/elements/1.1/> .
16 +
17 +ilap:hasLiveSchedule
18 + rdl:hasInformalDefinition
19 + "live schedule that specifies dates for all the events in a plan"^^xsd:string .
20 +
21 +ilap:hasCurrentSchedule
22 + rdl:hasInformalDefinition
23 + "current schedule that specifies dates for all the events in a plan"^^xsd:string .
24 +
25 +ilap:ActivityInPlanForScheduling
26 + rdl:hasInformalDefinition
27 + "activity in plan and unscheduled plan"^^xsd:string .
28 +
29 +ilap:PlanForScheduling
30 + rdl:hasInformalDefinition
31 + "plan for activity"^^xsd:string .
32 +
33 +ilap:MaterialResourceInPlan
34 + rdl:hasInformalDefinition
35 + "material resource available for use in plan"^^xsd:string .
36 +
37 +ilap:ScheduleForActivityInPlan
38 + rdl:hasInformalDefinition
39 + "information about the scheduled dates for an activity in plan"^^xsd:string .
40 +
41 +ilap:hasBaselineSchedule
42 + rdl:hasInformalDefinition
43 + "baseline schedule that specifies dates for all the events in a plan"^^xsd:string .
44 +
45 +ilap:MonetaryAmount
46 + rdl:hasInformalDefinition
47 + "quantity that is a monetary amount"^^xsd:string .
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
3 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 3 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
4 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 4 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 -@prefix list: <http://www.co-ode.org/ontologies/list.owl#> .
7 @prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> . 6 @prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
8 @prefix lci: <http://data.posccaesar.org/dm/> . 7 @prefix lci: <http://data.posccaesar.org/dm/> .
9 @prefix dct: <http://purl.org/dc/terms/> . 8 @prefix dct: <http://purl.org/dc/terms/> .
......