We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbecf23 commit bbc4c12Copy full SHA for bbc4c12
rdflib/plugins/shared/jsonld/context.py
@@ -5,7 +5,6 @@
5
# https://github.com/RDFLib/rdflib-jsonld/blob/feature/json-ld-1.1/rdflib_jsonld/context.py
6
from __future__ import annotations
7
8
-from collections import namedtuple
9
from collections.abc import Collection, Generator
10
from typing import (
11
TYPE_CHECKING,
@@ -717,5 +716,3 @@ class Term(NamedTuple):
717
716
#: If true, marks the term as protected, meaning it cannot be overridden by a subcontext.
718
#: See https://www.w3.org/TR/json-ld11/#protected-term-definitions
719
protected: bool = False
720
-
721
-Context.terms
0 commit comments