-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicrostructure-edit.owl
More file actions
50 lines (38 loc) · 2.12 KB
/
Copy pathmicrostructure-edit.owl
File metadata and controls
50 lines (38 loc) · 2.12 KB
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
Prefix(:=<https://w3id.org/pmd/microstructure/>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(obo:=<http://purl.obolibrary.org/obo/>)
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(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<https://w3id.org/pmd/microstructure/>
Import(<https://w3id.org/pmd/microstructure/components/imports-edit.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-axioms-shared.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-damage.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-defects.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-microscopy.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-phases.owl>)
Import(<https://w3id.org/pmd/microstructure/components/microstructure-shared.owl>)
Import(<https://w3id.org/pmd/microstructure/imports/cryo_import.owl>)
Import(<https://w3id.org/pmd/microstructure/imports/pmdco_import.owl>)
Import(<https://w3id.org/pmd/microstructure/imports/qudt_import.owl>)
Import(<https://w3id.org/pmd/microstructure/imports/uo_import.owl>)
Annotation(dcterms:description "PMD Core application ontology generated via ODK Template.
")
Annotation(dcterms:license <https://w3id.org/pmd/microstructure.owl#CC-BY-4.0>)
Annotation(dcterms:title "DiStEL Microstructure Ontology")
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
############################
# Annotation Properties
############################
# Annotation Property: dcterms:description (description)
AnnotationAssertion(rdfs:label dcterms:description "description")
# Annotation Property: dcterms:license (license)
AnnotationAssertion(rdfs:label dcterms:license "license")
# Annotation Property: dcterms:title (title)
AnnotationAssertion(rdfs:label dcterms:title "title")
)