-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathemmo-full.ttl
40 lines (39 loc) · 2.16 KB
/
emmo-full.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
@prefix : <https://w3id.org/emmo#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://w3id.org/emmo#> .
<https://w3id.org/emmo/emmo-full> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc3/emmo-full> ;
owl:imports
<https://w3id.org/emmo/1.0.0-rc3> ,
<https://w3id.org/emmo/1.0.0-rc3/mereocausality/mereocausality-full> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/siacceptedunits> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/specialunits> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/unclassifiedunits> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/otherunits> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/unclassifiedunits> ,
# deprecated...
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/prefixedunits> ,
<https://w3id.org/emmo/1.0.0-rc3/disciplines/units/unitsextension> ;
dcterms:abstract "This module provide a full version of EMMO, including additional mereocausal concepts and non-SI units."@en ;
dcterms:contributor :GeorgSchmitz ,
:FrancescoZaccarini ,
:FrancescaBleken ,
:SimonClark ,
:OtelloRoscioni ;
dcterms:creator :JesperFriis ,
:GerhardGoldbeck ,
:AdhamHashibon ,
:EmanueleGhedini ,
<https://orcid.org/0000-0003-4065-9742> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "EMMO-full"@en ;
rdfs:comment "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc3" ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" .