@prefix : <http://sweetontology.net/propBinary/> .
@prefix sopropb: <http://sweetontology.net/propBinary/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 sopropcat: <http://sweetontology.net/propCategorical/> .
@prefix sorepmf: <http://sweetontology.net/reprMathFunction/> .
@prefix soprop: <http://sweetontology.net/prop/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/propBinary> .

<http://sweetontology.net/propBinary> rdf:type owl:Ontology ;
                                       owl:imports <http://sweetontology.net/prop> ,
                                                   <http://sweetontology.net/propCategorical> ,
                                                   <http://sweetontology.net/reprMathFunction> ;
                                       rdfs:label "SWEET Ontology Property Binary" ;
                                       dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                       owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/propBinary/BinaryProperty
sopropb:BinaryProperty rdf:type owl:Class ;
                   rdfs:subClassOf soprop:Property ,
                                   sorepmf:BinaryFunction ;
                   rdfs:label "binary property"@en .


###  http://sweetontology.net/propBinary/Free
sopropb:Free rdf:type owl:Class ;
         rdfs:subClassOf sopropb:BinaryProperty ;
         rdfs:label "free"@en .


###  http://sweetontology.net/propBinary/Polarity
sopropb:Polarity rdf:type owl:Class ;
             rdfs:subClassOf soprop:ChemicalProperty ,
                             sopropb:BinaryProperty ;
             rdfs:label "polarity"@en .


###  http://sweetontology.net/reprMathFunction/BinaryFunction
sorepmf:BinaryFunction rdf:type owl:Class .


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