Skip to content
#

rdf

Here are 992 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

nicholascar
nicholascar commented Mar 20, 2020

Graph().parse("some-file.ttl", format="turtle") is a common way to load RDF into an rdflib Graph. We have methods such as rdflib.util.guess_format() to guess format from the file extensions so what we need now is for guess_format() to be triggered automatically if format is not given so parse() can be used like this:

Graph().parse("some-file.ttl")
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,
osma
osma commented Oct 7, 2015

The documentation (derived from the docstring) for the method EasyRdf_Resource->label claims that it will return a string, but actually it will return an EasyRdf_Literal instance:
http://www.easyrdf.org/docs/api/EasyRdf_Resource.html#method_label

The same applies for EasyRdf_Graph->label:
http://www.easyrdf.org/docs/api/EasyRdf_Graph.html#method_label

I noticed because Scrutinizer complains abou

Awsmolak
Awsmolak commented Feb 17, 2020

I was experimenting with changing store persistence types between append-only and rewritable. The documentation only mentions that there is a way to "truncate" the datastore. I assume tha this truncation process is actually referring to the ConsolidateStore() method. If so, it should probably be called out in that section of the documentation.

Also, if that truly is the case, the way the docu

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
wetneb
wetneb commented Nov 13, 2019

We have introduced getUnitItemId() recently (551f3da06), solving a discrepancy with the rest of the interfaces: units are items, so they should be represented by ItemIdValues instead of Strings.

However, we have not adapted the Datamodel helper to create quantities using an ItemIdValue as unit. We should do that, and deprecate methods/constructions which rely on passing Strings around

danowar2k
danowar2k commented Sep 14, 2017

Brief description of the issue.

My last feature request for now: Right now you can only select one feed at a time in the feed list. Sometimes it would be nice if you could select multiple feeds to mark them all as read at once.

For example, like in the Windows explorer, select/deselect entries with CTRL+left click, select a range of entries using SHIFT+left click.

Improve this page

Add a description, image, and links to the rdf 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 rdf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.