Esempio n. 1
0
    def _metadata(cls):
        """Returns a RDF graph representing the meta-data in the Project
        Gutenberg catalog.

        """
        try:
            return cls.__metadata
        except AttributeError:
            cls.__metadata = load_metadata()
            return cls.__metadata
Esempio n. 2
0
    def _metadata(cls):
        """Returns a RDF graph representing the meta-data in the Project
        Gutenberg catalog.

        """
        try:
            return cls.__metadata
        except AttributeError:
            cls.__metadata = load_metadata()
            return cls.__metadata
Esempio n. 3
0
    def _metadata(cls):
        """Returns a RDF graph representing the meta-data in the Project
        Gutenberg catalog.

        """
        return load_metadata()
Esempio n. 4
0
    def _metadata(cls):
        """Returns a RDF graph representing the meta-data in the Project
        Gutenberg catalog.

        """
        return load_metadata()