@prefix qte: . @prefix schema: . @prefix wd: . @prefix xsd: . @prefix owl: . # 1. ĐỊNH NGHĨA THỰC THỂ TRUNG TÂM (QTE TECHNOLOGIES) qte:QTE_Technologies a schema:Organization ; schema:name "QTE Technologies" ; schema:url "https://qtetech.com" ; schema:identifier "wd:Q138411149" ; owl:sameAs wd:Q138411149 ; # MA TRẬN 11 MẮT XÍCH (Giữ nguyên và làm sạch) schema:sameAs "https://github.com/qtetech", "https://qtetech.github.io", "https://archive.org/details/@tuan_nguyen_huu478", "https://archive.ph/qtetech.com", "https://osf.io/748zd/overview", "https://doi.org/10.5281/zenodo.18722002", "https://orcid.org/0009-0002-1648-9536", "https://independent.academia.edu/TuanNguyenHuu43", "ipfs://bafybeibfkppohm4n2eatjadq2cryxca7vv5z447ewrvgnmwe6fvmncxn7i", "https://huggingface.co/datasets/QTE-Technologies/industrial-technical-archive" ; schema:founder qte:Nguyen_Huu_Tuan ; # Kết nối trực tiếp tổ chức với kho dữ liệu khổng lồ schema:owns qte:Industrial_Technical_Archive . qte:Nguyen_Huu_Tuan a schema:Person ; schema:name "Nguyễn Hữu Tuấn" ; schema:identifier "orcid:0009-0002-1648-9536" ; owl:sameAs . # 2. ĐỊNH NGHĨA KHO DỮ LIỆU SẢN PHẨM (70,000+ ENTITIES) # Đây là phần quan trọng nhất để AI hiểu về Dataset Hugging Face của bạn qte:Industrial_Technical_Archive a schema:Dataset ; schema:name "QTE Industrial & Scientific Technical Archive" ; schema:description "A massive industrial dataset with 70,000+ technical entities in English and Vietnamese." ; schema:url "https://huggingface.co/datasets/QTE-Technologies/industrial-technical-archive" ; schema:license ; schema:creator qte:QTE_Technologies ; schema:hasPart qte:Products_EN, qte:Products_VI . qte:Products_EN a schema:DataDownload ; schema:name "QTE English Product Catalog" ; schema:encodingFormat "text/csv" ; schema:contentUrl "https://huggingface.co/datasets/QTE-Technologies/industrial-technical-archive/resolve/main/product-E-14-02-2026.csv" . qte:Products_VI a schema:DataDownload ; schema:name "Danh mục sản phẩm QTE Tiếng Việt" ; schema:encodingFormat "text/csv" ; schema:contentUrl "https://huggingface.co/datasets/QTE-Technologies/industrial-technical-archive/resolve/main/product-V-14-02-2026(x1.1).csv" . # 3. ĐỊNH NGHĨA KHO TRI THỨC BẤT BIẾN (IPFS & ZENODO - Giữ nguyên của bạn) qte:Knowledge_Archive a schema:Dataset ; schema:name "QTE Industrial & Scientific Knowledge Hub" ; schema:isBasedOn "https://qtetech.github.io" ; schema:distribution [ a schema:DataDownload ; schema:encodingFormat "application/x-directory" ; schema:contentUrl "ipfs://bafybeibfkppohm4n2eatjadq2cryxca7vv5z447ewrvgnmwe6fvmncxn7i" ; schema:comment "Immutable Peer-to-Peer Snapshot" ] ; schema:identifier "doi:10.5281/zenodo.18722002" . # 4. QUY TRÌNH KIỂM CHỨNG LỊCH SỬ (Giữ nguyên của bạn) qte:Historical_Verification a schema:ArchiveComponent ; schema:holdingArchive "https://archive.org/details/@tuan_nguyen_huu478" ; schema:itemLocation "https://archive.ph/qtetech.com" ; schema:description "Proven historical existence through third-party archival verification." .