-
Notifications
You must be signed in to change notification settings - Fork 0
/
doam.ttl
93 lines (68 loc) · 4.35 KB
/
doam.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@prefix : <http://emmo.info/doam#> .
@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 astm: <http://emmo.info/doam/astm52900#> .
@prefix emmo: <http://emmo.info/emmo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doam: <http://emmo.info/doam#> .
@base <http://emmo.info/doam#> .
<http://emmo.info/doam#> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/doam/0.1.2#> ;
owl:imports <http://emmo.info/doam/astm52900/2021v1.1> ,
<http://emmo.info/emmo/1.0.0-beta5/perspectives/data> ,
<http://emmo.info/emmo/1.0.0-beta5/perspectives/holistic> ,
<http://emmo.info/emmo/1.0.0-beta5/perspectives/semiotics> ,
<http://emmo.info/emmo/1.0.0-beta5/disciplines/manufacturing> ;
dcterms:abstract "An domain ontology for additive manufacturing based on EMMO and the ISO/ASTM 52900 standard."@en ;
dcterms:creator "Even Wilberg Hovig, SINTEF, NO"@en ,
"Jesper Friis, SINTEF, NO"@en ,
"Klas Boivie, SINTEF, NO"@en ,
"Sylvain Gouttebroze, SINTEF, NO"@en ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode"@en ;
dcterms:publisher "SFI Manufacturing"@en ;
dcterms:created "2022-10-30"@en ;
dcterms:title "Domain Ontology for Additive Manufacturing (DOAM)"@en ;
owl:versionInfo "0.1.2"@en .
#################################################################
# Classes
#################################################################
### http://emmo.info/doam/astm52900#ASTM_3.6.1
astm:ASTM_3.6.1 rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty [ owl:inverseOf emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f
] ;
owl:someValuesFrom astm:ASTM_3.6.5
] .
### http://emmo.info/doam/astm52900#ASTM_3.6.2
astm:ASTM_3.6.2 rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty [ owl:inverseOf emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f
] ;
owl:someValuesFrom astm:ASTM_3.6.5
] .
### http://emmo.info/doam/astm52900#Data
astm:Data rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 .
### http://emmo.info/doam/astm52900#Equipment
astm:Equipment rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 .
### http://emmo.info/doam/astm52900#EquipmentPart
astm:EquipmentPart rdfs:subClassOf emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ,
[ rdf:type owl:Restriction ;
owl:onProperty [ owl:inverseOf emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b
] ;
owl:someValuesFrom astm:Equipment
] .
### http://emmo.info/doam/astm52900#GramaticalCategorisation
astm:GramaticalCategorisation rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 .
### http://emmo.info/doam/astm52900#Material
astm:Material rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 .
### http://emmo.info/doam/astm52900#Process
astm:Process rdfs:subClassOf emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce .
### http://emmo.info/doam/astm52900#Property
astm:Property rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba .
### http://emmo.info/doam/astm52900#Role
astm:Role rdfs:subClassOf emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 .
### http://emmo.info/doam/astm52900#ThematicCategorisation
astm:ThematicCategorisation rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 .
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi