
    01i                        % S r SSKrSSKrSSKJr  \R                  " S5      rSr\S   r\\	S'   Sr
/ S	Qr\R                  " \5      r SSKr\" \S
5      (       d  \R"                  br  \" \R$                  S5      (       aZ  \R$                  R'                  5       (       a;  \R)                  \R*                  5        \R-                  \R.                  " 5       5        CCSr Sr SSKJrJ r J!r!  SSK"J#r#J$r$J%r%J&r&J'r'J(r(J)r)J*r*J+r+J,r,J-r-J.r.J/r/J0r0J1r1J2r2J3r3J4r4J5r5J6r6J7r7J8r8J9r9J:r:J;r;J<r<J=r=  SSK>J?r?J@r@JArAJBrBJCrCJDrD  SSKEJFrFJGrGJHrH  SSKI7  g! \ a    SSKr\R4                  " S\5        C Nf = f)a  A pure Python package providing the core RDF constructs.

The packages is intended to provide the core RDF types and interfaces
for working with RDF. The package defines a plugin interface for
parsers, stores, and serializers that other packages can use to
implement parsers, stores, and serializers that will plug into the
rdflib package.

The primary interface `rdflib` exposes to work with RDF is
[`rdflib.graph.Graph`][rdflib.graph.Graph].

A tiny example:

```python
>>> from rdflib import Graph, URIRef, Literal

>>> g = Graph()
>>> result = g.parse("http://www.w3.org/2000/10/swap/test/meet/blue.rdf")

>>> print("graph has %s statements." % len(g))
graph has 4 statements.
>>>
>>> for s, p, o in g:
...     if (s, p, o) not in g:
...         raise Exception("It better be!")

>>> s = g.serialize(format='nt')
>>>
>>> sorted(g) == [
...  (URIRef("http://meetings.example.com/cal#m1"),
...   URIRef("http://www.example.org/meeting_organization#homePage"),
...   URIRef("http://meetings.example.com/m1/hp")),
...  (URIRef("http://www.example.org/people#fred"),
...   URIRef("http://www.example.org/meeting_organization#attending"),
...   URIRef("http://meetings.example.com/cal#m1")),
...  (URIRef("http://www.example.org/people#fred"),
...   URIRef("http://www.example.org/personal_details#GivenName"),
...   Literal("Fred")),
...  (URIRef("http://www.example.org/people#fred"),
...   URIRef("http://www.example.org/personal_details#hasEmail"),
...   URIRef("mailto:fred@example.com"))
... ]
True

```
    N)metadatardflibzrestructuredtext enVersion__version__z
2026-02-13)(URIRefBNodeIdentifiedNodeLiteralNodeVariable	NamespaceDatasetGraphConjunctiveGraphBRICKCSVWDCDCATDCMITYPEDCTERMSDOAPFOAFODRL2ORGOWLPROFPROVQBRDFRDFSSDOSHSKOSSOSASSNTIMEVANNVOIDXMLNSXSDutilpluginqueryNORMALIZE_LITERALS__file__isattyz__main__ already importedTF)r   r   r   )r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r   )r   r	   r
   r   r   r   )r,   r-   r+   )*)J__doc__loggingsys	importlibr   _DISTRIBUTION_METADATA__docformat__r   str__annotations____date____all__	getLogger__name__logger__main__hasattrstdoutstderrr0   setLevelINFO
addHandlerStreamHandlerImportErrorwarningswarnImportWarningr.   DAWG_LITERAL_COLLATIONrdflib.graphr   r   r   rdflib.namespacer   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r   rdflib.termr   r	   r
   r   r   r   r   r,   r-   r+   rdflib.container     I/home/james-whalen/.local/lib/python3.13/site-packages/rdflib/__init__.py<module>rS      sS  -^  
 !**84 %))4S 4)V 
		8	$ Hj))JJ"CJJ))JJ 	%'//12   0  ( : 9       : O N & & s  MM-}=s   	BE E'&E'