Showing
3 changed files
with
67 additions
and
20 deletions
This diff is collapsed. Click to expand it.
ilap-testdata.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/ilap-testdata/ | ||
| 2 | +# imports: http://data.posccaesar.org/ilap/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://data.posccaesar.org/ilap/ilap-testdata/> . | ||
| 6 | +@prefix ilap: <http://data.posccaesar.org/ilap/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +ilap:Activity102inPlanVersion2forProjectP | ||
| 13 | + ilap:hasParentActivity :Activity101inPlanVersion2forProjectP ; | ||
| 14 | +. | ||
| 15 | +ilap:FinishToStart2 | ||
| 16 | + ilap:hasSuccessor :Activity102inPlanVersion2forProjectP ; | ||
| 17 | +. | ||
| 18 | +ilap:Operation1inActivity101inPlanVersion2forProjectP | ||
| 19 | + ilap:hasParentActivity :Activity101inPlanVersion2forProjectP ; | ||
| 20 | +. | ||
| 21 | +ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP | ||
| 22 | + userfield:hasMainActivity :Activity102inPlanVersion2forProjectP ; | ||
| 23 | +. | ||
| 24 | +: | ||
| 25 | + rdf:type owl:Ontology ; | ||
| 26 | + owl:imports ilap: ; | ||
| 27 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 28 | +. | ||
| 29 | +:Activity101inPlanVersion2forProjectP | ||
| 30 | + rdf:type ilap:ActivityInPlan ; | ||
| 31 | + rdf:type owl:Class ; | ||
| 32 | + ilap:hasActualMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ; | ||
| 33 | + ilap:hasActualOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ; | ||
| 34 | + ilap:hasActualSubContractor ilap:DrillCrewB ; | ||
| 35 | + ilap:hasBaselineSchedule ilap:Schedule1forActivity101inPlanVersion2forProjectP ; | ||
| 36 | + ilap:hasCompletelyFreeField ilap:CompletelyFreeField1ForActivity101inPlan2inProjectP ; | ||
| 37 | + ilap:hasCriticality ilap:HighCriticalityActivity ; | ||
| 38 | + ilap:hasCurrentSchedule ilap:Schedule2forActivity101inPlanVersion2forProjectP ; | ||
| 39 | + ilap:hasDiscipline ilap:COR_KI ; | ||
| 40 | + ilap:hasDiscipline <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_KD> ; | ||
| 41 | + ilap:hasFreeField ilap:FreeField2Value1 ; | ||
| 42 | + ilap:hasLiveSchedule ilap:Schedule3forActivity101inPlanVersion2forProjectP ; | ||
| 43 | + ilap:hasMainContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ; | ||
| 44 | + ilap:hasMaterialOrderStatus ilap:MaterialOnOrder ; | ||
| 45 | + ilap:hasOperator <http://data.posccaesar.org/npd/facts/Company-17237803> ; | ||
| 46 | + ilap:hasPercentageComplete "50"^^xsd:string ; | ||
| 47 | + ilap:hasPriority ilap:HighPriorityActivity ; | ||
| 48 | + ilap:hasResource ilap:EngineeringResourcesForProjectP ; | ||
| 49 | + ilap:hasResult ilap:ProjectDeliverableFromProjectP ; | ||
| 50 | + ilap:hasRevisedSchedule ilap:Schedule4forActivity101inPlanVersion2forProjectP ; | ||
| 51 | + ilap:hasRiskFactorForPlan ilap:HeightWork ; | ||
| 52 | + ilap:hasRiskFactorForPlan ilap:HotWork ; | ||
| 53 | + ilap:hasSpecifiedUserField ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP ; | ||
| 54 | + ilap:hasStatus ilap:Active ; | ||
| 55 | + ilap:hasSubContractor ilap:DrillCrewA ; | ||
| 56 | + ilap:hasSuccessor ilap:FinishToStart1 ; | ||
| 57 | + ilap:hasWorkVolume "1500 hours"^^xsd:string ; | ||
| 58 | + rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ; | ||
| 59 | + rdfs:subClassOf ilap:Activity ; | ||
| 60 | +. | ||
| 61 | +:Activity102inPlanVersion2forProjectP | ||
| 62 | + rdf:type ilap:ActivityInPlan ; | ||
| 63 | + rdf:type owl:Class ; | ||
| 64 | + ilap:hasSpecifiedUserField ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP ; | ||
| 65 | + rdfs:label "Activity 102 in plan version 2 for project P"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf ilap:Activity ; | ||
| 67 | +. |
mainOntology.ttl.tbc
deleted
100644 → 0
| 1 | -# baseURI: null | ||
| 2 | - | ||
| 3 | -# c14n-version: 3 | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | -[ | ||
| 13 | - rdf:type inference:Configuration ; | ||
| 14 | - composite:child [ | ||
| 15 | - rdf:type inference:SwiftOWLIMEngine ; | ||
| 16 | - composite:index "0"^^xsd:int ; | ||
| 17 | - inference:ruleset "owl-max" ; | ||
| 18 | - ] ; | ||
| 19 | - inference:completeMode "true"^^xsd:boolean ; | ||
| 20 | -]. |
-
Please register or login to post a comment