rdf_vocabularies_core 0.4.2
rdf_vocabularies_core: ^0.4.2 copied to clipboard
Core RDF vocabularies as Dart constants - essential semantic web vocabularies (RDF, RDFS, OWL, FOAF, Dublin Core, etc.)
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.2 - 2025-07-24 #
0.4.1 - 2025-07-24 #
Fixed #
- Improved release automation workflow
- Enhanced documentation generation and deployment
- Streamlined publishing process with proper dependency management
0.4.0 - 2025-07-24 #
Added #
- Initial release as separate core vocabularies package
- Core RDF vocabularies: RDF, RDFS, OWL, XSD, SKOS, Dublin Core, FOAF, vCard, ACL, LDP, GEO, and more
- Optimized package size (~5MB) for projects not requiring Schema.org vocabularies
- Comprehensive test suite with class-specific access patterns
- Class-specific examples using
FoafPerson,VcardAddress, etc.
Migration #
- 100% API compatibility with original
rdf_vocabulariespackage - Direct replacement for projects using core vocabularies only
- All import statements remain unchanged when switching from meta-package