Skip to content
Snippets Groups Projects
Commit 9f74f317 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Add ontology created in Protege, with schema + a few contents created by hand

parent 87c95f1a
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri id="Imports Wizard Entry" name="http://www.semanticweb.org/eliott/ontologies/2024/4/macao" uri="macao_schema.ttl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""/>
</catalog>
@prefix : <http://www.semanticweb.org/eliott/ontologies/2024/4/macao/> .
@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/owl/owlapi/turtle#> .
[ rdf:type owl:Ontology ;
owl:imports <http://www.semanticweb.org/eliott/ontologies/2024/4/macao>
] .
#################################################################
# Individuals
#################################################################
### http://www.semanticweb.org/owl/owlapi/turtle#MosEtp129
:MosEtp129 rdf:type owl:NamedIndividual ,
:SousPartie ;
:contientPage :pg60 ,
:pg636 ,
:pg861 ;
:id "129"^^xsd:positiveInteger ;
:titre "Reconnaître les syllabes en anglais oral" .
### http://www.semanticweb.org/owl/owlapi/turtle#MosEtp171
:MosEtp171 rdf:type owl:NamedIndividual ,
:SousPartie .
### http://www.semanticweb.org/owl/owlapi/turtle#MosMod10
:MosMod10 rdf:type owl:NamedIndividual ,
:Module ;
:contientModule :MosMod11 ;
:id "10"^^xsd:positiveInteger ;
:titre "MACAO 1 - S'entraîner à la reconnaissance" .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#MosMod10
:MosMod10 rdf:type owl:Class ;
rdfs:subClassOf :MacaoRoot .
### http://www.semanticweb.org/owl/owlapi/turtle#MosMod11
:MosMod11 rdf:type owl:NamedIndividual ,
:Module ;
:contientSousPartie :MosEtp129 ;
:id "11"^^xsd:positiveInteger ;
:titre "Reconnaître les syllabes" .
### http://www.semanticweb.org/owl/owlapi/turtle#dangerous1.swf
:dangerous1.swf rdf:type owl:NamedIndividual ,
:FlashObject ;
:incluseDans :pg861 .
### http://www.semanticweb.org/owl/owlapi/turtle#dangerous2.swf
:dangerous2.swf rdf:type owl:NamedIndividual ,
:FlashObject .
### http://www.semanticweb.org/owl/owlapi/turtle#every3.swf
:every3.swf rdf:type owl:NamedIndividual ,
:FlashObject ;
:incluseDans :pg861 .
### http://www.semanticweb.org/owl/owlapi/turtle#every4.swf
:every4.swf rdf:type owl:NamedIndividual ,
:FlashObject .
### http://www.semanticweb.org/owl/owlapi/turtle#interresting1.swf
:interresting1.swf rdf:type owl:NamedIndividual ,
:FlashObject ;
:incluseDans :pg861 .
### http://www.semanticweb.org/owl/owlapi/turtle#interresting2.swf
:interresting2.swf rdf:type owl:NamedIndividual ,
:FlashObject .
### http://www.semanticweb.org/owl/owlapi/turtle#page3.swf
:page3.swf rdf:type owl:NamedIndividual ,
:FlashObject ;
:incluseDans :pg855 .
### http://www.semanticweb.org/owl/owlapi/turtle#pg60
:pg60 rdf:type owl:NamedIndividual ,
:QM ;
:id 60 ;
:titre "Repérer les syllabes écrites" .
### http://www.semanticweb.org/owl/owlapi/turtle#pg636
:pg636 rdf:type owl:NamedIndividual ,
:Cours ;
:id 636 ;
:inclutRessource :dangerous2.swf ,
:every4.swf ,
:interresting2.swf ;
:titre "Commentaire" .
### http://www.semanticweb.org/owl/owlapi/turtle#pg855
:pg855 rdf:type owl:NamedIndividual ,
:Cours ;
:contientPage :pg855 .
### http://www.semanticweb.org/owl/owlapi/turtle#pg861
:pg861 rdf:type owl:NamedIndividual ,
:QM ;
:id "861"^^xsd:positiveInteger ;
:titre "Repérer les syllabes orales" .
### http://www.semanticweb.org/owl/owlapi/turtle#tablo_syllecrites01p.jpg
:tablo_syllecrites01p.jpg rdf:type owl:NamedIndividual ,
:Image ;
:incluseDans :pg636 .
### http://www.semanticweb.org/owl/owlapi/turtle#tablo_syllecrites02p.jpg
:tablo_syllecrites02p.jpg rdf:type owl:NamedIndividual ,
:Image ;
:incluseDans :pg636 .
### http://www.semanticweb.org/owl/owlapi/turtle#tablo_syllorales01p.jpg
:tablo_syllorales01p.jpg rdf:type owl:NamedIndividual ,
:Image ;
:incluseDans :pg636 .
### http://www.semanticweb.org/owl/owlapi/turtle#tablo_syllorales02p.jpg
:tablo_syllorales02p.jpg rdf:type owl:NamedIndividual ,
:Image ;
:incluseDans :pg636 .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
@prefix : <http://www.semanticweb.org/eliott/ontologies/2024/4/macao/> .
@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/eliott/ontologies/2024/4/macao/> .
<http://www.semanticweb.org/eliott/ontologies/2024/4/macao> rdf:type owl:Ontology ;
rdfs:label "macao-schema"@fr .
#################################################################
# Annotation properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#test
:test rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contenuDans
:contenuDans rdf:type owl:ObjectProperty ;
owl:inverseOf :contient .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contient
:contient rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain :MacaoObject ;
rdfs:range :MacaoObject .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientModule
:contientModule rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :contient ;
rdfs:domain :Module ;
rdfs:range :Module .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientPage
:contientPage rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :contient ;
rdfs:domain :SousPartie ;
rdfs:range :Page .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientSousPartie
:contientSousPartie rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :contient ;
rdfs:domain :Module ;
rdfs:range :SousPartie .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/incluseDans
:incluseDans rdf:type owl:ObjectProperty ;
owl:inverseOf :inclutRessource ;
rdfs:domain :MacaoRessource ;
rdfs:range :Page .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/inclutRessource
:inclutRessource rdf:type owl:ObjectProperty ;
rdfs:domain :Page ;
rdfs:range :MacaoRessource .
#################################################################
# Data properties
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
:cheminFichier rdf:type owl:DatatypeProperty ;
rdfs:domain :MacaoRessource ;
rdfs:range xsd:anyURI .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/id
:id rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdf:type owl:FunctionalProperty ;
rdfs:domain :MacaoContenu ;
rdfs:range xsd:positiveInteger .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/titre
:titre rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :MacaoContenu ;
rdfs:range rdf:PlainLiteral .
#################################################################
# Classes
#################################################################
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao#MacaoRoot
:MacaoRoot rdf:type owl:Class .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Cours
:Cours rdf:type owl:Class ;
rdfs:subClassOf :Page .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Exercice
:Exercice rdf:type owl:Class ;
rdfs:subClassOf :Page .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/FlashObject
:FlashObject rdf:type owl:Class ;
rdfs:subClassOf :MacaoRessource .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/GD
:GD rdf:type owl:Class ;
rdfs:subClassOf :Exercice .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Image
:Image rdf:type owl:Class ;
rdfs:subClassOf :MacaoRessource .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/MacaoContenu
:MacaoContenu rdf:type owl:Class ;
rdfs:subClassOf :MacaoObject .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/MacaoObject
:MacaoObject rdf:type owl:Class .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/MacaoRessource
:MacaoRessource rdf:type owl:Class ;
rdfs:subClassOf :MacaoObject .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Module
:Module rdf:type owl:Class ;
rdfs:subClassOf :MacaoContenu .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Page
:Page rdf:type owl:Class ;
rdfs:subClassOf :MacaoContenu .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/QC
:QC rdf:type owl:Class ;
rdfs:subClassOf :Exercice .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/QM
:QM rdf:type owl:Class ;
rdfs:subClassOf :Exercice .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/SimpleFlash
:SimpleFlash rdf:type owl:Class ;
rdfs:subClassOf :FlashObject .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/SousPartie
:SousPartie rdf:type owl:Class ;
rdfs:subClassOf :MacaoContenu .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/TAT
:TAT rdf:type owl:Class ;
rdfs:subClassOf :Exercice .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/ValuePartition
:ValuePartition rdf:type owl:Class .
#################################################################
# General axioms
#################################################################
[ rdf:type owl:AllDisjointClasses ;
owl:members ( :GD
:QC
:QM
:TAT
)
] .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment