@prefix : <http://sweetontology.net/proc/> .
@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 soproc: <http://sweetontology.net/proc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/proc> .

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

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

###  http://sweetontology.net/proc/Force
soproc:Force rdf:type owl:Class ;
           rdfs:subClassOf soproc:Process ;
           rdfs:label "force"@en .


###  http://sweetontology.net/proc/Interaction
soproc:Interaction rdf:type owl:Class ;
                 rdfs:subClassOf soproc:Process ;
                 rdfs:label "interaction"@en .


###  http://sweetontology.net/proc/Process
soproc:Process rdf:type owl:Class ;
             rdfs:label "process"@en .


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