Trinh H. Nguyen

updated ILAP 2.6 (CD2)

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 .
This diff could not be displayed because it is too large.
1 +prefix lci: <http://data.posccaesar.org/dm/>
2 +prefix lcm: <http://data.posccaesar.org/dm/metadata/>
3 +prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
4 +
5 +insert {
6 +
7 + ?a rdfs:label ?label.
8 +
9 +} where {
10 + ?a dm:identificationByLiteral ?label.
11 +}
...\ No newline at end of file ...\ No newline at end of file