@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix emmo: . @prefix rdfs: . @prefix dcterms: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , , , , ; dcterms:abstract "This module connects the SOFT7 data model and the metamodel described in entity.ttl and metamodel.ttl, respectively, to EMMO."@en ; dcterms:creator "Jesper Friis, SINTEF"@en , "Thomas Hagelien, SINTEF"@en ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:title "Datamodel ontology"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/termsabstract dcterms:abstract rdf:type owl:AnnotationProperty . ### http://purl.org/dc/termscreator dcterms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/termslicense dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/termstitle dcterms:title rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://emmo.info/datamodel#aggregation :aggregation rdfs:subPropertyOf emmo:EMMO_8785be5a_2493_4b12_8f39_31907ab11748 . ### http://emmo.info/datamodel#composition :composition rdfs:subPropertyOf emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 . ### http://emmo.info/datamodel#relation :relation rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 . ################################################################# # Classes ################################################################# ### http://emmo.info/datamodel#DataModel :DataModel rdfs:subClassOf emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 . ### http://emmo.info/datamodel#Dimension :Dimension rdfs:subClassOf emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 . ### http://emmo.info/datamodel#DimensionExpression :DimensionExpression owl:equivalentClass emmo:EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 . ### http://emmo.info/datamodel#DimensionValue :DimensionValue rdfs:subClassOf emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f . ### http://emmo.info/datamodel#Instance :Instance rdfs:subClassOf emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 . ### http://emmo.info/datamodel#Property :Property rdfs:subClassOf emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 . ### http://emmo.info/datamodel#PropertyValue :PropertyValue rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 . ### http://emmo.info/datamodel#Shape :Shape rdfs:subClassOf emmo:EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 . ### http://emmo.info/emmo#EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi