.. _program_listing_file_src_rdf4cpp_namespaces_BFLC.hpp: Program Listing for File BFLC.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``src/rdf4cpp/namespaces/BFLC.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef RDF4CPP_BFLC_HPP #define RDF4CPP_BFLC_HPP #include namespace rdf4cpp::namespaces { struct BFLC : ClosedNamespace { static constexpr std::string_view prefix = "http://id.loc.gov/ontologies/bflc/"; static constexpr std::array suffixes = {"AppliesTo", "CreatorCharacteristic", "DemographicGroup", "Eidr", "EncodingLevel", "GrooveCutting", "ImageBitDepth", "MachineModel", "MetadataLicensor", "OperatingSystem", "PrimaryContribution", "ProgrammingLanguage", "Relation", "Relationship", "Relief", "SeriesAnalysis", "SeriesClassification", "SeriesNumbering", "SeriesNumberingPeculiarities", "SeriesProvider", "SeriesSequentialDesignation", "SeriesTracing", "SeriesTreatment", "TransliteratedTitle"}; explicit BFLC(storage::DynNodeStoragePtr node_storage = storage::default_node_storage) : ClosedNamespace{prefix, suffixes, node_storage} { } }; } // namespace rdf4cpp::namespaces #endif //RDF4CPP_BFLC_HPP