Adrian Pohl

Results 18 comments of Adrian Pohl

We are using schema.org a lot in https://oerworldmap.org (https://github.com/hbz/oerworldmap) and had to add some funding information. In the end we decided to use the [ Funding, Research Administration and Projects...

I see several reasons the data couldn't be processed as you wish: 1. It is not valid JSON-LD: The `@context` links do not point to valid [JSON-LD context files](https://www.w3.org/TR/json-ld/#the-context) (see...

You might also think about using https://skohub.io as it supports following tags/subjects/concepts by making them ActivityPub actors and also provides auto-suggest. This would not exclude the use Wikidata as you...

I was confused by only getting the JSON-LD context when looking up https://www.w3.org/ns/activitystreams (`$ curl -LH "accept:application/ld+json" https://www.w3.org/ns/activitystreams`) as I expected an RDFS or OWL file. When I did not...

> the `inbox` property is missing (and some others) The inbox property is taken from the Linked Data Platform vocabulary: https://www.w3.org/ns/ldp#inbox (see also `$ curl -H "accept:application/ld+json" https://www.w3.org/ns/activitystreams | grep...

Re. GET with payload body, I like [this post](https://evertpot.com/get-request-bodies/) which made me aware of the HTTP QUERY Method ([current draft](https://www.rfc-editor.org/rfc/internet-drafts/draft-ietf-httpbis-safe-method-w-body-03.html)). The post mentioned writes: > This is a new method,...

In today's meeting we decided to: 1. work on a concrete use case (from RPB, @acka47 will provide it) 2. focus on an implementation for Metafix 2. support different RDF...

As required, here is my use case. In RPB data we only have notations for RPB subject, e.g. `#30 _sn584060_[/]#30a_sn584070_`, see [here](https://github.com/hbz/rpb/blob/c7ec553df6c3142a90adda440004735068925c05/conf/RPB-Export_HBZ_Titel_Test.txt#L29). I can create the correct concept URI with...

> I want to hint to one advantage of an genuine SKOS lookup we can use one ttl-file for multiple lookups instead of generating multiple tsv files be it automated...

@sroertgen as you are here: I know you extensively use SKOS files for normalizing data in an ETL process. Are your use cases adressed in this issue or do you...