Skip to content
Snippets Groups Projects
Commit f4192190be11 authored by Fabien Amarger's avatar Fabien Amarger
Browse files

fix(manifest): Remove old model.owl

parent 1f5bab5485d0
No related branches found
No related tags found
Loading
@prefix : <http://loutre.fr/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
:FirstClass a owl:Class.
:SubClass a owl:Class;
rdfs:subClassOf :FirstClass.
:toto a owl:DatatypeProperty;
rdfs:domain :FirstClass;
rdfs:range xsd:int.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment