Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L loki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 45
    • Issues 45
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pro
  • loki
  • Issues
  • #42

Closed
Open
Created Nov 26, 2017 by Krzysztof Kutt@kkuttMaintainer

PROV: two semicolons in generated file

Two semicolons appeared in the generated PROV file. It was not properly parsed in visualisation tool (by V. Perepeliak)...

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix loki: <http://loki.ia.agh.edu.pl/wiki/ns#> .
@prefix lokipage: <http://localhost:8800/doku.php?id=> .
@prefix lokievent: <http://localhost:8800/doku.php?id=special:lokievent#> .
@prefix lokiuser: <http://localhost:8800/doku.php?id=user:> .
 
lokipage:start34 a prov:Entity .
lokipage:start34_1510585137 a prov:Entity ;
	prov:specializationOf lokipage:start34 ;
	prov:wasGeneratedBy lokievent:created_start34_1510585137 .
lokievent:created_start34_1510585137 a prov:Activity ;
	prov:wasAssociatedWith lokiuser:vapsel ;
	dc:description "created" ;
	loki:whatWasDone "New content added" ;
	loki:whyWasDone "Knowledge database expansion" ;
 ; // <---- WHEN THIS LINE WAS REMOVED, THE FILE WAS PROPERLY PARSED
	prov:used lokipage:test ;
	loki:attributeRichness [ loki:valueBefore ""; loki:valueAfter "" ] ;
	loki:averagePopulation [ loki:valueBefore ""; loki:valueAfter "" ] ;
	loki:sizeOfVocabulary [ loki:valueBefore "0"; loki:valueAfter "0" ] ;
	loki:edgeNodeRatio [ loki:valueBefore "0"; loki:valueAfter "0" ] .
Assignee
Assign to
Time tracking