@prefix : <https://ontology.flandersmake.be/some_ontology/ontology#> .
@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 <https://ontology.flandersmake.be/some_ontology/ontology#> .

<https://ontology.flandersmake.be/some_ontology/ontology> rdf:type owl:Ontology ;
                                                           owl:versionIRI <https://ontology.flandersmake.be/some_ontology/ontology/1.0.1> ;
                                                           <http://purl.org/dc/elements/1.1/abstract> """
{{ABSTRACT}}
"""@en ;
                                                           <http://purl.org/dc/elements/1.1/description> """
{{DESCRIPTION}}
"""@en ;
                                                           <http://purl.org/dc/elements/1.1/title> "The some_ontology ontology"@en ;
                                                           <http://purl.org/dc/terms/created> "2025-01-01"^^xsd:date ;
                                                           <http://purl.org/dc/terms/issued> "2025-11-13"^^xsd:date ;
                                                           <http://purl.org/dc/terms/modified> "2025-11-13"^^xsd:date ;
                                                           <http://purl.org/vocab/vann/preferredNamespacePrefix> "some_prefix" ;
                                                           <http://purl.org/vocab/vann/preferredNamespaceUri> "https://ontology.flandersmake.be/some_ontology/ontology#" ;
                                                           rdfs:comment "An ontology of ..., allowing to ..." ;
                                                           rdfs:label "The some_ontology ontology"@en ;
                                                           owl:versionInfo "1.0.2" ;
                                                           <https://w3id.org/widoco/vocab#introduction> """
{{INTRODUCTION}}
"""@en ;
                                                           <https://w3id.org/widoco/vocab#jsonldSerialization> "match.jsonld" ;
                                                           <https://w3id.org/widoco/vocab#ntSerialization> "match.nt" ;
                                                           <https://w3id.org/widoco/vocab#rdfxmlSerialization> "match.rdf" ;
                                                           <https://w3id.org/widoco/vocab#turtleSerialization> "match.ttl" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/abstract
<http://purl.org/dc/elements/1.1/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#introduction
<https://w3id.org/widoco/vocab#introduction> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#jsonldSerialization
<https://w3id.org/widoco/vocab#jsonldSerialization> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#ntSerialization
<https://w3id.org/widoco/vocab#ntSerialization> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#rdfxmlSerialization
<https://w3id.org/widoco/vocab#rdfxmlSerialization> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#turtleSerialization
<https://w3id.org/widoco/vocab#turtleSerialization> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
