@prefix : <http://www.semanticweb.org/vorachet/ontologies/2569/6/untitled-ontology-21/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.semanticweb.org/vorachet/ontologies/2569/6/untitled-ontology-21/> .

<https://ontology.norasi-team.com/norasi> rdf:type owl:Ontology .

#################################################################
#    Data properties
#################################################################

###  https://ontology.norasi-team.com/norasi#website
:website rdf:type owl:DatatypeProperty ;
         rdfs:subPropertyOf owl:topDataProperty ;
         rdfs:range xsd:string .


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

###  https://ontology.norasi-team.com/norasi#Company
:Company rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://ontology.norasi-team.com/norasi#NORASI
:NORASI rdf:type owl:NamedIndividual ,
                 :Company ;
        :website "norasi-team.com" .


###  Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
