palandlom
palandlom
How one-to-one condition can be implemented? As I understand in SHACL we can define 2 shapes for direct and reverse conditions with sh:maxCount 1; sh:minCount 1 for singe edge (e.g....
SHACL datatype restriction is not working in following situation: Import SHACL restriction (minVal is integer between 0 and 100): ``` call n10s.validation.shacl.import.inline(' @prefix dtc: . @prefix vs: . @prefix sh:...
After I have cloned repository by: ``` r, err := git.PlainClone(directory, false, &git.CloneOptions{Auth: auth, URL: url, ReferenceName: plumbing.NewBranchReferenceName(branch), Progress: os.Stdout}) ``` ... I got `&errors.errorString{s:"non-fast-forward update"}` when tried to `pull`...
По правилу: `VVV -> Word interp (Perm.Action) ;` возвращает причастия (умышленное, установленное, указанным и др), а глаголы пропускает. Если тип залога не указывать: `VVV -> Word interp (Perm.Action) ;` дополнительно...
How it is possible to use mapping-master from java application (I didn't find any tutorial or examples)? I'm interested in case: spreadsheet file + mapping rules file are given as...
After successfully compilation (with [correction](https://github.com/woodenshark/Lightpack/issues/83#issuecomment-524675977) ) I didn't see `/Software/qtserialport` dir with `/libQt5SerialPort.so.5` lib. As I understand this library allows to create `/dev/ttyUSB0` device used by prismatic. What can be...
I try to do it in following way: ```go clt := mgql.NewClient("http://0.0.0.0:7071/graphql", mgql.UseMultipartForm()) query := ` mutation ($files: [Upload!]!) { addLpFiles( input: { files: $files }) {success}}` req := mgql.NewRequest(query)...