diff --git a/modules/catalog-v001.xml b/modules/catalog-v001.xml
deleted file mode 100644
index b7c5a64..0000000
--- a/modules/catalog-v001.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/modules/gfo-connector-presentic-timeExtended.ttl b/modules/gfo-connector-presentic-timeExtended.ttl
deleted file mode 100644
index 4ad1ed3..0000000
--- a/modules/gfo-connector-presentic-timeExtended.ttl
+++ /dev/null
@@ -1,131 +0,0 @@
-@prefix : .
-@prefix dc: .
-@prefix owl: .
-@prefix rdf: .
-@prefix xml: .
-@prefix xsd: .
-@prefix bibo: .
-@prefix doap: .
-@prefix foaf: .
-@prefix rdfs: .
-@prefix skos: .
-@prefix vann: .
-@prefix terms: .
-@prefix gfo-core: .
-@prefix gfo-presentic: .
-@prefix gfo-time-extended: .
-@base .
-
- rdf:type owl:Ontology ;
- owl:versionIRI ;
- owl:imports ,
- ;
- dc:created "2024-12-13" ;
- dc:creator "Alexandr Uciteli" ,
- "Christoph Beger" ,
- "Frank Löbe" ,
- "Franz Matthies" ,
- "Heinrich Herre" ,
- "Konrad Höffner" ,
- "Patryk Burek" ,
- "Ralph Schäfermeier" ;
- dc:description "gfo-connector-presentic-time-extended is an ontology module connecting presentic and time-extended GFO modules."@en ;
- dc:modified "2024-12-13" ;
- dc:title "General Formal Ontology (connector-presentic-time-extended module)"@en ;
- terms:license ;
- bibo:doi ;
- vann:preferredNamespacePrefix "gfo-connector-presentic-time-extended" ;
- vann:preferredNamespaceURI "https://w3id.org/gfo/connector/presentic/time-extended/" ;
- doap:repository ;
- rdfs:label "gfo-connector-presentic-time-extended"@en ;
- owl:versionInfo "2024-12-13" ;
- foaf:homepage "https://github.com/Onto-Med/GFO" .
-
-#################################################################
-# Object Properties
-#################################################################
-
-### https://w3id.org/gfo/connector/presentic/time-extended/hasSnapshot
-:hasSnapshot rdf:type owl:ObjectProperty ;
- owl:inverseOf :snapshotOf ;
- rdfs:domain gfo-time-extended:TimeExtendedIndividual ;
- rdfs:range gfo-presentic:PresenticIndividual ;
- rdfs:label "has snapshot"@en .
-
-
-### https://w3id.org/gfo/connector/presentic/time-extended/snapshotOf
-:snapshotOf rdf:type owl:ObjectProperty ;
- rdfs:domain gfo-presentic:PresenticIndividual ;
- rdfs:range gfo-time-extended:TimeExtendedIndividual ;
- rdfs:label "snapshot of"@en .
-
-
-#################################################################
-# Classes
-#################################################################
-
-### https://w3id.org/gfo/presentic/Event
-gfo-presentic:Event rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:Process
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticAttributive
-gfo-presentic:PresenticAttributive rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedAttributive
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticIndividual
-gfo-presentic:PresenticIndividual rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedIndividual
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticObject
-gfo-presentic:PresenticObject rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedObject
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticQuality
-gfo-presentic:PresenticQuality rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedQuality
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticRelator
-gfo-presentic:PresenticRelator rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedRelator
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticRole
-gfo-presentic:PresenticRole rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedRole
- ] .
-
-
-### https://w3id.org/gfo/presentic/PresenticSituation
-gfo-presentic:PresenticSituation rdfs:subClassOf [ rdf:type owl:Restriction ;
- owl:onProperty :snapshotOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-time-extended:TimeExtendedSituation
- ] .
-
-
-### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
diff --git a/modules/gfo-core.ttl b/modules/gfo-core.ttl
deleted file mode 100644
index 94e9218..0000000
--- a/modules/gfo-core.ttl
+++ /dev/null
@@ -1,415 +0,0 @@
-@prefix : .
-@prefix dc: .
-@prefix owl: .
-@prefix rdf: .
-@prefix xml: .
-@prefix xsd: .
-@prefix bibo: .
-@prefix doap: .
-@prefix foaf: .
-@prefix rdfs: .
-@prefix skos: .
-@prefix vann: .
-@prefix terms: .
-@base .
-
- rdf:type owl:Ontology ;
- owl:versionIRI ;
- dc:created "2024-12-11" ;
- dc:creator "Alexandr Uciteli" ,
- "Christoph Beger" ,
- "Frank Löbe" ,
- "Franz Matthies" ,
- "Heinrich Herre" ,
- "Konrad Höffner" ,
- "Patryk Burek" ,
- "Ralph Schäfermeier" ;
- dc:description "GFO-core is an ontology module describing the core GFO entities."@en ;
- dc:modified "2024-12-13" ;
- dc:title "General Formal Ontology (core module)"@en ;
- terms:license ;
- bibo:doi ;
- vann:preferredNamespacePrefix "gfo-core" ;
- vann:preferredNamespaceURI "https://w3id.org/gfo/core/" ;
- doap:repository ;
- rdfs:label "GFO-core"@en ;
- owl:versionInfo "2024-12-13" ;
- foaf:homepage "https://github.com/Onto-Med/GFO" .
-
-#################################################################
-# Annotation properties
-#################################################################
-
-### http://purl.org/dc/elements/1.1/created
-dc:created rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/creator
-dc:creator rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/description
-dc:description rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/modified
-dc:modified rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/title
-dc:title rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/terms/license
-terms:license rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/ontology/bibo/doi
-bibo:doi rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespacePrefix
-vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespaceURI
-vann:preferredNamespaceURI rdf:type owl:AnnotationProperty .
-
-
-### http://usefulinc.com/ns/doap#repository
-doap:repository rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2000/01/rdf-schema#comment
-rdfs:comment rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#versionInfo
-owl:versionInfo rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#altLabel
-skos:altLabel rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#definition
-skos:definition rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#example
-skos:example rdf:type owl:AnnotationProperty .
-
-
-### http://xmlns.com/foaf/0.1/homepage
-foaf:homepage rdf:type owl:AnnotationProperty .
-
-
-#################################################################
-# Object Properties
-#################################################################
-
-### https://w3id.org/gfo/core/attributiveOf
-:attributiveOf rdf:type owl:ObjectProperty ;
- owl:inverseOf :hasAttributive ;
- rdfs:domain :Attributive ;
- rdfs:range :Individual ;
- rdfs:label "attributive of"@en .
-
-
-### https://w3id.org/gfo/core/hasAttributive
-:hasAttributive rdf:type owl:ObjectProperty ;
- rdfs:domain :Individual ;
- rdfs:range :Attributive ;
- rdfs:label "has attributive"@en .
-
-
-### https://w3id.org/gfo/core/hasPart
-:hasPart rdf:type owl:ObjectProperty ;
- owl:inverseOf :partOf ;
- rdfs:domain :Individual ;
- rdfs:range :Individual ;
- rdfs:label "has part"@en .
-
-
-### https://w3id.org/gfo/core/hasParticipant
-:hasParticipant rdf:type owl:ObjectProperty ;
- owl:inverseOf :participatesIn ;
- rdfs:domain [ rdf:type owl:Class ;
- owl:unionOf ( :ProcessualEntity
- :Situation
- )
- ] ;
- rdfs:range :Object ;
- rdfs:label "has participant"@en .
-
-
-### https://w3id.org/gfo/core/hasParticipantQuality
-:hasParticipantQuality rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :hasSituationPart ;
- owl:inverseOf :participantQualityOf ;
- rdfs:domain :Situation ;
- rdfs:range :Quality ;
- rdfs:label "has participant quality"@en .
-
-
-### https://w3id.org/gfo/core/hasQuality
-:hasQuality rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :hasAttributive ;
- owl:inverseOf :qualityOf ;
- rdfs:domain :Individual ;
- rdfs:range :Quality ;
- rdfs:label "has quality"@en .
-
-
-### https://w3id.org/gfo/core/hasSituationPart
-:hasSituationPart rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :hasPart ;
- owl:inverseOf :situationPartOf ;
- rdfs:domain :Situation ;
- rdfs:range :Attributive ;
- rdfs:label "has situation part"@en .
-
-
-### https://w3id.org/gfo/core/hasTime
-:hasTime rdf:type owl:ObjectProperty ;
- owl:inverseOf :timeOf ;
- rdfs:domain :ConcreteIndividual ;
- rdfs:range :TimeEntity ;
- rdfs:label "has time"@en .
-
-
-### https://w3id.org/gfo/core/hasTimeBoundary
-:hasTimeBoundary rdf:type owl:ObjectProperty ;
- owl:inverseOf :timeBoundaryOf ;
- rdfs:domain :TimeInterval ;
- rdfs:range :TimePoint ;
- rdfs:label "has time boundary"@en .
-
-
-### https://w3id.org/gfo/core/partOf
-:partOf rdf:type owl:ObjectProperty ;
- rdfs:domain :Individual ;
- rdfs:range :Individual ;
- rdfs:label "part of"@en .
-
-
-### https://w3id.org/gfo/core/participantQualityOf
-:participantQualityOf rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :situationPartOf ;
- rdfs:domain :Quality ;
- rdfs:range :Situation ;
- rdfs:label "participant quality of"@en .
-
-
-### https://w3id.org/gfo/core/participatesIn
-:participatesIn rdf:type owl:ObjectProperty ;
- rdfs:domain :Object ;
- rdfs:range [ rdf:type owl:Class ;
- owl:unionOf ( :ProcessualEntity
- :Situation
- )
- ] ;
- rdfs:label "participates in"@en .
-
-
-### https://w3id.org/gfo/core/playedBy
-:playedBy rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :attributiveOf ;
- owl:inverseOf :plays ;
- rdfs:domain :Role ;
- rdfs:range :Object ;
- rdfs:label "played by"@en .
-
-
-### https://w3id.org/gfo/core/plays
-:plays rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :hasAttributive ;
- rdfs:domain :Object ;
- rdfs:range :Role ;
- rdfs:label "plays"@en .
-
-
-### https://w3id.org/gfo/core/qualityOf
-:qualityOf rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :attributiveOf ;
- rdfs:domain :Quality ;
- rdfs:range :Individual ;
- rdfs:label "quality of"@en .
-
-
-### https://w3id.org/gfo/core/relatedBy
-:relatedBy rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :hasAttributive ;
- owl:inverseOf :relates ;
- rdfs:domain :Object ;
- rdfs:range :Relator ;
- rdfs:label "related by"@en .
-
-
-### https://w3id.org/gfo/core/relates
-:relates rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :attributiveOf ;
- rdfs:domain :Relator ;
- rdfs:range :Object ;
- rdfs:label "relates"@en .
-
-
-### https://w3id.org/gfo/core/roleIn
-:roleIn rdf:type owl:ObjectProperty ;
- rdfs:domain :Role ;
- rdfs:range :Relator ;
- rdfs:label "role in"@en .
-
-
-### https://w3id.org/gfo/core/situationPartOf
-:situationPartOf rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf :partOf ;
- rdfs:domain :Attributive ;
- rdfs:range :Situation ;
- rdfs:label "situation part of"@en .
-
-
-### https://w3id.org/gfo/core/timeBoundaryOf
-:timeBoundaryOf rdf:type owl:ObjectProperty ;
- rdfs:domain :TimePoint ;
- rdfs:range :TimeInterval ;
- rdfs:label "time boundary of"@en .
-
-
-### https://w3id.org/gfo/core/timeOf
-:timeOf rdf:type owl:ObjectProperty ;
- rdfs:domain :TimeEntity ;
- rdfs:range :ConcreteIndividual ;
- rdfs:label "time of"@en .
-
-
-#################################################################
-# Classes
-#################################################################
-
-### https://w3id.org/gfo/core/Attributive
-:Attributive rdf:type owl:Class ;
- rdfs:subClassOf :ConcreteIndividual ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :attributiveOf ;
- owl:someValuesFrom :Individual
- ] ;
- rdfs:comment "Qualities (attributes, traits, characteristics, etc.) of concrete individuals, relations (relators) between them and roles that objects can play in different contexts are subsumed under the category Attributive."@en ;
- rdfs:label "Attributive"@en ;
- skos:definition "Attributives are individuals that depend on other individuals by some kind of dependency relation."@en .
-
-
-### https://w3id.org/gfo/core/ConcreteIndividual
-:ConcreteIndividual rdf:type owl:Class ;
- rdfs:subClassOf :Individual ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :hasTime ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :TimeEntity
- ] ;
- rdfs:label "Concrete individual"@en ;
- skos:definition "Concrete individuals are entities that have an immediate relation to time or to space-time. They exist in time."@en .
-
-
-### https://w3id.org/gfo/core/Individual
-:Individual rdf:type owl:Class ;
- rdfs:label "Individual"@en ;
- skos:definition "Individuals are entities which cannot be further instantiated."@en .
-
-
-### https://w3id.org/gfo/core/Object
-:Object rdf:type owl:Class ;
- rdfs:subClassOf :ConcreteIndividual ;
- rdfs:label "Object"@en ;
- skos:altLabel "Continuant"@en ;
- skos:definition "An object is understood as a mutable entity that persists over time, having a finite lifespan of non-zero duration. As such, it specializes gfo:Continuant."@en ;
- skos:example "Physical, tangible entities such as apples, cells and organisms"@en .
-
-
-### https://w3id.org/gfo/core/ProcessualEntity
-:ProcessualEntity rdf:type owl:Class ;
- rdfs:subClassOf :ConcreteIndividual ;
- rdfs:label "Processual entity"@en .
-
-
-### https://w3id.org/gfo/core/Quality
-:Quality rdf:type owl:Class ;
- rdfs:subClassOf :Attributive ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :qualityOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :Individual
- ] ;
- rdfs:label "Quality"@en ;
- skos:definition "A quality links an entity—the necessary quality bearer—to a value, which can be quantitative (e.g., 10 kg, 40 $) or qualitative (e.g., ‘green’, ‘nice’)."@en .
-
-
-### https://w3id.org/gfo/core/Relator
-:Relator rdf:type owl:Class ;
- rdfs:subClassOf :Attributive ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :relates ;
- owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
- owl:onClass :Object
- ] ;
- rdfs:label "Relator"@en ;
- skos:definition "Relators are attributives that connect other entities (role players) by relational roles (played by role players)."@en ;
- skos:example "The marriage (relator) of John and Mary (in which Mary plays the wife role and John the husband role)"@en .
-
-
-### https://w3id.org/gfo/core/Role
-:Role rdf:type owl:Class ;
- rdfs:subClassOf :Attributive ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :playedBy ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :Object
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :roleIn ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :Relator
- ] ;
- rdfs:label "Role"@en ;
- skos:definition "A role characterizes an entity—its required player—through its context (e.g., relation/relator)."@en .
-
-
-### https://w3id.org/gfo/core/Situation
-:Situation rdf:type owl:Class ;
- rdfs:subClassOf :ConcreteIndividual ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :hasSituationPart ;
- owl:someValuesFrom :Attributive
- ] ;
- rdfs:label "Situation"@en .
-
-
-### https://w3id.org/gfo/core/TimeEntity
-:TimeEntity rdf:type owl:Class ;
- rdfs:subClassOf :Individual ;
- rdfs:comment "The time entities defined in GFO are points in time (time boundaries) and time intervals (chronoids), which consist of points in time."@en ;
- rdfs:label "Time entity"@en .
-
-
-### https://w3id.org/gfo/core/TimeInterval
-:TimeInterval rdf:type owl:Class ;
- rdfs:subClassOf :TimeEntity ;
- rdfs:label "Time interval"@en ;
- skos:altLabel "Chronoid"@en ,
- "Time period"@en .
-
-
-### https://w3id.org/gfo/core/TimePoint
-:TimePoint rdf:type owl:Class ;
- rdfs:subClassOf :TimeEntity ,
- [ rdf:type owl:Restriction ;
- owl:onProperty :timeBoundaryOf ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass :TimeInterval
- ] ;
- rdfs:label "Time point"@en ;
- skos:altLabel "Point in time"@en ,
- "Time boundary"@en .
-
-
-### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
diff --git a/modules/gfo-presentic.ttl b/modules/gfo-presentic.ttl
deleted file mode 100644
index 916d3b0..0000000
--- a/modules/gfo-presentic.ttl
+++ /dev/null
@@ -1,193 +0,0 @@
-@prefix : .
-@prefix dc: .
-@prefix owl: .
-@prefix rdf: .
-@prefix xml: .
-@prefix xsd: .
-@prefix bibo: .
-@prefix doap: .
-@prefix foaf: .
-@prefix rdfs: .
-@prefix skos: .
-@prefix vann: .
-@prefix terms: .
-@prefix gfo-core: .
-@base .
-
- rdf:type owl:Ontology ;
- owl:versionIRI ;
- owl:imports ;
- dc:created "2024-12-13" ;
- dc:creator "Alexandr Uciteli" ,
- "Christoph Beger" ,
- "Frank Löbe" ,
- "Franz Matthies" ,
- "Heinrich Herre" ,
- "Konrad Höffner" ,
- "Patryk Burek" ,
- "Ralph Schäfermeier" ;
- dc:description "GFO-presentic is an ontology module describing presentic GFO entities."@en ;
- dc:modified "2024-12-13" ;
- dc:title "General Formal Ontology (presentic module)"@en ;
- terms:license ;
- bibo:doi ;
- vann:preferredNamespacePrefix "gfo-presentic" ;
- vann:preferredNamespaceURI "https://w3id.org/gfo/presentic/" ;
- doap:repository ;
- rdfs:label "GFO-presentic"@en ;
- owl:versionInfo "2024-12-13" ;
- foaf:homepage "https://github.com/Onto-Med/GFO" .
-
-#################################################################
-# Annotation properties
-#################################################################
-
-### http://purl.org/dc/elements/1.1/created
-dc:created rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/creator
-dc:creator rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/description
-dc:description rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/modified
-dc:modified rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/title
-dc:title rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/terms/license
-terms:license rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/ontology/bibo/doi
-bibo:doi rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespacePrefix
-vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespaceURI
-vann:preferredNamespaceURI rdf:type owl:AnnotationProperty .
-
-
-### http://usefulinc.com/ns/doap#repository
-doap:repository rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2000/01/rdf-schema#comment
-rdfs:comment rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#minQualifiedCardinality
-owl:minQualifiedCardinality rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#qualifiedCardinality
-owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#versionInfo
-owl:versionInfo rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#altLabel
-skos:altLabel rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#definition
-skos:definition rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#example
-skos:example rdf:type owl:AnnotationProperty .
-
-
-### http://xmlns.com/foaf/0.1/homepage
-foaf:homepage rdf:type owl:AnnotationProperty .
-
-
-#################################################################
-# Object Properties
-#################################################################
-
-### https://w3id.org/gfo/presentic/followUp
-:followUp rdf:type owl:ObjectProperty ;
- rdfs:domain :PresenticIndividual ;
- rdfs:range :PresenticIndividual ;
- rdfs:label "follow up"@en .
-
-
-#################################################################
-# Classes
-#################################################################
-
-### https://w3id.org/gfo/presentic/Event
-:Event rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:ProcessualEntity ,
- :PresenticIndividual ;
- rdfs:label "Event"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticAttributive
-:PresenticAttributive rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Attributive ,
- :PresenticIndividual ;
- rdfs:label "Presentic attributive"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticIndividual
-:PresenticIndividual rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:ConcreteIndividual ,
- [ rdf:type owl:Restriction ;
- owl:onProperty gfo-core:hasTime ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-core:TimePoint
- ] ;
- rdfs:label "Presentic individual"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticObject
-:PresenticObject rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Object ,
- :PresenticIndividual ;
- rdfs:label "Presentic object"@en ;
- skos:definition "Each object manifests itself at any given time point of its existence as a presentic object (the latter is then a snapshot_of the former). A presentic object is likewise a complete whole, but with a lifetime of a unique time point, at which it is fully present."@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticQuality
-:PresenticQuality rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Quality ,
- :PresenticAttributive ;
- rdfs:label "Presentic quality"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticRelator
-:PresenticRelator rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Relator ,
- :PresenticAttributive ;
- rdfs:label "Presentic relator"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticRole
-:PresenticRole rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Role ,
- :PresenticAttributive ;
- rdfs:label "Presentic role"@en .
-
-
-### https://w3id.org/gfo/presentic/PresenticSituation
-:PresenticSituation rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Situation ,
- :PresenticIndividual ;
- rdfs:label "Presentic situation"@en .
-
-
-### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
diff --git a/modules/gfo-timeExtended.ttl b/modules/gfo-timeExtended.ttl
deleted file mode 100644
index 58f28d9..0000000
--- a/modules/gfo-timeExtended.ttl
+++ /dev/null
@@ -1,181 +0,0 @@
-@prefix : .
-@prefix dc: .
-@prefix owl: .
-@prefix rdf: .
-@prefix xml: .
-@prefix xsd: .
-@prefix bibo: .
-@prefix doap: .
-@prefix foaf: .
-@prefix rdfs: .
-@prefix skos: .
-@prefix vann: .
-@prefix terms: .
-@prefix gfo-core: .
-@base .
-
- rdf:type owl:Ontology ;
- owl:versionIRI ;
- owl:imports ;
- dc:created "2024-12-13" ;
- dc:creator "Alexandr Uciteli" ,
- "Christoph Beger" ,
- "Frank Löbe" ,
- "Franz Matthies" ,
- "Heinrich Herre" ,
- "Konrad Höffner" ,
- "Patryk Burek" ,
- "Ralph Schäfermeier" ;
- dc:description "gfo-time-extended is an ontology module describing time-extended GFO entities."@en ;
- dc:modified "2024-12-13" ;
- dc:title "General Formal Ontology (time-extended module)"@en ;
- terms:license ;
- bibo:doi ;
- vann:preferredNamespacePrefix "gfo-time-extended" ;
- vann:preferredNamespaceURI "https://w3id.org/gfo/time-extended/" ;
- doap:repository ;
- rdfs:label "gfo-time-extended"@en ;
- owl:versionInfo "2024-12-13" ;
- foaf:homepage "https://github.com/Onto-Med/GFO" .
-
-#################################################################
-# Annotation properties
-#################################################################
-
-### http://purl.org/dc/elements/1.1/created
-dc:created rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/creator
-dc:creator rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/description
-dc:description rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/modified
-dc:modified rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/elements/1.1/title
-dc:title rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/dc/terms/license
-terms:license rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/ontology/bibo/doi
-bibo:doi rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespacePrefix
-vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
-
-
-### http://purl.org/vocab/vann/preferredNamespaceURI
-vann:preferredNamespaceURI rdf:type owl:AnnotationProperty .
-
-
-### http://usefulinc.com/ns/doap#repository
-doap:repository rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2000/01/rdf-schema#comment
-rdfs:comment rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#minQualifiedCardinality
-owl:minQualifiedCardinality rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#qualifiedCardinality
-owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2002/07/owl#versionInfo
-owl:versionInfo rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#altLabel
-skos:altLabel rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#definition
-skos:definition rdf:type owl:AnnotationProperty .
-
-
-### http://www.w3.org/2004/02/skos/core#example
-skos:example rdf:type owl:AnnotationProperty .
-
-
-### http://xmlns.com/foaf/0.1/homepage
-foaf:homepage rdf:type owl:AnnotationProperty .
-
-
-#################################################################
-# Classes
-#################################################################
-
-### https://w3id.org/gfo/time-extended/Process
-:Process rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:ProcessualEntity ,
- :TimeExtendedIndividual ;
- rdfs:label "Process"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedAttributive
-:TimeExtendedAttributive rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Attributive ,
- :TimeExtendedIndividual ;
- rdfs:label "Time-extended attributive"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedIndividual
-:TimeExtendedIndividual rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:ConcreteIndividual ,
- [ rdf:type owl:Restriction ;
- owl:onProperty gfo-core:hasTime ;
- owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
- owl:onClass gfo-core:TimeInterval
- ] ;
- rdfs:label "Time-extended individual"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedObject
-:TimeExtendedObject rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Object ,
- :TimeExtendedIndividual ;
- rdfs:label "Time-extended object"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedQuality
-:TimeExtendedQuality rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Quality ,
- :TimeExtendedAttributive ;
- rdfs:label "Time-extended quality"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedRelator
-:TimeExtendedRelator rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Relator ,
- :TimeExtendedAttributive ;
- rdfs:label "Time-extended relator"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedRole
-:TimeExtendedRole rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Role ,
- :TimeExtendedAttributive ;
- rdfs:label "Time-extended role"@en .
-
-
-### https://w3id.org/gfo/time-extended/TimeExtendedSituation
-:TimeExtendedSituation rdf:type owl:Class ;
- rdfs:subClassOf gfo-core:Situation ,
- :TimeExtendedIndividual ;
- rdfs:label "Time-extended situation"@en .
-
-
-### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi