@prefix : <http://sweetontology.net/phenOcean/> .
@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 sopho: <http://sweetontology.net/phenOcean/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@base <http://sweetontology.net/phenOcean> .

<http://sweetontology.net/phenOcean> rdf:type owl:Ontology ;
                                      owl:imports <http://sweetontology.net/phen> ,
                                                  <http://sweetontology.net/realm> ,
                                                  <http://sweetontology.net/rela> ;
                                      rdfs:label "SWEET Ontology Phenomena Ocean" ;
                                      dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                      owl:versionInfo "3.6.0" .

#################################################################
#    Object Properties
#################################################################

###  http://sweetontology.net/rela/hasRealm
sorel:hasRealm rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/phenOcean/OceanPhenomena
sopho:OceanPhenomena rdf:type owl:Class ;
                    rdfs:subClassOf soph:PlanetaryPhenomena ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorel:hasRealm ;
                                      owl:allValuesFrom sorea:Ocean
                                    ] ;
                    rdfs:label "ocean phenomena"@en .


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