@prefix : . @prefix dc: . @prefix org: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix ocds: . @prefix rdfs: . @prefix schema: . @base . rdf:type owl:Ontology ; owl:imports . ################################################################# # Annotation properties ################################################################# ### http://data.tbfy.eu/ontology/ocds#usesDataProperty ocds:usesDataProperty rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://data.tbfy.eu/ontology/ocds#hasAdditionalClassification ocds:hasAdditionalClassification rdf:type owl:ObjectProperty ; rdfs:domain ocds:Item ; rdfs:range ; rdfs:isDefinedBy "OCDS schema v1.1: Item ." ; rdfs:label "has additional classification" . ### http://data.tbfy.eu/ontology/ocds#hasAddress ocds:hasAddress rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Address ; rdfs:isDefinedBy "OCDS schema v1.1: Organization
." ; rdfs:label "has address" . ### http://data.tbfy.eu/ontology/ocds#hasAmendment ocds:hasAmendment rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( ocds:Award ocds:Contract ocds:Tender ) ] ; rdfs:range ocds:Amendment ; rdfs:isDefinedBy "OCDS schema v1.1: Tender, Award, Contract ." ; rdfs:label "has amendment" . ### http://data.tbfy.eu/ontology/ocds#hasAward ocds:hasAward rdf:type owl:ObjectProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Award ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "has award" . ### http://data.tbfy.eu/ontology/ocds#hasAwardPeriod ocds:hasAwardPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has award period" . ### http://data.tbfy.eu/ontology/ocds#hasAwardValue ocds:hasAwardValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Award ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "has award value" . ### http://data.tbfy.eu/ontology/ocds#hasAwardedContractPeriod ocds:hasAwardedContractPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Award ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "has awarded contract period" . ### http://data.tbfy.eu/ontology/ocds#hasAwardedItem ocds:hasAwardedItem rdf:type owl:ObjectProperty ; rdfs:domain ocds:Award ; rdfs:range ocds:Item ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "has awarded item" . ### http://data.tbfy.eu/ontology/ocds#hasBudget ocds:hasBudget rdf:type owl:ObjectProperty ; rdfs:domain ocds:Plan ; rdfs:range ocds:Budget ; rdfs:isDefinedBy "OCDS schema v1.1: Plan ." ; rdfs:label "has budget" . ### http://data.tbfy.eu/ontology/ocds#hasBuyer ocds:hasBuyer rdf:type owl:ObjectProperty ; owl:inverseOf ocds:isBuyerFor ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Organisation ; rdfs:label "has buyer" . ### http://data.tbfy.eu/ontology/ocds#hasClassification ocds:hasClassification rdf:type owl:ObjectProperty ; rdfs:domain ocds:Item ; rdfs:range ; rdfs:isDefinedBy "OCDS schema v1.1: Item ." ; rdfs:label "has classification" . ### http://data.tbfy.eu/ontology/ocds#hasContactPoint ocds:hasContactPoint rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:ContactPoint ; rdfs:isDefinedBy "OCDS schema v1.1: Organization ." ; rdfs:label "has contact point" . ### http://data.tbfy.eu/ontology/ocds#hasContract ocds:hasContract rdf:type owl:ObjectProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Contract ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "has contract" . ### http://data.tbfy.eu/ontology/ocds#hasContractImplementation ocds:hasContractImplementation rdf:type owl:ObjectProperty ; rdfs:domain ocds:Contract ; rdfs:range ocds:Implementation ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "has contract implementation" . ### http://data.tbfy.eu/ontology/ocds#hasContractPeriod ocds:hasContractPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Contract ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "has contract period" . ### http://data.tbfy.eu/ontology/ocds#hasContractValue ocds:hasContractValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Contract ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "has contract value" . ### http://data.tbfy.eu/ontology/ocds#hasContractedItem ocds:hasContractedItem rdf:type owl:ObjectProperty ; rdfs:domain ocds:Contract ; rdfs:range ocds:Item ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "has contracted item" . ### http://data.tbfy.eu/ontology/ocds#hasDocument ocds:hasDocument rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( ocds:Award ocds:Contract ocds:Implementation ocds:Plan ocds:Tender ) ] ; rdfs:range ocds:Document ; rdfs:isDefinedBy "OCDS schema v1.1: Plan, Tender, Award, Contract, Implementation ." ; rdfs:label "has document" . ### http://data.tbfy.eu/ontology/ocds#hasEnquiryPeriod ocds:hasEnquiryPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has enquiry period" . ### http://data.tbfy.eu/ontology/ocds#hasEstimatedContractPeriod ocds:hasEstimatedContractPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has estimated contract period" . ### http://data.tbfy.eu/ontology/ocds#hasItemToBeProcured ocds:hasItemToBeProcured rdf:type owl:ObjectProperty ; owl:inverseOf ocds:isProcuredInTender ; rdfs:domain ocds:Tender ; rdfs:range ocds:Item ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has item to be procured" . ### http://data.tbfy.eu/ontology/ocds#hasMaxEstimatedValue ocds:hasMaxEstimatedValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has max estimated value" . ### http://data.tbfy.eu/ontology/ocds#hasMilestone ocds:hasMilestone rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( ocds:Contract ocds:Implementation ocds:Plan ocds:Tender ) ] ; rdfs:range ocds:Milestone ; rdfs:isDefinedBy "OCDS schema v1.1: Plan, Tender, Contract, Implementation ." ; rdfs:label "has milestone" . ### http://data.tbfy.eu/ontology/ocds#hasMinEstimatedValue ocds:hasMinEstimatedValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has min estimated value" . ### http://data.tbfy.eu/ontology/ocds#hasPlan ocds:hasPlan rdf:type owl:ObjectProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Plan ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "has plan" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedFrameworkProcess ocds:hasRelatedFrameworkProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related framework process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedParentProcess ocds:hasRelatedParentProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related parent process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedPlanningProcess ocds:hasRelatedPlanningProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related planning process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedPriorProcess ocds:hasRelatedPriorProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related prior process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedProcess ocds:hasRelatedProcess rdf:type owl:ObjectProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:ContractingProcess ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "has related process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedRenewalProcess ocds:hasRelatedRenewalProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related renewal process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedReplacementProcess ocds:hasRelatedReplacementProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related replacement process" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedSubContract ocds:hasRelatedSubContract rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related subcontract" . ### http://data.tbfy.eu/ontology/ocds#hasRelatedUnsuccessfulProcess ocds:hasRelatedUnsuccessfulProcess rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ocds:hasRelatedProcess ; rdfs:label "has related unsuccesful process" . ### http://data.tbfy.eu/ontology/ocds#hasReservedValue ocds:hasReservedValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Budget ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Budget ." ; rdfs:label "has reserved value" . ### http://data.tbfy.eu/ontology/ocds#hasSupplier ocds:hasSupplier rdf:type owl:ObjectProperty ; owl:inverseOf ocds:isSupplierFor ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( ocds:Award ocds:Contract ) ] ; rdfs:range ocds:Organisation ; rdfs:label "has supplier" . ### http://data.tbfy.eu/ontology/ocds#hasTender ocds:hasTender rdf:type owl:ObjectProperty ; owl:inverseOf ocds:isTenderOf ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Tender ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "has tender" . ### http://data.tbfy.eu/ontology/ocds#hasTenderPeriod ocds:hasTenderPeriod rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:Period ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "has tender period" . ### http://data.tbfy.eu/ontology/ocds#hasTransaction ocds:hasTransaction rdf:type owl:ObjectProperty ; rdfs:domain ocds:Implementation ; rdfs:range ocds:Transaction ; rdfs:isDefinedBy "OCDS schema v1.1: Implementation ." ; rdfs:label "has transaction" . ### http://data.tbfy.eu/ontology/ocds#hasTransactionValue ocds:hasTransactionValue rdf:type owl:ObjectProperty ; rdfs:domain ocds:Transaction ; rdfs:range ocds:Value ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "has transaction value" . ### http://data.tbfy.eu/ontology/ocds#involvesOrganisation ocds:involvesOrganisation rdf:type owl:ObjectProperty ; owl:inverseOf ocds:playsRoleIn ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Organisation ; rdfs:label "involves organisation" . ### http://data.tbfy.eu/ontology/ocds#isBuyerFor ocds:isBuyerFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:ContractingProcess ; rdfs:isDefinedBy "OCDS schema v1.1: Release ." ; rdfs:label "is buyer for" . ### http://data.tbfy.eu/ontology/ocds#isFundedBy ocds:isFundedBy rdf:type owl:ObjectProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range ocds:Project ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "is funded by" . ### http://data.tbfy.eu/ontology/ocds#isIssuedForAward ocds:isIssuedForAward rdf:type owl:ObjectProperty ; rdfs:domain ocds:Contract ; rdfs:range ocds:Award ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "is issued for award" . ### http://data.tbfy.eu/ontology/ocds#isIssuedForTender ocds:isIssuedForTender rdf:type owl:ObjectProperty ; rdfs:domain ocds:Award ; rdfs:range ocds:Tender ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "is issued for tender" . ### http://data.tbfy.eu/ontology/ocds#isPayeeFor ocds:isPayeeFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Transaction ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "is payee for" . ### http://data.tbfy.eu/ontology/ocds#isPayerFor ocds:isPayerFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Transaction ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "is payer for" . ### http://data.tbfy.eu/ontology/ocds#isProcuredInTender ocds:isProcuredInTender rdf:type owl:ObjectProperty ; rdfs:domain ocds:Item ; rdfs:range ocds:Tender ; rdfs:label "is procured in tender" . ### http://data.tbfy.eu/ontology/ocds#isProcuringEntityFor ocds:isProcuringEntityFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Tender ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "is procuring entity for" . ### http://data.tbfy.eu/ontology/ocds#isSupplierFor ocds:isSupplierFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Award ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "is supplier for" . ### http://data.tbfy.eu/ontology/ocds#isTenderOf ocds:isTenderOf rdf:type owl:ObjectProperty ; rdfs:domain ocds:Tender ; rdfs:range ocds:ContractingProcess ; rdfs:label "is tenderer of" . ### http://data.tbfy.eu/ontology/ocds#isTendererFor ocds:isTendererFor rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:Tender ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "is tenderer for" . ### http://data.tbfy.eu/ontology/ocds#playsRoleIn ocds:playsRoleIn rdf:type owl:ObjectProperty ; rdfs:domain ocds:Organisation ; rdfs:range ocds:ContractingProcess ; rdfs:isDefinedBy "OCDS schema v1.1: Organization ." ; rdfs:label "plays role in" . ################################################################# # Data properties ################################################################# ### http://data.tbfy.eu/ontology/ocds#URI ocds:URI rdf:type owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:comment "Use in OCDS ontology: Organization, Budget, Transaction." ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "uri" . ### http://data.tbfy.eu/ontology/ocds#additionalIdentifier ocds:additionalIdentifier rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf ; rdfs:domain ocds:Organisation ; rdfs:comment "Similar to https://www.w3.org/TR/vocab-org/#org:identifier" , "The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for skos:notation of which this property is a specialization." ; rdfs:isDefinedBy "OCDS schema v1.1: Parties , i.e., Additional identifier." . ### http://data.tbfy.eu/ontology/ocds#additionalItemClassification ocds:additionalItemClassification rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Item ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Item ." ; rdfs:label "additional item classification" . ### http://data.tbfy.eu/ontology/ocds#additionalProcurementCategory ocds:additionalProcurementCategory rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "additional procurement category" . ### http://data.tbfy.eu/ontology/ocds#amendmentDate ocds:amendmentDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Amendment ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Amendment ." ; rdfs:label "amandment date" . ### http://data.tbfy.eu/ontology/ocds#amendmentId ocds:amendmentId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Amendment ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Amendment ." ; rdfs:label "amendment id" . ### http://data.tbfy.eu/ontology/ocds#amendmentRationale ocds:amendmentRationale rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Amendment ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Amendment ." ; rdfs:label "amendment rationale" . ### http://data.tbfy.eu/ontology/ocds#awardCriteria ocds:awardCriteria rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "bestProposal" ; rdf:rest [ rdf:type rdf:List ; rdf:first "bestValueToGovernment" ; rdf:rest [ rdf:type rdf:List ; rdf:first "costOnly" ; rdf:rest [ rdf:type rdf:List ; rdf:first "lowestCost" ; rdf:rest [ rdf:type rdf:List ; rdf:first "priceOnly" ; rdf:rest [ rdf:type rdf:List ; rdf:first "qualityOnly" ; rdf:rest [ rdf:type rdf:List ; rdf:first "ratedCriteria" ; rdf:rest [ rdf:type rdf:List ; rdf:first "singleBidOnly" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#award-criteria" ; rdfs:label "award criteria" . ### http://data.tbfy.eu/ontology/ocds#awardCriteriaDetails ocds:awardCriteriaDetails rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "award criteria details" . ### http://data.tbfy.eu/ontology/ocds#awardDate ocds:awardDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Award ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "award date" . ### http://data.tbfy.eu/ontology/ocds#awardId ocds:awardId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Award ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." ; rdfs:label "award id" . ### http://data.tbfy.eu/ontology/ocds#awardStatus ocds:awardStatus rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Award ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "active" ; rdf:rest [ rdf:type rdf:List ; rdf:first "cancelled" ; rdf:rest [ rdf:type rdf:List ; rdf:first "pending" ; rdf:rest [ rdf:type rdf:List ; rdf:first "unsuccessful" ; rdf:rest rdf:nil ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Award ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#award-status" ; rdfs:label "award status" . ### http://data.tbfy.eu/ontology/ocds#budgetId ocds:budgetId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Budget ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS ontology: Budget ." ; rdfs:label "budget id" . ### http://data.tbfy.eu/ontology/ocds#contractId ocds:contractId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Contract ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "contract id" . ### http://data.tbfy.eu/ontology/ocds#contractStatus ocds:contractStatus rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Contract ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "active" ; rdf:rest [ rdf:type rdf:List ; rdf:first "cancelled" ; rdf:rest [ rdf:type rdf:List ; rdf:first "pending" ; rdf:rest [ rdf:type rdf:List ; rdf:first "terminated" ; rdf:rest rdf:nil ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#contract-status" ; rdfs:label "contract status" . ### http://data.tbfy.eu/ontology/ocds#dateContractSigned ocds:dateContractSigned rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Contract ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Contract ." ; rdfs:label "date contract signed" . ### http://data.tbfy.eu/ontology/ocds#dateDocumentModified ocds:dateDocumentModified rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Document ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Document ." ; rdfs:label "date document modified" . ### http://data.tbfy.eu/ontology/ocds#dateDocumentPublished ocds:dateDocumentPublished rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Document ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Document ." ; rdfs:label "date document published" . ### http://data.tbfy.eu/ontology/ocds#documentId ocds:documentId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Document ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Document ." ; rdfs:label "document id" . ### http://data.tbfy.eu/ontology/ocds#documentType ocds:documentType rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Document ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "assetAndLiabilityAssessment" ; rdf:rest [ rdf:type rdf:List ; rdf:first "awardNotice" ; rdf:rest [ rdf:type rdf:List ; rdf:first "bidders" ; rdf:rest [ rdf:type rdf:List ; rdf:first "biddingDocuments" ; rdf:rest [ rdf:type rdf:List ; rdf:first "billOfQuantity" ; rdf:rest [ rdf:type rdf:List ; rdf:first "cancellationDetails" ; rdf:rest [ rdf:type rdf:List ; rdf:first "clarifications" ; rdf:rest [ rdf:type rdf:List ; rdf:first "complaints" ; rdf:rest [ rdf:type rdf:List ; rdf:first "completionCertificate" ; rdf:rest [ rdf:type rdf:List ; rdf:first "conflictOfInterest" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractAnnexe" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractArrangements" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractDraft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractGuarantees" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractNotice" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractSchedule" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractSigned" ; rdf:rest [ rdf:type rdf:List ; rdf:first "contractSummary" ; rdf:rest [ rdf:type rdf:List ; rdf:first "debarments" ; rdf:rest [ rdf:type rdf:List ; rdf:first "eligibilityCriteria" ; rdf:rest [ rdf:type rdf:List ; rdf:first "environmentalImpact" ; rdf:rest [ rdf:type rdf:List ; rdf:first "evaluationCriteria" ; rdf:rest [ rdf:type rdf:List ; rdf:first "evaluationReports" ; rdf:rest [ rdf:type rdf:List ; rdf:first "feasibilityStudy" ; rdf:rest [ rdf:type rdf:List ; rdf:first "finalAudit" ; rdf:rest [ rdf:type rdf:List ; rdf:first "financialProgressReport" ; rdf:rest [ rdf:type rdf:List ; rdf:first "hearingNotice" ; rdf:rest [ rdf:type rdf:List ; rdf:first "illustration" ; rdf:rest [ rdf:type rdf:List ; rdf:first "marketStudies" ; rdf:rest [ rdf:type rdf:List ; rdf:first "needsAssessment" ; rdf:rest [ rdf:type rdf:List ; rdf:first "physicalProgressReport" ; rdf:rest [ rdf:type rdf:List ; rdf:first "procurementPlan" ; rdf:rest [ rdf:type rdf:List ; rdf:first "projectPlan" ; rdf:rest [ rdf:type rdf:List ; rdf:first "riskProvisions" ; rdf:rest [ rdf:type rdf:List ; rdf:first "shortlistedFirms" ; rdf:rest [ rdf:type rdf:List ; rdf:first "subContract" ; rdf:rest [ rdf:type rdf:List ; rdf:first "submissionDocuments" ; rdf:rest [ rdf:type rdf:List ; rdf:first "technicalSpecifications" ; rdf:rest [ rdf:type rdf:List ; rdf:first "tenderNotice" ; rdf:rest [ rdf:type rdf:List ; rdf:first "winningBid" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema: Document ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#document-type" ; rdfs:label "document type" . ### http://data.tbfy.eu/ontology/ocds#eligibilityCriteria ocds:eligibilityCriteria rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "eligibility criteria" . ### http://data.tbfy.eu/ontology/ocds#enquiry ocds:enquiry rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:boolean ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "enquiry" . ### http://data.tbfy.eu/ontology/ocds#itemId ocds:itemId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Item ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Item ." ; rdfs:label "item id" . ### http://data.tbfy.eu/ontology/ocds#legalName ocds:legalName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Organization." ; rdfs:isDefinedBy "OCDS schema v1.1: Identifier ." ; rdfs:label "legal name" . ### http://data.tbfy.eu/ontology/ocds#mainProcurementCategory ocds:mainProcurementCategory rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "goods" ; rdf:rest [ rdf:type rdf:List ; rdf:first "services" ; rdf:rest [ rdf:type rdf:List ; rdf:first "works" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#procurement-category" ; rdfs:label "main procurement category" . ### http://data.tbfy.eu/ontology/ocds#mileStoneStatus ocds:mileStoneStatus rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "met" ; rdf:rest [ rdf:type rdf:List ; rdf:first "notMet" ; rdf:rest [ rdf:type rdf:List ; rdf:first "partiallyMet" ; rdf:rest [ rdf:type rdf:List ; rdf:first "scheduled" ; rdf:rest rdf:nil ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#milestone-status" ; rdfs:label "milestone status" . ### http://data.tbfy.eu/ontology/ocds#milestoneCode ocds:milestoneCode rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." ; rdfs:label "milestone code" . ### http://data.tbfy.eu/ontology/ocds#milestoneDateMet ocds:milestoneDateMet rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." ; rdfs:label "milestone date met" . ### http://data.tbfy.eu/ontology/ocds#milestoneDateModified ocds:milestoneDateModified rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." ; rdfs:label "milestone date modified" . ### http://data.tbfy.eu/ontology/ocds#milestoneDueDate ocds:milestoneDueDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." ; rdfs:label "milestone due date" . ### http://data.tbfy.eu/ontology/ocds#milestoneId ocds:milestoneId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." ; rdfs:label "milestone id" . ### http://data.tbfy.eu/ontology/ocds#milestoneType ocds:milestoneType rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Milestone ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "approval" ; rdf:rest [ rdf:type rdf:List ; rdf:first "assessment" ; rdf:rest [ rdf:type rdf:List ; rdf:first "delivery" ; rdf:rest [ rdf:type rdf:List ; rdf:first "engagement" ; rdf:rest [ rdf:type rdf:List ; rdf:first "financing" ; rdf:rest [ rdf:type rdf:List ; rdf:first "preProcurement" ; rdf:rest [ rdf:type rdf:List ; rdf:first "reporting" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#milestone-type" ; rdfs:label "milestone type" . ### http://data.tbfy.eu/ontology/ocds#numberOfTenderers ocds:numberOfTenderers rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:integer ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "number of tenderers" . ### http://data.tbfy.eu/ontology/ocds#ocid ocds:ocid rdf:type owl:DatatypeProperty ; rdfs:domain ocds:ContractingProcess ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Open Contracting ID." ; rdfs:label "open contracting id (OCID)" . ### http://data.tbfy.eu/ontology/ocds#periodDurationInDays ocds:periodDurationInDays rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Period ; rdfs:range xsd:integer ; rdfs:isDefinedBy "OCDS schema v1.1: Period ." ; rdfs:label "period duration in days" . ### http://data.tbfy.eu/ontology/ocds#periodEndDate ocds:periodEndDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Period ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: periodEndDate." ; rdfs:label "period end date" . ### http://data.tbfy.eu/ontology/ocds#periodMaxExtentDate ocds:periodMaxExtentDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Period ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Period ." ; rdfs:label "period max extent date" . ### http://data.tbfy.eu/ontology/ocds#periodStartDate ocds:periodStartDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Period ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Period ." ; rdfs:label "period start date" . ### http://data.tbfy.eu/ontology/ocds#procurementMethod ocds:procurementMethod rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "direct" ; rdf:rest [ rdf:type rdf:List ; rdf:first "limited" ; rdf:rest [ rdf:type rdf:List ; rdf:first "open" ; rdf:rest [ rdf:type rdf:List ; rdf:first "selective" ; rdf:rest rdf:nil ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#method" ; rdfs:label "procurement method" . ### http://data.tbfy.eu/ontology/ocds#procurementMethodDetails ocds:procurementMethodDetails rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "procurement method details" . ### http://data.tbfy.eu/ontology/ocds#procurementMethodRationale ocds:procurementMethodRationale rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "procurement method rationale" . ### http://data.tbfy.eu/ontology/ocds#procurementRationale ocds:procurementRationale rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Plan ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Plan " ; rdfs:label "procurement rationale" . ### http://data.tbfy.eu/ontology/ocds#projectId ocds:projectId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Project ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Budget ." ; rdfs:label "project id" . ### http://data.tbfy.eu/ontology/ocds#quantity ocds:quantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Use in OCDS ontology: Item." ; rdfs:isDefinedBy "OCDS schema: Item ." ; rdfs:label "quantity" . ### http://data.tbfy.eu/ontology/ocds#region ocds:region rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Address." ; rdfs:isDefinedBy "OCDS schema: Address ." ; rdfs:label "region" . ### http://data.tbfy.eu/ontology/ocds#submissionMethod ocds:submissionMethod rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "electronicAuction" ; rdf:rest [ rdf:type rdf:List ; rdf:first "electronicSubmission" ; rdf:rest [ rdf:type rdf:List ; rdf:first "inPerson" ; rdf:rest [ rdf:type rdf:List ; rdf:first "written" ; rdf:rest rdf:nil ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#submission-method" ; rdfs:label "submission method" . ### http://data.tbfy.eu/ontology/ocds#submissionMethodDetails ocds:submissionMethodDetails rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "submission method details" . ### http://data.tbfy.eu/ontology/ocds#tenderId ocds:tenderId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." ; rdfs:label "tender id" . ### http://data.tbfy.eu/ontology/ocds#tenderStatus ocds:tenderStatus rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Tender ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "active" ; rdf:rest [ rdf:type rdf:List ; rdf:first "cancelled" ; rdf:rest [ rdf:type rdf:List ; rdf:first "complete" ; rdf:rest [ rdf:type rdf:List ; rdf:first "planned" ; rdf:rest [ rdf:type rdf:List ; rdf:first "planning" ; rdf:rest [ rdf:type rdf:List ; rdf:first "unsuccessful" ; rdf:rest [ rdf:type rdf:List ; rdf:first "withdrawn" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ; rdfs:isDefinedBy "OCDS schema v1.1: Tender ." , "http://standard.open-contracting.org/latest/en/schema/codelists/#tender-status" ; rdfs:label "tender status" . ### http://data.tbfy.eu/ontology/ocds#transactionDataSource ocds:transactionDataSource rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Transaction ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "transaction data source" . ### http://data.tbfy.eu/ontology/ocds#transactionDate ocds:transactionDate rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Transaction ; rdfs:range xsd:dateTime ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "transaction date" . ### http://data.tbfy.eu/ontology/ocds#transactionId ocds:transactionId rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Transaction ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction ." ; rdfs:label "transaction id" . ### http://data.tbfy.eu/ontology/ocds#unit ocds:unit rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Item." ; rdfs:isDefinedBy "OCDS schema: Item ." ; rdfs:label "unit" . ### http://data.tbfy.eu/ontology/ocds#valueAmount ocds:valueAmount rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Value ; rdfs:range xsd:decimal ; rdfs:isDefinedBy "OCDS schema v1.1: Value ." ; rdfs:label "value amount" . ### http://data.tbfy.eu/ontology/ocds#valueCurrency ocds:valueCurrency rdf:type owl:DatatypeProperty ; rdfs:domain ocds:Value ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: Value ." ; rdfs:label "value currency" . ### http://purl.org/dc/terms/description dc:description rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Budget, Tender, Award, Contract, Amendment, Document, Item, Milestone." ; rdfs:isDefinedBy "http://purl.org/dc/terms/description" ; rdfs:label "description" . ### http://purl.org/dc/terms/format dc:format rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:isDefinedBy "Use in OCDS ontology: Document." , "http://purl.org/dc/terms/format" , "https://www.iana.org/assignments/media-types/media-types.xhtml" ; rdfs:label "format" . ### http://purl.org/dc/terms/language dc:language rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:isDefinedBy "Use in OCDS ontology: Document." , "http://purl.org/dc/terms/language" ; rdfs:label "language" . ### http://purl.org/dc/terms/title dc:title rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Project, Tender, Award, Contract, Document, Milestone." ; rdfs:isDefinedBy "http://purl.org/dc/terms/title" ; rdfs:label "title" . ### http://schema.org/URL rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: ContactPoint, Document." ; rdfs:isDefinedBy "https://schema.org/URL" ; rdfs:label "url" . ### http://schema.org/addressCountry rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Address." ; rdfs:isDefinedBy "OCDS schema v1.1: Address ." , "http://schema.org/addressCountry" ; rdfs:label "country" . ### http://schema.org/addressLocality rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Address." ; rdfs:isDefinedBy "OCDS schema v1.1: Address ." , "http://schema.org/addressLocality" ; rdfs:label "locality" . ### http://schema.org/email rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "OCDS schema v1.1: ContactPoint ." , "Use in OCDS ontology: ContactPoint." ; rdfs:isDefinedBy "http://schema.org/email" ; rdfs:label "email" . ### http://schema.org/faxNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:isDefinedBy "OCDS schema v1.1: ContactPoint ." , "Use in OCDS ontology: ContactPoint." , "http://schema.org/faxNumber" ; rdfs:label "fax number" . ### http://schema.org/name rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Organization, ContactPoint." ; rdfs:isDefinedBy "https://schema.org/name" ; rdfs:label "name" . ### http://schema.org/postalCode rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Address." ; rdfs:isDefinedBy "OCDS schema v1.1: Address ." , "http://schema.org/postalCode" ; rdfs:label "postal code" . ### http://schema.org/streetAddress rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Use in OCDS ontology: Address." ; rdfs:isDefinedBy "OCDS schema v1.1: Address ." , "http://schema.org/streetAddress" ; rdfs:label "street address" . ### http://schema.org/telephone rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "OCDS schema v1.1: ContactPoint ." , "Use in OCDS ontology: ContactPoint." ; rdfs:isDefinedBy "http://schema.org/telephone" ; rdfs:label "telephone" . ### http://www.w3.org/ns/org#identifier org:identifier rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf ; rdfs:domain ocds:Organisation ; rdfs:comment "Many different national and international identifier schemes are available from other vocabularies. The ORG ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for skos:notation of which this property is a specialization." ; rdfs:isDefinedBy "OCDS schema v1.1: Parties , i.e., Primary identifier." , "https://www.w3.org/TR/vocab-org/#org:identifier" . ################################################################# # Classes ################################################################# ### http://data.tbfy.eu/ontology/ocds#Address ocds:Address rdf:type owl:Class ; ocds:usesDataProperty ocds:region , , , , ; rdfs:comment "Uses also the following data type properties: addressCountry, addressLocality, postalCode, streeAddress, region." ; rdfs:isDefinedBy "OCDS schema v1.1: Adress." ; rdfs:label "Address" . ### http://data.tbfy.eu/ontology/ocds#Amendment ocds:Amendment rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAmendment ; owl:allValuesFrom ocds:Amendment ] ; ocds:usesDataProperty dc:description ; rdfs:comment "Uses also the following data type properties: description." ; rdfs:isDefinedBy "OCDS schema v1.1: Amendment." ; rdfs:label "Amendment" . ### http://data.tbfy.eu/ontology/ocds#Award ocds:Award rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAmendment ; owl:allValuesFrom ocds:Amendment ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAwardValue ; owl:allValuesFrom ocds:Value ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAwardedContractPeriod ; owl:allValuesFrom ocds:Period ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAwardedItem ; owl:allValuesFrom ocds:Item ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isIssuedForTender ; owl:allValuesFrom ocds:Tender ] ; ocds:usesDataProperty dc:description , dc:title ; rdfs:comment "Uses also the following data type properties: title, description." ; rdfs:isDefinedBy "OCDS schema v1.1: Award." ; rdfs:label "Award" . ### http://data.tbfy.eu/ontology/ocds#Budget ocds:Budget rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasReservedValue ; owl:allValuesFrom ocds:Value ] ; ocds:usesDataProperty ocds:URI , dc:description ; rdfs:comment "Uses also the following data type properties: description, URI." ; rdfs:isDefinedBy "OCDS schema v1.1: Budget." ; rdfs:label "Budget" . ### http://data.tbfy.eu/ontology/ocds#ContactPoint ocds:ContactPoint rdf:type owl:Class ; ocds:usesDataProperty , , , , , , , , ; rdfs:comment "Uses also the following data type properties: faxNumber, telephone, email, addressCountry, postalCode, addressLocality, streetAddress, name, url." ; rdfs:isDefinedBy "OCDS schema v1.1: ContactPoint." ; rdfs:label "ContactPoint" . ### http://data.tbfy.eu/ontology/ocds#Contract ocds:Contract rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAmendment ; owl:allValuesFrom ocds:Amendment ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContractImplementation ; owl:allValuesFrom ocds:Implementation ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContractPeriod ; owl:allValuesFrom ocds:Period ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContractValue ; owl:allValuesFrom ocds:Value ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContractedItem ; owl:allValuesFrom ocds:Item ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMilestone ; owl:allValuesFrom ocds:Milestone ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isIssuedForAward ; owl:allValuesFrom ocds:Award ] ; ocds:usesDataProperty dc:description , dc:title ; rdfs:comment "Uses also the following data type properties: title, description." ; rdfs:isDefinedBy "OCDS schema v1.1: Contact." ; rdfs:label "Contract" . ### http://data.tbfy.eu/ontology/ocds#ContractingProcess ocds:ContractingProcess rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAward ; owl:allValuesFrom ocds:Award ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContract ; owl:allValuesFrom ocds:Contract ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasPlan ; owl:allValuesFrom ocds:Plan ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasRelatedProcess ; owl:allValuesFrom ocds:ContractingProcess ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasTender ; owl:allValuesFrom ocds:Tender ] ; ocds:usesDataProperty dc:description , dc:title ; rdfs:isDefinedBy "OCDS schema v1.1." ; rdfs:label "ContractingProcess" . ### http://data.tbfy.eu/ontology/ocds#Document ocds:Document rdf:type owl:Class ; ocds:usesDataProperty dc:description , dc:format , dc:language , dc:title , ; rdfs:comment "Uses also the following data type properties: language, format, title, description, url." ; rdfs:isDefinedBy "OCDS schema v1.1: Document." ; rdfs:label "Document" . ### http://data.tbfy.eu/ontology/ocds#Implementation ocds:Implementation rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMilestone ; owl:allValuesFrom ocds:Milestone ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasTransaction ; owl:allValuesFrom ocds:Transaction ] ; rdfs:isDefinedBy "OCDS schema v1.1: Implementation." ; rdfs:label "Implementation" . ### http://data.tbfy.eu/ontology/ocds#Item ocds:Item rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAdditionalClassification ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasClassification ; owl:allValuesFrom ] ; ocds:usesDataProperty ocds:quantity , ocds:unit , dc:description ; rdfs:comment "Uses also following data properties: quantity, unit, description." ; rdfs:isDefinedBy "OCDS schema v1.1: Item." ; rdfs:label "Item" . ### http://data.tbfy.eu/ontology/ocds#Milestone ocds:Milestone rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] ; ocds:usesDataProperty dc:description , dc:title ; rdfs:comment "Uses also the following data type properties: title, description." ; rdfs:isDefinedBy "OCDS schema v1.1: Milestone." ; rdfs:label "Milestone" . ### http://data.tbfy.eu/ontology/ocds#Organisation ocds:Organisation rdf:type owl:Class ; rdfs:subClassOf org:Organization , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAddress ; owl:allValuesFrom ocds:Address ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasContactPoint ; owl:allValuesFrom ocds:ContactPoint ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isBuyerFor ; owl:allValuesFrom ocds:ContractingProcess ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isPayeeFor ; owl:allValuesFrom ocds:Transaction ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isPayerFor ; owl:allValuesFrom ocds:Transaction ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isProcuringEntityFor ; owl:allValuesFrom ocds:Tender ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isSupplierFor ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( ocds:Award ocds:Contract ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:isTendererFor ; owl:allValuesFrom ocds:Tender ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:playsRoleIn ; owl:allValuesFrom ocds:ContractingProcess ] ; ocds:usesDataProperty ocds:URI , ocds:legalName , ; rdfs:comment "Uses also the following data type properties: legalName, name, URI." ; rdfs:isDefinedBy "OCDS schema v1.1: Organization." ; rdfs:label "Organization" . ### http://data.tbfy.eu/ontology/ocds#Period ocds:Period rdf:type owl:Class ; rdfs:isDefinedBy "OCDS schema v1.1: Period." ; rdfs:label "Period" . ### http://data.tbfy.eu/ontology/ocds#Plan ocds:Plan rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasBudget ; owl:allValuesFrom ocds:Budget ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMilestone ; owl:allValuesFrom ocds:Milestone ] ; rdfs:isDefinedBy "OCDS schema v1.1: Planning." ; rdfs:label "Plan" . ### http://data.tbfy.eu/ontology/ocds#Project ocds:Project rdf:type owl:Class ; ocds:usesDataProperty dc:title ; rdfs:comment "Uses also the following data type properties: title." ; rdfs:isDefinedBy "OCDS schema v1.1: Budget." ; rdfs:label "Project" . ### http://data.tbfy.eu/ontology/ocds#Tender ocds:Tender rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAmendment ; owl:allValuesFrom ocds:Amendment ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasAwardPeriod ; owl:allValuesFrom ocds:Period ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasDocument ; owl:allValuesFrom ocds:Document ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasEstimatedContractPeriod ; owl:allValuesFrom ocds:Period ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasItemToBeProcured ; owl:allValuesFrom ocds:Item ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMaxEstimatedValue ; owl:allValuesFrom ocds:Value ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMilestone ; owl:allValuesFrom ocds:Milestone ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasMinEstimatedValue ; owl:allValuesFrom ocds:Value ] , [ rdf:type owl:Restriction ; owl:onProperty ocds:hasTenderPeriod ; owl:allValuesFrom ocds:Period ] ; ocds:usesDataProperty dc:description , dc:title ; rdfs:comment "Uses also the following data type properties: title, description." ; rdfs:isDefinedBy "OCDS schema v1.1: Tender." ; rdfs:label "Tender" . ### http://data.tbfy.eu/ontology/ocds#Transaction ocds:Transaction rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ocds:hasTransactionValue ; owl:allValuesFrom ocds:Transaction ] ; ocds:usesDataProperty ocds:URI ; rdfs:comment "Uses also the following data type properties: URI." ; rdfs:isDefinedBy "OCDS schema v1.1: Transaction." ; rdfs:label "Transaction" . ### http://data.tbfy.eu/ontology/ocds#Value ocds:Value rdf:type owl:Class ; rdfs:isDefinedBy "OCDS schema v1.1: Value." ; rdfs:label "Value" . ### http://www.w3.org/ns/org#Organization org:Organization rdf:type owl:Class . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi