semantic-web
Here are 692 public repositories matching this topic...
A JSON-LD Processor and API implementation in JavaScript
-
Updated
Nov 17, 2020 - JavaScript
Self-explanatory.
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.
-
Updated
Mar 8, 2018 - Scala
-
Updated
Nov 27, 2020 - JavaScript
A curated list of various semantic web and linked data resources.
-
Updated
Oct 29, 2020
Extract embedded metadata from HTML markup
-
Updated
Nov 23, 2020 - Python
JSON-LD processor written in Python
-
Updated
Oct 9, 2020 - Python
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
-
Updated
Nov 21, 2020 - Ruby
-
Updated
Nov 23, 2020 - PHP
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
-
Updated
Jun 24, 2020 - Ruby
JSON-LD TypeScript types for Schema.org vocabulary
-
Updated
Nov 26, 2020 - TypeScript
JSON-LD processor for PHP
-
Updated
Jun 17, 2020 - PHP
PHP implementation of a JSON-LD Processor and API
-
Updated
May 17, 2019 - PHP
Type-checked Schema.org JSON-LD for React
-
Updated
Nov 25, 2020 - TypeScript
The handling of binding substitution fails for queries of the form select (func(?x) as ?y). For a binding x=foo the output is select (func('foo' as ?x) as ?y) when it should be select (func('foo') as ?y). The current code only works for select ?x ?y ?z type queries. Regex needs to be modified to ignore patterns that are preceeded by 'as'.
Linked Data & RDF Manufacturing Tools in Clojure
-
Updated
Aug 1, 2020 - Clojure
TopicDB is a topic maps-based semantic graph store (using PostgreSQL for persistence)
-
Updated
Oct 19, 2020 - Python
KBPedia Knowledge Graph & Knowledge Ontology (KKO)
-
Updated
Aug 4, 2020
A tool for supervised Machine Learning in OWL and Description Logics
-
Updated
Nov 17, 2020 - Java
Free and open source A.I. system based on Python, TensorFlow and Prolog.
-
Updated
Jun 30, 2019 - Prolog
Ontology for the description of human clinical features
-
Updated
Nov 25, 2020 - Makefile
A Python frontend to Ontologies.
-
Updated
Nov 3, 2020 - Python
Storing ontologies/vocabularies from the web. Wish anybody can translate some of them.
-
Updated
Feb 23, 2020
GraphQL interface for querying and serving linked data on the Web.
-
Updated
Nov 26, 2020 - Java
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
Nov 17, 2020 - JavaScript
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
-
Updated
Dec 5, 2018 - Java
Chinese Open Information Extraction (Tree-based Triple Relation Extraction Module)
-
Updated
Jun 19, 2017 - Python
grlc builds Web APIs using shared SPARQL queries
-
Updated
Nov 16, 2020 - Python
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."


Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either: