semantic-web
Here are 630 public repositories matching this topic...
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")
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
Self-explanatory.
-
Updated
Mar 8, 2018 - Scala
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
I think we're very light on community, up to date involved people and meetsup / forums and co.
Basically the question is: Where is the community?
contributing.md
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
-
Updated
May 5, 2020 - Ruby
Instead of:
{
Get {
Things {
Article {
title
url
wordCount
HasAuthors {
... on Author {
name
}
... on Publication {
name
}
}
}
}
}
}Use
{
Get {
Things {
Article {
title
url
-
Updated
May 7, 2019 - PHP
-
Updated
May 5, 2020 - TypeScript
-
Updated
May 17, 2019 - PHP
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
May 8, 2020 - TypeScript
-
Updated
Apr 1, 2020
-
Updated
Jun 30, 2019 - Prolog
@JensLehmann @patrickwestphal @SimonBin
In order to have a complete and up-to-date documentation, all available components need to be annotated. For instance, several heuristics do not have an annotation, thus, they do not occur in the current documentation. Moreover, all config options should be described.
-
Updated
Apr 29, 2020 - Python
-
Updated
Oct 17, 2018 - Java
Label: New Term Request
In annotating diseases with HPO, we would like to be able to use phenotypic gender as a clinical modifier (e.g. to note specific disease phenotypes that may only be present or more frequent in one gender). That idea is alluded to in the documentation of the new annotation format, but the terms are missing from the Clinical Modifier subontology. Can you add these terms?
-
Updated
Feb 23, 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.UUIDjava:java.net.URLDecoder- unused?
It should be possible to implement and regi
-
Updated
Jul 14, 2019 - Shell
Clarify development status of Facebook Graph extractor
v1
Outdated docs
The [wandora wiki page][1], last updated in 2010, is for an [app][2] no longer used by the Wandora tool.
{
"category": "Utilities",
"link": "http://www.wandora.org/fb/",
"name": "Wandora",
"id": "45942818365"
}Old Facebook App Still Live
The old facebook app is sti
-
Updated
Feb 5, 2020 - Java
-
Updated
May 4, 2020 - 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: