Skip to content

Shex Resources

goodb edited this page Jun 14, 2019 · 3 revisions

Online shex validation testers:

Visualizers

Documentation

Examples


PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX : <http://a.example/ns#>

<#Pet> EXTRA a {
  a [<#Beagle> <#Spaniel>] ;
  :name [@en @fr]
}

<#Pet2> EXTENDS @<#Pet> {} AND EXTRA a {
  a @<#X>+
}

<#X> {
  rdfs:subClassOf [<#Animal>] OR @<#X>
}
Clone this wiki locally