Tore Christiansen

Added data.posccaesar.org as Activity superclass

Showing 1 changed file with 1205 additions and 1267 deletions
# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1
# c14n-version: 3
@prefix BRREG: <http://data.posccaesar.org/brreg/> .
@prefix CCU: <http://data.posccaesar.org/ccu/> .
@prefix DISKOS: <http://data.posccaesar.org/diskos/> .
@prefix EPCIS: <http://data.posccaesar.org/epcis/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix POB: <http://data.posccaesar.org/pob/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix BRREG: <http://data.posccaesar.org/brreg/> .
@prefix CCU: <http://data.posccaesar.org/ccu/> .
@prefix DISKOS: <http://data.posccaesar.org/diskos/> .
@prefix EPCIS: <http://data.posccaesar.org/epcis/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix POB: <http://data.posccaesar.org/pob/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
EPCIS:CBVevent
rdf:type owl:Class ;
rdfs:label "CBVevent"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask ;
.
rdf:type owl:Class ;
rdfs:label "CBVevent"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] .
ILAP:ActivityNetwork
rdf:type owl:Class ;
rdfs:label "Activity network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference ;
] ;
.
rdf:type owl:Class ;
rdfs:label "Activity network"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] .
ILAP:ActualSchedule
rdf:type owl:Class ;
rdfs:label "Actual baseline"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule ;
.
rdf:type owl:Class ;
rdfs:label "Actual baseline"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule .
ILAP:Application
rdf:type owl:Class ;
rdfs:label "System"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "System"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Baseline
rdf:type owl:Class ;
rdfs:label "Baseline"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Baseline"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:BaselineSetting
rdf:type owl:Class ;
rdfs:label "Baseline setting"^^xsd:string ;
rdfs:subClassOf ILAP:Planning ;
.
rdf:type owl:Class ;
rdfs:label "Baseline setting"^^xsd:string ;
rdfs:subClassOf ILAP:Planning .
ILAP:Calendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
] .
ILAP:CalendarDay
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdf:type owl:Class ;
rdfs:label "Calendar day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "Calendar day"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type owl:Class ;
rdfs:label "Calendar free period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
owl:onProperty [
owl:inverseOf ILAP:hasCalendarFreePeriod ;
] ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Calendar free period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
owl:onProperty
[ owl:inverseOf ILAP:hasCalendarFreePeriod
] ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarFreePeriod ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ;
rdf:type owl:Class ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type owl:Class ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:CalendarWorkPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type owl:Class ;
rdfs:label "Calendar work period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Calendar work period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
] .
ILAP:CalendarWorkPeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarWorkPeriod ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod .
ILAP:ContractorWBS
rdf:type owl:Class ;
rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CostBased
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource ;
.
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:CostEstimate
rdf:type owl:Class ;
rdfs:label "Cost stimate"^^xsd:string ;
rdfs:subClassOf ILAP:ResourceStructure ;
.
rdf:type owl:Class ;
rdfs:label "Cost stimate"^^xsd:string ;
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:CurrentControlEstimate
rdf:type owl:Class ;
rdfs:label "Current control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate ;
.
rdf:type owl:Class ;
rdfs:label "Current control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate .
ILAP:CurrentControlSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "CCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "CCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
ILAP:CurrentSchedule
rdf:type owl:Class ;
rdfs:label "Current schedule"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule ;
.
rdf:type owl:Class ;
rdfs:label "Current schedule"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule .
ILAP:Discipline
rdf:type owl:Class ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ExecutionPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type owl:Class ;
rdfs:label "Planned Activity network"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityNetwork ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUp ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecyclePhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Planned Activity network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecyclePhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUp
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] .
ILAP:ExternalReference
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdf:type owl:Class ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Source ;
owl:onProperty ILAP:hasReferenceSource ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasReferenceID ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Source ;
owl:onProperty ILAP:hasReferenceSource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] .
ILAP:FinishToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Finish to finish"^^xsd:string ;
rdfs:subClassOf ILAP:Successor ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
ILAP:FinishToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Finish to start"^^xsd:string ;
rdfs:subClassOf ILAP:Successor ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
ILAP:LiveSchedule
rdf:type owl:Class ;
rdfs:label "Live schedule"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule ;
.
rdf:type owl:Class ;
rdfs:label "Live schedule"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule .
ILAP:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type owl:Class ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
ILAP:Milestone
rdf:type owl:Class ;
rdfs:label "Milestone"^^xsd:string ;
.
rdf:type owl:Class ;
rdfs:label "Milestone"^^xsd:string .
ILAP:NetworkSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityNetwork ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasSchedulePlan ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasSchedulePlan
] .
ILAP:Operation
rdf:type owl:Class ;
rdfs:label "Operation"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask ;
.
rdf:type owl:Class ;
rdfs:label "Operation"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:OriginalControlEstimate
rdf:type owl:Class ;
rdfs:label "original control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate ;
.
rdf:type owl:Class ;
rdfs:label "original control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate .
ILAP:OriginalControlSchedule
rdf:type owl:Class ;
rdfs:label "OCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule ;
.
rdf:type owl:Class ;
rdfs:label "OCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
ILAP:Phase
rdf:type owl:Class ;
rdfs:label "Phase"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Phase"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:PlanClassifier
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanContentType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type owl:Class ;
rdfs:label "Content type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Content type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
ILAP:PlanContractType
rdf:type owl:Class ;
rdfs:label "Plan contract type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
.
rdf:type owl:Class ;
rdfs:label "Plan contract type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
rdf:type owl:Class ;
rdfs:label "Plan expense type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
.
rdf:type owl:Class ;
rdfs:label "Plan expense type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdf:type owl:Class ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLevel
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Plan level"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan level"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLifecyclePhase
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Plan lifecycle phase"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Plan lifecycle phase"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanProjectType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Plan project type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan project type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlanValueObjective
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdf:type owl:Class ;
rdfs:label "Plan value objective"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:label "Plan value objective"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlannedActivity
rdf:type owl:Class ;
rdfs:label "Activity in Execution Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ContractorWBS ;
owl:onProperty ILAP:hasActivityContractorWBS ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Profile ;
owl:onProperty ILAP:hasActivityResourceProfile ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:PlannedActivity ;
] ;
.
rdf:type owl:Class ;
rdfs:label "Activity in Execution Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Profile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ContractorWBS ;
owl:onProperty ILAP:hasActivityContractorWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
] .
ILAP:PlannedResource
rdf:type owl:Class ;
rdfs:label "Planned resource"^^xsd:string ;
rdfs:subClassOf ILAP:Resource ;
.
rdf:type owl:Class ;
rdfs:label "Planned resource"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Planning
rdf:type owl:Class ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> ;
.
rdf:type owl:Class ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> .
ILAP:PortfolioPlan
rdf:type owl:Class ;
rdfs:label "Portfolio plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan ;
.
rdf:type owl:Class ;
rdfs:label "Portfolio plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Profile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdf:type owl:Class ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
ILAP:ProfilePoint
rdf:type owl:Class ;
rdfs:label "Profile point"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Profile point"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ProgrammePlan
rdf:type owl:Class ;
rdfs:label "Programme plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan ;
.
rdf:type owl:Class ;
rdfs:label "Programme plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Project
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] .
ILAP:ProjectPlan
rdf:type owl:Class ;
rdfs:label "Project plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan ;
.
rdf:type owl:Class ;
rdfs:label "Project plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Regular8To16WorkingDayCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf ILAP:WeekendsFreeCalendar ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar .
ILAP:Resource
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ILAP:Profile ;
owl:onProperty ILAP:hasResourceProfile ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Profile ;
owl:onProperty ILAP:hasResourceProfile ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ResourceBased
rdf:type owl:Class ;
rdfs:label "Resource based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource ;
.
rdf:type owl:Class ;
rdfs:label "Resource based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:ResourceStructure
rdf:type owl:Class ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ResponsibleOrganization
rdf:type owl:Class ;
rdfs:label "Responsible organization"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Responsible organization"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ResponsiblePerson
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
rdf:type owl:Class ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS1001138391> .
ILAP:Result
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ScheduledActivity
rdf:type owl:Class ;
rdfs:label "Activity in schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:NetworkSchedule ;
owl:onProperty ILAP:hasActivitySchedule ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan ;
] ;
.
rdf:type owl:Class ;
rdfs:label "Activity in schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:NetworkSchedule ;
owl:onProperty ILAP:hasActivitySchedule
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
] .
ILAP:ScheduledResource
rdf:type owl:Class ;
rdfs:label "Scheduled resource"^^xsd:string ;
rdfs:subClassOf ILAP:Resource ;
.
rdf:type owl:Class ;
rdfs:label "Scheduled resource"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Source
rdf:type owl:Class ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:SourceSpecifiedUserField
rdf:type owl:Class ;
rdfs:label "Source specified user field"^^xsd:string ;
rdfs:subClassOf ILAP:UserField ;
.
rdf:type owl:Class ;
rdfs:label "Source specified user field"^^xsd:string ;
rdfs:subClassOf ILAP:UserField .
ILAP:SpecifiedUserField
rdf:type owl:Class ;
rdfs:label "Specified user field"^^xsd:string ;
rdfs:subClassOf ILAP:UserField ;
.
rdf:type owl:Class ;
rdfs:label "Specified user field"^^xsd:string ;
rdfs:subClassOf ILAP:UserField .
ILAP:StartToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Start to finish"^^xsd:string ;
rdfs:subClassOf ILAP:Successor ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
ILAP:StartToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Start to start"^^xsd:string ;
rdfs:subClassOf ILAP:Successor ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
ILAP:Status
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdf:type owl:Class ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
ILAP:Successor
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Successor"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Successor"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:TargetSchedule
rdf:type owl:Class ;
rdfs:label "Target baseline"^^xsd:string ;
rdfs:subClassOf ILAP:OriginalControlSchedule ;
.
rdf:type owl:Class ;
rdfs:label "Target baseline"^^xsd:string ;
rdfs:subClassOf ILAP:OriginalControlSchedule .
ILAP:Timebased
rdf:type owl:Class ;
rdfs:label "Timebased"^^xsd:string ;
rdfs:subClassOf ILAP:Resource ;
.
rdf:type owl:Class ;
rdfs:label "Timebased"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:UserField
rdf:type owl:Class ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Source ;
owl:onProperty ILAP:hasUserFieldSource ;
] ;
.
rdf:type owl:Class ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Source ;
owl:onProperty ILAP:hasUserFieldSource
] .
ILAP:WeekendsFreeCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf ILAP:Calendar ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
ILAP:WorkOrders
rdf:type owl:Class ;
rdfs:label "Work orders"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask ;
.
rdf:type owl:Class ;
rdfs:label "Work orders"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type owl:Class ;
rdfs:label "Work task"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Work task"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] .
ILAP:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity actual weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity actual weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityCOR
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity COR"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity COR"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
ILAP:hasActivityCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity calendar"^^xsd:string ;
rdfs:range ILAP:Calendar ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasActivityContractor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityContractorWBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractorWBS"^^xsd:string ;
rdfs:range ILAP:ContractorWBS ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractorWBS"^^xsd:string ;
rdfs:range ILAP:ContractorWBS .
ILAP:hasActivityCurrentProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity current progress percentage"^^xsd:string ;
rdfs:range xsd:integer ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity current progress percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityDiscipline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity discipline"^^xsd:string ;
rdfs:range ILAP:Discipline ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity discipline"^^xsd:string ;
rdfs:range ILAP:Discipline .
ILAP:hasActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity duration"^^xsd:string ;
rdfs:range xsd:duration ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity duration"^^xsd:string ;
rdfs:range xsd:duration .
ILAP:hasActivityEstimatedWeight
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity estimated weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity estimated weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityILAPWBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string .
ILAP:hasActivityInScheduleActivityInPlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity in schedule activity in plan"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity in schedule activity in plan"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityLocation
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has location"^^xsd:string ;
rdfs:range ILAP:Location ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has location"^^xsd:string ;
rdfs:range ILAP:Location .
ILAP:hasActivityPBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity PBS"^^xsd:string ;
rdfs:range SCCS:PBScode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity PBS"^^xsd:string ;
rdfs:range SCCS:PBScode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
ILAP:hasActivityPartActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity percent complete"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity percent complete"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivityPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phase"^^xsd:string ;
rdfs:range ILAP:Phase ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phase"^^xsd:string ;
rdfs:range ILAP:Phase .
ILAP:hasActivityPlan
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasActivityPlannedResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity planned resource"^^xsd:string ;
rdfs:range ILAP:PlannedResource ;
rdfs:subPropertyOf ILAP:hasActivityResource ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity planned resource"^^xsd:string ;
rdfs:range ILAP:PlannedResource ;
rdfs:subPropertyOf ILAP:hasActivityResource .
ILAP:hasActivityPredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activitypredecessor"^^xsd:string ;
rdfs:range ILAP:Successor ;
owl:inverseOf ILAP:hasSuccessorActivity ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activitypredecessor"^^xsd:string ;
rdfs:range ILAP:Successor ;
owl:inverseOf ILAP:hasSuccessorActivity .
ILAP:hasActivityRegulator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity regulator"^^xsd:string ;
rdfs:range BRREG:Regulator ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity regulator"^^xsd:string ;
rdfs:range BRREG:Regulator ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityResource
rdf:type owl:ObjectProperty ;
rdfs:label "has activity resource"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:label "has activity resource"^^xsd:string .
ILAP:hasActivityResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity resource profile"^^xsd:string ;
rdfs:range ILAP:Profile ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity resource profile"^^xsd:string ;
rdfs:range ILAP:Profile .
ILAP:hasActivityResponsibleOrganization
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity participant"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity participant"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
ILAP:hasActivityResult
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity result"^^xsd:string ;
rdfs:range ILAP:Result ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity result"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasActivitySAB
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity SAB"^^xsd:string ;
rdfs:range SCCS:SABcode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity SAB"^^xsd:string ;
rdfs:range SCCS:SABcode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
ILAP:hasActivitySchedule
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity schedule"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity schedule"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule .
ILAP:hasActivityScheduledResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity scheduled resource"^^xsd:string ;
rdfs:range ILAP:ScheduledResource ;
rdfs:subPropertyOf ILAP:hasActivityResource ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity scheduled resource"^^xsd:string ;
rdfs:range ILAP:ScheduledResource ;
rdfs:subPropertyOf ILAP:hasActivityResource .
ILAP:hasActivityServiceSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityStatus
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity status"^^xsd:string ;
rdfs:range ILAP:Status ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity status"^^xsd:string ;
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:Successor ;
owl:inverseOf ILAP:hasPredecessorActivity ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:Successor ;
owl:inverseOf ILAP:hasPredecessorActivity .
ILAP:hasActivityTaskLeader
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity task leader"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson ;
rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity task leader"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson ;
rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson .
ILAP:hasActivityVendor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityWeight
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity weight"^^xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity weight"^^xsd:string .
ILAP:hasActivityWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasBaseline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:BaselineSetting ;
rdfs:label "has baseline"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:BaselineSetting ;
rdfs:label "has baseline"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule .
ILAP:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Baseline ;
rdfs:label "has baseline created date"^^xsd:string ;
rdfs:range xsd:date ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Baseline ;
rdfs:label "has baseline created date"^^xsd:string ;
rdfs:range xsd:date .
ILAP:hasCalendarDate
rdf:type owl:DatatypeProperty ;
rdfs:label "has calendar date"^^xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has calendar date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
ILAP:hasCalendarPeriodDay
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period day"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period day"^^xsd:string .
ILAP:hasCalendarPeriodFreeDay
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has calendar period free day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has calendar period free day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
ILAP:hasCalendarPeriodHour
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period hour"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period hour"^^xsd:string .
ILAP:hasCalendarPeriodWorkDay
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
ILAP:hasCalendarPeriodWorkHour
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
ILAP:hasCalendarWorkPeriod
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar work period"^^xsd:string ;
rdfs:range ILAP:CalendarWorkPeriod ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar work period"^^xsd:string ;
rdfs:range ILAP:CalendarWorkPeriod .
ILAP:hasContractorWBSelement
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ContractorWBS ;
rdfs:label "has contractor WBSelement"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ContractorWBS ;
rdfs:label "has contractor WBSelement"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "has description"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "has description"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasEarlyFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasEarlyStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasEarlyStartActual
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Early Start Actual"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Early Start Actual"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasExternalReference
rdf:type owl:ObjectProperty ;
rdfs:label "has External Reference"^^xsd:string ;
rdfs:range ILAP:ExternalReference ;
.
rdf:type owl:ObjectProperty ;
rdfs:label "has External Reference"^^xsd:string ;
rdfs:range ILAP:ExternalReference .
ILAP:hasFixedFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has fixed finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has fixed finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasFixedStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Fixed start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Fixed start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasFreePeriodEndDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate .
ILAP:hasFreePeriodEndTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasTime ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasTime .
ILAP:hasFreePeriodStartDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate .
ILAP:hasFreePeriodStartTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasTime ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasTime .
ILAP:hasLateFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasLateStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasLatitude
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has latitude"^^xsd:string ;
rdfs:range xsd:integer ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has latitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasLongitude
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has longitude"^^xsd:string ;
rdfs:range xsd:integer ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has longitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasMilestoneSuccessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone successor"^^xsd:string ;
rdfs:range ILAP:Successor ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone successor"^^xsd:string ;
rdfs:range ILAP:Successor .
ILAP:hasMilestoneePredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestonee Predecessor"^^xsd:string ;
rdfs:range ILAP:Successor ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestonee Predecessor"^^xsd:string ;
rdfs:range ILAP:Successor .
ILAP:hasName
rdf:type owl:DatatypeProperty ;
rdfs:label "has name"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has name"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasPlanAsset
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan asset"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan asset"^^xsd:string .
ILAP:hasPlanAssetOwner
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has asset plan owner"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has asset plan owner"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanContentType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan content type"^^xsd:string ;
rdfs:range ILAP:PlanContentType ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan content type"^^xsd:string ;
rdfs:range ILAP:PlanContentType .
ILAP:hasPlanContractType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan contract type"^^xsd:string ;
rdfs:range ILAP:PlanContractType ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan contract type"^^xsd:string ;
rdfs:range ILAP:PlanContractType .
ILAP:hasPlanContractor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan contractor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan contractor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanExpenseType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan expense type"^^xsd:string ;
rdfs:range ILAP:PlanExpenseType ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan expense type"^^xsd:string ;
rdfs:range ILAP:PlanExpenseType .
ILAP:hasPlanGeoArea
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan focus area"^^xsd:string ;
rdfs:range ILAP:PlanGeoArea ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan focus area"^^xsd:string ;
rdfs:range ILAP:PlanGeoArea .
ILAP:hasPlanLevel
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan level"^^xsd:string ;
rdfs:range ILAP:PlanLevel ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan level"^^xsd:string ;
rdfs:range ILAP:PlanLevel .
ILAP:hasPlanLicensePartner
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan license partner"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan license partner"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanLifecyclePhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan lifecycle phase"^^xsd:string ;
rdfs:range ILAP:PlanLifecyclePhase ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan lifecycle phase"^^xsd:string ;
rdfs:range ILAP:PlanLifecyclePhase .
ILAP:hasPlanNPDelement
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan NPD element"^^xsd:string ;
rdfs:range NPD:NPDelement ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan NPD element"^^xsd:string ;
rdfs:range NPD:NPDelement .
ILAP:hasPlanOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan operator"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan operator"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanProject
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has Plan Project"^^xsd:string ;
rdfs:range ILAP:Project ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has Plan Project"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasPlanProjectType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan project type"^^xsd:string ;
rdfs:range ILAP:PlanProjectType ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan project type"^^xsd:string ;
rdfs:range ILAP:PlanProjectType .
ILAP:hasPlanRegulator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan regulator"^^xsd:string ;
rdfs:range BRREG:Regulator ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan regulator"^^xsd:string ;
rdfs:range BRREG:Regulator ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:label "has plan responsible"^^xsd:string ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:label "has plan responsible"^^xsd:string .
ILAP:hasPlanRollUp
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan roll up"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan roll up"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasPlanServiceSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan subplan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan subplan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasPlanUserField
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityNetwork ;
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityNetwork ;
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField .
ILAP:hasPlanValueObjective
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan value objective"^^xsd:string ;
rdfs:range ILAP:PlanValueObjective ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan value objective"^^xsd:string ;
rdfs:range ILAP:PlanValueObjective .
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has predecessor activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivitySuccessor ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has predecessor activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivitySuccessor .
ILAP:hasProfilePoint
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Profile ;
rdfs:label "has profile point"^^xsd:string ;
rdfs:range ILAP:ProfilePoint ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Profile ;
rdfs:label "has profile point"^^xsd:string ;
rdfs:range ILAP:ProfilePoint .
ILAP:hasProfilePointXValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:label "has Profile Point X Value"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:label "has Profile Point X Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProfilePointYValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:label "has Profile Point Y Value"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:label "has Profile Point Y Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProjectResponsible
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "has project responsible"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "has project responsible"^^xsd:string .
ILAP:hasProjectSubproject
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "Object property 1"^^xsd:string ;
rdfs:range ILAP:Project ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "Object property 1"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasReferenceApplication
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference application"^^xsd:string ;
rdfs:range ILAP:Application ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference application"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasReferenceID
rdf:type owl:DatatypeProperty ;
rdfs:label "has reference ID"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has reference ID"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasReferenceSource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference source"^^xsd:string ;
rdfs:range ILAP:Source ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference source"^^xsd:string ;
rdfs:range ILAP:Source .
ILAP:hasResourceCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource calendar"^^xsd:string ;
rdfs:range ILAP:Calendar ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasResourceExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource expended quantity"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource expended quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource profile"^^xsd:string ;
rdfs:range ILAP:Profile ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource profile"^^xsd:string ;
rdfs:range ILAP:Profile .
ILAP:hasResourceRemainingQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource remaining quantity"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource remaining quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceStructure
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource structure"^^xsd:string ;
rdfs:range ILAP:ResourceStructure ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource structure"^^xsd:string ;
rdfs:range ILAP:ResourceStructure .
ILAP:hasScheduleBaseline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:label "has Schedule Baseline"^^xsd:string ;
rdfs:range ILAP:Baseline ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:label "has Schedule Baseline"^^xsd:string ;
rdfs:range ILAP:Baseline .
ILAP:hasScheduleDate
rdf:type owl:DatatypeProperty ;
rdfs:label "has schedule date"^^xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has schedule date"^^xsd:string .
ILAP:hasSchedulePlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:label "has schedule plan "^^xsd:string ;
rdfs:range ILAP:ExecutionPlan ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:label "has schedule plan "^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasSuccessorActivity
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivityPredecessor ;
.
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivityPredecessor .
ILAP:hasSuccessorCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor calendar"^^xsd:string ;
rdfs:range ILAP:Calendar ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasSuccessorLag
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor lag"^^xsd:string ;
rdfs:range xsd:integer ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor lag"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasSuccessorMilestone
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor milestone"^^xsd:string ;
rdfs:range ILAP:Milestone ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor milestone"^^xsd:string ;
rdfs:range ILAP:Milestone .
ILAP:hasTime
rdf:type owl:DatatypeProperty ;
rdfs:label "has time"^^xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:label "has time"^^xsd:string .
ILAP:hasUserFieldName
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:UserField ;
rdfs:label "has user field name"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:UserField ;
rdfs:label "has user field name"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasUserFieldSource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:SourceSpecifiedUserField ;
rdfs:label "has user field source"^^xsd:string ;
rdfs:range ILAP:Source ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:SourceSpecifiedUserField ;
rdfs:label "has user field source"^^xsd:string ;
rdfs:range ILAP:Source .
ILAP:hasUserFieldValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:UserField ;
rdfs:label "has user field value"^^xsd:string ;
rdfs:range xsd:string ;
.
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:UserField ;
rdfs:label "has user field value"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasWorkTaskActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Activity"^^xsd:string ;
rdfs:range ILAP:ScheduledActivity ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Activity"^^xsd:string ;
rdfs:range ILAP:ScheduledActivity .
ILAP:hasWorkTaskResponsible
rdf:type owl:ObjectProperty ;
rdfs:label "has work task responsible"^^xsd:string ;
.
rdf:type owl:ObjectProperty ;
rdfs:label "has work task responsible"^^xsd:string .
ILAP:hasWorkTaskServiceSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has work task service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has work task service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
ILAP:hasWorkTaskVendor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has work task vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has work task vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
NPD:BAA
rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> ;
.
rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> .
NPD:Facility
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> ;
.
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> .
NPD:Field
rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> ;
.
rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> .
NPD:NPDelement
rdf:type owl:Class ;
rdfs:label "NPDelement"^^xsd:string ;
rdfs:subClassOf ILAP:Location ;
.
rdf:type owl:Class ;
rdfs:label "NPDelement"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
NPD:ProductionLicense
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> ;
.
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> .
......