#
rdf
Here are 1,467 public repositories matching this topic...
Minimalist and opinionated feed reader
-
Updated
Apr 8, 2022 - Go
A JSON-LD Processor and API implementation in JavaScript
-
Updated
Apr 6, 2022 - JavaScript
A curated list of various semantic web and linked data resources.
-
Updated
Mar 31, 2022
Protege Desktop
java
rdf
semantics
owl
ontology
knowledge-graph
obo
protege
knowledge-management
reasoning
ontology-engineering
protege-desktop
-
Updated
Mar 25, 2022 - Java
Blazegraph High Performance Graph Database
-
Updated
Sep 3, 2021 - Java
Feed reader which supports RSS/ATOM/JSON and many web-based feed services.
atom
rss
c-plus-plus
qt
feedly
rdf
aggregator
rss-reader
nextcloud
gmail
feed-reader
freshrss
json-feed
theoldreader
tiny-tiny-rss
inoreader
rss-guard
bazqux
-
Updated
Apr 10, 2022 - C++
editor
linked-data
solid
rdf
decentralized
annotations
semantic-web
activity-stream
webid
ldp
rdfa
semantic-publishing
web-annotation
social-web
social-machine
linked-research
rww
citations
linked-data-notifications
solid-app
-
Updated
Mar 21, 2022 - JavaScript
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
-
Updated
Mar 27, 2022 - Java
Lightning fast, spec-compatible, streaming RDF for JavaScript
-
Updated
Apr 9, 2022 - JavaScript
Visualizing ontologies on the Web
-
Updated
Dec 20, 2021 - JavaScript
The webprotege code base
rdf
semantics
owl
ontology
knowledge-graph
webapp
obo
ontologies
knowledge-management
ontology-engineering
-
Updated
Mar 30, 2022 - Java
JSON-LD processor written in Python
-
Updated
May 26, 2021 - Python
This is the core development repository for BrightstarDB.
-
Updated
Sep 27, 2020 - C#
A wrapper for a remote SPARQL endpoint
-
Updated
Mar 19, 2022 - Python
Research photo management
-
Updated
Apr 6, 2022 - JavaScript
semantic
query
database
wiki
linked-data
sparql
rdf
mediawiki
collaboration
semantic-web
semantic-data
mediawiki-extension
semantic-mediawiki
smw
knowledge-graph
lod
knowledge-management
result-format
wiki-database
-
Updated
Apr 7, 2022 - PHP
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
jupyter
graph
sparql
rdf
neptune
jupyter-notebook
apache
gremlin
tinkerpop
cypher
opencypher
jupyter-widgets
-
Updated
Apr 9, 2022 - Jupyter Notebook
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
-
Updated
Mar 29, 2022 - Ruby
cknoll
commented
Dec 22, 2021
This issue serves as place to note candidate projects (via url), which might be added to the list.
Update (2022-01-29): I initially planned to use this issue as a public place to note down candidates to add them by later myself. Now, I try to ping people involved in those projects. Benefits:
- Information added is more accurate
- People get to know of this list
- Saves time for me
Update:
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
JSON-LD implementation for Java
-
Updated
Feb 16, 2022 - Java
dukesun99
commented
Apr 9, 2021
I encountered below error message when running the examples GreatestNumberProcessor
and GenderRatioProcessor
.
Problematic line was: {"type":"lexeme","id":"L34069","lemmas":{"de":{"la...
Error when reading JSON for entity: Missing type id when trying to resolve subtype of [simple type, class org.wikidata.wdtk.datamodel.implementation.FormDocumentImpl]: missing type id property 'type'
good first issue
Well-scoped issue that can be a good first step to get started
A parser for the SPARQL query language in JavaScript
-
Updated
Nov 29, 2021 - JavaScript
Improve this page
Add a description, image, and links to the rdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdf topic, visit your repo's landing page and select "manage topics."
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.