semantic-web
Here are 600 public repositories matching this topic...
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:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
This is of concern for systems that use hashes of documents for content-based addressing and also digital signatures. Hashing the result of jsonld.normalize is common practice for these purposes.
Hashing algorithms readily accept '' (an empty string) as a valid input. Since a valid hash is produced, this sort of issue may go unnoticed.
Would it be possible to throw an error instead of
-
Updated
Mar 8, 2018 - Scala
Use semantic tags where appropriate in the application's HTML markup.
I'm trying to create a multiple snapshots/releases/versions of an article. I found rel:latest-version, rel:predecessor-version but no real-world example of a publication with versions. My approach would be:
- put current version at
http://example.org/article - put versions at
http://example.org/article/X.Y.ZwhereX.Y.Zis a version number - link versions with
rel:latest-version,
Hi,
wanted to ask if anyone out there has used extruct on AWS lambda? I tested running extruct function which seems to fail to work for rdfa. Other default metadata types are fine.
A simple test case:
import pprint as pp
import requests
from extruct.rdfa import RDFaExtractor
import config_files.logging_config as log
logger = log.logger
def main():
try:
import e
-
Updated
Mar 10, 2020
I wanted to suggest that documentation for RDF.rb be moved into iRuby notebooks -- i.e., Jupyter notebooks running the Ruby kernel.
Github now supports the rendering of Jupyter notebooks in the browser (see my gist of some notes about Ruby).
-
Updated
Mar 10, 2020 - Python
The following is a response to an email I received, I'm answering it here to ensure the information is appropriately disseminated and can be referenced to.
Requiring the user to define all properties is not nice. Properties could be created automatically,
though they would need to be checked on every write, since new properties might be required. Creating property pages might also override
In #883 we realized that the docs will be out of date with the new vector-based searches. However, designs are still being finalized as we are already implementing parts of it. Therefore we aim to have this issue to group all documentation tasks into once the designs have been agreed upon
Todos
- Document
Explore { Concepts }- usage
- explain normalized distance
- [
-
Updated
Mar 7, 2020 - Ruby
-
Updated
May 7, 2019 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Mar 4, 2020 - TypeScript
-
Updated
Mar 4, 2020 - Clojure
-
Updated
Dec 18, 2019
-
Updated
Jun 30, 2019 - Prolog
-
Updated
Sep 5, 2019 - TypeScript
-
Updated
Feb 26, 2020 - Java
-
Updated
Oct 17, 2018 - Java
-
Updated
Mar 8, 2020 - Python
Most irrelevant output from travis comes from ROBOTS InvalidReferenceViolation. These errors are virtually meaningless for ontology curators, but may provide inside for ontology engineers like myself. The goal of this issue is to first catalog and then clear the output of the QC pipeline. These are the subgoals:
- Identify all types of reference violations and divide into FIX and SUPPRESS
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Feb 23, 2020
-
Updated
Jul 14, 2019 - Shell
-
Updated
Dec 5, 2018 - Java
-
Updated
Feb 5, 2020 - Java
-
Updated
Jun 19, 2017 - 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."
We need to document which modules need to be externalized in webpack configuration in order to create web applications using
rdflibandsolid-auth-client.Example
externalsection of webpack configuration file: