@prefix : <http://dice.nims.go.jp/ontology/polymer-bio-ont/Schema#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix obo: <http://purl.obolibrary.org/obo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix pli: <http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix wdt: <http://dice.nims.go.jp/ontology/polymer-bio-ont/Property#> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix pobi: <http://dice.nims.go.jp/ontology/polymer-bio-ont/Schema#> . @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/> . @prefix taxddbj: <http://ddbj.nig.ac.jp/ontologies/taxonomy/> . @prefix taxonomy: <http://identifiers.org/taxonomy/> . @base <http://dice.nims.go.jp/ontology/polymer-bio-ont/Schema#> . <http://dice.nims.go.jp/ontology/polymer-bio-ont/Schema#> rdf:type owl:Ontology ; dc:creator "Masashi Ishii"^^xsd:string ; dc:description "An ontology for polymer-bio linked data."@en ; dcterms:license "Creative Commons Attribution 4.0 International"@en ; dcterms:title "Polymer-Bio LOD"@en ; rdfs:comment "Polymer-Bio LOD"@en ; owl:versionInfo "0.1"^^xsd:string . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#sameAs owl:sameAs rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#closeMatch skos:closeMatch rdf:type owl:AnnotationProperty . ### oboInOwl:hasExactSynonym <oboInOwl:hasExactSynonym> rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://purl.obolibrary.org/obo/RO_0000057 obo:RO_0000057 rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty obo:RO_0000057 ; owl:someValuesFrom pobi:BioDegradation ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty obo:RO_0000057 ; owl:someValuesFrom pli:Polymer ] ; rdfs:comment "has participant"@en . ### http://dice.nims.go.jp/ontology/polymer-bio-ont/Property#hasReference wdt:hasReference rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:hasReference ; owl:someValuesFrom pobi:BioDegradation ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:hasReference ; owl:someValuesFrom bibo:Article ] ; rdfs:comment "For each biodegradation, a predicate to indicate the reference describing it."@en . ################################################################# # Classes ################################################################# ### http://ddbj.nig.ac.jp/ontologies/taxonomy/Taxon taxddbj:Taxon rdf:type owl:Class ; rdfs:comment "taxon as defined in the DDBJ Ontology"@en . ### http://purl.obolibrary.org/obo/IAO_0000030 obo:IAO_0000030 rdf:type owl:Class ; rdfs:comment "This represents \"information content entity\" and was introduced as a superordinate concept to make the subordinate concept Biodegradation consistent with the PoLyInfo Ontology."@en . ### http://purl.org/ontology/bibo/Article bibo:Article rdf:type owl:Class ; rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en . ### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Homopolymer pli:Homopolymer rdf:type owl:Class ; rdfs:subClassOf pli:Polymer ; rdfs:comment "Homopolymer as defined in the PoLyInfo Ontology"@en . ### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polymer pli:Polymer rdf:type owl:Class ; rdfs:comment "Polymer as defined in the PoLyInfo Ontology"@en . ### http://dice.nims.go.jp/ontology/polymer-bio-ont/Schema#BioDegradation pobi:BioDegradation rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000030 ; rdfs:comment "A biodegradation process during which plastic is broken down. [ https://doi.org/10.1016/j.matpr.2020.06.096 ]"@en ; owl:sameAs "http://purl.obolibrary.org/obo/ENVO_06105015" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi