linked-data
Here are 517 public repositories matching this topic...
We need to document which modules need to be externalized in webpack configuration in order to create web applications using rdflib and solid-auth-client.
Example external section of webpack configuration file:
externals: {
'node-fetch': 'fetch',
'text-encoding': 'TextEncoder',
'whatwg-url': 'window',
'isomorphic-fetch': 'fetch',
'@trust/webcrypto': 'cry
Actually there is now way to see the real running version on solid.community or dev.inrupt.net and inrupt.net displays NSS 5.1.4
When creating a clean new server the NSS version is displayed
Could it be related to the migration process from one version to the next where :
data/solidServerName/index.html is not updated (solidServerName being solid.community or inrupt.n
The doc-comment for Store.open indicates the following (my emphasis):
If create is True a store will be created if it does not already exist. If create is False and a store does not already exist an exception is raised
However, an exception is not raised by the sleepycat store, the only store in the standard library for which the create flag is meaningful. For sleepycat, in the case th
Description
Trying to build a React App using jsonld in a sub node_module causes the following error.
/Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: /Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: Property name expected type of string but got null
There's only one instance of jsonld. v1.8.1
@xxx/xxxxxxx@1.0.0 /Users/xxxxxx
└─┬ @api-platform/admin@2.0.1
├─┬ @api-plat
Currently we give a 500 when we try to do an insert/delete if the variable is unbound. Instead we should throw a nice JSON error that can be interpreted on the client.
e.g.
{"when" : [ {"true" : []},
{"insert" : ["v:a", "v:b", "v:c"]}]}
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,
I think this is a problem with astropy, but I'm not able to create profile viewers with this cube in glue...
https://faun.rc.fas.harvard.edu/czucker/HI4PI_cartesian_galcenter.fits
[It's a big cube -- 8 GB, sorry!]
I motion to split "block layer" and "codec layer" and do so consistently across all our specs and docs.
Fundamental reason: the work the codec code does is almost entirely about how to encode/linearize/serialize/whatever-you-call-it Data Model trees into flat bytes (and of course vice versa, unfurling flat bytes to DM). It's very little to do with blocks. There's two separate things going on
The README needs ContextResolver docs. Perhaps similar to:
digitalbazaar/pyld#112 (comment)
cc: @gkellogg @azaroth42
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).
To help users unfamiliar with SMW to find features and supplementary functions which are normally not enabled by default, I created [0] as starting point.
I would appreciate if some people from the community find the time to finalize and complete the list.
Tasks
- Identify features and supplementary functions
- SMWSearch
- Add separate summary sections to the
smw@wiki
I'm hoping to work on forgefed integration in gitea, or a standalone go forge.
As there is a lot of prior work done here already it only makes sense to improve the overall community by contributing to this and related work under go-fed.
I'm not really sure where to start at the moment so just wanted to drop in here and see if there is something you would recommend to start with or somewhere
-
Updated
May 18, 2020 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
Currently we run the environment check when there's a version upgrade and a database migration—we don't run it when there's a just a version upgrade. Since our dependencies may change when there's no database migration, we should probably run the environment check during every upgrade.
It'd be useful to have a protocol extended to all types to check for:
uri?lang-string?xsd-string?resource?(URI or blank node)literal?non-native-literal?(a boxed literal, i.e. not one mapped to a native platform type)blank-node?(currently implemented as a multimethod)
-
Updated
Jun 17, 2020 - Java
Environment
- Python 3.7.6
tensorflow==1.14.0
Log
$ python build_vocab.py data/monument_300/data_300.en > data/monument_300/vocab.en
WARNING:tensorflow:From build_vocab.py:44: VocabularyProcessor.__init__ (from tensorflow.contrib.learn.python.learn.preprocessing.text) is deprecated and will be removed in a future version.
Instructions for updating:
Please use tensorfl-
Updated
Oct 17, 2018 - Java
Calling Java functions is not supported by open-source Saxon versions after 9.1.0.8. Their usage makes Web-Client locked into a 10+ year old dependency while latest Saxon supports XSLT 3.0.
There are not that many such functions used in the stylesheets:
mxw:getConstructedSource()java:java.util.UUIDjava:java.net.URLDecoder- unused?
It should be possible to implement and regi
We should create a hook that listens to NSS Web Sockets (https://github.com/solid/solid-spec/blob/master/api-websockets.md) and returns the last update.
For instance:
const { document, date } = useLastUpdate('http://example.org/foo', 'http://example.org/bar');and, with a small component wrapper:
<TrackUpdates subscribe="http://example.org/foo,http://example.org/bar">I'm not completely sure if this is a ckanext-dcat issue or further upstream, so I'm starting at the bottom :)
This is running CKAN 2.2 on a 64bit AWS Linux AMI base and ckanext-harvest commands are being invoked by hand e.g.
paster --plugin=ckanext-harvest harvester fetch_consumer --config='/etc/ckan/default/production.ini'
et cetera
In using ckanext-dcat to harvest a DCAT document (ht
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Feb 5, 2020 - Java
Hi, Is it possible to add in readme more information about support?
- What are the feature necessary for LDflex to work?
- Is Node supported?
- Are browsers supported? Which ones?
- Can polyfills help?
UI for that will be available as recommender user interface for disambiguation in (semi)automatic tagging in Django based Open Semantic Search Apps.
Improve this page
Add a description, image, and links to the linked-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linked-data topic, visit your repo's landing page and select "manage topics."
Description