-
Notifications
You must be signed in to change notification settings - Fork 17
/
domain.ttl
31 lines (29 loc) · 2.36 KB
/
domain.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
@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/domain> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc1/domain> ;
owl:imports <https://w3id.org/emmo/1.0.0-rc1/multiperspective/models> ,
<https://w3id.org/emmo/1.0.0-rc1/domain/units-extension> ,
<https://w3id.org/emmo/1.0.0-rc1/multiperspective/manufacturing> ,
<https://w3id.org/emmo/1.0.0-rc1/domain/periodic-table> ,
<https://w3id.org/emmo/1.0.0-rc1/multiperspective/information> ;
dcterms:abstract "The domain module is a container that imports some common domain extensions of EMMO perspectives. The intension is to provide examples for developers of EMMO-based domain ontologies."@en ;
dcterms:creator <https://orcid.org/0000-0003-0514-9229> ,
<https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0003-4065-9742> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "Domain"@en ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ;
rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi