sparna-git / shacl-play

SHACL validation UI, SHACL documentation generator, SHACL generator from RDF.
http://shacl-play.sparna.fr
GNU Lesser General Public License v3.0
25 stars 15 forks source link

Feedback URL in metadata (doap:repository ?) #72

Closed tfrancart closed 2 years ago

tfrancart commented 2 years ago

From @andrea-perego

tfrancart commented 2 years ago

image

Read doap:repository metadata on the owl:Ontology:

@prefix doap: <http://usefulinc.com/ns/doap#> .

<http://myShapes> a owl:Ontology ;
  dcterms:title "the title"@en ;
  doap:repository <https://github.com/europarl/org-ep> .
tfrancart commented 2 years ago

Fixed in online version