OWL
Semantic & Data Protocol
Comunidade
Links
Detalhes
Licença Specification only; reasoners and tooling under various open-source licenses (HermiT, Pellet, ELK, FaCT++, Apache Jena, OWL API)
Status de Dev 🟢 Ativo
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
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
Semantic & Data Protocol Atributos
Origins Knowledge representation / Description Logic (formalization of earlier knowledge representation work — DAML+OIL was the immediate predecessor)
Database Triple stores with OWL reasoning support (Stardog, GraphDB, AllegroGraph); ontology stored as RDF graph
Query Language SPARQL (with OWL reasoning extensions in some implementations)
Data Formats OWL/XML (XML serialization); Manchester syntax (human-readable); Functional syntax; Turtle (RDF-based); RDF/XML — multiple equivalent serializations
Collaborative Live Editing N/A (specification)
Rich Text Editing N/A
Mobile Support Library-level
Web Support Yes (Web-oriented as part of Semantic Web stack; JSON-LD serialization possible for OWL ontologies)
Native Apps Protégé (popular ontology editor, cross-platform); various command-line and library tools
Terms Open standard — W3C Recommendation
Funds N/A
Based On Description Logic (formal logic framework); DAML+OIL (immediate predecessor); RDF (underlying graph data model); first-order logic concepts
Semantic Web Compatibility Native — OWL is built on RDF and is part of the W3C Semantic Web Suite
Protocol Maturity / Standardization 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
Vocabulary / Ontology Type 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)
Usage Pattern 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