@prefix : . @prefix BFO: . @prefix NIFRID: . @prefix oboInOwl: . @prefix owl: . @prefix PATO: . @prefix rdf: . @prefix rdfs: . @prefix toward: . @prefix xml: . @prefix xsd: . a owl:Ontology ; owl:versionIRI ; owl:imports , , , , , , ; rdfs:comment "This module imports all the common 'backend' modules needed by the NIFSTD core modules."@en ; owl:versionInfo "3.0"@en ; NIFRID:modifiedDate "October 16, 2017"@en . ### Classes NIFRID:oboInOwlClass a owl:Class ; rdfs:label "oboInOwlClass"@en ; rdfs:subClassOf NIFRID:BackendClass ; rdfs:comment "Parent class of all the 'Extra' classes generated by OBO-to-OWL converted ontologies. The OBO-to-OWL converter specification can be found here: http://www.berkeleybop.org/obo-conv.cgi"@en . ### Annotations oboInOwl:DbXref rdfs:subClassOf NIFRID:oboInOwlClass . oboInOwl:Definition rdfs:subClassOf NIFRID:oboInOwlClass . oboInOwl:ObsoleteClass rdfs:subClassOf owl:DeprecatedClass . oboInOwl:Subset rdfs:subClassOf NIFRID:oboInOwlClass . oboInOwl:Synonym rdfs:subClassOf NIFRID:oboInOwlClass . oboInOwl:SynonymType rdfs:subClassOf NIFRID:oboInOwlClass . toward: rdfs:comment "Examples: sensitivity towards chlorine."^^xsd:string . ### Serialized using the pyontutils deterministic serializer v1.1.3