semantic-web
Here are 808 public repositories matching this topic...
A JSON-LD Processor and API implementation in JavaScript
-
Updated
Aug 13, 2021 - JavaScript
Self-explanatory.
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.
-
Updated
Mar 8, 2018 - Scala
A curated list of various semantic web and linked data resources.
-
Updated
Jul 22, 2021
Extract embedded metadata from HTML markup
-
Updated
Aug 11, 2021 - Python
-
Updated
Jun 6, 2021 - JavaScript
JSON-LD processor written in Python
-
Updated
May 26, 2021 - Python
JSON-LD TypeScript types for Schema.org vocabulary
-
Updated
Aug 17, 2021 - TypeScript
-
Updated
Aug 12, 2021 - PHP
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
-
Updated
Aug 11, 2021 - Ruby
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
-
Updated
May 20, 2021 - Ruby
Type-checked Schema.org JSON-LD for React
-
Updated
Jul 19, 2021 - TypeScript
JSON-LD processor for PHP
-
Updated
Jun 17, 2020 - PHP
Debug logging for lifecycle methods like initialization and when data has to be re-inferred (eg. when something is deleted).
Trace logging would be per statement to log what gets inferred.
PHP implementation of a JSON-LD Processor and API
-
Updated
May 17, 2019 - PHP
Linked Data & RDF Manufacturing Tools in Clojure
-
Updated
Jun 21, 2021 - Clojure
TopicDB is a topic maps-based semantic graph store (using PostgreSQL for persistence)
-
Updated
Jul 17, 2021 - Python
KBPedia Knowledge Graph & Knowledge Ontology (KKO)
-
Updated
Aug 4, 2020
Ontology for the description of human clinical features
-
Updated
Aug 3, 2021 - Makefile
A Python frontend to Ontologies.
-
Updated
Aug 3, 2021 - Python
Free and open source A.I. system based on Python, TensorFlow and Prolog.
-
Updated
May 13, 2021 - Prolog
A tool for supervised Machine Learning in OWL and Description Logics
-
Updated
Aug 2, 2021 - Java
A curated list of Clojure resources for dealing with graph-like data.
-
Updated
Jun 8, 2021
GraphQL interface for querying and serving linked data on the Web.
-
Updated
Jun 28, 2021 - Java
Storing ontologies/vocabularies from the web. Wish anybody can translate some of them.
-
Updated
Feb 23, 2020
A multi-tool shell script for doing Semantic Web jobs on the command line.
-
Updated
Jul 14, 2019 - Shell
Generic Linked Data browser and UX component framework. Apache license.
-
Updated
Aug 5, 2021 - JavaScript
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
-
Updated
Dec 5, 2018 - Java
Improve this page
Add a description, image, and links to the semantic-web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-web topic, visit your repo's landing page and select "manage topics."


Motivation
It is convenient to be able to iterate over all triples in a
Graphinstance without invokinggraph.triples((None, None, None)). When working with a small instance ofDataset, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__method invoke `self.qua