@prefix weave: <http://purl.org/weave/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

weave:
  skos:prefLabel "WEAVE"@en ;
  a skos:Concept, skos:ConceptScheme .

weave:Reliabilityandtesting
  skos:broader weave:Validation ;
  skos:inScheme weave: ;
  skos:prefLabel "Reliability and testing"@en ;
  a skos:Concept .

weave:Validation
  skos:prefLabel "Validation"@en ;
  a skos:Concept ;
  skos:narrower weave:Reliabilityandtesting .

