Skip to content
#

linked-data

Here are 517 public repositories matching this topic...

bourgeoa
bourgeoa commented Nov 7, 2019

@jaxoncreed

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

mwatts15
mwatts15 commented Mar 27, 2020

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

MarkLyck
MarkLyck commented Feb 25, 2020

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
nichtich
nichtich commented Jun 23, 2019

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.Z where X.Y.Z is a version number
  • link versions with rel:latest-version,
warpfork
warpfork commented Mar 9, 2020

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

mwjames
mwjames commented Jun 30, 2019

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
robjloranger
robjloranger commented Feb 24, 2020

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

jimsafley
jimsafley commented Aug 2, 2019

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.

RickMoynihan
RickMoynihan commented Nov 21, 2019

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)
NSpM
mommi84
mommi84 commented Apr 27, 2020

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
namedgraph
namedgraph commented Mar 16, 2020

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.UUID
  • java:java.net.URLDecoder - unused?

It should be possible to implement and regi

keithamoss
keithamoss commented May 14, 2015

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

Improve this page

Add a description, image, and links to the linked-data topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.