#
semantic-web
Here are 798 public repositories matching this topic...
A JSON-LD Processor and API implementation in JavaScript
-
Updated
Jun 16, 2021 - JavaScript
brettkromkamp
commented
Oct 5, 2019
Self-explanatory.
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.
nlp
semantic-web
text-annotation
entity-linking
entity-extraction
dbpedia-spotlight
content-tagging
rdfa-annotation
-
Updated
Mar 8, 2018 - Scala
A curated list of various semantic web and linked data resources.
-
Updated
Jul 13, 2021
Extract embedded metadata from HTML markup
-
Updated
Mar 16, 2021 - Python
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
Jun 6, 2021 - JavaScript
JSON-LD processor written in Python
-
Updated
May 26, 2021 - Python
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
Jul 14, 2021 - PHP
JSON-LD TypeScript types for Schema.org vocabulary
typescript
linked-data
semantic-web
ontology
schema-org
knowledge-graph
json-ld
typescript-definitions
schemaorg
-
Updated
Jul 13, 2021 - TypeScript
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
-
Updated
Jun 14, 2021 - Ruby
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
ruby
rails
api
sidekiq
rss
elasticsearch
machine-learning
rest-api
bigdata
semantic-web
feed
rss-feed
dandelion-api
-
Updated
May 20, 2021 - Ruby
Type-checked Schema.org JSON-LD for React
-
Updated
Jun 2, 2021 - 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
hmottestad
commented
Mar 27, 2021
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.
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)
linked-data
python-library
semantic-web
knowledge-graph
graph-database
knowledge-base
knowledge-management
knowledge-representation
topic-map
hypergraphs
-
Updated
Jul 13, 2021 - Python
KBPedia Knowledge Graph & Knowledge Ontology (KKO)
-
Updated
Aug 4, 2020
Ontology for the description of human clinical features
-
Updated
Jul 15, 2021 - Makefile
A Python frontend to Ontologies.
-
Updated
Jul 12, 2021 - Python
Free and open source A.I. system based on Python, TensorFlow and Prolog.
python
natural-language-processing
tensorflow
prolog
semantic-web
artificial-intelligence
knowledgebase
-
Updated
May 13, 2021 - Prolog
A tool for supervised Machine Learning in OWL and Description Logics
-
Updated
May 18, 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.
graphql
linked-data
sparql
rdf
semantic-web
json-ld
schemas
query-language
triplestore
sparql-endpoints
hypermedia-api
-
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.
syntax-highlighting
shell
autocompletion
rdf
pingback
semantic-web
namespace
webid
ldp
turtle
rdf-files
-
Updated
Jul 14, 2019 - Shell
Generic Linked Data browser and UX component framework. Apache license.
client
ui
browser
stylesheets
linked-data
rdf
ux
docker-image
xslt
generic
semantic-web
knowledge-graph
ui-kit
ui-components
ui-widgets
ui-framework
rich-client
-
Updated
Jul 9, 2021 - JavaScript
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
java
semantic
knowledge
information
semantic-web
information-extraction
information-visualization
topicmaps
information-systems
topic-extraction
topic-map
wandora
-
Updated
Dec 5, 2018 - Java
OpenStreetMap for the Semantic Web
-
Updated
Jul 6, 2021 - PHP
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
Graph
instance 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