-
Notifications
You must be signed in to change notification settings - Fork 0
/
iso_standards.owl
55 lines (51 loc) · 2.18 KB
/
iso_standards.owl
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
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.enit.fr/xuda/ontologies/iso_standards"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="http://www.enit.fr/xuda/ontologies/iso_standards">
<Prefix name="" IRI="http://www.enit.fr/xuda/ontologies/iso_standards"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">This is a prototype ontology of ISO standards that appear in EU Eco-label detergent criteria. This ontology is created as a modular of detergent ontology.</Literal>
</Annotation>
<Declaration>
<NamedIndividual IRI="#iso_11734"/>
</Declaration>
<Declaration>
<NamedIndividual IRI="#iso_17025"/>
</Declaration>
<Declaration>
<Class IRI="#ISO_Standard"/>
</Declaration>
<Declaration>
<NamedIndividual IRI="#iso_14021"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#meetISOStandard"/>
</Declaration>
<ClassAssertion>
<Class IRI="#ISO_Standard"/>
<NamedIndividual IRI="#iso_11734"/>
</ClassAssertion>
<ClassAssertion>
<Class IRI="#ISO_Standard"/>
<NamedIndividual IRI="#iso_14021"/>
</ClassAssertion>
<ClassAssertion>
<Class IRI="#ISO_Standard"/>
<NamedIndividual IRI="#iso_17025"/>
</ClassAssertion>
<ObjectPropertyRange>
<ObjectProperty IRI="#meetISOStandard"/>
<Class IRI="#ISO_Standard"/>
</ObjectPropertyRange>
</Ontology>
<!-- Generated by the OWL API (version 4.2.1.20160306-0033) https://github.com/owlcs/owlapi -->