OWL

Protocolo Semântico e de Dados

Web Ontology Language — W3C standard for defining formal ontologies as collections of classes, properties, individuals, and logical axioms over RDF graphs. Based on Description Logic, providing decidable reasoning for class hierarchies, property restrictions, and individual classification. Used extensively in biomedical, library science, and enterprise knowledge representation, though community center of gravity in newer semantic-web work has shifted toward shapes-based approaches (SHACL, ShEx). Co-designed with the W3C Semantic Web Suite.

Comunidade

Detalhes

Licença Specification only; reasoners and tooling under various open-source licenses (HermiT, Pellet, ELK, FaCT++, Apache Jena, OWL API)
Status de Dev 🏁 Final
Detalhe do Status de Dev Released / Mature but declining adoption — actively maintained as a W3C Recommendation, but newer semantic-web work has shifted toward shapes-based validation (SHACL, ShEx) and lightweight vocabularies; OWL remains heavily used in specific domains (biomedical ontologies, library science, enterprise KR)
Proprietário W3C; OWL Working Group; OWL 2 Working Group
Órgão de Governança W3C (Recommendation track — OWL and OWL 2 Working Groups)
País International (W3C)
Ano de Início 2004
Stack Specification (W3C Recommendation); implementations include OWL API (Java), HermiT reasoner (Java), Pellet (Java), ELK (Java; specialized for EL profile), FaCT++ (C++), owlready2 (Python)
Financiamento W3C standards process; volunteer-led Working Groups
Última Investigação 1 de jul. de 2026

Domínios de Caso de Uso

Capacidades

Rastreamento de procedência Formatos interoperáveis

Protocolo Semântico e de Dados Atributos

Origens Knowledge representation / Description Logic (formalization of earlier knowledge representation work — DAML+OIL was the immediate predecessor)
Banco de Dados Triple stores with OWL reasoning support (Stardog, GraphDB, AllegroGraph); ontology stored as RDF graph
Linguagem de Consulta SPARQL (with OWL reasoning extensions in some implementations)
Formatos de Dados OWL/XML (XML serialization); Manchester syntax (human-readable); Functional syntax; Turtle (RDF-based); RDF/XML — multiple equivalent serializations
Edição Colaborativa em Tempo Real N/A (specification)
Edição de Texto Rico N/A
Suporte Móvel Library-level
Suporte Web Yes (Web-oriented as part of Semantic Web stack; JSON-LD serialization possible for OWL ontologies)
Aplicativos Nativos Protégé (popular ontology editor, cross-platform); various command-line and library tools
Termos Open standard — W3C Recommendation
Fundos N/A
Baseado Em Description Logic (formal logic framework); DAML+OIL (immediate predecessor); RDF (underlying graph data model); first-order logic concepts
Compatibilidade com a Web Semântica Native — OWL is built on RDF and is part of the W3C Semantic Web Suite
Maturidade / Padronização do Protocolo W3C Recommendation (Mature, declining adoption) — OWL 1.0 (2004); OWL 2 (2009, second edition 2012); still actively maintained but community has shifted toward SHACL for validation use cases
Tipo de Vocabulário / Ontologia Meta-vocabulary for defining ontologies — provides constructs (Class, ObjectProperty, DatatypeProperty, Restriction, etc.) that domain ontologies use to define their own vocabularies; supports formal reasoning (consistency checking, classification, inference)
Padrão de Uso Biomedical ontologies (Gene Ontology, SNOMED CT, NCI Thesaurus); library science (FRBR, BIBFRAME); enterprise knowledge representation; semantic data integration; less common in newer linked-data work where shapes-based validation has displaced reasoning-based approaches