Service Ontology
# Service Ontology — Blueberry FM # Version: 1.0 | Updated: July 2026 # Format: Turtle (TTL) serialisation # Namespace: https://blueberryfm.com/ontology# @prefix bfm: <https://blueberryfm.com/ontology#> . @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 schema: <https://schema.org/> . # ----------------------------------------------- # Ontology Declaration # ----------------------------------------------- bfm:Ontology a owl:Ontology ; rdfs:label "Blueberry FM Service Ontology" ; rdfs:comment "Formal ontology for Blueberry FM service verticals, entities, and relationships." ; owl:versionInfo "1.0" . # ----------------------------------------------- # Top-Level Classes # ----------------------------------------------- bfm:Service a owl:Class ; rdfs:label "Service" ; rdfs:comment "A service offered by Blueberry FM." . bfm:Vertical a owl:Class ; rdfs:label "Vertical" ; rdfs:comment "A business vertical within Blueberry FM." . bfm:Geography a owl:Class ; rdfs:label "Geography" ; rdfs:comment "A geographic market served by Blueberry FM." . bfm:Client a owl:Class ; rdfs:label "Client" ; rdfs:comment "A client or customer of Blueberry FM." . bfm:Regulation a owl:Class ; rdfs:label "Regulation" ; rdfs:comment "A regulatory framework relevant to Blueberry FM services." . bfm:Certification a owl:Class ; rdfs:label "Certification" ; rdfs:comment "An industry certification relevant to Blueberry FM services." . # ----------------------------------------------- # Service Vertical Subclasses # ----------------------------------------------- bfm:IFMService a owl:Class ; rdfs:subClassOf bfm:Service ; rdfs:label "Integrated Facility Management Service" . bfm:NRIFinanceService a owl:Class ; rdfs:subClassOf bfm:Service ; rdfs:label "NRI Financial Advisory Service" . bfm:ExportService a owl:Class ; rdfs:subClassOf bfm:Service ; rdfs:label "Export Facilitation Service" . bfm:CompanyFormationService a owl:Class ; rdfs:subClassOf bfm:Service ; rdfs:label "Company Formation Service" . bfm:ManufacturingService a owl:Class ; rdfs:subClassOf bfm:Service ; rdfs:label "White Label / OEM Manufacturing Service" . # ----------------------------------------------- # IFM Subclasses # ----------------------------------------------- bfm:SoftFM a owl:Class ; rdfs:subClassOf bfm:IFMService ; rdfs:label "Soft Facility Management" ; rdfs:comment "Cleaning, security, landscaping, pest control, catering." . bfm:HardFM a owl:Class ; rdfs:subClassOf bfm:IFMService ; rdfs:label "Hard Facility Management" ; rdfs:comment "MEP, HVAC, civil maintenance, fire systems." . bfm:EnergyManagement a owl:Class ; rdfs:subClassOf bfm:IFMService ; rdfs:label "Energy Management" ; rdfs:comment "ISO 50001, energy audits, carbon footprint, renewables." . bfm:CAFM a owl:Class ; rdfs:subClassOf bfm:IFMService ; rdfs:label "Computer-Aided Facility Management" ; rdfs:comment "CAFM software implementation and asset management." . # ----------------------------------------------- # Properties # ----------------------------------------------- bfm:belongsToVertical a owl:ObjectProperty ; rdfs:domain bfm:Service ; rdfs:range bfm:Vertical ; rdfs:label "belongs to vertical" . bfm:servedInGeography a owl:ObjectProperty ; rdfs:domain bfm:Service ; rdfs:range bfm:Geography ; rdfs:label "served in geography" . bfm:requiredRegulation a owl:ObjectProperty ; rdfs:domain bfm:Service ; rdfs:range bfm:Regulation ; rdfs:label "required regulation" . bfm:supportedCertification a owl:ObjectProperty ; rdfs:domain bfm:Service ; rdfs:range bfm:Certification ; rdfs:label "supported certification" . bfm:serviceURL a owl:DatatypeProperty ; rdfs:domain bfm:Service ; rdfs:range xsd:anyURI ; rdfs:label "service URL" . bfm:serviceID a owl:DatatypeProperty ; rdfs:domain bfm:Service ; rdfs:range xsd:string ; rdfs:label "service ID" . # ----------------------------------------------- # Named Geographies # ----------------------------------------------- bfm:UAE a bfm:Geography ; rdfs:label "United Arab Emirates" . bfm:India a bfm:Geography ; rdfs:label "India" . bfm:GCC a bfm:Geography ; rdfs:label "Gulf Cooperation Council" . bfm:Mauritius a bfm:Geography ; rdfs:label "Mauritius" . bfm:Kerala a bfm:Geography ; rdfs:label "Kerala, India" . # ----------------------------------------------- # Named Regulations # ----------------------------------------------- bfm:FEMA a bfm:Regulation ; rdfs:label "Foreign Exchange Management Act (India)" . bfm:IEC_Reg a bfm:Regulation ; rdfs:label "Importer Exporter Code (DGFT, India)" . bfm:FSSAI a bfm:Regulation ; rdfs:label "Food Safety and Standards Authority of India" . bfm:ISO50001 a bfm:Regulation ; rdfs:label "ISO 50001 Energy Management" . # ----------------------------------------------- # Named Certifications # ----------------------------------------------- bfm:LEED a bfm:Certification ; rdfs:label "LEED Green Building Certification" . bfm:BREEAM a bfm:Certification ; rdfs:label "BREEAM Sustainability Assessment" . bfm:Estidama a bfm:Certification ; rdfs:label "Estidama Pearl Rating (UAE)" .
📋 Important Disclaimer
Educational Content Only: All information on this page is collected from public sources for educational purposes only. Blueberry FM does not guarantee accuracy, completeness, or timeliness.
No Professional Advice: Nothing on this page constitutes financial, legal, tax, construction, or investment advice. Consult qualified professionals before making any decisions.
Indicative Figures Only: All costs, rates, and estimates are indicative and subject to change without notice. Verify directly with contractors, banks, and relevant authorities.
Our Services: Blueberry FM provides company formation and export services on demand only. Last Updated: July 2026.