RDFLib (original) (raw)

About DBpedia

RDFLib es una biblioteca de Python para trabajar con RDF. La biblioteca contiene una parser/serializador de RDF/XML conforme con la última revisión de la especificación de la sintaxis de RDF/XML. La biblioteca maneja grafos, tanto en memoria como de manera persistente. Creada y mantenida por , la biblioteca ha sido desarrollada por contribuciones de varias personas.

thumbnail

Property Value
dbo:abstract RDFLib es una biblioteca de Python para trabajar con RDF. La biblioteca contiene una parser/serializador de RDF/XML conforme con la última revisión de la especificación de la sintaxis de RDF/XML. La biblioteca maneja grafos, tanto en memoria como de manera persistente. Creada y mantenida por , la biblioteca ha sido desarrollada por contribuciones de varias personas. (es) RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. This library contains parsers/serializers for almost all of the known RDF serializations, such as RDF/XML, Turtle, N-Triples, & JSON-LD, many of which are now supported in their updated form (e.g. Turtle 1.1). The library also contains both in-memory and persistent Graph back-ends for storing RDF information and numerous convenience functions for declaring graph namespaces, lodging SPARQL queries and so on. It is in continuous development with the most recent stable release, rdflib 6.1.1 having been released on 20 December 2021. It was originally created by Daniel Krech with the first release in November, 2002. A number of other Python projects use rdflib for RDF manipulation, including: * OWL-RL - A simple implementation of the OWL2 RL Profile (reasoning engine) * pySHACL - a Python SHACL validator * pyLDAPI - an add-on module for the Python Flask web framework used to deliver Linked Data * pyLODE - a Web Ontology Language documentation tool (en)
dbo:genre dbr:Library_(computer_science)
dbo:latestReleaseDate 2022-07-16 (xsd:date)
dbo:latestReleaseVersion 6.2.0
dbo:programmingLanguage dbr:Python_(programming_language)
dbo:releaseDate 2002-06-04 (xsd:date)
dbo:thumbnail wiki-commons:Special:FilePath/logo-rdflib.png?width=300
dbo:wikiPageExternalLink http://www.rdfhdt.org/ https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.term.URIRef https://pypi.org/project/rdflib/6.1.1/ https://schema.org/%22) https://schema.org/Person https://schema.org/name https://schema.org/name%22), https://schema.org/url https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.graph.Graph https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.namespace.Namespace https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.term.BNode https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.term.Literal https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html%23rdflib.term.Variable https://rdflib.readthedocs.io/en/latest/rdf_terms.html http://www.w3.org/2002/07/rdf-identifer-terminology/ https://github.com/RDFLib/OWL-RL https://github.com/RDFLib/pyLDAPI https://github.com/RDFLib/pySHACL https://github.com/cosminbasca/surfrdf https://github.com/hsolbrig/funowl https://github.com/mnot/sparta https://github.com/rdflib/pyLODE
dbo:wikiPageID 5423881 (xsd:integer)
dbo:wikiPageLength 25933 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1106225530 (xsd:integer)
dbo:wikiPageWikiLink dbr:Python_(programming_language) dbr:Berkeley_DB dbc:Resource_Description_Framework dbr:Resource_Description_Framework dbr:Cross-platform dbr:SHACL dbr:SPARQL dbr:SQLite dbr:Graph_(data_structure) dbr:MySQL dbr:N-Triples dbr:Named_graph dbr:Zope_Object_Database dbc:RDF_data_access dbr:Closed_world_assumption dbr:Idiom dbr:Web_Ontology_Language dbr:Flask_(web_framework) dbr:Notation_3 dbr:Iteration dbr:Redland_RDF_Application_Framework dbr:JSON-LD dbr:API dbc:Python_(programming_language)_libraries dbr:Open-world_assumption dbr:Random-access_memory dbr:XML_Schema_(W3C) dbr:Linked_Data dbr:Library_(computer_science)
dbp:developer Daniel Krech , Gunnar Grimnes, Joern Hees , Nicholas J. Car (en)
dbp:genre dbr:Library_(computer_science)
dbp:latestReleaseDate 2022-07-16 (xsd:date)
dbp:latestReleaseVersion 6.200000 (xsd:double)
dbp:license BSD (en)
dbp:logo logo-rdflib.png (en)
dbp:name RDFLib (en)
dbp:operatingSystem dbr:Cross-platform
dbp:programmingLanguage dbr:Python_(programming_language)
dbp:released 2002-06-04 (xsd:date)
dbp:wikiPageUsesTemplate dbt:GitHub dbt:Empty_section dbt:Infobox_software dbt:Mono dbt:Official_website dbt:Quotation dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Update dbt:Manual
dbp:wordnet_type http://www.w3.org/2006/03/wn/wn20/instances/synset-software-noun-1
dcterms:subject dbc:Resource_Description_Framework dbc:RDF_data_access dbc:Python_(programming_language)_libraries
gold:hypernym dbr:Library
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 dbo:Library yago:Software106566077
rdfs:comment RDFLib es una biblioteca de Python para trabajar con RDF. La biblioteca contiene una parser/serializador de RDF/XML conforme con la última revisión de la especificación de la sintaxis de RDF/XML. La biblioteca maneja grafos, tanto en memoria como de manera persistente. Creada y mantenida por , la biblioteca ha sido desarrollada por contribuciones de varias personas. (es) RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. This library contains parsers/serializers for almost all of the known RDF serializations, such as RDF/XML, Turtle, N-Triples, & JSON-LD, many of which are now supported in their updated form (e.g. Turtle 1.1). The library also contains both in-memory and persistent Graph back-ends for storing RDF information and numerous convenience functions for declaring graph namespaces, lodging SPARQL queries and so on. It is in continuous development with the most recent stable release, rdflib 6.1.1 having been released on 20 December 2021. It was originally created by Daniel Krech with the first release in November, 2002. (en)
rdfs:label RDFLib (es) RDFLib (en)
owl:sameAs freebase:RDFLib wikidata:RDFLib dbpedia-es:RDFLib https://global.dbpedia.org/id/4thaC
prov:wasDerivedFrom wikipedia-en:RDFLib?oldid=1106225530&ns=0
foaf:depiction wiki-commons:Special:FilePath/logo-rdflib.png
foaf:isPrimaryTopicOf wikipedia-en:RDFLib
foaf:name RDFLib (en)
is dbo:wikiPageRedirects of dbr:RDFlib
is dbo:wikiPageWikiLink of dbr:CubicWeb dbr:List_of_SPARQL_implementations dbr:RDFlib dbr:Turtle_(syntax)
is foaf:primaryTopic of wikipedia-en:RDFLib