Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ConjunctiveGraph.serialize to format as TriG by default (#1674) #2373

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 19, 2023

  1. fix: supercharged ConjunctiveGraph.serialize to format as TriG by def…

    …ault (RDFLib#1674)
    
    Created method ConjunctiveGraph.serialize(..., format='trig', ...).
    
    Because of typing problems I replaced some annotations in the
    overloaded methods of rdflib.Graph.serialize, so that in subclasses
    serialize knows, that it returns type(self) and not Graph.
    
    Because Graph.serialize annotations are still incompatible with
    ConjunctiveGraph.serialize added type: ignore [overriden]
    to let mypy skip that method.
    WhiteGobo authored and aucampia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    414b060 View commit details
    Browse the repository at this point in the history
  2. mypy validates the serialize of ConjunctiveGraph

    WhiteGobo committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f5ec2ce View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    23dc298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b808d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    002bc06 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b10be47 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    9688e4e View commit details
    Browse the repository at this point in the history