Commit 7bf3b4d3 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

close #33

parent 18f688ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,4 +4,4 @@ priorVersion_zero=There exists no version prior to %s published on the SAREF pub
priorVersion=There exists a release version %s that is the greatest version lower than %s that is published on the SAREF public portal. Therefore the ontology document shall contain exactly one metadata `owl:priorVersion`. The value for this metadata shall be %s
priorVersion=There exists a release version %s that is the greatest version lower than %s that is published on the SAREF public portal. Therefore the ontology document shall contain exactly one metadata `owl:priorVersion`. The value for this metadata shall be %s
imports=If the ontology document contains some `owl:imports` declaration, then each value of the declaration shall be an Ontology Version IRI of a SAREF project version
imports=If the ontology document contains some `owl:imports` declaration, then each value of the declaration shall be an Ontology Version IRI of a SAREF project version
preferredNamespacePrefix=The ontology document shall contain exactly one metadata `vann:preferredNamespacePrefix`. The value for this metadata shall be an `xsd:string` literal with lexical form `%s`
preferredNamespacePrefix=The ontology document shall contain exactly one metadata `vann:preferredNamespacePrefix`. The value for this metadata shall be an `xsd:string` literal with lexical form `%s`
preferredNamespaceUri=The ontology document shall contain exactly one metadata `vann:preferredNamespaceUri`. The value for this metadata shall be an `xsd:anyURI` literal with lexical form `%s`
preferredNamespaceUri=The ontology document shall contain exactly one metadata `vann:preferredNamespaceUri`. The value for this metadata shall be an `xsd:string` literal with lexical form `%s`
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ sarefsh:preferredNamespacePrefix sh:path vann:preferredNamespacePrefix ;
sarefsh:preferredNamespaceUri sh:path vann:preferredNamespaceUri ;
sarefsh:preferredNamespaceUri sh:path vann:preferredNamespaceUri ;
  sh:severity sh:Violation ;
  sh:severity sh:Violation ;
  sh:nodeKind sh:Literal ;
  sh:nodeKind sh:Literal ;
  sh:datatype xsd:anyURI ;
  sh:datatype xsd:string ;
  sh:minCount 1 ;
  sh:minCount 1 ;
  sh:maxCount 1 .
  sh:maxCount 1 .