@prefix : <http://dice.nims.go.jp/ontology/polymer-bio-ont/Property#> .
@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 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/Property#> .
<http://dice.nims.go.jp/ontology/polymer-bio-ont/Property#> rdf:type owl:Ontology ;
dc:creator "Masashi Ishii"^^xsd:string ;
dc:description "Namespace for predicates used in polymer-bio-ont."@en ;
dcterms:license "Creative Commons Attribution 4.0 International"@en ;
dcterms:title "polymer-bio vocabulary (property)"@en ;
rdfs:comment "polymer-bio vocabulary (property)"@en ;
rdfs:label "polymer-bio vocabulary (property)"@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 .
#################################################################
# Object Properties
#################################################################
### http://dice.nims.go.jp/ontology/polymer-bio-ont/Property#hasReference
wdt:hasReference rdf:type owl:ObjectProperty ;
rdfs:comment "One of the vocabularies used in polymer-bio ontology. hasReference. \"A hasReference B\" indicates that biodegradable A is stated in Reference B."@en ;
rdfs:label "hasReference"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi