-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreaxpro-all.ttl
21 lines (19 loc) · 1.49 KB
/
reaxpro-all.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@prefix : <http://emmo.info/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 <http://emmo.info/emmo/application/reaxpro> .
<http://emmo.info/emmo/application/reaxpro> rdf:type owl:Ontology ;
owl:imports <http://emmo.info/emmo/application/reaxpro-mesoscopic-model> ,
<http://emmo.info/emmo/application/reaxpro-electronic-atomistic-model>,
<http://emmo.info/emmo/application/reaxpro-continuum-model> ;
dcterms:abstract "A EMMO-based application ontology for the ReaxPro framework"@en ;
dcterms:contributor "Fraunhofer IWM" ,
"Netherlands eScience Center";
dcterms:creator "Joana Francisco Morgado" ,
"Pablo Lopez-Tarifa" ,
"Matthias Büschelberger" .