@prefix : <http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix spj: <http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#> .
@prefix wd: <http://dice.nims.go.jp/ontology/matvoc-ont/Item#> .
@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#> .
@base <http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#> .
<http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#> rdf:type owl:Ontology ;
dc:creator "Masashi Ishii"^^xsd:string ;
dc:description "Namespace for Sub-project of polymer-bio linked data."@en ;
dcterms:license "Creative Commons Attribution 4.0 International"@en ;
dcterms:title "Polymer-Bio LOD Sub-project"@en ;
rdfs:comment "Polymer-Bio LOD Sub-project"@en ;
rdfs:label "Polymer-Bio LOD Sub-project"@en ;
owl:versionInfo "0.1"@en .
#################################################################
# 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 .
#################################################################
# Classes
#################################################################
### http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#SubProject
spj:SubProject rdf:type owl:Class ;
rdfs:comment "sub-project group for Polymer-bio LOD."@en .
#################################################################
# Individuals
#################################################################
### http://dice.nims.go.jp/ontology/polymer-bio-ont/Subproject#BDG-S
spj:BDG-S rdf:type owl:NamedIndividual ,
spj:SubProject ;
dcterms:license "Creative Commons BY 4.0 International"@en ;
rdfs:comment "RDF set for on Bacterial species-based biodegradable LOD sub-project."@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi