@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://datashapes.org/dash#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/shacl#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Action a ns0:ShapeClass . ns0:ActionGroup a ns0:ShapeClass . ns0:ActionTestCase a ns0:ShapeClass . ns0:ChangeScript a ns0:ShapeClass . ns0:CommitScript a ns0:ShapeClass . ns0:Constructor a ns0:ShapeClass . ns0:Editor a ns0:ShapeClass . ns0:ExploreAction a ns0:ShapeClass . ns0:FunctionTestCase a ns0:ShapeClass . ns0:GraphService a ns0:ShapeClass . ns0:GraphStoreTestCase a ns0:ShapeClass . ns0:GraphValidationTestCase a ns0:ShapeClass . ns0:IncludedScript a ns0:ShapeClass . ns0:InferencingTestCase a ns0:ShapeClass . ns0:ModifyAction a ns0:ShapeClass . ns0:MultiEditor a ns0:ShapeClass . ns0:MultiViewer a ns0:ShapeClass . ns0:QueryTestCase a ns0:ShapeClass . ns0:ResourceAction a ns0:ShapeClass . ns0:ResourceService a ns0:ShapeClass . ns0:Script a ns0:ShapeClass . ns0:ScriptConstraint a ns0:ShapeClass . ns0:ScriptSuggestionGenerator a ns0:ShapeClass . ns0:ScriptTestCase a ns0:ShapeClass . ns0:ScriptValidator a ns0:ShapeClass . ns0:Service a ns0:ShapeClass . ns0:ShapeClass metadata_def:mappingLoom "shapeclass" ; metadata_def:mappingSameURI ns0:ShapeClass ; metadata_def:prefLabel "Shape class" ; metadata:prefixIRI "dash:ShapeClass" ; ns0:hidden true ; a ns0:ShapeClass, owl:Class, owl:NamedIndividual ; rdfs:comment "A class that is also a node shape. This class can be used as rdf:type instead of the combination of rdfs:Class and sh:NodeShape." ; rdfs:label "Shape class" ; rdfs:subClassOf rdfs:Class, ns1:NodeShape . ns0:SingleEditor a ns0:ShapeClass . ns0:SingleViewer a ns0:ShapeClass . ns0:TestCase a ns0:ShapeClass . ns0:ValidationTestCase a ns0:ShapeClass . ns0:Viewer a ns0:ShapeClass . ns0:Widget a ns0:ShapeClass .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://datashapes.org/dash#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/shacl#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Action
    a ns0:ShapeClass .

ns0:ActionGroup
    a ns0:ShapeClass .

ns0:ActionTestCase
    a ns0:ShapeClass .

ns0:ChangeScript
    a ns0:ShapeClass .

ns0:CommitScript
    a ns0:ShapeClass .

ns0:Constructor
    a ns0:ShapeClass .

ns0:Editor
    a ns0:ShapeClass .

ns0:ExploreAction
    a ns0:ShapeClass .

ns0:FunctionTestCase
    a ns0:ShapeClass .

ns0:GraphService
    a ns0:ShapeClass .

ns0:GraphStoreTestCase
    a ns0:ShapeClass .

ns0:GraphValidationTestCase
    a ns0:ShapeClass .

ns0:IncludedScript
    a ns0:ShapeClass .

ns0:InferencingTestCase
    a ns0:ShapeClass .

ns0:ModifyAction
    a ns0:ShapeClass .

ns0:MultiEditor
    a ns0:ShapeClass .

ns0:MultiViewer
    a ns0:ShapeClass .

ns0:QueryTestCase
    a ns0:ShapeClass .

ns0:ResourceAction
    a ns0:ShapeClass .

ns0:ResourceService
    a ns0:ShapeClass .

ns0:Script
    a ns0:ShapeClass .

ns0:ScriptConstraint
    a ns0:ShapeClass .

ns0:ScriptSuggestionGenerator
    a ns0:ShapeClass .

ns0:ScriptTestCase
    a ns0:ShapeClass .

ns0:ScriptValidator
    a ns0:ShapeClass .

ns0:Service
    a ns0:ShapeClass .

ns0:ShapeClass
    metadata_def:mappingLoom "shapeclass" ;
    metadata_def:mappingSameURI ns0:ShapeClass ;
    metadata_def:prefLabel "Shape class" ;
    metadata:prefixIRI "dash:ShapeClass" ;
    ns0:hidden true ;
    a ns0:ShapeClass, owl:Class, owl:NamedIndividual ;
    rdfs:comment "A class that is also a node shape. This class can be used as rdf:type instead of the combination of rdfs:Class and sh:NodeShape." ;
    rdfs:label "Shape class" ;
    rdfs:subClassOf rdfs:Class, ns1:NodeShape .

ns0:SingleEditor
    a ns0:ShapeClass .

ns0:SingleViewer
    a ns0:ShapeClass .

ns0:TestCase
    a ns0:ShapeClass .

ns0:ValidationTestCase
    a ns0:ShapeClass .

ns0:Viewer
    a ns0:ShapeClass .

ns0:Widget
    a ns0:ShapeClass .