forked from materialdigital/core-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpmd_bfo_adapter.ttl
53 lines (35 loc) · 2.47 KB
/
pmd_bfo_adapter.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
41
42
43
44
45
46
47
48
49
50
51
52
53
@prefix : <https://w3id.org/pmd/co-bfo/> .
@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#> .
@base <http://www.semanticweb.org/joerg/ontologies/2023/8/untitled-ontology-170/> .
<https://w3id.org/pmd/co-bfo> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/pmd/co-bfo/2.0.6> ;
owl:imports <http://purl.obolibrary.org/obo/iao/2022-11-07/iao.owl> ,
<https://w3id.org/pmd/co/2.0.6> ,
<https://raw.githubusercontent.com/BFO-Mappings/BFO-Mappings/main/PROV/prov-bfo-directmappings.ttl>;
rdfs:comment "Mappings between PMDco and classes from information artifact ontology (IAO) and basic formal ontology (BFO)."@en ;
rdfs:label "PMDco BFO adapter" ;
owl:versionInfo "2.0.6" .
#################################################################
# Classes
#################################################################
### http://purl.obolibrary.org/obo/IAO_0000100
<http://purl.obolibrary.org/obo/IAO_0000100> owl:equivalentClass <https://w3id.org/pmd/co/Dataset> .
### http://purl.obolibrary.org/obo/IAO_0000101
<http://purl.obolibrary.org/obo/IAO_0000101> owl:equivalentClass <https://w3id.org/pmd/co/Image> .
### https://w3id.org/pmd/co/DataScope
<https://w3id.org/pmd/co/DataScope> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .
### https://w3id.org/pmd/co/Object
<https://w3id.org/pmd/co/Object> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> .
### https://w3id.org/pmd/co/ProcessingNode
<https://w3id.org/pmd/co/ProcessingNode> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> .
### https://w3id.org/pmd/co/Project
<https://w3id.org/pmd/co/Project> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> .
### https://w3id.org/pmd/co/ValueObject
<https://w3id.org/pmd/co/ValueObject> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .
### https://w3id.org/pmd/co/ValueScope
<https://w3id.org/pmd/co/ValueScope> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi