Skip to content
#

semantic-web

Here are 630 public repositories matching this topic...

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,
kamilliano
kamilliano commented Jan 10, 2019

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
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
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)
krttrr
krttrr commented Jan 23, 2020

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?

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

Improve this page

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

Learn more

You can’t perform that action at this time.