Skip to content

Commit bd87cd7

Browse files
Building the ontology from the edits
1 parent 3f940e1 commit bd87cd7

17 files changed

Lines changed: 63617 additions & 2 deletions

src/ontology/imports/pmdco_import.owl

Lines changed: 52 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"graphs" : [ {
3+
"id" : "https://w3id.org/pmd/microstructure/microstructure-base.json",
4+
"meta" : {
5+
"basicPropertyValues" : [ {
6+
"pred" : "http://purl.org/dc/elements/1.1/type",
7+
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
8+
}, {
9+
"pred" : "http://purl.org/dc/terms/description",
10+
"val" : "PMD Core application ontology generated via ODK Template.\n"
11+
}, {
12+
"pred" : "http://purl.org/dc/terms/license",
13+
"val" : "https://w3id.org/pmd/microstructure.owl#CC-BY-4.0"
14+
}, {
15+
"pred" : "http://purl.org/dc/terms/title",
16+
"val" : "DiStEL Microstructure Ontology"
17+
}, {
18+
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
19+
"val" : "2026-03-30"
20+
} ],
21+
"version" : "https://w3id.org/pmd/microstructure/releases/2026-03-30/microstructure-base.json"
22+
},
23+
"nodes" : [ {
24+
"id" : "http://purl.org/dc/elements/1.1/type",
25+
"type" : "PROPERTY",
26+
"propertyType" : "ANNOTATION"
27+
}, {
28+
"id" : "http://purl.org/dc/terms/description",
29+
"type" : "PROPERTY",
30+
"propertyType" : "ANNOTATION"
31+
}, {
32+
"id" : "http://purl.org/dc/terms/license",
33+
"type" : "PROPERTY",
34+
"propertyType" : "ANNOTATION"
35+
}, {
36+
"id" : "http://purl.org/dc/terms/title",
37+
"type" : "PROPERTY",
38+
"propertyType" : "ANNOTATION"
39+
} ]
40+
} ]
41+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0"?>
2+
<rdf:RDF xmlns="https://w3id.org/pmd/microstructure/microstructure-base.owl#"
3+
xml:base="https://w3id.org/pmd/microstructure/microstructure-base.owl"
4+
xmlns:dce="http://purl.org/dc/elements/1.1/"
5+
xmlns:obo="http://purl.obolibrary.org/obo/"
6+
xmlns:owl="http://www.w3.org/2002/07/owl#"
7+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8+
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9+
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
10+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
11+
xmlns:prov="http://www.w3.org/ns/prov#"
12+
xmlns:rdfa="http://www.w3.org/ns/rdfa#"
13+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
14+
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
15+
xmlns:void="http://rdfs.org/ns/void#"
16+
xmlns:dcterms="http://purl.org/dc/terms/"
17+
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
18+
<owl:Ontology rdf:about="https://w3id.org/pmd/microstructure/microstructure-base.owl">
19+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/microstructure/releases/2026-03-30/microstructure-base.owl"/>
20+
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
21+
<dcterms:description>PMD Core application ontology generated via ODK Template.
22+
</dcterms:description>
23+
<dcterms:license rdf:resource="https://w3id.org/pmd/microstructure.owl#CC-BY-4.0"/>
24+
<dcterms:title>DiStEL Microstructure Ontology</dcterms:title>
25+
<owl:versionInfo>2026-03-30</owl:versionInfo>
26+
</owl:Ontology>
27+
28+
29+
30+
<!--
31+
///////////////////////////////////////////////////////////////////////////////////////
32+
//
33+
// Annotation properties
34+
//
35+
///////////////////////////////////////////////////////////////////////////////////////
36+
-->
37+
38+
39+
40+
41+
<!-- http://purl.org/dc/elements/1.1/type -->
42+
43+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>
44+
45+
46+
47+
<!-- http://purl.org/dc/terms/description -->
48+
49+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
50+
51+
52+
53+
<!-- http://purl.org/dc/terms/license -->
54+
55+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
56+
57+
58+
59+
<!-- http://purl.org/dc/terms/title -->
60+
61+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
62+
</rdf:RDF>
63+
64+
65+
66+
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->
67+
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
@prefix : <https://w3id.org/pmd/microstructure/microstructure-base.ttl#> .
2+
@prefix dc: <http://purl.org/dc/terms/> .
3+
@prefix dce: <http://purl.org/dc/elements/1.1/> .
4+
@prefix obo: <http://purl.obolibrary.org/obo/> .
5+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
6+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
8+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9+
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
10+
@prefix prov: <http://www.w3.org/ns/prov#> .
11+
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
12+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13+
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
14+
@prefix void: <http://rdfs.org/ns/void#> .
15+
@prefix dcterms: <http://purl.org/dc/terms/> .
16+
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
17+
@base <https://w3id.org/pmd/microstructure/microstructure-base.ttl> .
18+
19+
<https://w3id.org/pmd/microstructure/microstructure-base.ttl> rdf:type owl:Ontology ;
20+
owl:versionIRI <https://w3id.org/pmd/microstructure/releases/2026-03-30/microstructure-base.ttl> ;
21+
dce:type obo:IAO_8000001 ;
22+
dcterms:description """PMD Core application ontology generated via ODK Template.
23+
""" ;
24+
dcterms:license <https://w3id.org/pmd/microstructure.owl#CC-BY-4.0> ;
25+
dcterms:title "DiStEL Microstructure Ontology" ;
26+
owl:versionInfo "2026-03-30" .
27+
28+
#################################################################
29+
# Annotation properties
30+
#################################################################
31+
32+
### http://purl.org/dc/elements/1.1/type
33+
dce:type rdf:type owl:AnnotationProperty .
34+
35+
36+
### http://purl.org/dc/terms/description
37+
dcterms:description rdf:type owl:AnnotationProperty .
38+
39+
40+
### http://purl.org/dc/terms/license
41+
dcterms:license rdf:type owl:AnnotationProperty .
42+
43+
44+
### http://purl.org/dc/terms/title
45+
dcterms:title rdf:type owl:AnnotationProperty .
46+
47+
48+
### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)