@prefix : <http://sweetontology.net/state/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sost: <http://sweetontology.net/state/> .
@base <http://sweetontology.net/state> .

<http://sweetontology.net/state> rdf:type owl:Ontology ;
                                  rdfs:label "SWEET Ontology State" ;
                                  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                  owl:versionInfo "3.6.0" .

#################################################################
#    Classes
#################################################################

###  http://sweetontology.net/state/BinaryState
sost:BinaryState rdf:type owl:Class ;
                  rdfs:subClassOf sost:State ;
                  rdfs:label "binary state"@en .


###  http://sweetontology.net/state/State
sost:State rdf:type owl:Class ;
            rdfs:label "state"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
