Skip to content

Ability to read and use the prefixes used in SHACL SPARQL target definitions #750

@tfrancart

Description

@tfrancart

we need to be able to read this:

med:S a sh:NodeShape ;
  sh:target [
    sh:select """PREFIX med: <http://data.esante.gouv.fr/ansm/medicament/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT $this WHERE { $this rdfs:subClassOf med:SpecialitePharmaceutique }""";
  ] ;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions