# Fileset

[polyinfoowl.ttl](https://mdr.nims.go.jp/filesets/4877f71d-a58f-4699-9fb7-a87cce8cc2ba/download)

## Creator

[Masashi Ishii](https://orcid.org/0000-0003-0357-2832), Koichi Sakamoto

## Rights

[Creative Commons BY Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)

## Other metadata

[PoLyInfo Ontology Version 1.1](https://mdr.nims.go.jp/datasets/b2057627-bb83-45ca-8ca2-82c3a5f9032e)

## Fulltext

@prefix : <http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#> .@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 sio: <http://semanticscience.org/resource/> .@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 dcterms: <http://purl.org/dc/terms/> .@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .@base <http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#> .<http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#> rdf:type owl:Ontology ;                                                        owl:imports obo:uo.owl ,                                                                    <http://purl.obolibrary.org/obo/iao/2020-12-09/iao.owl> ,                                                                    <http://semanticscience.org/ontology/sio/v1.59/sio-release.owl> ,                                                                    rdfs: ;                                                        dcterms:creator "Koichi Sakamoto and Masashi Ishii" ;                                                        dcterms:description "The PoLyInfo ontology that provides the vocabulary needed to describe polymeric data in RDF."@en ;                                                        dcterms:license "Creative Commons Attribution 4.0 International"@en ;                                                        dcterms:title "The PoLyInfo Ontology, Schema"@en ;                                                        rdfs:comment "The PoLyInfo Ontology, Schema"@en ;                                                        rdfs:label "PoLyInfo-Ontology_Schema"@en ;                                                        owl:versionInfo "1.1" .##################################################################    Annotation properties####################################################################  http://purl.obolibrary.org/obo/IAO_0000118obo:IAO_0000118 rdf:type owl:AnnotationProperty .###  http://purl.org/dc/terms/descriptiondcterms:description rdf:type owl:AnnotationProperty .###  http://purl.org/dc/terms/identifierdcterms:identifier rdf:type owl:AnnotationProperty .###  http://www.geneontology.org/formats/oboInOwl#hasExactSynonymoboInOwl:hasExactSynonym rdf:type owl:AnnotationProperty .###  http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonymoboInOwl:hasRelatedSynonym rdf:type owl:AnnotationProperty .##################################################################    Object Properties####################################################################  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#bearerPropertypli:bearerProperty rdf:type owl:ObjectProperty ;                   rdfs:subPropertyOf owl:topObjectProperty ;                   rdfs:domain obo:BFO_0000023 ;                   rdfs:range [ rdf:type owl:Class ;                                owl:unionOf ( obo:BFO_0000020                                              obo:BFO_0000031                                            )                              ] ;                   rdfs:comment "bearerProperty refers to the relationship between a role and the properties of the role bearer"@en ;                   rdfs:label "bearer propery" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasActivationEnergypli:hasActivationEnergy rdf:type owl:ObjectProperty ;                        rdfs:subPropertyOf pli:hasModelParameter ;                        rdfs:domain pli:PermeabilityCoefficientArrheniusEquation ;                        rdfs:range pli:ActivationEnergy ;                        rdfs:label "has activation energy" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasModelParameterpli:hasModelParameter rdf:type owl:ObjectProperty ;                      rdfs:subPropertyOf obo:BFO_0000051 ;                      rdfs:label "has model parameter" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasPrefactorpli:hasPrefactor rdf:type owl:ObjectProperty ;                 rdfs:subPropertyOf pli:hasModelParameter ;                 rdfs:domain pli:PermeabilityCoefficientArrheniusEquation ;                 rdfs:range pli:ArrheniusEquationPrefactor ;                 rdfs:label "has prefactor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#isEstimatedBypli:isEstimatedBy rdf:type owl:ObjectProperty ;                  rdfs:subPropertyOf owl:topObjectProperty ;                  rdfs:domain obo:IAO_0000109 ;                  rdfs:range pli:PermeabilityCoefficientArrheniusEquation ;                  rdfs:label "is estimated by" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#isNormalizedTopli:isNormalizedTo rdf:type owl:ObjectProperty ;                   rdfs:subPropertyOf owl:topObjectProperty ;                   rdfs:domain [ rdf:type owl:Class ;                                 owl:unionOf ( pli:Material                                               pli:Polymerization                                             )                               ] ;                   rdfs:range [ rdf:type owl:Class ;                                owl:unionOf ( pli:Material                                              pli:Polymerization                                            )                              ] ;                   rdfs:comment "A relation between a sample level entity (such as a polymer sample or sample polymerization) and a master level entity (a polymer id or polymerization path id) in which the master level entity is a noramalized counterpart of the sample level entity." ;                   rdfs:label "is normalized to" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#realizespli:realizes rdf:type owl:ObjectProperty ;             rdfs:subPropertyOf owl:topObjectProperty ;             rdfs:domain obo:BFO_0000040 ;             rdfs:range obo:BFO_0000017 ;             rdfs:comment "Realize the realizable entity indicated by the object here; unlike BFO:0000055 (realize), the subject need not be a process. (e.g., a list of compound objects realizes the pli:Component role held by each compound that is an element of the list)."@en ;             rdfs:label "realizes" .###  http://www.w3.org/2002/07/owl#topObjectPropertyowl:topObjectProperty rdfs:subPropertyOf owl:topObjectProperty .##################################################################    Data properties####################################################################  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasInequalitySignpli:hasInequalitySign rdf:type owl:DatatypeProperty ;                      rdfs:subPropertyOf owl:topDataProperty ;                      rdfs:domain [ rdf:type owl:Class ;                                    owl:unionOf ( pli:Descriptor                                                  obo:IAO_0000109                                                )                                  ] ;                      rdfs:range rdfs:Literal .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasMaxValuepli:hasMaxValue rdf:type owl:DatatypeProperty ;                rdfs:domain [ rdf:type owl:Class ;                              owl:unionOf ( pli:Descriptor                                            obo:IAO_0000109                                          )                            ] ;                rdfs:range rdfs:Literal ;                rdfs:label "has max value" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasMinValuepli:hasMinValue rdf:type owl:DatatypeProperty ;                rdfs:domain [ rdf:type owl:Class ;                              owl:unionOf ( pli:Descriptor                                            obo:IAO_0000109                                          )                            ] ;                rdfs:range rdfs:Literal ;                rdfs:label "has min value" .##################################################################    Classes####################################################################  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Abbreviationpli:Abbreviation rdf:type owl:Class ;                 rdfs:subClassOf pli:NameDescriptor ;                 rdfs:comment "A subclass of the NameDescriptor Class, Abbreviation" ;                 rdfs:label "Abbreviation" ;                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/term_polymer.html#chap05> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ActivationEnergypli:ActivationEnergy rdf:type owl:Class ;                     rdfs:subClassOf pli:ArrheniusEquationParameter ;                     rdfs:comment "A subclass of the ArrheniusEquationParameter Class, Activation Energy" ;                     rdfs:label "ActivationEnergy" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdditionCondensationpli:AdditionCondensation rdf:type owl:Class ;                         rdfs:subClassOf pli:SequentialPolymerization ;                         rdfs:comment "A subclass of the SequentialPolymerization Class, Addition Condensation" ;                         rdfs:label "AdditionCondensation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdditionPolymerizationpli:AdditionPolymerization rdf:type owl:Class ;                           rdfs:subClassOf pli:ChainPolymerization ;                           rdfs:comment "A subclass of the ChainPolymerization Class, Addition Polymerization" ;                           rdfs:label "AdditionPolymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Additivepli:Additive rdf:type owl:Class ;             rdfs:subClassOf pli:GeneralAdditive ;             rdfs:comment "A subclass of the GeneralAdditive Class, Additive" ;             rdfs:label "Additive" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdhesionLiquidpli:AdhesionLiquid rdf:type owl:Class ;                   rdfs:subClassOf pli:ContactSubstanceRole ;                   rdfs:comment "A subclass of the ContactSubstanceRole Class, Adhesion Liquid" ;                   rdfs:label "Adhesion liquid" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AlternatingCopolymerpli:AlternatingCopolymer rdf:type owl:Class ;                         rdfs:subClassOf pli:Copolymer ;                         rdfs:comment "A subclass of the Copolymer Class, Alternating Copolymer" ;                         rdfs:label "Alternating copolymer" ;                         rdfs:seeAlso <https://doi.org/10.1351/goldbook.A00250> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AmbientGaspli:AmbientGas rdf:type owl:Class ;               rdfs:subClassOf pli:ChemicalReactionRole ;               rdfs:comment "A subclass of the ChemicalReactionRole Class, Ambient Gas" ;               rdfs:label "Ambient gas" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AmorphousStatepli:AmorphousState rdf:type owl:Class ;                   owl:equivalentClass [ rdf:type owl:Class ;                                         owl:oneOf ( pli:AmorphousState                                                   )                                       ] ;                   rdfs:subClassOf pli:SolidStateType .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Amountpli:Amount rdf:type owl:Class ;           rdfs:subClassOf pli:PhysicalDescriptor ;           rdfs:comment "A subclass of the PhysicalDescriptor Class, Amount" ;           rdfs:label "Amount" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ArrheniusEquationParameterpli:ArrheniusEquationParameter rdf:type owl:Class ;                               rdfs:subClassOf pli:CalculationModelParameter ;                               rdfs:comment "A subclass of the CalculationModelParameter Class, Arrhenius Equation Parameter" ;                               rdfs:label "Arrhenius equation parameter" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ArrheniusEquationPrefactorpli:ArrheniusEquationPrefactor rdf:type owl:Class ;                               rdfs:subClassOf pli:ArrheniusEquationParameter ;                               rdfs:comment "A subclass of the ArrheniusEquationParameter Class, Arrhenius Equation Prefactor" ;                               rdfs:label "Arrhenius equation prefactor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ArrheniusEquationPrefactorUnitpli:ArrheniusEquationPrefactorUnit rdf:type owl:Class ;                                   rdfs:subClassOf pli:Unit ,                                                   obo:UO_0000000 ;                                   rdfs:label "Arrhenius equation prefactor unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Atmospherepli:Atmosphere rdf:type owl:Class ;               owl:equivalentClass [ rdf:type owl:Class ;                                     owl:oneOf ( pli:Atmosphere                                               )                                   ] ;               rdfs:subClassOf pli:AtmosphereBasedUnit ,                               pli:Unit ,                               obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AtmosphereBasedUnitpli:AtmosphereBasedUnit rdf:type owl:Class ;                        rdfs:subClassOf pli:Unit ,                                        obo:UO_0000109 ;                        rdfs:label "atmosphere based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AverageMolecularMeasurementMethodpli:AverageMolecularMeasurementMethod rdf:type owl:Class ;                                      rdfs:subClassOf pli:MeasurementMethod ;                                      rdfs:comment "A subclass of the MeasurementMethod Class, Average Molecular Measurement Method" ;                                      rdfs:label "Average molecular measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AverageMolecularWeightpli:AverageMolecularWeight rdf:type owl:Class ;                           rdfs:subClassOf pli:PhysicalProperty ;                           rdfs:comment "A subclass of the PhysicalProperty Class, Average Molecular Weight" ;                           rdfs:label "Average molecular weight" ;                           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/term_polymer.html#chap13> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AverageMolecularWeightMeasurementInformationpli:AverageMolecularWeightMeasurementInformation rdf:type owl:Class ;                                                 rdfs:subClassOf pli:ChemicalDescriptor ;                                                 rdfs:comment "A subclass of the ChemicalDescriptor Class, Average Molecular Weight Measurement Information" ;                                                 rdfs:label "Average molecular weight measurement information" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AverageMolecularWeightRatepli:AverageMolecularWeightRate rdf:type owl:Class ;                               rdfs:subClassOf pli:PhysicalProperty ;                               rdfs:comment "A subclass of the PhysicalProperty Class, Average Molecular Weight Rate" ;                               rdfs:label "Average molecular weight rate" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Barpli:Bar rdf:type owl:Class ;        owl:equivalentClass [ rdf:type owl:Class ;                              owl:oneOf ( pli:Bar                                        )                            ] ;        rdfs:subClassOf pli:BarBasedUnit ,                        pli:Unit ,                        obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BarBasedUnitpli:BarBasedUnit rdf:type owl:Class ;                 rdfs:subClassOf pli:Unit ,                                 obo:UO_0000109 ;                 rdfs:label "bar based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BaseMaterialpli:BaseMaterial rdf:type owl:Class ;                 rdfs:subClassOf pli:ContactSubstanceRole ;                 rdfs:comment "A subclass of the ContactSubstanceRole Class, Base Material" ;                 rdfs:label "Base material" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Biodegradabilitypli:Biodegradability rdf:type owl:Class ;                     rdfs:subClassOf pli:PhysicochemicalProperty ;                     rdfs:comment "A subclass of the PhysicochemicalProperty Class, Biodegradability" ;                     rdfs:label "Biodegradability" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Blendpli:Blend rdf:type owl:Class ;          rdfs:subClassOf pli:Polymer ;          rdfs:comment "A subclass of the Polymer Class, Blend" ;          rdfs:label "Blend" ;          rdfs:seeAlso <https://doi.org/10.1351/goldbook.P04736> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BlendCompatibilizationKneadingpli:BlendCompatibilizationKneading rdf:type owl:Class ;                                   rdfs:subClassOf pli:MaterialProcessing ;                                   rdfs:comment "A subclass of the MaterialProcessing Class, Blend Compatibilization Kneading" ;                                   rdfs:label "Blend compatibilization (Kneading)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BlockCopolymerpli:BlockCopolymer rdf:type owl:Class ;                   rdfs:subClassOf pli:Copolymer ;                   rdfs:comment "A subclass of the Copolymer Class, Block Copolymer" ;                   rdfs:label "Block copolymer" ;                   rdfs:seeAlso <https://doi.org/10.1351/goldbook.B00683> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BranchingAndCrosslinkingpli:BranchingAndCrosslinking rdf:type owl:Class ;                             rdfs:subClassOf pli:PrimaryStructure ;                             rdfs:comment "A subclass of the PrimaryStructure Class, Branching And Crosslinking" ;                             rdfs:label "Branching and crosslinking" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BranchingAndCrosslinkingTypepli:BranchingAndCrosslinkingType rdf:type owl:Class ;                                 rdfs:subClassOf pli:PrimaryStructureType ;                                 rdfs:comment "A subclass of the PrimaryStructureType Class, Branching And Crosslinking Type" ;                                 rdfs:label "Branching and crosslinking type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BrittlenessTemperaturepli:BrittlenessTemperature rdf:type owl:Class ;                           rdfs:subClassOf pli:HeatCharacteristic ;                           rdfs:comment "A subclass of the HeatCharacteristic Class, Brittleness Temperature" ;                           rdfs:label "Brittleness temperature" ;                           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8540> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BulkModuluspli:BulkModulus rdf:type owl:Class ;                rdfs:subClassOf pli:OtherProperty ;                rdfs:comment "A subclass of the OtherProperty Class, Bulk Modulus" ;                rdfs:label "Bulk modulus" ;                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P9160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CalculationModelpli:CalculationModel rdf:type owl:Class ;                     rdfs:subClassOf obo:IAO_0000030 ;                     rdfs:comment "CalculationModel refers to a model that mimics and formulates measurable indicators." ;                     rdfs:label "Calculation model" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CalculationModelParameterpli:CalculationModelParameter rdf:type owl:Class ;                              rdfs:subClassOf obo:IAO_0000030 ;                              rdfs:comment "CalculationModelParameter refers to the parameters included in the formula of CalculationModel." ;                              rdfs:label "Calculation model parameter" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCentimeterSecondDegreeCelsiuspli:CaloriePerCentimeterSecondDegreeCelsius rdf:type owl:Class ;                                            owl:equivalentClass [ rdf:type owl:Class ;                                                                  owl:oneOf ( pli:CaloriePerCentimeterSecondDegreeCelsius                                                                            )                                                                ] ;                                            rdfs:subClassOf pli:CaloriePerCentimeterSecondDegreeCelsiusBasedUnit ,                                                            pli:Unit ,                                                            obo:UO_0000263 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCentimeterSecondDegreeCelsiusBasedUnitpli:CaloriePerCentimeterSecondDegreeCelsiusBasedUnit rdf:type owl:Class ;                                                     rdfs:subClassOf pli:Unit ,                                                                     obo:UO_0000263 ;                                                     rdfs:label "calorie per centimeter second degree Celsius based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterpli:CaloriePerCubicCentimeter rdf:type owl:Class ;                              owl:equivalentClass [ rdf:type owl:Class ;                                                    owl:oneOf ( pli:CaloriePerCubicCentimeter                                                              )                                                  ] ;                              rdfs:subClassOf pli:CaloriePerCubicCentimeterBasedUnit ,                                              pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterBasedUnitpli:CaloriePerCubicCentimeterBasedUnit rdf:type owl:Class ;                                       rdfs:subClassOf pli:SpecificEnergyUnit ;                                       rdfs:label "calorie per cubic centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterDegreeCelsiuspli:CaloriePerCubicCentimeterDegreeCelsius rdf:type owl:Class ;                                           owl:equivalentClass [ rdf:type owl:Class ;                                                                 owl:oneOf ( pli:CaloriePerCubicCentimeterDegreeCelsius                                                                           )                                                               ] ;                                           rdfs:subClassOf pli:CaloriePerCubicCentimeterDegreeCelsiusBasedUnit ,                                                           pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterDegreeCelsiusBasedUnitpli:CaloriePerCubicCentimeterDegreeCelsiusBasedUnit rdf:type owl:Class ;                                                    rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                                                    rdfs:label "calorie per cubic centimeter degree Celsius based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGrampli:CaloriePerGram rdf:type owl:Class ;                   owl:equivalentClass [ rdf:type owl:Class ;                                         owl:oneOf ( pli:CaloriePerGram                                                   )                                       ] ;                   rdfs:subClassOf pli:CaloriePerGramBasedUnit ,                                   pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGramBasedUnitpli:CaloriePerGramBasedUnit rdf:type owl:Class ;                            rdfs:subClassOf pli:SpecificEnergyUnit ;                            rdfs:label "calorie per gram based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGramDegreeCelsiuspli:CaloriePerGramDegreeCelsius rdf:type owl:Class ;                                owl:equivalentClass [ rdf:type owl:Class ;                                                      owl:oneOf ( pli:CaloriePerGramDegreeCelsius                                                                )                                                    ] ;                                rdfs:subClassOf pli:CaloriePerGramDegreeCelsiusBasedUnit ,                                                pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGramDegreeCelsiusBasedUnitpli:CaloriePerGramDegreeCelsiusBasedUnit rdf:type owl:Class ;                                         rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                                         rdfs:label "calorie per gram degree Celsius based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerMolBasedUnitpli:CaloriePerMolBasedUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:SpecificEnergyUnit ;                           rdfs:label "calorie per cubic centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Catalystpli:Catalyst rdf:type owl:Class ;             rdfs:subClassOf pli:ChemicalReactionRole ;             rdfs:comment "A subclass of the ChemicalReactionRole Class, Catalyst" ;             rdfs:label "Catalyst" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiNewtonPerDecitexpli:CentiNewtonPerDecitex rdf:type owl:Class ;                          owl:equivalentClass [ owl:intersectionOf ( pli:NewtonPerDecitexBasedUnit                                                                     [ rdf:type owl:Restriction ;                                                                       owl:onProperty obo:has_prefix ;                                                                       owl:someValuesFrom obo:UO_0000298                                                                     ]                                                                   ) ;                                                rdf:type owl:Class                                              ] ,                                              [ rdf:type owl:Class ;                                                owl:oneOf ( pli:CentiNewtonPerDecitex                                                          )                                              ] ;                          rdfs:subClassOf pli:SpecificStrengthUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiNewtonPerTexpli:CentiNewtonPerTex rdf:type owl:Class ;                      owl:equivalentClass [ owl:intersectionOf ( pli:NewtonPerTexBasedUnit                                                                 [ rdf:type owl:Restriction ;                                                                   owl:onProperty obo:has_prefix ;                                                                   owl:someValuesFrom obo:UO_0000298                                                                 ]                                                               ) ;                                            rdf:type owl:Class                                          ] ,                                          [ rdf:type owl:Class ;                                            owl:oneOf ( pli:CentiNewtonPerTex                                                      )                                          ] ;                      rdfs:subClassOf pli:SpecificStrengthUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiPoisepli:CentiPoise rdf:type owl:Class ;               owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000258                                                          [ rdf:type owl:Restriction ;                                                            owl:onProperty obo:has_prefix ;                                                            owl:someValuesFrom obo:UO_0000298                                                          ]                                                        ) ;                                     rdf:type owl:Class                                   ] ;               rdfs:subClassOf pli:Unit ,                               obo:UO_0000256 ;               oboInOwl:hasExactSynonym "cP" ;               rdfs:label "centipoise" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Centistokespli:Centistokes rdf:type owl:Class ;                owl:equivalentClass [ owl:intersectionOf ( pli:StokesBasedUnit                                                           [ rdf:type owl:Restriction ;                                                             owl:onProperty obo:has_prefix ;                                                             owl:someValuesFrom obo:UO_0000298                                                           ]                                                         ) ;                                      rdf:type owl:Class                                    ] ,                                    [ rdf:type owl:Class ;                                      owl:oneOf ( pli:Centistokes                                                )                                    ] ;                rdfs:subClassOf pli:KinematicViscosityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChainCondensationPolymerizationpli:ChainCondensationPolymerization rdf:type owl:Class ;                                    rdfs:subClassOf pli:ChainPolymerization ;                                    rdfs:comment "A subclass of the ChainPolymerization Class, Chain Condensation Polymerization" ;                                    rdfs:label "ChainCondensationPolymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChainPolymerizationpli:ChainPolymerization rdf:type owl:Class ;                        rdfs:subClassOf pli:Polymerization ;                        rdfs:comment "A subclass of the Polymerization Class, Chain Polymerization" ;                        rdfs:label "ChainPolymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChainStructurepli:ChainStructure rdf:type owl:Class ;                   rdfs:subClassOf pli:PrimaryStructure ;                   rdfs:comment "A subclass of the PrimaryStructure Class, Chain Structure" ;                   rdfs:label "Chain structure" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CharpyImpactpli:CharpyImpact rdf:type owl:Class ;                 rdfs:subClassOf pli:ImpactStrength ;                 rdfs:comment "A subclass of the ImpactStrength Class, Charpy Impact" ;                 rdfs:label "Charpy impact" ;                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8560> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChemicalDescriptorpli:ChemicalDescriptor rdf:type owl:Class ;                       rdfs:subClassOf pli:Descriptor ;                       rdfs:comment "A subclass of the Descriptor Class, Chemical Descriptor" ;                       rdfs:label "Chemical descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChemicalReactionRolepli:ChemicalReactionRole rdf:type owl:Class ;                         rdfs:subClassOf pli:Role ;                         rdfs:comment "A subclass of the Role Class, Chemical Reaction Role" ;                         rdfs:label "Chemical reaction role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChemicalSubstancepli:ChemicalSubstance rdf:type owl:Class ;                      rdfs:subClassOf pli:Material ;                      rdfs:comment "A subclass of the Material Class, Chemical Substance. Chemical Substance indicates the normalized material name. A material that can be lexicalized." ;                      rdfs:label "Chemical substance" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CloudPointpli:CloudPoint rdf:type owl:Class ;               rdfs:subClassOf pli:StructuralPropety ;               rdfs:comment "A subclass of the StructuralProperty Class, Cloud Point" ;               rdfs:label "Cloud point" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CohesiveEnergyDensitypli:CohesiveEnergyDensity rdf:type owl:Class ;                          rdfs:subClassOf pli:PhysicochemicalProperty ;                          rdfs:comment "A subclass of the PhysicochemicalProperty Class, Cohesive Energy Density" ;                          rdfs:label "Cohesive energy density" ;                          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CommerceRolepli:CommerceRole rdf:type owl:Class ;                 rdfs:subClassOf pli:Role ;                 rdfs:comment "A subclass of the Role Class, Commerce Role" ;                 rdfs:label "Commerce role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Componentpli:Component rdf:type owl:Class ;              rdfs:subClassOf pli:MixtureRole ;              rdfs:comment "A subclass of the MixtureRole Class, Component" ;              rdfs:label "Component" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompositionRatiopli:CompositionRatio rdf:type owl:Class ;                     rdfs:subClassOf pli:PhysicalDescriptor ;                     rdfs:comment "A subclass of the PhysicalDescriptor Class, CompositionRatio" ;                     rdfs:label "Composition ratio" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompoundTypepli:CompoundType rdf:type owl:Class ;                 rdfs:subClassOf pli:TypeDescriptor ;                 rdfs:comment "A subclass of the TypeDescriptor Class, Compound Type" ;                 rdfs:label "Compound type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Compressibilitypli:Compressibility rdf:type owl:Class ;                    rdfs:subClassOf pli:OtherProperty ;                    rdfs:comment "A subclass of the OtherProperty Class, Compressibility" ;                    rdfs:label "Compressibility" ;                    rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P9160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveCreepPropertypli:CompressiveCreepProperty rdf:type owl:Class ;                             rdfs:subClassOf pli:CreepProperty ;                             rdfs:comment "A subclass of the CreepProperty Class, CompressiveCreepProperty" ;                             rdfs:label "Compressive creep property" ;                             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8210> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveCreepRuptureStrengthpli:CompressiveCreepRuptureStrength rdf:type owl:Class ;                                    rdfs:subClassOf pli:CompressiveCreepProperty ;                                    rdfs:comment "A subclass of the CompressiveCreepProperty Class, Compressive Creep Rupture Strength" ;                                    rdfs:label "Compressive creep rupture strength" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveCreepRuptureTimepli:CompressiveCreepRuptureTime rdf:type owl:Class ;                                rdfs:subClassOf pli:CompressiveCreepProperty ;                                rdfs:comment "A subclass of the CompressiveCreepProperty Class, Compressive Creep Rupture Time" ;                                rdfs:label "Compressive creep rupture time" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveCreepStrainpli:CompressiveCreepStrain rdf:type owl:Class ;                           rdfs:subClassOf pli:CompressiveCreepProperty ;                           rdfs:comment "A subclass of the CompressiveCreepProperty Class, Compressive Creep Strain" ;                           rdfs:label "Compressive creep strain" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveLossModuluspli:CompressiveLossModulus rdf:type owl:Class ;                           rdfs:subClassOf pli:CompressiveProperty ;                           rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Loss Modulus" ;                           rdfs:label "Compressive loss modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveLossTangentpli:CompressiveLossTangent rdf:type owl:Class ;                           rdfs:subClassOf pli:CompressiveProperty ;                           rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Loss Tangent" ;                           rdfs:label "Compressive loss tangent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveModuluspli:CompressiveModulus rdf:type owl:Class ;                       rdfs:subClassOf pli:CompressiveProperty ;                       rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Modulus" ;                       rdfs:label "Compressive modulus" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressivePropertypli:CompressiveProperty rdf:type owl:Class ;                        rdfs:subClassOf pli:Property ;                        rdfs:comment "A subclass of the Property Class, Compressive property" ;                        rdfs:label "Compressive property" ;                        rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveStorageModuluspli:CompressiveStorageModulus rdf:type owl:Class ;                              rdfs:subClassOf pli:CompressiveProperty ;                              rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Storage Modulus" ;                              rdfs:label "Compressive storage modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveStressStrengthAtBreakpli:CompressiveStressStrengthAtBreak rdf:type owl:Class ;                                     rdfs:subClassOf pli:CompressiveProperty ;                                     rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Stress Strength At Break" ;                                     rdfs:label "Compressive stress (strength) at break" ;                                     rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CompressiveStressStrengthAtYieldpli:CompressiveStressStrengthAtYield rdf:type owl:Class ;                                     rdfs:subClassOf pli:CompressiveProperty ;                                     rdfs:comment "A subclass of the CompressiveProperty Class, Compressive Stress Strength At Yield" ;                                     rdfs:label "Compressive stress (strength) at yield" ;                                     rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ConstitutionalUnitpli:ConstitutionalUnit rdf:type owl:Class ;                       rdfs:subClassOf pli:GroupOfAtoms ;                       owl:disjointWith pli:JunctionUnit ;                       rdfs:comment "A subclass of the GroupOfAtoms Class, Constitutional Unit" ;                       rdfs:label "Constitutional unit" ;                       rdfs:seeAlso <https://doi.org/10.1351/goldbook.C01288> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ContactAnglepli:ContactAngle rdf:type owl:Class ;                 rdfs:subClassOf pli:RelationalProperty ;                 rdfs:comment "A subclass of the RelationalProperty Class, Contact Angle" ;                 rdfs:label "Contact angle" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ContactSubstanceRolepli:ContactSubstanceRole rdf:type owl:Class ;                         rdfs:subClassOf pli:Role ;                         rdfs:comment "A subclass of the Role Class, Contact Substance Role" ;                         rdfs:label "Contact substance role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CoolingRatepli:CoolingRate rdf:type owl:Class ;                rdfs:subClassOf pli:Rate ;                rdfs:comment "A subclass of the Rate Class, Cooling Rate" ;                rdfs:label "CoolingRate" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Copolymerpli:Copolymer rdf:type owl:Class ;              rdfs:subClassOf pli:Polymer ;              rdfs:comment "A subclass of the Polymer Class, Copolymer" ;              rdfs:label "Copolymer" ;              rdfs:seeAlso <https://doi.org/10.1351/goldbook.C01335> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CreepPropertypli:CreepProperty rdf:type owl:Class ;                  rdfs:subClassOf pli:Property ;                  rdfs:comment "A subclass of the Property Class, Creep Property" ;                  rdfs:label "Creep property" ;                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/jp/property.html#P8210> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CriterionEventpli:CriterionEvent rdf:type owl:Class ;                   rdfs:subClassOf obo:BFO_0000015 ;                   rdfs:comment "Event refers to anion formation, crosslinking, and other events." ;                   rdfs:label "Criterion event" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CriterionEventRolepli:CriterionEventRole rdf:type owl:Class ;                       rdfs:subClassOf pli:MeasurementCriterionRole ;                       rdfs:comment "A subclass of the MeasurementCriterionRole Class, Criterion Event Role" ;                       rdfs:label "Criterion event role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CriterionPropertypli:CriterionProperty rdf:type owl:Class ;                      rdfs:subClassOf obo:BFO_0000020 ;                      rdfs:comment "CriterionProperty refers to the physical and chemical properties dealt in PoLyInfo whose value changes are used to define the values of another property." ;                      rdfs:label "Criterion property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CriterionPropertyRolepli:CriterionPropertyRole rdf:type owl:Class ;                          rdfs:subClassOf pli:MeasurementCriterionRole ;                          rdfs:comment "A subclass of the MeasurementCriterionRole Class, Criterion Property Role" ;                          rdfs:label "Criterion property role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystalStatepli:CrystalState rdf:type owl:Class ;                 owl:equivalentClass [ rdf:type owl:Class ;                                       owl:oneOf ( pli:CrystalState                                                 )                                     ] ;                 rdfs:subClassOf pli:SolidStateType .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystalStructuralMeasurementMethodpli:CrystalStructuralMeasurementMethod rdf:type owl:Class ;                                       rdfs:subClassOf pli:MeasurementMethod ;                                       rdfs:comment "A subclass of the MeasurementMethod Class, Crystal Structural MeasurementMethod" ;                                       rdfs:label "Crystal structural measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystalSystempli:CrystalSystem rdf:type owl:Class ;                  rdfs:subClassOf pli:CrystalState ;                  rdfs:comment "A subclass of the CrystalState Class, Crystal System" ;                  rdfs:label "Crystal system" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystalTypepli:CrystalType rdf:type owl:Class ;                rdfs:subClassOf pli:HighOrderStructureType ;                rdfs:comment "A subclass of the HighOrderStructureType Class, Crystal Type" ;                rdfs:label "Crystal type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Crystallinitypli:Crystallinity rdf:type owl:Class ;                  rdfs:subClassOf pli:StructuralPropety ;                  rdfs:comment "A subclass of the StructuralProperty Class, Crystallinity" ;                  rdfs:label "Crystallinity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystallinityMeasurementMethodpli:CrystallinityMeasurementMethod rdf:type owl:Class ;                                   rdfs:subClassOf pli:MeasurementMethod ;                                   rdfs:comment "A subclass of the MeasurementMethod Class, Crystallinity Measurement Method" ;                                   rdfs:label "Crystallinity measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystallinityTypepli:CrystallinityType rdf:type owl:Class ;                      rdfs:subClassOf pli:HighOrderStructureType ;                      rdfs:comment "A subclass of the HighOrderStructureType Class, Crystallinity Type" ;                      rdfs:label "Crystallinity type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystallizationKineticspli:CrystallizationKinetics rdf:type owl:Class ;                            rdfs:subClassOf pli:ThermalProperty ,                                            [ rdf:type owl:Restriction ;                                              owl:onProperty obo:BFO_0000051 ;                                              owl:someValuesFrom pli:KGrowthRateParameterOfAvramiEquation                                            ] ,                                            [ rdf:type owl:Restriction ;                                              owl:onProperty obo:BFO_0000051 ;                                              owl:someValuesFrom pli:NNucleationParameterOfAvramiEquation                                            ] ;                            rdfs:comment "A subclass of the ThermalProperty Class, Crystallization Kinetics" ;                            rdfs:label "Crystallization kinetics" ;                            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3150> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystallizationTemperaturepli:CrystallizationTemperature rdf:type owl:Class ;                               rdfs:subClassOf pli:ThermalProperty ;                               rdfs:comment "A subclass of the ThermalProperty Class, Crystallization Temperature" ;                               rdfs:label "Crystallization temperature" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3140> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Cubicpli:Cubic rdf:type owl:Class ;          owl:equivalentClass [ rdf:type owl:Class ;                                owl:oneOf ( pli:Cubic                                          )                              ] ;          rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterMolPerSquareGrampli:CubicCentimeterMolPerSquareGram rdf:type owl:Class ;                                    owl:equivalentClass [ rdf:type owl:Class ;                                                          owl:oneOf ( pli:CubicCentimeterMolPerSquareGram                                                                    )                                                        ] ;                                    rdfs:subClassOf pli:CubicCentimeterMolPerSquareGramBasedUnit ,                                                    pli:SecondVirialCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterMolPerSquareGramBasedUnitpli:CubicCentimeterMolPerSquareGramBasedUnit rdf:type owl:Class ;                                             rdfs:subClassOf pli:SecondVirialCoefficientUnit ;                                             rdfs:label "cubic centimeter mol per square gram based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGrampli:CubicCentimeterPerGram rdf:type owl:Class ;                           owl:equivalentClass [ owl:intersectionOf ( pli:CubicMeterPerGramBasedUnit                                                                      [ rdf:type owl:Restriction ;                                                                        owl:onProperty obo:has_prefix ;                                                                        owl:someValuesFrom obo:UO_0000298                                                                      ]                                                                    ) ;                                                 rdf:type owl:Class                                               ] ,                                               [ rdf:type owl:Class ;                                                 owl:oneOf ( pli:CubicCentimeterPerGram                                                           )                                               ] ;                           rdfs:subClassOf pli:Unit ,                                           obo:UO_0000059 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramDegreeCelsiuspli:CubicCentimeterPerGramDegreeCelsius rdf:type owl:Class ;                                        owl:equivalentClass [ owl:intersectionOf ( pli:CubicMeterPerGramDegreeCelsiusBasedUnit                                                                                   [ rdf:type owl:Restriction ;                                                                                     owl:onProperty obo:has_prefix ;                                                                                     owl:someValuesFrom obo:UO_0000298                                                                                   ]                                                                                 ) ;                                                              rdf:type owl:Class                                                            ] ,                                                            [ rdf:type owl:Class ;                                                              owl:oneOf ( pli:CubicCentimeterPerGramDegreeCelsius                                                                        )                                                            ] ;                                        rdfs:subClassOf pli:ThermalExpansionUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramKelvinpli:CubicCentimeterPerGramKelvin rdf:type owl:Class ;                                 owl:equivalentClass [ owl:intersectionOf ( pli:CubicMeterPerGramKelvinBasedUnit                                                                            [ rdf:type owl:Restriction ;                                                                              owl:onProperty obo:has_prefix ;                                                                              owl:someValuesFrom obo:UO_0000298                                                                            ]                                                                          ) ;                                                       rdf:type owl:Class                                                     ] ,                                                     [ rdf:type owl:Class ;                                                       owl:oneOf ( pli:CubicCentimeterPerGramKelvin                                                                 )                                                     ] ;                                 rdfs:subClassOf pli:ThermalExpansionUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg rdf:type owl:Class ;                                                              owl:equivalentClass [ rdf:type owl:Class ;                                                                                    owl:oneOf ( pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg                                                                                              )                                                                                  ] ;                                                              rdfs:subClassOf pli:ArrheniusEquationPrefactorUnit ,                                                                              pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgBasedUnitpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgBasedUnit rdf:type owl:Class ;                                                                       rdfs:subClassOf pli:ArrheniusEquationPrefactorUnit ;                                                                       rdfs:label "cubic centimeter STP centimeter per square centimeter second cmHg based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal rdf:type owl:Class ;                                                                owl:equivalentClass [ rdf:type owl:Class ;                                                                                      owl:oneOf ( pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal                                                                                                )                                                                                    ] ;                                                                rdfs:subClassOf pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalBasedUnit ,                                                                                pli:GasPermeabilityCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalBasedUnitpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalBasedUnit rdf:type owl:Class ;                                                                         rdfs:subClassOf pli:GasPermeabilityCoefficientUnit ;                                                                         rdfs:label "cubic centimeter STP centimeter per square centimeter second pascal based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmpli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm rdf:type owl:Class ;                                                         owl:equivalentClass [ rdf:type owl:Class ;                                                                               owl:oneOf ( pli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm                                                                                         )                                                                             ] ;                                                         rdfs:subClassOf pli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmBasedUnit ,                                                                         pli:GasPermeabilityCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmBasedUnitpli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmBasedUnit rdf:type owl:Class ;                                                                  rdfs:subClassOf pli:GasPermeabilityCoefficientUnit ;                                                                  rdfs:label "cubic centimeter STP centimeter per square meter 24hours atm" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterAtmpli:CubicCentimeterSTPPerCubicCentimeterAtm rdf:type owl:Class ;                                            owl:equivalentClass [ rdf:type owl:Class ;                                                                  owl:oneOf ( pli:CubicCentimeterSTPPerCubicCentimeterAtm                                                                            )                                                                ] ;                                            rdfs:subClassOf pli:CubicCentimeterSTPPerCubicCentimeterAtmBasedUnit ,                                                            pli:GasSolubilityCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterAtmBasedUnitpli:CubicCentimeterSTPPerCubicCentimeterAtmBasedUnit rdf:type owl:Class ;                                                     rdfs:subClassOf pli:GasSolubilityCoefficientUnit ;                                                     rdfs:label "cubic centimeter STP per cubic centimeter atm based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterCmHgpli:CubicCentimeterSTPPerCubicCentimeterCmHg rdf:type owl:Class ;                                             owl:equivalentClass [ rdf:type owl:Class ;                                                                   owl:oneOf ( pli:CubicCentimeterSTPPerCubicCentimeterCmHg                                                                             )                                                                 ] ;                                             rdfs:subClassOf pli:CubicCentimeterSTPPerCubicCentimeterCmHgBasedUnit ,                                                             pli:GasSolubilityCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterCmHgBasedUnitpli:CubicCentimeterSTPPerCubicCentimeterCmHgBasedUnit rdf:type owl:Class ;                                                      rdfs:subClassOf pli:GasSolubilityCoefficientUnit ;                                                      rdfs:label "cubic centimeter STP per cubic centimeter cmHg based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterPascalpli:CubicCentimeterSTPPerCubicCentimeterPascal rdf:type owl:Class ;                                               owl:equivalentClass [ rdf:type owl:Class ;                                                                     owl:oneOf ( pli:CubicCentimeterSTPPerCubicCentimeterPascal                                                                               )                                                                   ] ;                                               rdfs:subClassOf pli:CubicCentimeterSTPPerCubicCentimeterPascalBasedUnit ,                                                               pli:GasSolubilityCoefficientUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterPascalBasedUnitpli:CubicCentimeterSTPPerCubicCentimeterPascalBasedUnit rdf:type owl:Class ;                                                        rdfs:subClassOf pli:GasSolubilityCoefficientUnit ;                                                        rdfs:label "cubic centimeter STP per cubic centimeter pascal based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGrampli:CubicMeterPerGram rdf:type owl:Class ;                      owl:equivalentClass [ rdf:type owl:Class ;                                            owl:oneOf ( pli:CubicMeterPerGram                                                      )                                          ] ;                      rdfs:subClassOf pli:CubicMeterPerGramBasedUnit ,                                      pli:Unit ,                                      obo:UO_0000059 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGramBasedUnitpli:CubicMeterPerGramBasedUnit rdf:type owl:Class ;                               rdfs:subClassOf pli:Unit ,                                               obo:UO_0000059 ;                               rdfs:label "cubic meter per gram based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGramDegreeCelsiusBasedUnitpli:CubicMeterPerGramDegreeCelsiusBasedUnit rdf:type owl:Class ;                                            rdfs:subClassOf pli:ThermalExpansionUnit ;                                            rdfs:label "cubic meter per gram degree Celsius based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGramKelvinBasedUnitpli:CubicMeterPerGramKelvinBasedUnit rdf:type owl:Class ;                                     rdfs:subClassOf pli:ThermalExpansionUnit ;                                     rdfs:label "cubic meter per gram kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DValuepli:DValue rdf:type owl:Class ;           rdfs:subClassOf pli:StructuralPropety ;           rdfs:comment "A subclass of the StructuralProperty Class, D-Value" ;           rdfs:label "D value" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DeciliterPerGrampli:DeciliterPerGram rdf:type owl:Class ;                     owl:equivalentClass [ owl:intersectionOf ( pli:LiterPerGramBasedUnit                                                                [ rdf:type owl:Restriction ;                                                                  owl:onProperty obo:has_prefix ;                                                                  owl:someValuesFrom obo:UO_0000296                                                                ]                                                              ) ;                                           rdf:type owl:Class                                         ] ,                                         [ rdf:type owl:Class ;                                           owl:oneOf ( pli:DeciliterPerGram                                                     )                                         ] ;                     rdfs:subClassOf pli:Unit ,                                     obo:UO_0000059 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DeflectionTemperatureUnderLoadHdtpli:DeflectionTemperatureUnderLoadHdt rdf:type owl:Class ;                                      rdfs:subClassOf pli:HeatCharacteristic ;                                      rdfs:comment "A subclass of the HeatCharacteristic Class, Deflection Temperature Under Load Hdt" ;                                      rdfs:label "Deflection temperature under load(HDT)" ;                                      rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8530> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerMinutepli:DegreeCelsiusPerMinute rdf:type owl:Class ;                           owl:equivalentClass [ rdf:type owl:Class ;                                                 owl:oneOf ( pli:DegreeCelsiusPerMinute                                                           )                                               ] ;                           rdfs:subClassOf pli:DegreeCelsiusPerMinuteBasedUnit ,                                           pli:HeatingRateUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerMinuteBasedUnitpli:DegreeCelsiusPerMinuteBasedUnit rdf:type owl:Class ;                                    rdfs:subClassOf pli:HeatingRateUnit ;                                    rdfs:label "degree Celsius per minute based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerSecondpli:DegreeCelsiusPerSecond rdf:type owl:Class ;                           owl:equivalentClass [ rdf:type owl:Class ;                                                 owl:oneOf ( pli:DegreeCelsiusPerSecond                                                           )                                               ] ;                           rdfs:subClassOf pli:DegreeCelsiusPerSecondBasedUnit ,                                           pli:HeatingRateUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerSecondBasedUnitpli:DegreeCelsiusPerSecondBasedUnit rdf:type owl:Class ;                                    rdfs:subClassOf pli:HeatingRateUnit ;                                    rdfs:label "degree Celsius per second based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeDegreepli:DegreeDegree rdf:type owl:Class ;                 rdfs:subClassOf pli:Unit ,                                 obo:UO_0000121 ;                 oboInOwl:hasExactSynonym "degree;degree" ;                 rdfs:label "degree;degree" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeDegreeBasedUnitpli:DegreeDegreeBasedUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:Unit ,                                          obo:UO_0000121 ;                          rdfs:label "degree;degree based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeOfOrientationpli:DegreeOfOrientation rdf:type owl:Class ;                        rdfs:subClassOf pli:StructuralPropety ;                        rdfs:comment "A subclass of the StructuralProperty Class, Degree Of Orientation" ;                        rdfs:label "Degree of orientation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeOfOrientationMeasurementMethodpli:DegreeOfOrientationMeasurementMethod rdf:type owl:Class ;                                         rdfs:subClassOf pli:MeasurementMethod ;                                         rdfs:comment "A subclass of the MeasurementMethod Class, Degree Of Orientation Measurement Method" ;                                         rdfs:label "Degree of orientation measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeOfPolymerizationpli:DegreeOfPolymerization rdf:type owl:Class ;                           rdfs:subClassOf pli:StructuralPropety ;                           rdfs:comment "A subclass of the StructuralProperty Class, Degree Of Polymerization" ;                           rdfs:label "Degree of polymerization" ;                           rdfs:seeAlso <https://doi.org/10.1351/goldbook.D01569> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Densitypli:Density rdf:type owl:Class ;            rdfs:subClassOf pli:PhysicalProperty ;            rdfs:comment "A subclass of the PhysicalProperty Class, Density" ;            rdfs:label "Density" ;            rdfs:seeAlso <https://doi.org/10.1351/goldbook.D01590> ,                         <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P1110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Descriptorpli:Descriptor rdf:type owl:Class ;               rdfs:subClassOf obo:IAO_0000027 ;               rdfs:comment "Descriptor refers to descriptors about concepts on PoLyInfo." ;               rdfs:label "Descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricBreakdownVoltagepli:DielectricBreakdownVoltage rdf:type owl:Class ;                               rdfs:subClassOf pli:ElectricalProperty ;                               rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Breakdown Voltage" ;                               rdfs:label "Dielectric breakdown voltage" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricConstantAcpli:DielectricConstantAc rdf:type owl:Class ;                         rdfs:subClassOf pli:ElectricalProperty ;                         rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Constant AC" ;                         rdfs:label "Dielectric constant (AC)" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricConstantDcpli:DielectricConstantDc rdf:type owl:Class ;                         rdfs:subClassOf pli:ElectricalProperty ;                         rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Constant DC" ;                         rdfs:label "Dielectric constant (DC)" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricDispersionpli:DielectricDispersion rdf:type owl:Class ;                         rdfs:subClassOf pli:ElectricalProperty ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:DielectricConstantAc                                         ] ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:DielectricLossFactor                                         ] ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:DielectricLossTangent                                         ] ;                         rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Dispersion" ;                         rdfs:label "Dielectric dispersion" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricLossFactorpli:DielectricLossFactor rdf:type owl:Class ;                         rdfs:subClassOf pli:ElectricalProperty ;                         rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Loss Factor" ;                         rdfs:label "Dielectric loss factor" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DielectricLossTangentpli:DielectricLossTangent rdf:type owl:Class ;                          rdfs:subClassOf pli:ElectricalProperty ;                          rdfs:comment "A subclass of the ElectricalProperty Class, Dielectric Loss Tangent" ;                          rdfs:label "Dielectric loss tangent" ;                          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DiffusionCoefficientpli:DiffusionCoefficient rdf:type owl:Class ;                         rdfs:subClassOf pli:RelationalProperty ;                         rdfs:comment "A subclass of the RelationalProperty Class, Diffusion Coefficient" ;                         rdfs:label "Diffusion coefficient" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6140> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DiluteSolutionPropertypli:DiluteSolutionProperty rdf:type owl:Class ;                           rdfs:subClassOf pli:Property ;                           rdfs:comment "A subclass of the Property Class, Dilute Solution Property" ;                           rdfs:label "Dilute solution property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Dissolutionpli:Dissolution rdf:type owl:Class ;                rdfs:subClassOf obo:BFO_0000015 ;                rdfs:comment "Dissolution refers to the dissolution that actually occurred in the samples dealt in PoLyInfo." ;                rdfs:label "Dissolution" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Dissolvedpli:Dissolved rdf:type owl:Class ;              rdfs:subClassOf pli:SolutionComponentRole ;              rdfs:comment "A subclass of the SolutionComponentRole Class, Dissolved" ;              rdfs:label "Dissolved" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Dopantpli:Dopant rdf:type owl:Class ;           rdfs:subClassOf pli:GeneralAdditive ;           rdfs:comment "A subclass of the GeneralAdditive Class, Dopant" ;           rdfs:label "Dopant" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DopingLevelpli:DopingLevel rdf:type owl:Class ;                rdfs:subClassOf pli:Amount ;                rdfs:comment "A subclass of the Amount Class, Doping Level" ;                rdfs:label "Doping level" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Durationpli:Duration rdf:type owl:Class ;             rdfs:subClassOf pli:Time ;             rdfs:comment "A subclass of the Time Class, Duration" ;             rdfs:label "Duration" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicCompressivePropertypli:DynamicCompressiveProperty rdf:type owl:Class ;                               rdfs:subClassOf pli:CompressiveProperty ,                                               [ rdf:type owl:Restriction ;                                                 owl:onProperty obo:BFO_0000051 ;                                                 owl:someValuesFrom pli:CompressiveLossModulus                                               ] ,                                               [ rdf:type owl:Restriction ;                                                 owl:onProperty obo:BFO_0000051 ;                                                 owl:someValuesFrom pli:CompressiveLossTangent                                               ] ,                                               [ rdf:type owl:Restriction ;                                                 owl:onProperty obo:BFO_0000051 ;                                                 owl:someValuesFrom pli:CompressiveStorageModulus                                               ] ;                               rdfs:comment "A subclass of the CompressiveProperty Class, Dynamic Compressive Property" ;                               rdfs:label "Dynamic compressive property" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicFlexuralPropertypli:DynamicFlexuralProperty rdf:type owl:Class ;                            rdfs:subClassOf pli:FlexuralProperty ,                                            [ rdf:type owl:Restriction ;                                              owl:onProperty obo:BFO_0000051 ;                                              owl:someValuesFrom pli:FlexuralLossModulus                                            ] ,                                            [ rdf:type owl:Restriction ;                                              owl:onProperty obo:BFO_0000051 ;                                              owl:someValuesFrom pli:FlexuralLossTangent                                            ] ,                                            [ rdf:type owl:Restriction ;                                              owl:onProperty obo:BFO_0000051 ;                                              owl:someValuesFrom pli:FlexuralStorageModulus                                            ] ;                            rdfs:comment "A subclass of the FlexuralProperty Class, Dynamic Flexural Property" ;                            rdfs:label "Dynamic flexural property" ;                            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicLossViscosityEta2pli:DynamicLossViscosityEta2 rdf:type owl:Class ;                             rdfs:subClassOf pli:RheologicalProperty ;                             rdfs:comment "A subclass of the RheologicalProperty Class, Dynamic Loss Viscosity Eta2" ;                             rdfs:label "Dynamic loss viscosity [eta2]" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicShearPropertypli:DynamicShearProperty rdf:type owl:Class ;                         rdfs:subClassOf pli:ShearProperty ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:ShearLossModulus                                         ] ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:ShearLossTangent                                         ] ,                                         [ rdf:type owl:Restriction ;                                           owl:onProperty obo:BFO_0000051 ;                                           owl:someValuesFrom pli:ShearStorageModulus                                         ] ;                         rdfs:comment "A subclass of the ShearProperty Class, Dynamic Shear Property" ;                         rdfs:label "Dynamic shear property" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicStorageViscosityEta1pli:DynamicStorageViscosityEta1 rdf:type owl:Class ;                                rdfs:subClassOf pli:RheologicalProperty ;                                rdfs:comment "A subclass of the RheologicalProperty Class, Dynamic Storage Viscosity Eta1" ;                                rdfs:label "Dynamic storage viscosity [eta1]" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicTensilePropertypli:DynamicTensileProperty rdf:type owl:Class ;                           rdfs:subClassOf pli:TensileProperty ,                                           [ rdf:type owl:Restriction ;                                             owl:onProperty obo:BFO_0000051 ;                                             owl:someValuesFrom pli:TensileLossModulus                                           ] ,                                           [ rdf:type owl:Restriction ;                                             owl:onProperty obo:BFO_0000051 ;                                             owl:someValuesFrom pli:TensileLossTangent                                           ] ,                                           [ rdf:type owl:Restriction ;                                             owl:onProperty obo:BFO_0000051 ;                                             owl:someValuesFrom pli:TensileStorageModulus                                           ] ;                           rdfs:comment "A subclass of the TensileProperty Class, Dynamic Tensile Property" ;                           rdfs:label "Dynamic tensile property" ;                           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicViscositypli:DynamicViscosity rdf:type owl:Class ;                     rdfs:subClassOf pli:RheologicalProperty ,                                     [ rdf:type owl:Restriction ;                                       owl:onProperty obo:BFO_0000051 ;                                       owl:someValuesFrom pli:DynamicLossViscosityEta2                                     ] ,                                     [ rdf:type owl:Restriction ;                                       owl:onProperty obo:BFO_0000051 ;                                       owl:someValuesFrom pli:DynamicStorageViscosityEta1                                     ] ,                                     [ rdf:type owl:Restriction ;                                       owl:onProperty obo:BFO_0000051 ;                                       owl:someValuesFrom pli:DynamicViscosityLossTangent                                     ] ;                     rdfs:comment "A subclass of the RheologicalProperty Class, Dynamic Viscosity" ;                     rdfs:label "Dynamic viscosity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DynamicViscosityLossTangentpli:DynamicViscosityLossTangent rdf:type owl:Class ;                                rdfs:subClassOf pli:RheologicalProperty ;                                rdfs:comment "A subclass of the RheologicalProperty Class, Dynamic Viscosity Loss Tangent" ;                                rdfs:label "Dynamic viscosity loss tangent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR1pli:E_ACR1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN2pli:E_ACRCN2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN30pli:E_ACRCN30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN31pli:E_ACRCN31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN32pli:E_ACRCN32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN33pli:E_ACRCN33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN41pli:E_ACRCN41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN42pli:E_ACRCN42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN43pli:E_ACRCN43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN44pli:E_ACRCN44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN45pli:E_ACRCN45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN46pli:E_ACRCN46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN47pli:E_ACRCN47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_ACRCN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN2pli:E_ACRN2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ACR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN31pli:E_ACRN31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN32pli:E_ACRN32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN33pli:E_ACRN33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN41pli:E_ACRN41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN42pli:E_ACRN42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN43pli:E_ACRN43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN44pli:E_ACRN44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN45pli:E_ACRN45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN46pli:E_ACRN46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN47pli:E_ACRN47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS2pli:E_ACRS2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ACR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS31pli:E_ACRS31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS32pli:E_ACRS32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS33pli:E_ACRS33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS41pli:E_ACRS41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS42pli:E_ACRS42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS43pli:E_ACRS43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS44pli:E_ACRS44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS45pli:E_ACRS45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS46pli:E_ACRS46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS47pli:E_ACRS47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACRS33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_2pli:E_ACR_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ACR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_31pli:E_ACR_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_32pli:E_ACR_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_33pli:E_ACR_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_41pli:E_ACR_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_42pli:E_ACR_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_43pli:E_ACR_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_44pli:E_ACR_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_45pli:E_ACR_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_46pli:E_ACR_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_47pli:E_ACR_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ACR_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD1pli:E_AMD1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH2pli:E_AMDH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_AMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH30pli:E_AMDH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH31pli:E_AMDH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH32pli:E_AMDH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH33pli:E_AMDH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH41pli:E_AMDH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH42pli:E_AMDH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH43pli:E_AMDH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH44pli:E_AMDH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH45pli:E_AMDH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH46pli:E_AMDH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH47pli:E_AMDH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT2pli:E_AMDT2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_AMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT30pli:E_AMDT30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT31pli:E_AMDT31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT32pli:E_AMDT32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT33pli:E_AMDT33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT41pli:E_AMDT41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT42pli:E_AMDT42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT43pli:E_AMDT43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT44pli:E_AMDT44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT45pli:E_AMDT45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT46pli:E_AMDT46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT47pli:E_AMDT47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_2pli:E_AMD_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_AMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_30pli:E_AMD_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_31pli:E_AMD_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_32pli:E_AMD_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_33pli:E_AMD_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_41pli:E_AMD_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_42pli:E_AMD_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_43pli:E_AMD_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_44pli:E_AMD_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_45pli:E_AMD_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_46pli:E_AMD_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_47pli:E_AMD_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_AMD_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH1pli:E_ANH1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH2pli:E_ANHH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ANH1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH30pli:E_ANHH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH31pli:E_ANHH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH32pli:E_ANHH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH33pli:E_ANHH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH41pli:E_ANHH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH42pli:E_ANHH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH43pli:E_ANHH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH44pli:E_ANHH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH45pli:E_ANHH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH46pli:E_ANHH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH47pli:E_ANHH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANHH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_2pli:E_ANH_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ANH1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_30pli:E_ANH_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_31pli:E_ANH_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_32pli:E_ANH_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_33pli:E_ANH_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_41pli:E_ANH_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_42pli:E_ANH_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_43pli:E_ANH_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_44pli:E_ANH_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_45pli:E_ANH_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_46pli:E_ANH_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_47pli:E_ANH_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ANH_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR1pli:E_CAR1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_2pli:E_CAR_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_CAR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_30pli:E_CAR_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_31pli:E_CAR_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_32pli:E_CAR_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_33pli:E_CAR_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_41pli:E_CAR_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_42pli:E_CAR_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_43pli:E_CAR_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_44pli:E_CAR_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_45pli:E_CAR_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_46pli:E_CAR_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_47pli:E_CAR_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_CAR_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND1pli:E_COND1 rdf:type owl:Class ;            rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_2pli:E_COND_2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_COND1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_30pli:E_COND_30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_31pli:E_COND_31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_32pli:E_COND_32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_33pli:E_COND_33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_41pli:E_COND_41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_42pli:E_COND_42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_43pli:E_COND_43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_44pli:E_COND_44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_45pli:E_COND_45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_46pli:E_COND_46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_47pli:E_COND_47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_COND_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE1pli:E_DIE1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC2pli:E_DIEC2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_DIE1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC30pli:E_DIEC30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_DIEC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC31pli:E_DIEC31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_DIEC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_2pli:E_DIE_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_DIE1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_30pli:E_DIE_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_DIE_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_31pli:E_DIE_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_DIE_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL1pli:E_ESL1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH2pli:E_ESLH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ESL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH30pli:E_ESLH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH31pli:E_ESLH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH32pli:E_ESLH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH33pli:E_ESLH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH41pli:E_ESLH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH42pli:E_ESLH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH43pli:E_ESLH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH44pli:E_ESLH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH45pli:E_ESLH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH46pli:E_ESLH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH47pli:E_ESLH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESLH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_2pli:E_ESL_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ESL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_30pli:E_ESL_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_31pli:E_ESL_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_32pli:E_ESL_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_33pli:E_ESL_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_41pli:E_ESL_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_42pli:E_ESL_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_43pli:E_ESL_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_44pli:E_ESL_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_45pli:E_ESL_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_46pli:E_ESL_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_47pli:E_ESL_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ESL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL1pli:E_ETL1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH2pli:E_ETLH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ETL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH30pli:E_ETLH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH31pli:E_ETLH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH32pli:E_ETLH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH33pli:E_ETLH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH41pli:E_ETLH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH42pli:E_ETLH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH43pli:E_ETLH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH44pli:E_ETLH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH45pli:E_ETLH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH46pli:E_ETLH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH47pli:E_ETLH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETLH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_2pli:E_ETL_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_ETL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_30pli:E_ETL_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_31pli:E_ETL_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_32pli:E_ETL_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_33pli:E_ETL_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_41pli:E_ETL_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_42pli:E_ETL_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_43pli:E_ETL_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_44pli:E_ETL_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_45pli:E_ETL_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_46pli:E_ETL_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_47pli:E_ETL_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_ETL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL1pli:E_HAL1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL21pli:E_HAL21 rdf:type owl:Class ;            rdfs:subClassOf pli:E_HAL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL22pli:E_HAL22 rdf:type owl:Class ;            rdfs:subClassOf pli:E_HAL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD1pli:E_IMD1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH2pli:E_IMDH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH30pli:E_IMDH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH31pli:E_IMDH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH32pli:E_IMDH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH33pli:E_IMDH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH41pli:E_IMDH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH42pli:E_IMDH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH43pli:E_IMDH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH44pli:E_IMDH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH45pli:E_IMDH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH46pli:E_IMDH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH47pli:E_IMDH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT2pli:E_IMDT2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT30pli:E_IMDT30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT31pli:E_IMDT31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT32pli:E_IMDT32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT33pli:E_IMDT33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT41pli:E_IMDT41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT42pli:E_IMDT42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT43pli:E_IMDT43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT44pli:E_IMDT44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT45pli:E_IMDT45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT46pli:E_IMDT46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT47pli:E_IMDT47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_2pli:E_IMD_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IMD1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_30pli:E_IMD_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_31pli:E_IMD_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_32pli:E_IMD_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_33pli:E_IMD_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_41pli:E_IMD_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_42pli:E_IMD_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_43pli:E_IMD_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_44pli:E_IMD_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_45pli:E_IMD_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_46pli:E_IMD_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_47pli:E_IMD_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMD_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN1pli:E_IMN1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH2pli:E_IMNH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IMN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH30pli:E_IMNH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH31pli:E_IMNH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH32pli:E_IMNH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH33pli:E_IMNH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH41pli:E_IMNH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH42pli:E_IMNH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH43pli:E_IMNH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH44pli:E_IMNH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH45pli:E_IMNH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH46pli:E_IMNH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH47pli:E_IMNH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_2pli:E_IMN_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IMN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_30pli:E_IMN_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_31pli:E_IMN_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_32pli:E_IMN_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_33pli:E_IMN_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_41pli:E_IMN_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_42pli:E_IMN_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_43pli:E_IMN_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_44pli:E_IMN_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_45pli:E_IMN_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_46pli:E_IMN_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_47pli:E_IMN_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IMN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IN1pli:E_IN1 rdf:type owl:Class ;          rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN2pli:E_INPN2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN30pli:E_INPN30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN31pli:E_INPN31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN32pli:E_INPN32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN33pli:E_INPN33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN41pli:E_INPN41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN42pli:E_INPN42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN43pli:E_INPN43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN44pli:E_INPN44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN45pli:E_INPN45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN46pli:E_INPN46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN47pli:E_INPN47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INPN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi2pli:E_INSi2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_IN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi30pli:E_INSi30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi31pli:E_INSi31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi32pli:E_INSi32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi33pli:E_INSi33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi41pli:E_INSi41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi42pli:E_INSi42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi43pli:E_INSi43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi44pli:E_INSi44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi45pli:E_INSi45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi46pli:E_INSi46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi47pli:E_INSi47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_INSi33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN2pli:E_INSiN2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN30pli:E_INSiN30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN31pli:E_INSiN31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN32pli:E_INSiN32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN33pli:E_INSiN33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN41pli:E_INSiN41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN42pli:E_INSiN42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN43pli:E_INSiN43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN44pli:E_INSiN44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN45pli:E_INSiN45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN46pli:E_INSiN46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN47pli:E_INSiN47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO2pli:E_INSiO2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_IN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO30pli:E_INSiO30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO31pli:E_INSiO31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO32pli:E_INSiO32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO33pli:E_INSiO33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO41pli:E_INSiO41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO42pli:E_INSiO42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO43pli:E_INSiO43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO44pli:E_INSiO44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO45pli:E_INSiO45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO46pli:E_INSiO46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO47pli:E_INSiO47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_INSiO33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN1pli:E_KTN1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC2pli:E_KTNC2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_KTN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC30pli:E_KTNC30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC31pli:E_KTNC31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC32pli:E_KTNC32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC33pli:E_KTNC33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC41pli:E_KTNC41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC42pli:E_KTNC42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC43pli:E_KTNC43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC44pli:E_KTNC44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC45pli:E_KTNC45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC46pli:E_KTNC46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC47pli:E_KTNC47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTNC33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_2pli:E_KTN_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_KTN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_30pli:E_KTN_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_31pli:E_KTN_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_32pli:E_KTN_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_33pli:E_KTN_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_41pli:E_KTN_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_42pli:E_KTN_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_43pli:E_KTN_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_44pli:E_KTN_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_45pli:E_KTN_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_46pli:E_KTN_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_47pli:E_KTN_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_KTN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL1pli:E_MTL1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL21pli:E_MTL21 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL210pli:E_MTL210 rdf:type owl:Class ;             rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL211pli:E_MTL211 rdf:type owl:Class ;             rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL22pli:E_MTL22 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL23pli:E_MTL23 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL24pli:E_MTL24 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL25pli:E_MTL25 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL26pli:E_MTL26 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL27pli:E_MTL27 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL28pli:E_MTL28 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL29pli:E_MTL29 rdf:type owl:Class ;            rdfs:subClassOf pli:E_MTL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF1pli:E_OLF1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC2pli:E_OLFC2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_OLF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC30pli:E_OLFC30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_OLFC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC31pli:E_OLFC31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_OLFC2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_2pli:E_OLF_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_OLF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_30pli:E_OLF_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_OLF_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_31pli:E_OLF_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_OLF_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN1pli:E_PHN1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_2pli:E_PHN_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_PHN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_30pli:E_PHN_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_31pli:E_PHN_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_32pli:E_PHN_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_33pli:E_PHN_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_41pli:E_PHN_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_42pli:E_PHN_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_43pli:E_PHN_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_44pli:E_PHN_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_45pli:E_PHN_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_46pli:E_PHN_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_47pli:E_PHN_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS1pli:E_PHS1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS2pli:E_PHSS2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_PHS1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS30pli:E_PHSS30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS31pli:E_PHSS31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS32pli:E_PHSS32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS33pli:E_PHSS33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS41pli:E_PHSS41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS42pli:E_PHSS42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS43pli:E_PHSS43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS44pli:E_PHSS44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS45pli:E_PHSS45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS46pli:E_PHSS46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS47pli:E_PHSS47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHSS33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_2pli:E_PHS_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_PHS1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_30pli:E_PHS_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_31pli:E_PHS_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_32pli:E_PHS_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_33pli:E_PHS_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_41pli:E_PHS_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_42pli:E_PHS_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_43pli:E_PHS_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_44pli:E_PHS_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_45pli:E_PHS_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_46pli:E_PHS_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_47pli:E_PHS_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_PHS_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLF1pli:E_SLF1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA2pli:E_SLFA2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_SLF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA30pli:E_SLFA30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA31pli:E_SLFA31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA32pli:E_SLFA32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA33pli:E_SLFA33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA41pli:E_SLFA41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA42pli:E_SLFA42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA43pli:E_SLFA43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA44pli:E_SLFA44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA45pli:E_SLFA45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA46pli:E_SLFA46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA47pli:E_SLFA47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO2pli:E_SLFO2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_SLF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO30pli:E_SLFO30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO31pli:E_SLFO31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO32pli:E_SLFO32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO33pli:E_SLFO33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO41pli:E_SLFO41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO42pli:E_SLFO42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO43pli:E_SLFO43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO44pli:E_SLFO44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO45pli:E_SLFO45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO46pli:E_SLFO46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO47pli:E_SLFO47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SLFO33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY1pli:E_STY1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_2pli:E_STY_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_STY1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_30pli:E_STY_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_31pli:E_STY_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_32pli:E_STY_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_33pli:E_STY_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_41pli:E_STY_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_42pli:E_STY_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_43pli:E_STY_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_44pli:E_STY_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_45pli:E_STY_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_46pli:E_STY_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_47pli:E_STY_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_STY_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA1pli:E_SUA1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_2pli:E_SUA_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_SUA1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_30pli:E_SUA_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_31pli:E_SUA_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_32pli:E_SUA_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_33pli:E_SUA_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_41pli:E_SUA_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_42pli:E_SUA_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_43pli:E_SUA_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_44pli:E_SUA_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_45pli:E_SUA_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_46pli:E_SUA_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_47pli:E_SUA_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SUA_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULF1pli:E_SULF1 rdf:type owl:Class ;            rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH2pli:E_SULFH2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH30pli:E_SULFH30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH31pli:E_SULFH31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH32pli:E_SULFH32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH33pli:E_SULFH33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH41pli:E_SULFH41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH42pli:E_SULFH42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH43pli:E_SULFH43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH44pli:E_SULFH44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH45pli:E_SULFH45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH46pli:E_SULFH46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH47pli:E_SULFH47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULFH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFI2pli:E_SULFI2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH2pli:E_SULFIH2 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH30pli:E_SULFIH30 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH31pli:E_SULFIH31 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH32pli:E_SULFIH32 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH33pli:E_SULFIH33 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH41pli:E_SULFIH41 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH42pli:E_SULFIH42 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH43pli:E_SULFIH43 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH44pli:E_SULFIH44 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH45pli:E_SULFIH45 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH46pli:E_SULFIH46 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH47pli:E_SULFIH47 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFIH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFO2pli:E_SULFO2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFX2pli:E_SULFX2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH2pli:E_SULFXH2 rdf:type owl:Class ;              rdfs:subClassOf pli:E_SULF1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH30pli:E_SULFXH30 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH31pli:E_SULFXH31 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH32pli:E_SULFXH32 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH33pli:E_SULFXH33 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH41pli:E_SULFXH41 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH42pli:E_SULFXH42 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH43pli:E_SULFXH43 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH44pli:E_SULFXH44 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH45pli:E_SULFXH45 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH46pli:E_SULFXH46 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH47pli:E_SULFXH47 rdf:type owl:Class ;               rdfs:subClassOf pli:E_SULFXH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_T1pli:E_T1 rdf:type owl:Class ;         rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TA1pli:E_TA1 rdf:type owl:Class ;          rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH2pli:E_TADH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TA1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH30pli:E_TADH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH31pli:E_TADH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH32pli:E_TADH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH33pli:E_TADH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH41pli:E_TADH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH42pli:E_TADH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH43pli:E_TADH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH44pli:E_TADH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH45pli:E_TADH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH46pli:E_TADH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH47pli:E_TADH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT2pli:E_TADT2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TA1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT30pli:E_TADT30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT31pli:E_TADT31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT32pli:E_TADT32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT33pli:E_TADT33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT41pli:E_TADT41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT42pli:E_TADT42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT43pli:E_TADT43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT44pli:E_TADT44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT45pli:E_TADT45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT46pli:E_TADT46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT47pli:E_TADT47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TADT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD2pli:E_TAMD2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TA1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD30pli:E_TAMD30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD31pli:E_TAMD31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD32pli:E_TAMD32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD33pli:E_TAMD33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD41pli:E_TAMD41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD42pli:E_TAMD42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD43pli:E_TAMD43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD44pli:E_TAMD44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD45pli:E_TAMD45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD46pli:E_TAMD46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD47pli:E_TAMD47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAMD33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN1pli:E_TAN1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH2pli:E_TANH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TAN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH30pli:E_TANH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH31pli:E_TANH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH32pli:E_TANH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH33pli:E_TANH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH41pli:E_TANH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH42pli:E_TANH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH43pli:E_TANH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH44pli:E_TANH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH45pli:E_TANH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH46pli:E_TANH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH47pli:E_TANH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TANH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_2pli:E_TAN_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TAN1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_30pli:E_TAN_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_31pli:E_TAN_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_32pli:E_TAN_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_33pli:E_TAN_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_41pli:E_TAN_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_42pli:E_TAN_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_43pli:E_TAN_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_44pli:E_TAN_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_45pli:E_TAN_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_46pli:E_TAN_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_47pli:E_TAN_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TAN_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA2pli:E_TCA2 rdf:type owl:Class ;           rdfs:subClassOf pli:E_T1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA30pli:E_TCA30 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA31pli:E_TCA31 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA32pli:E_TCA32 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA33pli:E_TCA33 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA41pli:E_TCA41 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA42pli:E_TCA42 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA43pli:E_TCA43 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA44pli:E_TCA44 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA45pli:E_TCA45 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA46pli:E_TCA46 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA47pli:E_TCA47 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TCA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES2pli:E_TES2 rdf:type owl:Class ;           rdfs:subClassOf pli:E_T1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES30pli:E_TES30 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES31pli:E_TES31 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES32pli:E_TES32 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES33pli:E_TES33 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES41pli:E_TES41 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES42pli:E_TES42 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES43pli:E_TES43 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES44pli:E_TES44 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES45pli:E_TES45 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES46pli:E_TES46 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES47pli:E_TES47 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TES33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID1pli:E_TID1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH2pli:E_TIDH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TID1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH30pli:E_TIDH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH31pli:E_TIDH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH32pli:E_TIDH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH33pli:E_TIDH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH41pli:E_TIDH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH42pli:E_TIDH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH43pli:E_TIDH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH44pli:E_TIDH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH45pli:E_TIDH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH46pli:E_TIDH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH47pli:E_TIDH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT2pli:E_TIDT2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TID1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT30pli:E_TIDT30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT31pli:E_TIDT31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT32pli:E_TIDT32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT33pli:E_TIDT33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT41pli:E_TIDT41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT42pli:E_TIDT42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT43pli:E_TIDT43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT44pli:E_TIDT44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT45pli:E_TIDT45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT46pli:E_TIDT46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT47pli:E_TIDT47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TIDT33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_2pli:E_TID_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TID1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_30pli:E_TID_30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_31pli:E_TID_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_32pli:E_TID_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_33pli:E_TID_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_41pli:E_TID_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_42pli:E_TID_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_43pli:E_TID_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_44pli:E_TID_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_45pli:E_TID_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_46pli:E_TID_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_47pli:E_TID_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TID_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN2pli:E_TKN2 rdf:type owl:Class ;           rdfs:subClassOf pli:E_T1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN30pli:E_TKN30 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN31pli:E_TKN31 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN32pli:E_TKN32 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN33pli:E_TKN33 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN41pli:E_TKN41 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN42pli:E_TKN42 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN43pli:E_TKN43 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN44pli:E_TKN44 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN45pli:E_TKN45 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN46pli:E_TKN46 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN47pli:E_TKN47 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TKN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TUR1pli:E_TUR1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA2pli:E_TURA2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TUR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA30pli:E_TURA30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA31pli:E_TURA31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA32pli:E_TURA32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA33pli:E_TURA33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA41pli:E_TURA41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA42pli:E_TURA42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA43pli:E_TURA43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA44pli:E_TURA44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA45pli:E_TURA45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA46pli:E_TURA46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA47pli:E_TURA47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH2pli:E_TURAH2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TUR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH30pli:E_TURAH30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH31pli:E_TURAH31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH32pli:E_TURAH32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH33pli:E_TURAH33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH41pli:E_TURAH41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH42pli:E_TURAH42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH43pli:E_TURAH43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH44pli:E_TURAH44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH45pli:E_TURAH45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH46pli:E_TURAH46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH47pli:E_TURAH47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURAH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN2pli:E_TURN2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_TUR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN30pli:E_TURN30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN31pli:E_TURN31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN32pli:E_TURN32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN33pli:E_TURN33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN41pli:E_TURN41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN42pli:E_TURN42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN43pli:E_TURN43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN44pli:E_TURN44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN45pli:E_TURN45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN46pli:E_TURN46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN47pli:E_TURN47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TURN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH2pli:E_TURNH2 rdf:type owl:Class ;             rdfs:subClassOf pli:E_TUR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH30pli:E_TURNH30 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH31pli:E_TURNH31 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH32pli:E_TURNH32 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH33pli:E_TURNH33 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH41pli:E_TURNH41 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH42pli:E_TURNH42 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH43pli:E_TURNH43 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH44pli:E_TURNH44 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH45pli:E_TURNH45 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH46pli:E_TURNH46 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH47pli:E_TURNH47 rdf:type owl:Class ;              rdfs:subClassOf pli:E_TURNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_Taxonpli:E_Taxon rdf:type owl:Class ;            rdfs:comment "A chemically classified polymer group or entity, Taxon" ;            rdfs:label "E_Taxon" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_UR1pli:E_UR1 rdf:type owl:Class ;          rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA2pli:E_URA2 rdf:type owl:Class ;           rdfs:subClassOf pli:E_UR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA30pli:E_URA30 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA31pli:E_URA31 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA32pli:E_URA32 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA33pli:E_URA33 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA41pli:E_URA41 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA42pli:E_URA42 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA43pli:E_URA43 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA44pli:E_URA44 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA45pli:E_URA45 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA46pli:E_URA46 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA47pli:E_URA47 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URA33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH2pli:E_URAH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_UR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH30pli:E_URAH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH31pli:E_URAH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH32pli:E_URAH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH33pli:E_URAH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH41pli:E_URAH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH42pli:E_URAH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH43pli:E_URAH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH44pli:E_URAH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH45pli:E_URAH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH46pli:E_URAH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH47pli:E_URAH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URAH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN2pli:E_URN2 rdf:type owl:Class ;           rdfs:subClassOf pli:E_UR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN30pli:E_URN30 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN31pli:E_URN31 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN32pli:E_URN32 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN33pli:E_URN33 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN41pli:E_URN41 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN42pli:E_URN42 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN43pli:E_URN43 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN44pli:E_URN44 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN45pli:E_URN45 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN46pli:E_URN46 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN47pli:E_URN47 rdf:type owl:Class ;            rdfs:subClassOf pli:E_URN33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH2pli:E_URNH2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_UR1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH30pli:E_URNH30 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH31pli:E_URNH31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH32pli:E_URNH32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH33pli:E_URNH33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH41pli:E_URNH41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH42pli:E_URNH42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH43pli:E_URNH43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH44pli:E_URNH44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH45pli:E_URNH45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH46pli:E_URNH46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH47pli:E_URNH47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_URNH33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL1pli:E_VNL1 rdf:type owl:Class ;           rdfs:subClassOf pli:ConstitutionalUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_2pli:E_VNL_2 rdf:type owl:Class ;            rdfs:subClassOf pli:E_VNL1 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_31pli:E_VNL_31 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_32pli:E_VNL_32 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_33pli:E_VNL_33 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_2 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_41pli:E_VNL_41 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_42pli:E_VNL_42 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_31 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_43pli:E_VNL_43 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_44pli:E_VNL_44 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_45pli:E_VNL_45 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_32 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_46pli:E_VNL_46 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_47pli:E_VNL_47 rdf:type owl:Class ;             rdfs:subClassOf pli:E_VNL_33 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElasticComplianceUnitpli:ElasticComplianceUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:Unit ,                                          obo:UO_0000000 ;                          rdfs:label "elastic compliance unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElectricConductivitypli:ElectricConductivity rdf:type owl:Class ;                         rdfs:subClassOf pli:ElectricResistivity ;                         rdfs:comment "A subclass of the ElectricResistivity Class, Electric Conductivity" ;                         rdfs:label "Electric conductivity" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElectricResistivitypli:ElectricResistivity rdf:type owl:Class ;                        rdfs:subClassOf pli:ElectricalProperty ;                        rdfs:comment "A subclass of the ElectricalProperty Class, Electric Resistivity" ;                        rdfs:label "Electric resistivity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElectricalPropertypli:ElectricalProperty rdf:type owl:Class ;                       rdfs:subClassOf pli:Property ;                       rdfs:comment "A subclass of the Property Class, Electrical Property" ;                       rdfs:label "Electrical property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Elongationpli:Elongation rdf:type owl:Class ;               rdfs:subClassOf pli:DynamicTensileProperty ;               rdfs:comment "A subclass of the Dynam icTensileProperty Class, Elongation" ;               rdfs:label "Elongation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElongationAtBreakpli:ElongationAtBreak rdf:type owl:Class ;                      rdfs:subClassOf pli:Elongation ;                      rdfs:comment "A subclass of the Elongation Class, Elongation At Break" ;                      rdfs:label "Elongation at break" ;                      rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElongationAtYieldpli:ElongationAtYield rdf:type owl:Class ;                      rdfs:subClassOf pli:Elongation ;                      rdfs:comment "A subclass of the Elongation Class, Elongation At Yield" ;                      rdfs:label "Elongation at yield" ;                      rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGrouppli:EndGroup rdf:type owl:Class ;             rdfs:subClassOf pli:GroupOfAtoms ;             rdfs:comment "A subclass of the GroupOfAtoms Class, End Group" ;             rdfs:label "End group" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupConnectionpli:EndGroupConnection rdf:type owl:Class ;                       rdfs:subClassOf pli:EndGroupStructure ;                       rdfs:comment "A subclass of the EndGroupStructure Class, End Group Connection" ;                       rdfs:label "End group connection" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupConnectionTypepli:EndGroupConnectionType rdf:type owl:Class ;                           rdfs:subClassOf pli:PrimaryStructureType ;                           rdfs:comment "A subclass of the PrimaryStructureType Class, End Group Connection Type" ;                           rdfs:label "End group connection type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupPartTypepli:EndGroupPartType rdf:type owl:Class ;                     rdfs:subClassOf pli:PrimaryStructureType ;                     rdfs:comment "A subclass of the PrimaryStructureType Class, End Group Part Type" ;                     rdfs:label "End group part type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupStructurepli:EndGroupStructure rdf:type owl:Class ;                      rdfs:subClassOf pli:PrimaryStructure ;                      rdfs:comment "A subclass of the PrimaryStructure Class, End Group Structure" ;                      rdfs:label "End group structure" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupTypepli:EndGroupType rdf:type owl:Class ;                 rdfs:subClassOf pli:PrimaryStructureType ;                 rdfs:comment "A subclass of the PrimaryStructureType Class, End Group Type" ;                 rdfs:label "End group type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterpli:ErgPerCubicCentimeter rdf:type owl:Class ;                          owl:equivalentClass [ rdf:type owl:Class ;                                                owl:oneOf ( pli:ErgPerCubicCentimeter                                                          )                                              ] ;                          rdfs:subClassOf pli:ErgPerCubicCentimeterBasedUnit ,                                          pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterBasedUnitpli:ErgPerCubicCentimeterBasedUnit rdf:type owl:Class ;                                   rdfs:subClassOf pli:SpecificEnergyUnit ;                                   rdfs:label "erg per cubic centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterKelvinpli:ErgPerCubicCentimeterKelvin rdf:type owl:Class ;                                owl:equivalentClass [ rdf:type owl:Class ;                                                      owl:oneOf ( pli:ErgPerCubicCentimeterKelvin                                                                )                                                    ] ;                                rdfs:subClassOf pli:ErgPerCubicCentimeterKelvinBasedUnit ,                                                pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterKelvinBasedUnitpli:ErgPerCubicCentimeterKelvinBasedUnit rdf:type owl:Class ;                                         rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                                         rdfs:label "erg per cubic centimeter kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerSquareCentimeterpli:ErgPerSquareCentimeter rdf:type owl:Class ;                           rdfs:subClassOf pli:ErgPerSquareCentimeterBasedUnit ,                                           pli:Unit ,                                           obo:UO_0000253 ;                           rdfs:label "erg per square centimeter" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerSquareCentimeterBasedUnitpli:ErgPerSquareCentimeterBasedUnit rdf:type owl:Class ;                                    rdfs:subClassOf pli:Unit ,                                                    obo:UO_0000253 ;                                    rdfs:label "erg per square centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FiberTensilepli:FiberTensile rdf:type owl:Class ;                 rdfs:subClassOf pli:DynamicTensileProperty ;                 rdfs:comment "A subclass of the Dynam icTensileProperty Class, Fiber Tensile" ;                 rdfs:label "Fiber tensile" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FiberTensileElongationAtBreakpli:FiberTensileElongationAtBreak rdf:type owl:Class ;                                  rdfs:subClassOf pli:FiberTensile ;                                  rdfs:comment "A subclass of the FiberTensile Class, Fiber Tensile Elongation At Break" ;                                  rdfs:label "Fiber tensile elongation at break" ;                                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FiberTensileModuluspli:FiberTensileModulus rdf:type owl:Class ;                        rdfs:subClassOf pli:FiberTensile ;                        rdfs:comment "A subclass of the FiberTensile Class, Fiber Tensile Modulus" ;                        rdfs:label "Fiber tensile modulus" ;                        rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FiberTensileStressStrengthAtBreakpli:FiberTensileStressStrengthAtBreak rdf:type owl:Class ;                                      rdfs:subClassOf pli:FiberTensile ;                                      rdfs:comment "A subclass of the FiberTensile Class, Fiber Tensile Stress Strength At Break" ;                                      rdfs:label "Fiber tensile stress (strength) at break" ;                                      rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Fillerpli:Filler rdf:type owl:Class ;           rdfs:subClassOf pli:GeneralAdditive ;           rdfs:comment "A subclass of the GeneralAdditive Class, Filler" ;           rdfs:label "Filler" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralCreepPropertypli:FlexuralCreepProperty rdf:type owl:Class ;                          rdfs:subClassOf pli:CreepProperty ;                          rdfs:comment "A subclass of the CreepProperty Class, Flexural CreepProperty" ;                          rdfs:label "Flexural creep property" ;                          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8210> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralCreepRuptureStrengthpli:FlexuralCreepRuptureStrength rdf:type owl:Class ;                                 rdfs:subClassOf pli:FlexuralCreepProperty ;                                 rdfs:comment "A subclass of the FlexuralCreepProperty Class, Flexural Creep Rupture Strength" ;                                 rdfs:label "Flexural creep rupture strength" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralCreepRuptureTimepli:FlexuralCreepRuptureTime rdf:type owl:Class ;                             rdfs:subClassOf pli:FlexuralCreepProperty ;                             rdfs:comment "A subclass of the FlexuralCreepProperty Class, Flexural Creep Rupture Time" ;                             rdfs:label "Flexural creep rupture time" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralCreepStrainpli:FlexuralCreepStrain rdf:type owl:Class ;                        rdfs:subClassOf pli:FlexuralCreepProperty ;                        rdfs:comment "A subclass of the FlexuralCreepProperty Class, Flexural Creep Strain" ;                        rdfs:label "Flexural creep strain" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralLossModuluspli:FlexuralLossModulus rdf:type owl:Class ;                        rdfs:subClassOf pli:FlexuralProperty ;                        rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Loss Modulus" ;                        rdfs:label "Flexural loss modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralLossTangentpli:FlexuralLossTangent rdf:type owl:Class ;                        rdfs:subClassOf pli:FlexuralProperty ;                        rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Loss Tangent" ;                        rdfs:label "Flexural loss tangent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralModuluspli:FlexuralModulus rdf:type owl:Class ;                    rdfs:subClassOf pli:FlexuralProperty ;                    rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Modulus" ;                    rdfs:label "Flexural modulus" ;                    rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralPropertypli:FlexuralProperty rdf:type owl:Class ;                     rdfs:subClassOf pli:Property ;                     rdfs:comment "A subclass of the Property Class, Flexural Property" ;                     rdfs:label "Flexural property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralStorageModuluspli:FlexuralStorageModulus rdf:type owl:Class ;                           rdfs:subClassOf pli:FlexuralProperty ;                           rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Storage Modulus" ;                           rdfs:label "Flexural storage modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralStressStrengthAtBreakpli:FlexuralStressStrengthAtBreak rdf:type owl:Class ;                                  rdfs:subClassOf pli:FlexuralProperty ;                                  rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Stress Strength At Break" ;                                  rdfs:label "Flexural stress (strength) at break" ;                                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FlexuralStressStrengthAtYieldpli:FlexuralStressStrengthAtYield rdf:type owl:Class ;                                  rdfs:subClassOf pli:FlexuralProperty ;                                  rdfs:comment "A subclass of the FlexuralProperty Class, Flexural Stress Strength At Yield" ;                                  rdfs:label "Flexural stress (strength) at yield" ;                                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FluidStatepli:FluidState rdf:type owl:Class ;               rdfs:subClassOf pli:PhysicalState ;               rdfs:comment "A subclass of the PhysicalState Class, Fluid State" ;               rdfs:label "Fluid state" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FluidStateTypepli:FluidStateType rdf:type owl:Class ;                   rdfs:subClassOf pli:PhysicalStateType ;                   rdfs:comment "A subclass of the PhysicalStateType Class, Fluid State Type" ;                   rdfs:label "Fluid state type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Fractionpli:Fraction rdf:type owl:Class ;             rdfs:subClassOf pli:MolecularDescriptor ;             rdfs:comment "A subclass of the MolecularDescriptor Class, Fraction" ;             rdfs:label "Fraction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Frequencypli:Frequency rdf:type owl:Class ;              rdfs:subClassOf pli:PhysicalDescriptor ;              rdfs:comment "A subclass of the PhysicalDescriptor Class, Frequency" ;              rdfs:label "Frequency" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#FunctionalDescriptorpli:FunctionalDescriptor rdf:type owl:Class ;                         rdfs:subClassOf pli:Descriptor ;                         rdfs:comment "A subclass of the Descriptor Class, Functional Descriptor" ;                         rdfs:label "Functional descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GValuepli:GValue rdf:type owl:Class ;           rdfs:subClassOf pli:OtherProperty ;           rdfs:comment "A subclass of the OtherProperty Class, G Value" ;           rdfs:label "G value" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P9110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasDiffusionCoefficientDpli:GasDiffusionCoefficientD rdf:type owl:Class ;                             rdfs:subClassOf pli:GasPermeabilityAndDiffusion ;                             rdfs:comment "A subclass of the GasPermeabilityAndDiffusion Class, Gas Diffusion Coefficient D" ;                             rdfs:label "Gas diffusion coefficient (D)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasPermeabilityAndDiffusionpli:GasPermeabilityAndDiffusion rdf:type owl:Class ;                                rdfs:subClassOf pli:RelationalProperty ;                                rdfs:comment "A subclass of the RelationalProperty Class, Gas Permeability And Diffusion" ;                                rdfs:label "Gas permeability and diffusion" ;                                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5140> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasPermeabilityCoefficientPpli:GasPermeabilityCoefficientP rdf:type owl:Class ;                                rdfs:subClassOf pli:GasPermeabilityAndDiffusion ;                                rdfs:comment "A subclass of the GasPermeabilityAndDiffusion Class, Gas Permeability Coefficient P" ;                                rdfs:label "Gas permeability coefficient (P)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasPermeabilityCoefficientUnitpli:GasPermeabilityCoefficientUnit rdf:type owl:Class ;                                   rdfs:subClassOf pli:Unit ,                                                   obo:UO_0000000 ;                                   rdfs:label "gas permeability coefficient unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasSolubilityCoefficientSpli:GasSolubilityCoefficientS rdf:type owl:Class ;                              rdfs:subClassOf pli:GasPermeabilityAndDiffusion ;                              rdfs:comment "A subclass of the GasPermeabilityAndDiffusion Class, Gas Solubility Coefficient S" ;                              rdfs:label "Gas solubility coefficient (S)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasSolubilityCoefficientUnitpli:GasSolubilityCoefficientUnit rdf:type owl:Class ;                                 rdfs:subClassOf pli:SolubilityParameterUnit ;                                 rdfs:label "gas solubility coefficient unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GaseousStatepli:GaseousState rdf:type owl:Class ;                 owl:equivalentClass [ rdf:type owl:Class ;                                       owl:oneOf ( pli:GaseousState                                                 )                                     ] ;                 rdfs:subClassOf pli:FluidStateType .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GeneralAdditivepli:GeneralAdditive rdf:type owl:Class ;                    rdfs:subClassOf pli:MixtureRole ;                    rdfs:comment "A subclass of the MixtureRole Class, General Additive" ;                    rdfs:label "General additive" ;                    rdfs:seeAlso <https://doi.org/10.1351/goldbook.A00134> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GeneralFeaturepli:GeneralFeature rdf:type owl:Class ;                   rdfs:subClassOf pli:Shape ;                   rdfs:comment "A subclass of the Shape Class, General Feature" ;                   rdfs:label "General feature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GeometricDescriptorpli:GeometricDescriptor rdf:type owl:Class ;                        rdfs:subClassOf pli:Descriptor ;                        rdfs:comment "A subclass of the Descriptor Class, Geometric Descriptor" ;                        rdfs:label "Geometric descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GeometricPropertypli:GeometricProperty rdf:type owl:Class ;                      rdfs:subClassOf pli:Property ;                      rdfs:comment "A subclass of the Property Class, Geometric  Property" ;                      rdfs:label "Geometric property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Gigapascalpli:Gigapascal rdf:type owl:Class ;               owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000110                                                          [ rdf:type owl:Restriction ;                                                            owl:onProperty obo:has_prefix ;                                                            owl:someValuesFrom obo:UO_0000292                                                          ]                                                        ) ;                                     rdf:type owl:Class                                   ] ,                                   [ rdf:type owl:Class ;                                     owl:oneOf ( pli:Gigapascal                                               )                                   ] ;               rdfs:subClassOf pli:Unit ,                               obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GlassTransitionTemperaturepli:GlassTransitionTemperature rdf:type owl:Class ;                               rdfs:subClassOf pli:ThermalProperty ;                               rdfs:comment "A subclass of the ThermalProperty Class, Glass Transition Temperature" ;                               rdfs:label "Glass transition temperature" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GoodSolventpli:GoodSolvent rdf:type owl:Class ;                rdfs:subClassOf pli:SolutionComponentRole ;                rdfs:comment "A subclass of the SolutionComponentRole Class, Good Solvent" ;                rdfs:label "Good solvent" ;                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6170> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GpcSecPeakMolecularWeightpli:GpcSecPeakMolecularWeight rdf:type owl:Class ;                              rdfs:subClassOf pli:AverageMolecularWeight ;                              rdfs:comment "A subclass of the AverageMolecularWeight Class, GPC (SEC) Peak Molecular Weight (Mp)" ;                              rdfs:label "GPC (SEC) peak molecular weight" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GraftCopolymerpli:GraftCopolymer rdf:type owl:Class ;                   rdfs:subClassOf pli:Copolymer ;                   rdfs:comment "A subclass of the Copolymer Class, Graft Copolymer" ;                   rdfs:label "Graft copolymer" ;                   rdfs:seeAlso <https://doi.org/10.1351/goldbook.G02675> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForceBasedUnitpli:GramForceBasedUnit rdf:type owl:Class ;                       rdfs:subClassOf pli:Unit ,                                       obo:UO_0000107 ;                       rdfs:label "gram-force based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerDenierpli:GramForcePerDenier rdf:type owl:Class ;                       owl:equivalentClass [ rdf:type owl:Class ;                                             owl:oneOf ( pli:GramForcePerDenier                                                       )                                           ] ;                       rdfs:subClassOf pli:GramForcePerDenierBasedUnit ,                                       pli:SpecificStrengthUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerDenierBasedUnitpli:GramForcePerDenierBasedUnit rdf:type owl:Class ;                                rdfs:subClassOf pli:SpecificStrengthUnit ;                                rdfs:label "gram-force per denier based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerSquareCentimeterBasedUnitpli:GramForcePerSquareCentimeterBasedUnit rdf:type owl:Class ;                                          rdfs:subClassOf pli:Unit ,                                                          obo:UO_0000109 ;                                          rdfs:label "gram-force per square centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerSquareMillimeterpli:GramForcePerSquareMillimeter rdf:type owl:Class ;                                 owl:equivalentClass [ rdf:type owl:Class ;                                                       owl:oneOf ( pli:GramForcePerSquareMillimeter                                                                 )                                                     ] ;                                 rdfs:subClassOf pli:GramForcePerSquareMillimeterBasedUnit ,                                                 pli:Unit ,                                                 obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerSquareMillimeterBasedUnitpli:GramForcePerSquareMillimeterBasedUnit rdf:type owl:Class ;                                          rdfs:subClassOf pli:Unit ,                                                          obo:UO_0000109 ;                                          rdfs:label "gram-force per square millimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramMilPerSquareCentimeter24Hourspli:GramMilPerSquareCentimeter24Hours rdf:type owl:Class ;                                      owl:equivalentClass [ rdf:type owl:Class ;                                                            owl:oneOf ( pli:GramMilPerSquareCentimeter24Hours                                                                      )                                                          ] ;                                      rdfs:subClassOf pli:WaterVaporTransmissionUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramMilPerSquareCentimeter24HoursBasedUnitpli:GramMilPerSquareCentimeter24HoursBasedUnit rdf:type owl:Class ;                                               rdfs:subClassOf pli:GramMilPerSquareCentimeter24HoursBasedUnit ,                                                               pli:WaterVaporTransmissionUnit ;                                               rdfs:label "gram mil per square centimeter 24 hours based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramPerHourCentimeterMillimeterHgpli:GramPerHourCentimeterMillimeterHg rdf:type owl:Class ;                                      owl:equivalentClass [ rdf:type owl:Class ;                                                            owl:oneOf ( pli:GramPerHourCentimeterMillimeterHg                                                                      )                                                          ] ;                                      rdfs:subClassOf pli:GramPerHourCentimeterMillimeterHgBasedUnit ,                                                      pli:MassDiffusivityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramPerHourCentimeterMillimeterHgBasedUnitpli:GramPerHourCentimeterMillimeterHgBasedUnit rdf:type owl:Class ;                                               rdfs:subClassOf pli:MassDiffusivityUnit ;                                               rdfs:label "gram per hour centimeter MillimeterHg based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GroupOfAtomspli:GroupOfAtoms rdf:type owl:Class ;                 rdfs:subClassOf pli:StructureDescriptor ;                 rdfs:comment "A subclass of the StructureDescriptor Class, Group Of Atoms" ;                 rdfs:label "Group of atoms" ;                 rdfs:seeAlso <https://doi.org/10.1351/goldbook.G02705> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HalfTimeOfCrystallizationpli:HalfTimeOfCrystallization rdf:type owl:Class ;                              rdfs:subClassOf pli:CrystallizationKinetics ;                              rdfs:comment "A subclass of the CrystallizationKinetics Class, Half Time Of Crystallization" ;                              rdfs:label "Half-time of crystallization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HansenParameterpli:HansenParameter rdf:type owl:Class ;                    rdfs:subClassOf pli:PhysicochemicalProperty ,                                    [ rdf:type owl:Restriction ;                                      owl:onProperty obo:BFO_0000051 ;                                      owl:someValuesFrom pli:HansenParameterDeltaDDispersionComponent                                    ] ,                                    [ rdf:type owl:Restriction ;                                      owl:onProperty obo:BFO_0000051 ;                                      owl:someValuesFrom pli:HansenParameterDeltaHHydrogenBonding                                    ] ,                                    [ rdf:type owl:Restriction ;                                      owl:onProperty obo:BFO_0000051 ;                                      owl:someValuesFrom pli:HansenParameterDeltaPPolar                                    ] ;                    rdfs:comment "A subclass of the PhysicochemicalProperty Class, Hansen Parameter" ;                    rdfs:label "Hansen parameter" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HansenParameterDeltaDDispersionComponentpli:HansenParameterDeltaDDispersionComponent rdf:type owl:Class ;                                             rdfs:subClassOf pli:PhysicochemicalProperty ;                                             rdfs:comment "A subclass of the PhysicochemicalProperty Class, Hansen Parameter Delta-d Dispersion Component" ;                                             rdfs:label "Hansen parameter (delta-d: dispersion component)" ;                                             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HansenParameterDeltaHHydrogenBondingpli:HansenParameterDeltaHHydrogenBonding rdf:type owl:Class ;                                         rdfs:subClassOf pli:PhysicochemicalProperty ;                                         rdfs:comment "A subclass of the PhysicochemicalProperty Class, Hansen Parameter Delta-h Hydrogen Bonding" ;                                         rdfs:label "Hansen parameter (delta-h: hydrogen bonding)" ;                                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HansenParameterDeltaPPolarpli:HansenParameterDeltaPPolar rdf:type owl:Class ;                               rdfs:subClassOf pli:PhysicochemicalProperty ;                               rdfs:comment "A subclass of the PhysicochemicalProperty Class, Hansen Parameter Delta-P Polar" ;                               rdfs:label "Hansen parameter (delta-p: polar)" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Hardnesspli:Hardness rdf:type owl:Class ;             rdfs:subClassOf pli:Property ;             rdfs:comment "A subclass of the Property Class, Hardness" ;             rdfs:label "Hardness" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatCapacityUnitpli:HeatCapacityUnit rdf:type owl:Class ;                     rdfs:subClassOf pli:Unit ,                                     obo:UO_0000000 ;                     rdfs:label "heat capacity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatCharacteristicpli:HeatCharacteristic rdf:type owl:Class ;                       rdfs:subClassOf pli:Property ;                       rdfs:comment "A subclass of the Property Class, Heat Characteristic" ;                       rdfs:label "Heat characteristic" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatConductionpli:HeatConduction rdf:type owl:Class ;                   rdfs:subClassOf pli:ThermalProperty ;                   rdfs:comment "A subclass of the ThermalProperty Class, Heat Conduction" ;                   rdfs:label "Heat conduction" ;                   rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3190> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatOfCrystallizationpli:HeatOfCrystallization rdf:type owl:Class ;                          rdfs:subClassOf pli:ThermalProperty ;                          rdfs:comment "A subclass of the ThermalProperty Class, Heat Of Crystallization" ;                          rdfs:label "Heat of crystallization" ;                          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3140> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatOfFusionpli:HeatOfFusion rdf:type owl:Class ;                 rdfs:subClassOf pli:ThermalProperty ;                 rdfs:comment "A subclass of the ThermalProperty Class, Heat Of Fusion" ;                 rdfs:label "Heat of fusion" ;                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatOfFusionMolConversionpli:HeatOfFusionMolConversion rdf:type owl:Class ;                              rdfs:subClassOf pli:HeatOfFusion ;                              rdfs:comment "A subclass of the HeatOfFusion Class, Heat Of Fusion Mol Conversion" ;                              rdfs:label "Heat of fusion (mol conversion)" ;                              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatResistanceAndCombustionpli:HeatResistanceAndCombustion rdf:type owl:Class ;                                rdfs:subClassOf pli:Property ;                                rdfs:comment "A subclass of the Property Class, Heat Resistance And Combustion" ;                                rdfs:label "Heat resistance and Combustion" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatingRatepli:HeatingRate rdf:type owl:Class ;                rdfs:subClassOf pli:Rate ;                rdfs:comment "A subclass of the Rate Class, Heating Rate" ;                rdfs:label "HeatingRate" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HeatingRateUnitpli:HeatingRateUnit rdf:type owl:Class ;                    rdfs:subClassOf pli:Unit ,                                    obo:UO_0000000 ;                    rdfs:label "heating rate unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Hexagonalpli:Hexagonal rdf:type owl:Class ;              owl:equivalentClass [ rdf:type owl:Class ;                                    owl:oneOf ( pli:Hexagonal                                              )                                  ] ;              rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HighOrderStructurepli:HighOrderStructure rdf:type owl:Class ;                       rdfs:subClassOf pli:StructureDescriptor ;                       obo:IAO_0000116 "HighOrderStructure refers to the higher-order structure, including the crystal structure, contained in a substance" ;                       rdfs:comment "A subclass of the StructureDescriptor Class, High Order Structure" ;                       rdfs:label "High order structure" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HighOrderStructureTypepli:HighOrderStructureType rdf:type owl:Class ;                           rdfs:subClassOf pli:StructureType ;                           rdfs:comment "A subclass of the SructureType, High Order Structure Type" ;                           rdfs:label "High order structure type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Homopolymerpli:Homopolymer rdf:type owl:Class ;                rdfs:subClassOf pli:Polymer ;                rdfs:comment "A subclass of the Polymer Class, Homopolymer" ;                rdfs:label "Homopolymer" ;                rdfs:seeAlso <https://doi.org/10.1351/goldbook.H02854> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ImpactStrengthpli:ImpactStrength rdf:type owl:Class ;                   rdfs:subClassOf pli:Property ;                   rdfs:comment "A subclass of the Property Class, Impact Strength" ;                   rdfs:label "Impact strength" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Inchipli:Inchi rdf:type owl:Class ;          rdfs:subClassOf pli:MolecularDescriptor ;          rdfs:comment "A subclass of the MolecularDescriptor Class, Inchi" ;          rdfs:label "Inchi" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#InchiKeypli:InchiKey rdf:type owl:Class ;             rdfs:subClassOf pli:MolecularDescriptor ;             rdfs:comment "A subclass of the MolecularDescriptor Class, InchiKey" ;             rdfs:label "InchiKey" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Initiatorpli:Initiator rdf:type owl:Class ;              rdfs:subClassOf pli:PolymerizationRole ;              rdfs:comment "A subclass of the PolymerizationRole Class, Initiator" ;              rdfs:label "Initiator" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#InterfacialTensionpli:InterfacialTension rdf:type owl:Class ;                       rdfs:subClassOf pli:RelationalProperty ;                       rdfs:comment "A subclass of the RelationalProperty Class, Interfacial Tension" ;                       rdfs:label "Interfacial tension" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#IntrinsicViscosityEtapli:IntrinsicViscosityEta rdf:type owl:Class ;                          rdfs:subClassOf pli:RelationalProperty ;                          rdfs:comment "A subclass of the RelationalProperty Class, Intrinsic Viscosity Eta" ;                          rdfs:label "Intrinsic viscosity [eta]" ;                          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#IsothermalWeightLosspli:IsothermalWeightLoss rdf:type owl:Class ;                         rdfs:subClassOf pli:ThermalDecomposition ;                         rdfs:comment "A subclass of the ThermalDecomposition Class, Isothermal Weight Loss" ;                         rdfs:label "Isothermal weight loss" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#IupacNamepli:IupacName rdf:type owl:Class ;              rdfs:subClassOf pli:NameDescriptor ;              rdfs:comment "A subclass of the NameDescriptor Class, IUPAC Name" ;              rdfs:label "IUPAC name" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#IzodImpactpli:IzodImpact rdf:type owl:Class ;               rdfs:subClassOf pli:ImpactStrength ;               rdfs:comment "A subclass of the ImpactStrength Class, Izod Impact" ;               rdfs:label "Izod impact" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8550> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JapaneseNamepli:JapaneseName rdf:type owl:Class ;                 rdfs:subClassOf pli:NameDescriptor ;                 rdfs:comment "A subclass of the NameDescriptor Class, Japanese Name" ;                 rdfs:label "Japanese name" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterpli:JoulePerCubicCentimeter rdf:type owl:Class ;                            owl:equivalentClass [ rdf:type owl:Class ;                                                  owl:oneOf ( pli:JoulePerCubicCentimeter                                                            )                                                ] ;                            rdfs:subClassOf pli:JoulePerCubicCentimeterBasedUnit ,                                            pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterBasedUnitpli:JoulePerCubicCentimeterBasedUnit rdf:type owl:Class ;                                     rdfs:subClassOf pli:SpecificEnergyUnit ;                                     rdfs:label "joule per cubic centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterKelvinpli:JoulePerCubicCentimeterKelvin rdf:type owl:Class ;                                  owl:equivalentClass [ rdf:type owl:Class ;                                                        owl:oneOf ( pli:JoulePerCubicCentimeterKelvin                                                                  )                                                      ] ;                                  rdfs:subClassOf pli:JoulePerCubicCentimeterKelvinBasedUnit ,                                                  pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterKelvinBasedUnitpli:JoulePerCubicCentimeterKelvinBasedUnit rdf:type owl:Class ;                                           rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                                           rdfs:label "joule per cubic centimeter kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicMeterKelvinpli:JoulePerCubicMeterKelvin rdf:type owl:Class ;                             owl:equivalentClass [ rdf:type owl:Class ;                                                   owl:oneOf ( pli:JoulePerCubicMeterKelvin                                                             )                                                 ] ;                             rdfs:subClassOf pli:JoulePerCubicMeterKelvinBasedUnit ,                                             pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicMeterKelvinBasedUnitpli:JoulePerCubicMeterKelvinBasedUnit rdf:type owl:Class ;                                      rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                                      rdfs:label "joule per cubic meter kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerKelvinpli:JoulePerKelvin rdf:type owl:Class ;                   owl:equivalentClass [ rdf:type owl:Class ;                                         owl:oneOf ( pli:JoulePerKelvin                                                   )                                       ] ;                   rdfs:subClassOf pli:HeatCapacityUnit ,                                   pli:JoulePerKelvinBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerKelvinBasedUnitpli:JoulePerKelvinBasedUnit rdf:type owl:Class ;                            rdfs:subClassOf pli:HeatCapacityUnit ;                            rdfs:label "joule per kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMeterpli:JoulePerMeter rdf:type owl:Class ;                  owl:equivalentClass [ rdf:type owl:Class ;                                        owl:oneOf ( pli:JoulePerMeter                                                  )                                      ] ;                  rdfs:subClassOf pli:JoulePerMeterBasedUnit ,                                  pli:Unit ,                                  obo:UO_0000107 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMeterBasedUnitpli:JoulePerMeterBasedUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:Unit ,                                           obo:UO_0000107 ;                           rdfs:label "joule per meter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolpli:JoulePerMol rdf:type owl:Class ;                owl:equivalentClass [ rdf:type owl:Class ;                                      owl:oneOf ( pli:JoulePerMol                                                )                                    ] ;                rdfs:subClassOf pli:JoulePerMolBasedUnit ,                                pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolBasedUnitpli:JoulePerMolBasedUnit rdf:type owl:Class ;                         rdfs:subClassOf pli:SpecificEnergyUnit ;                         rdfs:label "joule per mol based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolKelvinpli:JoulePerMolKelvin rdf:type owl:Class ;                      owl:equivalentClass [ rdf:type owl:Class ;                                            owl:oneOf ( pli:JoulePerMolKelvin                                                      )                                          ] ;                      rdfs:subClassOf pli:JoulePerMolKelvinBasedUnit ,                                      pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolKelvinBasedUnitpli:JoulePerMolKelvinBasedUnit rdf:type owl:Class ;                               rdfs:subClassOf pli:SpecificHeatCapacityUnit ;                               rdfs:label "joule per mol kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerSquareMeterBasedUnitpli:JoulePerSquareMeterBasedUnit rdf:type owl:Class ;                                 rdfs:subClassOf pli:Unit ,                                                 obo:UO_0000107 ;                                 rdfs:label "joule per square meter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerSquareMillimeterBasedUnitpli:JoulePerSquareMillimeterBasedUnit rdf:type owl:Class ;                                      rdfs:subClassOf pli:Unit ,                                                      obo:UO_0000253 ;                                      rdfs:label "joule per square millimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JunctionUnitpli:JunctionUnit rdf:type owl:Class ;                 rdfs:subClassOf pli:GroupOfAtoms ;                 rdfs:comment "A subclass of the GroupOfAtoms Class, Junction Unit" ;                 rdfs:label "Junction unit" ;                 rdfs:seeAlso <https://doi.org/10.1351/goldbook.J03365> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KGrowthRateParameterOfAvramiEquationpli:KGrowthRateParameterOfAvramiEquation rdf:type owl:Class ;                                         rdfs:subClassOf pli:ThermalProperty ;                                         rdfs:comment "A subclass of the ThermalProperty Class, K Growth Rate Parameter Of Avrami Equation" ;                                         rdfs:label "k: Growth rate parameter of Avrami equation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerHourpli:KelvinPerHour rdf:type owl:Class ;                  owl:equivalentClass [ rdf:type owl:Class ;                                        owl:oneOf ( pli:KelvinPerHour                                                  )                                      ] ;                  rdfs:subClassOf pli:HeatingRateUnit ,                                  pli:KelvinPerHourBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerHourBasedUnitpli:KelvinPerHourBasedUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:HeatingRateUnit ;                           rdfs:label "kelvin per hour based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerMinutepli:KelvinPerMinute rdf:type owl:Class ;                    owl:equivalentClass [ rdf:type owl:Class ;                                          owl:oneOf ( pli:KelvinPerMinute                                                    )                                        ] ;                    rdfs:subClassOf pli:HeatingRateUnit ,                                    pli:KelvinPerMinuteBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerMinuteBasedUnitpli:KelvinPerMinuteBasedUnit rdf:type owl:Class ;                             rdfs:subClassOf pli:HeatingRateUnit ;                             rdfs:label "kelvin per minute based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Kilobarpli:Kilobar rdf:type owl:Class ;            owl:equivalentClass [ owl:intersectionOf ( pli:BarBasedUnit                                                       [ rdf:type owl:Restriction ;                                                         owl:onProperty obo:has_prefix ;                                                         owl:someValuesFrom obo:UO_0000294                                                       ]                                                     ) ;                                  rdf:type owl:Class                                ] ,                                [ rdf:type owl:Class ;                                  owl:oneOf ( pli:Kilobar                                            )                                ] ;            rdfs:subClassOf pli:Unit ,                            obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerGrampli:KilocaloriePerGram rdf:type owl:Class ;                       owl:equivalentClass [ owl:intersectionOf ( pli:CaloriePerGramBasedUnit                                                                  [ rdf:type owl:Restriction ;                                                                    owl:onProperty obo:has_prefix ;                                                                    owl:someValuesFrom obo:UO_0000294                                                                  ]                                                                ) ;                                             rdf:type owl:Class                                           ] ,                                           [ rdf:type owl:Class ;                                             owl:oneOf ( pli:KilocaloriePerGram                                                       )                                           ] ;                       rdfs:subClassOf pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerMolpli:KilocaloriePerMol rdf:type owl:Class ;                      owl:equivalentClass [ owl:intersectionOf ( pli:CaloriePerMolBasedUnit                                                                 [ rdf:type owl:Restriction ;                                                                   owl:onProperty obo:has_prefix ;                                                                   owl:someValuesFrom obo:UO_0000294                                                                 ]                                                               ) ;                                            rdf:type owl:Class                                          ] ,                                          [ rdf:type owl:Class ;                                            owl:oneOf ( pli:KilocaloriePerMol                                                      )                                          ] ;                      rdfs:subClassOf pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramCentimeterPerSquareCentimeterpli:KilogramCentimeterPerSquareCentimeter rdf:type owl:Class ;                                          owl:equivalentClass [ rdf:type owl:Class ;                                                                owl:oneOf ( pli:KilogramCentimeterPerSquareCentimeter                                                                          )                                                              ] ;                                          rdfs:subClassOf pli:KilogramCentimeterPerSquareCentimeterBasedUnit ,                                                          pli:Unit ,                                                          obo:UO_0000253 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramCentimeterPerSquareCentimeterBasedUnitpli:KilogramCentimeterPerSquareCentimeterBasedUnit rdf:type owl:Class ;                                                   rdfs:subClassOf pli:Unit ,                                                                   obo:UO_0000253 ;                                                   rdfs:label "kilogram centimeter per square centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcepli:KilogramForce rdf:type owl:Class ;                  owl:equivalentClass [ owl:intersectionOf ( pli:GramForceBasedUnit                                                             [ rdf:type owl:Restriction ;                                                               owl:onProperty obo:has_prefix ;                                                               owl:someValuesFrom obo:UO_0000294                                                             ]                                                           ) ;                                        rdf:type owl:Class                                      ] ,                                      [ rdf:type owl:Class ;                                        owl:oneOf ( pli:KilogramForce                                                  )                                      ] ;                  rdfs:subClassOf pli:Unit ,                                  obo:UO_0000107 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareCentimeterpli:KilogramForcePerSquareCentimeter rdf:type owl:Class ;                                     owl:equivalentClass [ owl:intersectionOf ( pli:GramForcePerSquareCentimeterBasedUnit                                                                                [ rdf:type owl:Restriction ;                                                                                  owl:onProperty obo:has_prefix ;                                                                                  owl:someValuesFrom obo:UO_0000294                                                                                ]                                                                              ) ;                                                           rdf:type owl:Class                                                         ] ,                                                         [ rdf:type owl:Class ;                                                           owl:oneOf ( pli:KilogramForcePerSquareCentimeter                                                                     )                                                         ] ;                                     rdfs:subClassOf pli:Unit ,                                                     obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareMillimeterpli:KilogramForcePerSquareMillimeter rdf:type owl:Class ;                                     owl:equivalentClass [ owl:intersectionOf ( pli:GramForcePerSquareMillimeterBasedUnit                                                                                [ rdf:type owl:Restriction ;                                                                                  owl:onProperty obo:has_prefix ;                                                                                  owl:someValuesFrom obo:UO_0000294                                                                                ]                                                                              ) ;                                                           rdf:type owl:Class                                                         ] ,                                                         [ rdf:type owl:Class ;                                                           owl:oneOf ( pli:KilogramForcePerSquareMillimeter                                                                     )                                                         ] ;                                     rdfs:subClassOf pli:Unit ,                                                     obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMeterpli:KilojoulePerMeter rdf:type owl:Class ;                      owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerMeterBasedUnit                                                                 [ rdf:type owl:Restriction ;                                                                   owl:onProperty obo:has_prefix ;                                                                   owl:someValuesFrom obo:UO_0000294                                                                 ]                                                               ) ;                                            rdf:type owl:Class                                          ] ,                                          [ rdf:type owl:Class ;                                            owl:oneOf ( pli:KilojoulePerMeter                                                      )                                          ] ;                      rdfs:subClassOf pli:Unit ,                                      obo:UO_0000107 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMolpli:KilojoulePerMol rdf:type owl:Class ;                    owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerMolBasedUnit                                                               [ rdf:type owl:Restriction ;                                                                 owl:onProperty obo:has_prefix ;                                                                 owl:someValuesFrom obo:UO_0000294                                                               ]                                                             ) ;                                          rdf:type owl:Class                                        ] ,                                        [ rdf:type owl:Class ;                                          owl:oneOf ( pli:KilojoulePerMol                                                    )                                        ] ;                    rdfs:subClassOf pli:SpecificEnergyUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerSquareMeterpli:KilojoulePerSquareMeter rdf:type owl:Class ;                            owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerSquareMeterBasedUnit                                                                       [ rdf:type owl:Restriction ;                                                                         owl:onProperty obo:has_prefix ;                                                                         owl:someValuesFrom obo:UO_0000294                                                                       ]                                                                     ) ;                                                  rdf:type owl:Class                                                ] ,                                                [ rdf:type owl:Class ;                                                  owl:oneOf ( pli:KilojoulePerSquareMeter                                                            )                                                ] ;                            rdfs:subClassOf pli:Unit ,                                            obo:UO_0000253 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilopondForcePerSquareInchpli:KilopondForcePerSquareInch rdf:type owl:Class ;                               owl:equivalentClass [ owl:intersectionOf ( pli:PondForcePerSquareInchBasedUnit                                                                          [ rdf:type owl:Restriction ;                                                                            owl:onProperty obo:has_prefix ;                                                                            owl:someValuesFrom obo:UO_0000294                                                                          ]                                                                        ) ;                                                     rdf:type owl:Class                                                   ] ,                                                   [ rdf:type owl:Class ;                                                     owl:oneOf ( pli:KilopondForcePerSquareInch                                                               )                                                   ] ;                               rdfs:subClassOf pli:Unit ,                                               obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilovoltPerMillimeterpli:KilovoltPerMillimeter rdf:type owl:Class ;                          owl:equivalentClass [ owl:intersectionOf ( pli:VoltPerMillimeterBasedUnit                                                                     [ rdf:type owl:Restriction ;                                                                       owl:onProperty obo:has_prefix ;                                                                       owl:someValuesFrom obo:UO_0000294                                                                     ]                                                                   ) ;                                                rdf:type owl:Class                                              ] ,                                              [ rdf:type owl:Class ;                                                owl:oneOf ( pli:KilovoltPerMillimeter                                                          )                                              ] ;                          rdfs:subClassOf pli:Unit ,                                          obo:UO_0000267 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KinematicViscosityUnitpli:KinematicViscosityUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:Unit ,                                           obo:UO_0000256 ;                           rdfs:label "kinematic viscosity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeAnglepli:LatticeAngle rdf:type owl:Class ;                 rdfs:subClassOf pli:StructuralPropety ;                 rdfs:comment "A subclass of the StructuralProperty Class, Lattice Angle" ;                 rdfs:label "Lattice angle" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeAngleAlphapli:LatticeAngleAlpha rdf:type owl:Class ;                      rdfs:subClassOf pli:LatticeAngle ;                      rdfs:comment "A subclass of the LatticeAngle Class, Lattice Angle Alpha" ;                      rdfs:label "Lattice angle (alpha)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeAngleBetapli:LatticeAngleBeta rdf:type owl:Class ;                     rdfs:subClassOf pli:LatticeAngle ;                     rdfs:comment "A subclass of the LatticeAngle Class, Lattice Angle Beta" ;                     rdfs:label "Lattice angle (beta)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeAngleGammapli:LatticeAngleGamma rdf:type owl:Class ;                      rdfs:subClassOf pli:LatticeAngle ;                      rdfs:comment "A subclass of the LatticeAngle Class, Lattice Angle Gamma" ;                      rdfs:label "Lattice angle (gamma)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeConstantpli:LatticeConstant rdf:type owl:Class ;                    rdfs:subClassOf pli:StructuralPropety ;                    rdfs:comment "A subclass of the StructuralProperty Class, Lattice Constant" ;                    rdfs:label "Lattice constant" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeConstantApli:LatticeConstantA rdf:type owl:Class ;                     rdfs:subClassOf pli:LatticeConstant ;                     rdfs:comment "A subclass of the LatticeConstant Class, Lattice Constant A" ;                     rdfs:label "Lattice constant (a)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeConstantBpli:LatticeConstantB rdf:type owl:Class ;                     rdfs:subClassOf pli:LatticeConstant ;                     rdfs:comment "A subclass of the LatticeConstant Class, Lattice Constant B" ;                     rdfs:label "Lattice constant (b)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LatticeConstantCpli:LatticeConstantC rdf:type owl:Class ;                     rdfs:subClassOf pli:LatticeConstant ;                     rdfs:comment "A subclass of the LatticeConstant Class, Lattice Constant C" ;                     rdfs:label "Lattice constant (c)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LcPhaseTransitionTemperaturepli:LcPhaseTransitionTemperature rdf:type owl:Class ;                                 rdfs:subClassOf pli:ThermalProperty ;                                 rdfs:comment "A subclass of the ThermalProperty Class, Lc Phase Transition Temperature" ;                                 rdfs:label "LC phase transition temperature" ;                                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LengthPercentagepli:LengthPercentage rdf:type owl:Class ;                     owl:equivalentClass [ rdf:type owl:Class ;                                           owl:oneOf ( pli:LengthPercentage                                                     )                                         ] ;                     rdfs:subClassOf pli:LengthPercentageBasedUnit ,                                     pli:Unit ,                                     obo:UO_0000187 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LengthPercentageBasedUnitpli:LengthPercentageBasedUnit rdf:type owl:Class ;                              rdfs:subClassOf pli:Unit ,                                              obo:UO_0000187 ;                              rdfs:label "length percentage based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LinearExpansionCoefficientpli:LinearExpansionCoefficient rdf:type owl:Class ;                               rdfs:subClassOf pli:ThermalExpansion ;                               rdfs:comment "A subclass of the ThermalExpansion Class, Linear Expansion Coefficient" ;                               rdfs:label "Linear expansion coefficient" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiquidCrystalStatepli:LiquidCrystalState rdf:type owl:Class ;                       owl:equivalentClass [ rdf:type owl:Class ;                                             owl:oneOf ( pli:LiquidCrystalState                                                       )                                           ] ;                       rdfs:subClassOf pli:FluidStateType .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiquidStatepli:LiquidState rdf:type owl:Class ;                owl:equivalentClass [ rdf:type owl:Class ;                                      owl:oneOf ( pli:LiquidState                                                )                                    ] ;                rdfs:subClassOf pli:FluidStateType .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiterPerGrampli:LiterPerGram rdf:type owl:Class ;                 owl:equivalentClass [ rdf:type owl:Class ;                                       owl:oneOf ( pli:LiterPerGram                                                 )                                     ] ;                 rdfs:subClassOf pli:LiterPerGramBasedUnit ,                                 pli:Unit ,                                 obo:UO_0000059 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiterPerGramBasedUnitpli:LiterPerGramBasedUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:Unit ,                                          obo:UO_0000059 ;                          rdfs:label "liter per gram based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Mainmediumpli:Mainmedium rdf:type owl:Class ;               rdfs:subClassOf pli:MixtureRole ;               rdfs:comment "A subclass of the MixtureRole Class, Main medium" ;               rdfs:label "Main medium" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Manufacturerpli:Manufacturer rdf:type owl:Class ;                 rdfs:subClassOf pli:TradeDescriptor ;                 rdfs:comment "A subclass of the TradeDescriptor Class, Manufacturer" ;                 rdfs:label "Manufacturer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MassDiffusivityUnitpli:MassDiffusivityUnit rdf:type owl:Class ;                        rdfs:subClassOf pli:Unit ,                                        obo:UO_0000000 ;                        rdfs:label "mass diffusivity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Materialpli:Material rdf:type owl:Class ;             rdfs:subClassOf obo:BFO_0000040 ;             rdfs:comment "Material refers to a substance or type information identified based on its chemical structure etc." ;             rdfs:label "Material" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MaterialProcessingpli:MaterialProcessing rdf:type owl:Class ;                       rdfs:subClassOf obo:OBI_0000011 ;                       rdfs:comment "MaterialProcessing refers to the planned process of physically operating on materials." ;                       rdfs:label "Material processing" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Measurementpli:Measurement rdf:type owl:Class ;                rdfs:subClassOf obo:OBI_0000011 ;                rdfs:comment "Measurement refers to the measurement process" ;                rdfs:label "Measurement" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeasurementCriterionRolepli:MeasurementCriterionRole rdf:type owl:Class ;                             rdfs:subClassOf pli:Role ;                             rdfs:comment "A subclass of the Role Class, Measurement Criterion Role" ;                             rdfs:label "Measurement criterion role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeasurementMethodpli:MeasurementMethod rdf:type owl:Class ;                      rdfs:subClassOf obo:IAO_0000104 ;                      rdfs:comment "MeasurementMethod refers to the method or indices used for measurement." ;                      rdfs:label "Measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeasurementStandardpli:MeasurementStandard rdf:type owl:Class ;                        rdfs:subClassOf obo:IAO_0000104 ;                        rdfs:comment "MeasurementStandard refers to the standard applied in the measurement" ;                        rdfs:label "Measurement standard" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MegajoulePerCubicMeterKelvinpli:MegajoulePerCubicMeterKelvin rdf:type owl:Class ;                                 owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerCubicMeterKelvinBasedUnit                                                                            [ rdf:type owl:Restriction ;                                                                              owl:onProperty obo:has_prefix ;                                                                              owl:someValuesFrom obo:UO_0000293                                                                            ]                                                                          ) ;                                                       rdf:type owl:Class                                                     ] ,                                                     [ rdf:type owl:Class ;                                                       owl:oneOf ( pli:MegajoulePerCubicMeterKelvin                                                                 )                                                     ] ;                                 rdfs:subClassOf pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Megapascalpli:Megapascal rdf:type owl:Class ;               owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000110                                                          [ rdf:type owl:Restriction ;                                                            owl:onProperty obo:has_prefix ;                                                            owl:someValuesFrom obo:UO_0000293                                                          ]                                                        ) ;                                     rdf:type owl:Class                                   ] ,                                   [ rdf:type owl:Class ;                                     owl:oneOf ( pli:Megapascal                                               )                                   ] ;               rdfs:subClassOf pli:Unit ,                               obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Megaradpli:Megarad rdf:type owl:Class ;            owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000135                                                       [ rdf:type owl:Restriction ;                                                         owl:onProperty obo:has_prefix ;                                                         owl:someValuesFrom obo:UO_0000293                                                       ]                                                     ) ;                                  rdf:type owl:Class                                ] ;            rdfs:subClassOf pli:Unit ,                            obo:UO_0000129 ;            oboInOwl:hasExactSynonym "Mrad" ;            rdfs:label "megarad" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltFlowRatepli:MeltFlowRate rdf:type owl:Class ;                 rdfs:subClassOf pli:RheologicalProperty ;                 rdfs:comment "A subclass of the RheologicalProperty Class, Melt Flow Rate" ;                 rdfs:label "Melt flow rate" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltFlowRateMeasurementMethodpli:MeltFlowRateMeasurementMethod rdf:type owl:Class ;                                  rdfs:subClassOf pli:MeasurementMethod ;                                  rdfs:comment "A subclass of the MeasurementMethod Class, Melt Flow Rate Measurement Method" ;                                  rdfs:label "Melt flow rate measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltFlowRateMeasurementStandardpli:MeltFlowRateMeasurementStandard rdf:type owl:Class ;                                    rdfs:subClassOf pli:MeasurementStandard ;                                    rdfs:comment "A subclass of the MeasurementStandard Class, Melt Flow Rate Measurement Standard" ;                                    rdfs:label "Melt flow rate measurement standard" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltViscositypli:MeltViscosity rdf:type owl:Class ;                  rdfs:subClassOf pli:RheologicalProperty ;                  rdfs:comment "A subclass of the RheologicalProperty Class, Melt Viscosity" ;                  rdfs:label "Melt viscosity" ;                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P7110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltingTemperaturepli:MeltingTemperature rdf:type owl:Class ;                       rdfs:subClassOf pli:ThermalProperty ;                       rdfs:comment "A subclass of the ThermalProperty Class, Melting Temperature" ;                       rdfs:label "Melting temperature" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerKelvinpli:MillijoulePerKelvin rdf:type owl:Class ;                        owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerKelvinBasedUnit                                                                   [ rdf:type owl:Restriction ;                                                                     owl:onProperty obo:has_prefix ;                                                                     owl:someValuesFrom obo:UO_0010009                                                                   ]                                                                 ) ;                                              rdf:type owl:Class                                            ] ,                                            [ rdf:type owl:Class ;                                              owl:oneOf ( pli:MillijoulePerKelvin                                                        )                                            ] ;                        rdfs:subClassOf pli:HeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerMolKelvinpli:MillijoulePerMolKelvin rdf:type owl:Class ;                           owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerMolKelvinBasedUnit                                                                      [ rdf:type owl:Restriction ;                                                                        owl:onProperty obo:has_prefix ;                                                                        owl:someValuesFrom obo:UO_0000297                                                                      ]                                                                    ) ;                                                 rdf:type owl:Class                                               ] ,                                               [ rdf:type owl:Class ;                                                 owl:oneOf ( pli:MillijoulePerMolKelvin                                                           )                                               ] ;                           rdfs:subClassOf pli:SpecificHeatCapacityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMeterpli:MillijoulePerSquareMeter rdf:type owl:Class ;                             owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerSquareMeterBasedUnit                                                                        [ rdf:type owl:Restriction ;                                                                          owl:onProperty obo:has_prefix ;                                                                          owl:someValuesFrom obo:UO_0010009                                                                        ]                                                                      ) ;                                                   rdf:type owl:Class                                                 ] ,                                                 [ rdf:type owl:Class ;                                                   owl:oneOf ( pli:MillijoulePerSquareMeter                                                             )                                                 ] ;                             rdfs:subClassOf pli:Unit ,                                             obo:UO_0000253 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMillimeterpli:MillijoulePerSquareMillimeter rdf:type owl:Class ;                                  owl:equivalentClass [ owl:intersectionOf ( pli:JoulePerSquareMillimeterBasedUnit                                                                             [ rdf:type owl:Restriction ;                                                                               owl:onProperty obo:has_prefix ;                                                                               owl:someValuesFrom obo:UO_0000297                                                                             ]                                                                           ) ;                                                        rdf:type owl:Class                                                      ] ,                                                      [ rdf:type owl:Class ;                                                        owl:oneOf ( pli:MillijoulePerSquareMillimeter                                                                  )                                                      ] ;                                  rdfs:subClassOf pli:Unit ,                                                  obo:UO_0000253 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliliterPerGrampli:MilliliterPerGram rdf:type owl:Class ;                      owl:equivalentClass [ owl:intersectionOf ( pli:LiterPerGramBasedUnit                                                                 [ rdf:type owl:Restriction ;                                                                   owl:onProperty obo:has_prefix ;                                                                   owl:someValuesFrom obo:UO_0000297                                                                 ]                                                               ) ;                                            rdf:type owl:Class                                          ] ,                                          [ rdf:type owl:Class ;                                            owl:oneOf ( pli:MilliliterPerGram                                                      )                                          ] ;                      rdfs:subClassOf pli:Unit ,                                      obo:UO_0000059 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillinewtonPerMeterpli:MillinewtonPerMeter rdf:type owl:Class ;                        owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000254                                                                   [ rdf:type owl:Restriction ;                                                                     owl:onProperty obo:has_prefix ;                                                                     owl:someValuesFrom obo:UO_0000297                                                                   ]                                                                 ) ;                                              rdf:type owl:Class                                            ] ,                                            [ rdf:type owl:Class ;                                              owl:oneOf ( pli:MillinewtonPerMeter                                                        )                                            ] ;                        rdfs:subClassOf pli:Unit ,                                        obo:UO_0000253 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliwattPerCentimeterKelvinpli:MilliwattPerCentimeterKelvin rdf:type owl:Class ;                                 owl:equivalentClass [ owl:intersectionOf ( pli:WattPerCentimeterKelvinBasedUnit                                                                            [ rdf:type owl:Restriction ;                                                                              owl:onProperty obo:has_prefix ;                                                                              owl:someValuesFrom obo:UO_0010009                                                                            ]                                                                          ) ;                                                       rdf:type owl:Class                                                     ] ,                                                     [ rdf:type owl:Class ;                                                       owl:oneOf ( pli:MilliwattPerCentimeterKelvin                                                                 )                                                     ] ;                                 rdfs:subClassOf pli:Unit ,                                                 obo:UO_0000263 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MixtureRolepli:MixtureRole rdf:type owl:Class ;                rdfs:subClassOf pli:Role ;                rdfs:comment "A subclass of the Role Class, Mixture Role" ;                rdfs:label "Mixture role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Moldingpli:Molding rdf:type owl:Class ;            rdfs:subClassOf pli:MaterialProcessing ;            rdfs:comment "A subclass of the MaterialProcessing Class, Molding" ;            rdfs:label "Molding" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MoldingMethodpli:MoldingMethod rdf:type owl:Class ;                  rdfs:subClassOf obo:IAO_0000104 ;                  rdfs:comment "MoldingMethod refers to the method used in molding" ;                  rdfs:label "Molding method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MoldingSampleShapepli:MoldingSampleShape rdf:type owl:Class ;                       rdfs:subClassOf pli:Shape ;                       rdfs:comment "A subclass of the Shape Class, Molding Sample Shape" ;                       rdfs:label "Molding Sample Shape" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MoldingTreatingpli:MoldingTreating rdf:type owl:Class ;                    rdfs:subClassOf pli:MaterialProcessing ;                    rdfs:comment "A subclass of the MaterialProcessing Class, Molding Treating" ;                    rdfs:label "Molding treating" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MoldingTreatingMethodpli:MoldingTreatingMethod rdf:type owl:Class ;                          rdfs:subClassOf obo:IAO_0000104 ;                          rdfs:comment "MoldingTreatingMethod refers to the treating method in molding" ;                          rdfs:label "Molding treating method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolePercentagepli:MolePercentage rdf:type owl:Class ;                   owl:equivalentClass [ rdf:type owl:Class ;                                         owl:oneOf ( pli:MolePercentage                                                   )                                       ] ;                   rdfs:subClassOf pli:MolePercentageBasedUnit ,                                   pli:Unit ,                                   obo:UO_0000187 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolePercentageBasedUnitpli:MolePercentageBasedUnit rdf:type owl:Class ;                            rdfs:subClassOf pli:Unit ,                                            obo:UO_0000187 ;                            oboInOwl:hasExactSynonym "%" ;                            rdfs:label "mole percentage based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolecularDescriptorpli:MolecularDescriptor rdf:type owl:Class ;                        rdfs:subClassOf pli:Descriptor ;                        rdfs:comment "A subclass of the Descriptor Class, Molecular Descriptor" ;                        rdfs:label "Molecular descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolecularFormulapli:MolecularFormula rdf:type owl:Class ;                     rdfs:subClassOf pli:MolecularDescriptor ;                     rdfs:comment "A subclass of the MolecularDescriptor Class, Molecular Formula" ;                     rdfs:label "Molecular formula" ;                     rdfs:seeAlso <https://doi.org/10.1351/goldbook.M03987> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolecularWeightpli:MolecularWeight rdf:type owl:Class ;                    rdfs:subClassOf pli:MolecularDescriptor ;                    rdfs:comment "A subclass of the MolecularDescriptor Class, Molecular Weight" ;                    rdfs:label "Molecular weight" ;                    rdfs:seeAlso <https://doi.org/10.1351/goldbook.M04000> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Monoclinicpli:Monoclinic rdf:type owl:Class ;               owl:equivalentClass [ rdf:type owl:Class ;                                     owl:oneOf ( pli:Monoclinic                                               )                                   ] ;               rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Monomerpli:Monomer rdf:type owl:Class ;            rdfs:subClassOf pli:ChemicalSubstance ;            rdfs:comment "A subclass of the ChemicalSubstance Class, Monomer" ;            rdfs:label "Monomer" ;            rdfs:seeAlso <https://doi.org/10.1351/goldbook.M04017> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Morphologypli:Morphology rdf:type owl:Class ;               rdfs:subClassOf pli:GeometricProperty ;               rdfs:comment "A subclass of the GeometricProperty Class, Morphology" ;               rdfs:label "Morphology" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NNucleationParameterOfAvramiEquationpli:NNucleationParameterOfAvramiEquation rdf:type owl:Class ;                                         rdfs:subClassOf pli:ThermalProperty ;                                         rdfs:comment "A subclass of the ThermalProperty Class, N Nucleation Parameter Of Avrami Equation" ;                                         rdfs:label "n: Nucleation parameter of Avrami equation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NRUnitpli:NRUnit rdf:type owl:Class ;           owl:equivalentClass [ rdf:type owl:Class ;                                 owl:oneOf ( pli:NRUnit                                           )                               ] ;           rdfs:subClassOf pli:Unit ,                           obo:UO_0000000 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NameDescriptorpli:NameDescriptor rdf:type owl:Class ;                   rdfs:subClassOf pli:Descriptor ;                   owl:disjointWith pli:Property ;                   rdfs:comment "A subclass of the Descriptor Class, Name Descriptor" ;                   rdfs:label "Name descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NanometerPerSecondpli:NanometerPerSecond rdf:type owl:Class ;                       owl:equivalentClass [ owl:intersectionOf ( obo:UO_1000094                                                                  [ rdf:type owl:Restriction ;                                                                    owl:onProperty obo:has_prefix ;                                                                    owl:someValuesFrom obo:UO_0000300                                                                  ]                                                                ) ;                                             rdf:type owl:Class                                           ] ,                                           [ rdf:type owl:Class ;                                             owl:oneOf ( pli:NanometerPerSecond                                                       )                                           ] ;                       rdfs:subClassOf pli:Unit ,                                       obo:UO_0000060 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonCentimeterPerGrampli:NewtonCentimeterPerGram rdf:type owl:Class ;                            owl:equivalentClass [ rdf:type owl:Class ;                                                  owl:oneOf ( pli:NewtonCentimeterPerGram                                                            )                                                ] ;                            rdfs:subClassOf pli:NewtonCentimeterPerGramBasedUnit ,                                            pli:SpecificStrengthUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonCentimeterPerGramBasedUnitpli:NewtonCentimeterPerGramBasedUnit rdf:type owl:Class ;                                     rdfs:subClassOf pli:SpecificStrengthUnit ;                                     rdfs:label "newton centimeter per gram based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerDecitexBasedUnitpli:NewtonPerDecitexBasedUnit rdf:type owl:Class ;                              rdfs:subClassOf pli:SpecificStrengthUnit ;                              rdfs:label "newton per decitex based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareCentimeterpli:NewtonPerSquareCentimeter rdf:type owl:Class ;                              owl:equivalentClass [ rdf:type owl:Class ;                                                    owl:oneOf ( pli:NewtonPerSquareCentimeter                                                              )                                                  ] ;                              rdfs:subClassOf pli:NewtonPerSquareCentimeterBasedUnit ,                                              pli:Unit ,                                              obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareCentimeterBasedUnitpli:NewtonPerSquareCentimeterBasedUnit rdf:type owl:Class ;                                       rdfs:subClassOf pli:Unit ,                                                       obo:UO_0000109 ;                                       rdfs:label "newton per square centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMeterpli:NewtonPerSquareMeter rdf:type owl:Class ;                         owl:equivalentClass [ rdf:type owl:Class ;                                               owl:oneOf ( pli:NewtonPerSquareMeter                                                         )                                             ] ;                         rdfs:subClassOf pli:NewtonPerSquareMeterBasedUnit ,                                         pli:Unit ,                                         obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMeterBasedUnitpli:NewtonPerSquareMeterBasedUnit rdf:type owl:Class ;                                  rdfs:subClassOf pli:Unit ,                                                  obo:UO_0000109 ;                                  rdfs:label "newton per square meter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMillimeterpli:NewtonPerSquareMillimeter rdf:type owl:Class ;                              owl:equivalentClass [ rdf:type owl:Class ;                                                    owl:oneOf ( pli:NewtonPerSquareMillimeter                                                              )                                                  ] ;                              rdfs:subClassOf pli:NewtonPerSquareMillimeterBasedUnit ,                                              pli:Unit ,                                              obo:UO_0000109 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMillimeterBasedUnitpli:NewtonPerSquareMillimeterBasedUnit rdf:type owl:Class ;                                       rdfs:subClassOf pli:Unit ,                                                       obo:UO_0000109 ;                                       rdfs:label "newton per square millimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerTexBasedUnitpli:NewtonPerTexBasedUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:SpecificStrengthUnit ;                          rdfs:label "newton per tex based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NonSolventpli:NonSolvent rdf:type owl:Class ;               rdfs:subClassOf pli:SolutionComponentRole ;               rdfs:comment "A subclass of the SolutionComponentRole Class, Non Solvent" ;               rdfs:label "Non solvent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NonlinearElectroOpticEffectpli:NonlinearElectroOpticEffect rdf:type owl:Class ;                                rdfs:subClassOf pli:OpticalProperty ;                                rdfs:comment "A subclass of the OpticalProperty Class, Nonlinear Electro-Optic Effect" ;                                rdfs:label "Nonlinear electro-optic effect" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NonlinearElectroOpticEffectCoefficientpli:NonlinearElectroOpticEffectCoefficient rdf:type owl:Class ;                                           rdfs:subClassOf pli:CalculationModelParameter ;                                           rdfs:comment "A subclass of the CalculationModelParameter Class, Nonlinear ElectroOptic Effect Coefficient" ;                                           rdfs:label "Nonlinear electro-optic effect coefficient" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Number-AverageMolecularWeightpli:Number-AverageMolecularWeight rdf:type owl:Class ;                                  rdfs:subClassOf pli:AverageMolecularWeight ;                                  rdfs:comment "A subclass of the AverageMolecularWeight Class, Number-Average Molecular Weight (Mn)" ;                                  rdfs:label "Number-average molecular weight" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NumberOfCUIn1UnitCellpli:NumberOfCUIn1UnitCell rdf:type owl:Class ;                          rdfs:subClassOf pli:StructuralPropety ;                          rdfs:comment "A subclass of the StructuralProperty Class, Number Of CU In 1 Unit Cell" ;                          rdfs:label "Number of CU in 1 unit cell" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ohmpli:Ohm rdf:type owl:Class ;        owl:equivalentClass [ rdf:type owl:Class ;                              owl:oneOf ( pli:Ohm                                        )                            ] ;        rdfs:subClassOf pli:OhmBasedUnit ,                        pli:ResistanceUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmBasedUnitpli:OhmBasedUnit rdf:type owl:Class ;                 rdfs:subClassOf pli:ResistanceUnit ;                 rdfs:label "ohm based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmCentimeterpli:OhmCentimeter rdf:type owl:Class ;                  owl:equivalentClass [ owl:intersectionOf ( pli:OhmMeterBasedUnit                                                             [ rdf:type owl:Restriction ;                                                               owl:onProperty obo:has_prefix ;                                                               owl:someValuesFrom obo:UO_0000298                                                             ]                                                           ) ;                                        rdf:type owl:Class                                      ] ,                                      [ rdf:type owl:Class ;                                        owl:oneOf ( pli:OhmCentimeter                                                  )                                      ] ;                  rdfs:subClassOf pli:VolumeResistivityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmMeterpli:OhmMeter rdf:type owl:Class ;             owl:equivalentClass [ rdf:type owl:Class ;                                   owl:oneOf ( pli:OhmMeter                                             )                                 ] ;             rdfs:subClassOf pli:OhmMeterBasedUnit ,                             pli:VolumeResistivityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmMeterBasedUnitpli:OhmMeterBasedUnit rdf:type owl:Class ;                      rdfs:subClassOf pli:VolumeResistivityUnit ;                      rdfs:label "ohm meter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquarepli:OhmPerSquare rdf:type owl:Class ;                 owl:equivalentClass [ rdf:type owl:Class ;                                       owl:oneOf ( pli:OhmPerSquare                                                 )                                     ] ;                 rdfs:subClassOf pli:OhmPerSquareBasedUnit ,                                 pli:SurfaceResistivityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquareBasedUnitpli:OhmPerSquareBasedUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:SurfaceResistivityUnit ;                          rdfs:label "ohm per square based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquareCentimeterpli:OhmPerSquareCentimeter rdf:type owl:Class ;                           owl:equivalentClass [ rdf:type owl:Class ;                                                 owl:oneOf ( pli:OhmPerSquareCentimeter                                                           )                                               ] ;                           rdfs:subClassOf pli:OhmPerSquareCentimeterBasedUnit ,                                           pli:SurfaceResistivityUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquareCentimeterBasedUnitpli:OhmPerSquareCentimeterBasedUnit rdf:type owl:Class ;                                    rdfs:subClassOf pli:SurfaceResistivityUnit ;                                    rdfs:label "ohm per square centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OppositeMaterialpli:OppositeMaterial rdf:type owl:Class ;                     rdfs:subClassOf pli:ContactSubstanceRole ;                     rdfs:comment "A subclass of the ContactSubstanceRole Class, Opposite Material" ;                     rdfs:label "Opposite material" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OpticalPropertypli:OpticalProperty rdf:type owl:Class ;                    rdfs:subClassOf pli:Property ;                    rdfs:comment "A subclass of the Property Class, Optical Property" ;                    rdfs:label "Optical property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OpticalPuritypli:OpticalPurity rdf:type owl:Class ;                  rdfs:subClassOf pli:OpticalProperty ;                  rdfs:comment "A subclass of the OpticalProperty Class, Optical Purity" ;                  rdfs:label "Optical purity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OpticalRotationpli:OpticalRotation rdf:type owl:Class ;                    rdfs:subClassOf pli:OpticalProperty ;                    rdfs:comment "A subclass of the OpticalProperty Class, Optical Rotation" ;                    rdfs:label "Optical rotation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Orthorhombicpli:Orthorhombic rdf:type owl:Class ;                 owl:equivalentClass [ rdf:type owl:Class ;                                       owl:oneOf ( pli:Orthorhombic                                                 )                                     ] ;                 rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OtherNamepli:OtherName rdf:type owl:Class ;              rdfs:subClassOf pli:NameDescriptor ;              rdfs:comment "A subclass of the NameDescriptor Class, Other Name" ;              rdfs:label "Other name" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OtherPropertypli:OtherProperty rdf:type owl:Class ;                  rdfs:subClassOf pli:Property ;                  rdfs:comment "A subclass of the Property Class, OtherProperty" ;                  rdfs:label "Other property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OxygenIndexpli:OxygenIndex rdf:type owl:Class ;                rdfs:subClassOf pli:HeatResistanceAndCombustion ;                rdfs:comment "A subclass of the HeatResistanceAndCombustion Class, Oxygen Index" ;                rdfs:label "Oxygen index" ;                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8630> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerDegreeCelsiuspli:PerDegreeCelsius rdf:type owl:Class ;                     owl:equivalentClass [ rdf:type owl:Class ;                                           owl:oneOf ( pli:PerDegreeCelsius                                                     )                                         ] ;                     rdfs:subClassOf pli:PerDegreeCelsiusBasedUnit ,                                     pli:ThermalExpansionUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerDegreeCelsiusBasedUnitpli:PerDegreeCelsiusBasedUnit rdf:type owl:Class ;                              rdfs:subClassOf pli:ThermalExpansionUnit ,                                              obo:UO_0000005 ;                              rdfs:label "per celsius based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerGigapascalpli:PerGigapascal rdf:type owl:Class ;                  owl:equivalentClass [ rdf:type owl:Class ;                                        owl:oneOf ( pli:PerGigapascal                                                  )                                      ] ;                  rdfs:subClassOf pli:ElasticComplianceUnit ,                                  pli:PerGigapascalBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerGigapascalBasedUnitpli:PerGigapascalBasedUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:ElasticComplianceUnit ;                           rdfs:label "per gigapascal based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerKelvinpli:PerKelvin rdf:type owl:Class ;              owl:equivalentClass [ rdf:type owl:Class ;                                    owl:oneOf ( pli:PerKelvin                                              )                                  ] ;              rdfs:subClassOf pli:PerKelvinBasedUnit ,                              pli:ThermalExpansionUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerKelvinBasedUnitpli:PerKelvinBasedUnit rdf:type owl:Class ;                       rdfs:subClassOf pli:ThermalExpansionUnit ,                                       obo:UO_0000005 ;                       rdfs:label "per kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerOhmCentimeterpli:PerOhmCentimeter rdf:type owl:Class ;                     owl:equivalentClass [ rdf:type owl:Class ;                                           owl:oneOf ( pli:PerOhmCentimeter                                                     )                                         ] ;                     rdfs:subClassOf pli:PerOhmCentimeterBasedUnit ,                                     pli:Unit ,                                     obo:UO_0000262 .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerOhmCentimeterBasedUnitpli:PerOhmCentimeterBasedUnit rdf:type owl:Class ;                              rdfs:subClassOf pli:Unit ,                                              obo:UO_0000262 ;                              rdfs:label "per ohm centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PeriodicCopolymerpli:PeriodicCopolymer rdf:type owl:Class ;                      rdfs:subClassOf pli:Copolymer ;                      rdfs:comment "A subclass of the Copolymer Class, Periodic Copolymer" ;                      rdfs:label "Periodic copolymer" ;                      rdfs:seeAlso <https://doi.org/10.1351/goldbook.P04494> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PermeabilityCoefficientArrheniusEquationpli:PermeabilityCoefficientArrheniusEquation rdf:type owl:Class ;                                             rdfs:subClassOf pli:CalculationModel ;                                             rdfs:comment "A subclass of the CalculationModel Class, Permeability Coefficient Arrhenius Equation" ;                                             rdfs:label "Permeability coefficient Arrhenius equation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PermeableSubstanceRolepli:PermeableSubstanceRole rdf:type owl:Class ;                           rdfs:subClassOf pli:Role ;                           rdfs:comment "A subclass of the Role Class, Permeable Substance Role" ;                           rdfs:label "Permeable substance role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PermeantGasMolecularpli:PermeantGasMolecular rdf:type owl:Class ;                         rdfs:subClassOf pli:PermeableSubstanceRole ;                         rdfs:comment "A subclass of the PermeableSubstanceRole Class, Permeant Gas Molecular" ;                         rdfs:label "Permeant gas molecular" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PermeantOtherpli:PermeantOther rdf:type owl:Class ;                  rdfs:subClassOf pli:PermeableSubstanceRole ;                  rdfs:comment "A subclass of the PermeableSubstanceRole Class, Permeant Other" ;                  rdfs:label "Permeant other" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Phrpli:Phr rdf:type owl:Class ;        rdfs:subClassOf pli:Unit ;        rdfs:label "phr" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhrBasedUnitpli:PhrBasedUnit rdf:type owl:Class ;                 rdfs:subClassOf pli:Unit ;                 rdfs:label "phr based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicalDescriptorpli:PhysicalDescriptor rdf:type owl:Class ;                       rdfs:subClassOf pli:Descriptor ;                       rdfs:comment "A subclass of the Descriptor Class, Physical Descriptor" ;                       rdfs:label "Physical descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicalPropertypli:PhysicalProperty rdf:type owl:Class ;                     rdfs:subClassOf pli:Property ;                     rdfs:comment "A subclass of the Property Class, Physical Property" ;                     rdfs:label "Physical property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicalStatepli:PhysicalState rdf:type owl:Class ;                  rdfs:subClassOf pli:StructuralPropety ;                  rdfs:comment "A subclass of the StructuralProperty Class, PhysicalState" ;                  rdfs:label "Physical state" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicalStateTypepli:PhysicalStateType rdf:type owl:Class ;                      rdfs:subClassOf pli:PropertyValueType ;                      rdfs:comment "A subclass of the PropertyValueType Class, Physical State Type" ;                      rdfs:label "Physical state type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicochemicalPropertypli:PhysicochemicalProperty rdf:type owl:Class ;                            rdfs:subClassOf pli:Property ;                            rdfs:comment "A subclass of the Property Class, Physicochemical Property" ;                            rdfs:label "Physicochemical property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyadditionpli:Polyaddition rdf:type owl:Class ;                 rdfs:subClassOf pli:SequentialPolymerization ;                 rdfs:comment "A subclass of the SequentialPolymerization Class, Polyaddition" ;                 rdfs:label "Polyaddition" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polycondensationpli:Polycondensation rdf:type owl:Class ;                     rdfs:subClassOf pli:SequentialPolymerization ;                     rdfs:comment "A subclass of the SequentialPolymerization Class, Polycondensation" ;                     rdfs:label "Polycondensation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polymerpli:Polymer rdf:type owl:Class ;            rdfs:subClassOf pli:ChemicalSubstance ;            rdfs:comment "A subclass of the ChemicalSubstance Class, Polymer" ;            rdfs:label "Polymer" ;            rdfs:seeAlso <https://doi.org/10.1351/goldbook.P04735> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerSamplepli:PolymerSample rdf:type owl:Class ;                  rdfs:subClassOf pli:SampleStructuredMaterial ;                  rdfs:comment "A subclass of the SampleStructuedMaterial Class, Polymer Sample" ;                  rdfs:label "Polymer sample" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerTypepli:PolymerType rdf:type owl:Class ;                rdfs:subClassOf pli:CompoundType ;                obo:IAO_0000116 "The polymer class is determined based on the pattern of the chemical structure of the polymer; the notation in the PoLyInfo GUI is Polymer Class. On the other hand, the URI, pli:PolymerType is due to the structure of the ontology. To explicitly indicate this, the labels and URIs were different." ;                rdfs:comment "A subclass of the CompoundType Class, Polymer Type." ;                rdfs:label "Polymer class" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polymerizationpli:Polymerization rdf:type owl:Class ;                   rdfs:subClassOf obo:BFO_0000015 ;                   rdfs:comment "Polymerization refers to the polymerization that actually occurred in the samples dealt in PoLyInfo." ;                   rdfs:label "Polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerizationMechanismTypepli:PolymerizationMechanismType rdf:type owl:Class ;                                rdfs:subClassOf pli:PolymerizationType ;                                rdfs:comment "A subclass of the PolymerizationType Class, Polymerization Mechanism Type" ;                                rdfs:label "Polymerization mechanism type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerizationPhaseTypepli:PolymerizationPhaseType rdf:type owl:Class ;                            rdfs:subClassOf pli:PolymerizationType ;                            rdfs:comment "A subclass of the PolymerizationType Class, Polymerization Phase Type" ;                            rdfs:label "Polymerization phase type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerizationReactionTypepli:PolymerizationReactionType rdf:type owl:Class ;                               rdfs:subClassOf pli:PolymerizationType ;                               rdfs:comment "A subclass of the PolymerizationType Class, Polymerization Reaction Type" ;                               rdfs:label "Polymerization reaction type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerizationRolepli:PolymerizationRole rdf:type owl:Class ;                       rdfs:subClassOf pli:ChemicalReactionRole ;                       rdfs:comment "A subclass of the ChemicalReactionRole Class, Polymerization Role" ;                       rdfs:label "Polymerization role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolymerizationTypepli:PolymerizationType rdf:type owl:Class ;                       rdfs:subClassOf pli:TypeDescriptor ;                       rdfs:comment "A subclass of the TypeDescriptor Class, Polymerization Type" ;                       rdfs:label "Polymerization type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PondForcePerSquareInchBasedUnitpli:PondForcePerSquareInchBasedUnit rdf:type owl:Class ;                                    rdfs:subClassOf pli:Unit ,                                                    obo:UO_0000109 ;                                    rdfs:label "pond-force per square inch based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PoorSolventpli:PoorSolvent rdf:type owl:Class ;                rdfs:subClassOf pli:SolutionComponentRole ;                rdfs:comment "A subclass of the SolutionComponentRole Class, Poor Solvent" ;                rdfs:label "Poor solvent" ;                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6170> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Precursorpli:Precursor rdf:type owl:Class ;              rdfs:subClassOf pli:ChemicalReactionRole ;              rdfs:comment "A subclass of the ChemicalReactionRole Class, Precursor" ;              rdfs:label "Precursor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Prepolymerpli:Prepolymer rdf:type owl:Class ;               rdfs:subClassOf pli:ChemicalReactionRole ;               rdfs:comment "A subclass of the ChemicalReactionRole Class, Prepolymer" ;               rdfs:label "Prepolymer" ;               rdfs:seeAlso <https://doi.org/10.1351/goldbook.PT07163> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PrimaryStructurepli:PrimaryStructure rdf:type owl:Class ;                     rdfs:subClassOf pli:StructureDescriptor ;                     obo:IAO_0000116 "PrimaryStructure refers to the primary structure contained in a substance" ;                     rdfs:comment "A subclass of the StructureDescriptor Class, Primary Structure" ;                     rdfs:label "Primary structure" ;                     rdfs:seeAlso <https://doi.org/10.1351/goldbook.P04843> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PrimaryStructureCrosslinkDensitypli:PrimaryStructureCrosslinkDensity rdf:type owl:Class ;                                     rdfs:subClassOf pli:StructuralPropety ;                                     rdfs:comment "A subclass of the StructuralProperty Class, Primary Structure Crosslink Density" ;                                     rdfs:label "Primary structure crosslink density" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PrimaryStructureTypepli:PrimaryStructureType rdf:type owl:Class ;                         rdfs:subClassOf pli:StructureType ;                         rdfs:comment "A subclass of the StructureType Class, Primary Structure Type" ;                         rdfs:label "Primary structure type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Productpli:Product rdf:type owl:Class ;            rdfs:subClassOf pli:ChemicalReactionRole ;            rdfs:comment "A subclass of the ChemicalReactionRole Class, Product" ;            rdfs:label "Product" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ProductNamepli:ProductName rdf:type owl:Class ;                rdfs:subClassOf pli:TradeDescriptor ;                rdfs:comment "A subclass of the TradeDescriptor Class, Product Name" ;                rdfs:label "Product name" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Propertypli:Property rdf:type owl:Class ;             rdfs:subClassOf obo:BFO_0000020 ,                             [ rdf:type owl:Class ;                               owl:unionOf ( obo:BFO_0000016                                             obo:BFO_0000019                                           )                             ] ;             rdfs:comment "Property refers to the physical and chemical properties dealt in PoLyInfo." ,                          "Property refers to the properties dealt with in PoLyInfo." ;             rdfs:label "Property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PropertyValueTypepli:PropertyValueType rdf:type owl:Class ;                      rdfs:subClassOf pli:TypeDescriptor ;                      rdfs:comment "A subclass of theTypeDescriptor Class, Property Value Type" ;                      rdfs:label "Property value type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Pseudopli:Pseudo rdf:type owl:Class ;           owl:equivalentClass [ rdf:type owl:Class ;                                 owl:oneOf ( pli:Pseudo                                           )                               ] ;           rdfs:subClassOf pli:CrystalState .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PvtRelationpli:PvtRelation rdf:type owl:Class ;                rdfs:subClassOf pli:OtherProperty ;                rdfs:comment "A subclass of the OtherProperty Class, PVT Relation" ;                rdfs:label "PVT relation" ;                rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P9150> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PvtRelationPressurepli:PvtRelationPressure rdf:type owl:Class ;                        rdfs:subClassOf pli:PvtRelation ;                        rdfs:comment "A subclass of the PvtRelation Class, PVT Relation Pressure" ;                        rdfs:label "PVT relation pressure" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PvtRelationSpecificVolumepli:PvtRelationSpecificVolume rdf:type owl:Class ;                              rdfs:subClassOf pli:PvtRelation ;                              rdfs:comment "A subclass of the PvtRelation Class, PVT Relation Specific Volume" ;                              rdfs:label "PVT relation specific volume" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PvtRelationTemperaturepli:PvtRelationTemperature rdf:type owl:Class ;                           rdfs:subClassOf pli:PvtRelation ;                           rdfs:comment "A subclass of the PvtRelation Class, PVT Relation Temperature" ;                           rdfs:label "PVT relation temperature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RGrowthRateOfCrystalSpherulitepli:RGrowthRateOfCrystalSpherulite rdf:type owl:Class ;                                   rdfs:subClassOf pli:CrystallizationKinetics ;                                   rdfs:comment "A subclass of the CrystallizationKinetics Class, R Growth Rate Of Crystal Spherulite" ;                                   rdfs:label "R: Growth rate of crystal/spherulite" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RadiationResistancepli:RadiationResistance rdf:type owl:Class ;                        rdfs:subClassOf pli:OtherProperty ;                        rdfs:comment "A subclass of the OtherProperty Class, Radiation Resistance" ;                        rdfs:label "Radiation resistance" ;                        rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P9120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RadiusOfGyrationpli:RadiusOfGyration rdf:type owl:Class ;                     rdfs:subClassOf pli:DiluteSolutionProperty ;                     rdfs:comment "A subclass of the DiluteSolutionProperty Class, Radius Of Gyration" ;                     rdfs:label "Radius of gyration" ;                     rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RandomCopolymerpli:RandomCopolymer rdf:type owl:Class ;                    rdfs:subClassOf pli:Copolymer ;                    rdfs:comment "A subclass of the Copolymer Class, Random Copolymer" ;                    rdfs:label "Random copolymer" ;                    rdfs:seeAlso <https://doi.org/10.1351/goldbook.R05126> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ratepli:Rate rdf:type owl:Class ;         rdfs:subClassOf pli:Transition ;         rdfs:comment "A subclass of the Transition Class, Rate" ;         rdfs:label "Rate" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RationalFormulapli:RationalFormula rdf:type owl:Class ;                    rdfs:subClassOf pli:MolecularDescriptor ;                    rdfs:comment "A subclass of the MolecularDescriptor Class, Rational Formula" ;                    rdfs:label "Rational formula" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Reactantpli:Reactant rdf:type owl:Class ;             rdfs:subClassOf pli:ChemicalReactionRole ;             rdfs:comment "A subclass of the ChemicalReactionRole Class, Reactant" ;             rdfs:label "Reactant" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RefractiveIndexpli:RefractiveIndex rdf:type owl:Class ;                    rdfs:subClassOf pli:RelationalProperty ;                    rdfs:comment "A subclass of the RelationalProperty Class, Refractive Index" ;                    rdfs:label "Refractive index" ;                    rdfs:seeAlso <https://doi.org/10.1351/goldbook.R05240> ,                                 <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P2110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RelationalPropertypli:RelationalProperty rdf:type owl:Class ;                       rdfs:subClassOf pli:Property ;                       rdfs:comment "A subclass of the Property Class, Relational Property. A class of properties that presupposes the existence of other substances." ;                       rdfs:label "Relational property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RelativeHumiditypli:RelativeHumidity rdf:type owl:Class ;                     rdfs:subClassOf pli:PhysicalDescriptor ;                     rdfs:comment "A subclass of the PhysicalDescriptor Class, Relative Humidity" ;                     rdfs:label "Relative humidity" ;                     rdfs:seeAlso <https://doi.org/10.1351/goldbook.R05267> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RepresentativeNamepli:RepresentativeName rdf:type owl:Class ;                       rdfs:subClassOf pli:NameDescriptor ;                       rdfs:comment "A subclass of the NameDescriptor Class, Representative Name" ;                       rdfs:label "Representative name" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ResistanceStableChemicalSubstancepli:ResistanceStableChemicalSubstance rdf:type owl:Class ;                                      rdfs:subClassOf pli:ContactSubstanceRole ;                                      rdfs:comment "A subclass of the ContactSubstanceRole Class, Resistance Stable Chemical Substance" ;                                      rdfs:label "Resistance stable chemical substance" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ResistanceUnitpli:ResistanceUnit rdf:type owl:Class ;                   rdfs:subClassOf pli:Unit ,                                   obo:UO_0000000 ;                   rdfs:label "resistance unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ResistanceUnstableChemicalSubstancepli:ResistanceUnstableChemicalSubstance rdf:type owl:Class ;                                        rdfs:subClassOf pli:ContactSubstanceRole ;                                        rdfs:comment "A subclass of the ContactSubstanceRole Class, Resistance Unstable Chemical Substance" ;                                        rdfs:label "Resistance unstable chemical substance" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RheologicalPropertypli:RheologicalProperty rdf:type owl:Class ;                        rdfs:subClassOf pli:Property ;                        rdfs:comment "A subclass of the Property Class, Rheological Property" ;                        rdfs:label "Rheological property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolymerizationpli:RingOpeningPolymerization rdf:type owl:Class ;                              rdfs:subClassOf pli:ChainPolymerization ;                              rdfs:comment "A subclass of the ChainPolymerization Class, Ring Opening Polymerization" ;                              rdfs:label "RingOpeningPolymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RockwellHardnesspli:RockwellHardness rdf:type owl:Class ;                     rdfs:subClassOf pli:Hardness ;                     rdfs:comment "A subclass of the Hardness Class, Rockwell Hardness" ;                     rdfs:label "Rockwell hardness" ;                     rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8570> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Rolepli:Role rdf:type owl:Class ;         rdfs:subClassOf obo:BFO_0000023 ,                         [ rdf:type owl:Restriction ;                           owl:onProperty obo:RO_0000081 ;                           owl:someValuesFrom obo:BFO_0000004                         ] ;         rdfs:comment "Role refers to the role that appears in PoLyInfo." ;         rdfs:label "Role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SampleStructuredMaterialpli:SampleStructuredMaterial rdf:type owl:Class ;                             rdfs:subClassOf pli:Material ;                             rdfs:comment "A subclass of the Material Class, Sample Structured Material" ;                             rdfs:label "Sample structured material" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SampleTypepli:SampleType rdf:type owl:Class ;               rdfs:subClassOf pli:TypeDescriptor ;               rdfs:comment "A subclass of the TypeDescriptor Class, Sample Type" ;               rdfs:label "Sample type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SecondVirialCoefficientpli:SecondVirialCoefficient rdf:type owl:Class ;                            rdfs:subClassOf pli:RelationalProperty ;                            rdfs:comment "A subclass of the RelationalProperty Class, Second Virial Coefficient" ;                            rdfs:label "Second virial coefficient" ;                            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6150> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SecondVirialCoefficientUnitpli:SecondVirialCoefficientUnit rdf:type owl:Class ;                                rdfs:subClassOf pli:Unit ,                                                obo:UO_0000000 ;                                rdfs:label "second virial coefficient unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SedimentationCoefficientpli:SedimentationCoefficient rdf:type owl:Class ;                             rdfs:subClassOf pli:RelationalProperty ;                             rdfs:comment "A subclass of the RelationalProperty Class, Sedimentation Coefficient" ;                             rdfs:label "Sedimentation coefficient" ;                             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SequentialPolymerizationpli:SequentialPolymerization rdf:type owl:Class ;                             rdfs:subClassOf pli:Polymerization ;                             rdfs:comment "A subclass of the Polymerization Class, Sequential Polymerization" ;                             rdfs:label "SequentialPolymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Shapepli:Shape rdf:type owl:Class ;          rdfs:subClassOf pli:GeometricDescriptor ;          rdfs:comment "A subclass of the GeometricDescriptor Class, Shape" ;          rdfs:label "Shape" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShapeAndConstructionalFeaturepli:ShapeAndConstructionalFeature rdf:type owl:Class ;                                  rdfs:subClassOf pli:Shape ;                                  rdfs:comment "A subclass of the Shape Class, Shape And Constructional Feature" ;                                  rdfs:label "Shape and constructional feature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearLossModuluspli:ShearLossModulus rdf:type owl:Class ;                     rdfs:subClassOf pli:ShearProperty ;                     rdfs:comment "A subclass of the ShearProperty Class, Shear Loss Modulus" ;                     rdfs:label "Shear loss modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearLossTangentpli:ShearLossTangent rdf:type owl:Class ;                     rdfs:subClassOf pli:ShearProperty ;                     rdfs:comment "A subclass of the ShearProperty Class, Shear Loss Tangent" ;                     rdfs:label "Shear loss tangent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearModuluspli:ShearModulus rdf:type owl:Class ;                 rdfs:subClassOf pli:ShearProperty ;                 rdfs:comment "A subclass of the ShearProperty Class, Shear Modulus" ;                 rdfs:label "Shear modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearPropertypli:ShearProperty rdf:type owl:Class ;                  rdfs:subClassOf pli:Property ;                  rdfs:comment "A subclass of the Property Class, Shear Property" ;                  rdfs:label "Shear property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearStorageModuluspli:ShearStorageModulus rdf:type owl:Class ;                        rdfs:subClassOf pli:ShearProperty ;                        rdfs:comment "A subclass of the ShearProperty Class, Shear Storage Modulus" ;                        rdfs:label "Shear storage modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearStressStrengthAtBreakpli:ShearStressStrengthAtBreak rdf:type owl:Class ;                               rdfs:subClassOf pli:ShearProperty ;                               rdfs:comment "A subclass of the ShearProperty Class, Shear Stress Strength At Break" ;                               rdfs:label "Shear stress (strength) at break" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShearStressStrengthAtYieldpli:ShearStressStrengthAtYield rdf:type owl:Class ;                               rdfs:subClassOf pli:ShearProperty ;                               rdfs:comment "A subclass of the ShearProperty Class, Shear Stress Strength At Yield" ;                               rdfs:label "Shear stress (strength) at yield" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ShoreHardnesspli:ShoreHardness rdf:type owl:Class ;                  rdfs:subClassOf pli:Hardness ;                  rdfs:comment "A subclass of the Hardness Class, Shore Hardness" ;                  rdfs:label "Shore hardness" ;                  rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8580> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Smilespli:Smiles rdf:type owl:Class ;           rdfs:subClassOf pli:MolecularDescriptor ;           rdfs:comment "A subclass of the MolecularDescriptor Class, SMILES" ;           rdfs:label "SMILES" ;           rdfs:seeAlso <https://doi.org/10.1351/goldbook.ST06980> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SofteningTemperaturepli:SofteningTemperature rdf:type owl:Class ;                         rdfs:subClassOf pli:HeatCharacteristic ;                         rdfs:comment "A subclass of the HeatCharacteristic Class, Softening Temperature" ;                         rdfs:label "Softening temperature" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8510> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolidStatepli:SolidState rdf:type owl:Class ;               rdfs:subClassOf pli:PhysicalState ;               rdfs:comment "A subclass of the PhysicalState Class, Solid State" ;               rdfs:label "Solid state" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolidStateTypepli:SolidStateType rdf:type owl:Class ;                   rdfs:subClassOf pli:PhysicalStateType ;                   rdfs:comment "A subclass of the PhysicalStateType Class, Solid State Type" ;                   rdfs:label "Solid state type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolubilityParameterpli:SolubilityParameter rdf:type owl:Class ;                        rdfs:subClassOf pli:PhysicochemicalProperty ;                        rdfs:comment "A subclass of the PhysicochemicalProperty Class, Solubility Parameter" ;                        rdfs:label "Solubility parameter" ;                        rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolubilityParameterUnitpli:SolubilityParameterUnit rdf:type owl:Class ;                            rdfs:subClassOf pli:Unit ,                                            obo:UO_0000000 ;                            rdfs:label "solubility parameter unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolutionComponentRolepli:SolutionComponentRole rdf:type owl:Class ;                          rdfs:subClassOf pli:Role ;                          rdfs:comment "A subclass of the Role Class, Solution Component Role" ;                          rdfs:label "Solution component role" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolutionViscositypli:SolutionViscosity rdf:type owl:Class ;                      rdfs:subClassOf pli:RheologicalProperty ;                      rdfs:comment "A subclass of the RheologicalProperty Class, Solution Viscosity" ;                      rdfs:label "Solution viscosity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolutionViscosityMeasurementMethodpli:SolutionViscosityMeasurementMethod rdf:type owl:Class ;                                       rdfs:subClassOf pli:MeasurementMethod ;                                       rdfs:comment "A subclass of the MeasurementMethod Class, Solution Viscosity Measurement Method" ;                                       rdfs:label "Solution viscosity measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolutionViscosityTypepli:SolutionViscosityType rdf:type owl:Class ;                          rdfs:subClassOf pli:PropertyValueType ;                          rdfs:comment "A subclass of the PropertyValueType Class, Solution Viscosity Type" ;                          rdfs:label "Solution viscosity type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Solventpli:Solvent rdf:type owl:Class ;            rdfs:subClassOf pli:SolutionComponentRole ;            rdfs:comment "A subclass of the SolutionComponentRole Class, Solvent" ;            rdfs:label "Solvent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SourceBasedNamepli:SourceBasedName rdf:type owl:Class ;                    rdfs:subClassOf pli:IupacName ;                    rdfs:comment "A subclass of the IupacName Class, Source Based Name" ;                    rdfs:label "Source-based name" ;                    rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/term_polymer.html#chap05> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpaceGrouppli:SpaceGroup rdf:type owl:Class ;               rdfs:subClassOf pli:CrystalState ;               rdfs:comment "A subclass of the CrystalState Class, Space Group" ;               rdfs:label "Space group" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificEnergyUnitpli:SpecificEnergyUnit rdf:type owl:Class ;                       rdfs:subClassOf pli:Unit ,                                       obo:UO_0000111 ;                       rdfs:label "specific energy unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificHeatCapacitypli:SpecificHeatCapacity rdf:type owl:Class ;                         rdfs:subClassOf pli:ThermalProperty ;                         rdfs:comment "A subclass of the ThermalProperty Class, Specific Heat Capacity" ;                         rdfs:label "Specific heat capacity" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3210> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificHeatCapacityCppli:SpecificHeatCapacityCp rdf:type owl:Class ;                           rdfs:subClassOf pli:SpecificHeatCapacity ;                           rdfs:comment "A subclass of the SpecificHeatCapacity Class, Specific Heat Capacity Cp" ;                           rdfs:label "Specific heat capacity (Cp)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificHeatCapacityCvpli:SpecificHeatCapacityCv rdf:type owl:Class ;                           rdfs:subClassOf pli:SpecificHeatCapacity ;                           rdfs:comment "A subclass of the SpecificHeatCapacity Class, Specific Heat Capacity Cv" ;                           rdfs:label "Specific heat capacity (Cv)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificHeatCapacityUnitpli:SpecificHeatCapacityUnit rdf:type owl:Class ;                             rdfs:subClassOf pli:HeatCapacityUnit ;                             rdfs:label "specific heat capacity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificRotatoryPowerpli:SpecificRotatoryPower rdf:type owl:Class ;                          rdfs:subClassOf pli:OpticalProperty ;                          rdfs:comment "A subclass of the OpticalProperty Class, Specific Rotatory Power" ;                          rdfs:label "Specific rotatory power" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificRotatoryPowerMeasurementMethodpli:SpecificRotatoryPowerMeasurementMethod rdf:type owl:Class ;                                           rdfs:subClassOf pli:MeasurementMethod ;                                           rdfs:comment "A subclass of the MeasurementMethod Class, Specific Rotatory Power Measurement Method" ;                                           rdfs:label "Specific rotatory power measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificRotatoryPowerMeasurementStandardpli:SpecificRotatoryPowerMeasurementStandard rdf:type owl:Class ;                                             rdfs:subClassOf pli:MeasurementStandard ;                                             rdfs:comment "A subclass of the MeasurementStandard Class, Specific Rotatory Power Measurement Standard" ;                                             rdfs:label "Specific rotatory power measurement standard" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificRotatoryPowerStandardpli:SpecificRotatoryPowerStandard rdf:type owl:Class ;                                  rdfs:subClassOf pli:MeasurementStandard ;                                  rdfs:comment "A subclass of the MeasurementStandard Class, Specific Rotatory Power Standard" ;                                  rdfs:label "Specific rotatory power standard" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificStrengthUnitpli:SpecificStrengthUnit rdf:type owl:Class ;                         rdfs:subClassOf pli:Unit ,                                         obo:UO_0000109 ;                         rdfs:label "specific strength unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificVolumepli:SpecificVolume rdf:type owl:Class ;                   rdfs:subClassOf pli:PhysicalProperty ;                   rdfs:comment "A subclass of the PhysicalProperty Class, Specific Volume" ;                   rdfs:label "Specific volume" ;                   rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P1110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareCentimeterPerSecondpli:SquareCentimeterPerSecond rdf:type owl:Class ;                              owl:equivalentClass [ rdf:type owl:Class ;                                                    owl:oneOf ( pli:SquareCentimeterPerSecond                                                              )                                                  ] ;                              rdfs:subClassOf pli:MassDiffusivityUnit ,                                              pli:SquareCentimeterPerSecondBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareCentimeterPerSecondBasedUnitpli:SquareCentimeterPerSecondBasedUnit rdf:type owl:Class ;                                       rdfs:subClassOf pli:MassDiffusivityUnit ;                                       rdfs:label "square centimeter per second based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerNewtonpli:SquareMeterPerNewton rdf:type owl:Class ;                         owl:equivalentClass [ rdf:type owl:Class ;                                               owl:oneOf ( pli:SquareMeterPerNewton                                                         )                                             ] ;                         rdfs:subClassOf pli:ElasticComplianceUnit ,                                         pli:SquareMeterPerNewtonBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerNewtonBasedUnitpli:SquareMeterPerNewtonBasedUnit rdf:type owl:Class ;                                  rdfs:subClassOf pli:ElasticComplianceUnit ;                                  rdfs:label "square meter per newton based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerSecondpli:SquareMeterPerSecond rdf:type owl:Class ;                         owl:equivalentClass [ rdf:type owl:Class ;                                               owl:oneOf ( pli:SquareMeterPerSecond                                                         )                                             ] ;                         rdfs:subClassOf pli:MassDiffusivityUnit ,                                         pli:SquareMeterPerSecondBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerSecondBasedUnitpli:SquareMeterPerSecondBasedUnit rdf:type owl:Class ;                                  rdfs:subClassOf pli:MassDiffusivityUnit ;                                  rdfs:label "square meter per second based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMillimeterPerSecondpli:SquareMillimeterPerSecond rdf:type owl:Class ;                              owl:equivalentClass [ rdf:type owl:Class ;                                                    owl:oneOf ( pli:SquareMillimeterPerSecond                                                              )                                                  ] ;                              rdfs:subClassOf pli:MassDiffusivityUnit ,                                              pli:SquareMillimeterPerSecondBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMillimeterPerSecondBasedUnitpli:SquareMillimeterPerSecondBasedUnit rdf:type owl:Class ;                                       rdfs:subClassOf pli:MassDiffusivityUnit ;                                       rdfs:label "square millimeter per second based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareRootOfJoulePerCubicCentimeterpli:SquareRootOfJoulePerCubicCentimeter rdf:type owl:Class ;                                        owl:equivalentClass [ rdf:type owl:Class ;                                                              owl:oneOf ( pli:SquareRootOfJoulePerCubicCentimeter                                                                        )                                                            ] ;                                        rdfs:subClassOf pli:SolubilityParameterUnit ,                                                        pli:SquareRootOfJoulePerCubicCentimeterBasedUnit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareRootOfJoulePerCubicCentimeterBasedUnitpli:SquareRootOfJoulePerCubicCentimeterBasedUnit rdf:type owl:Class ;                                                 rdfs:subClassOf pli:SolubilityParameterUnit ;                                                 oboInOwl:hasExactSynonym "(J/cm3)1/2" ,                                                                          "(J/cm^[3])^[1/2]" ;                                                 rdfs:label "square root of joule per cubic centimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StateChangeDescriptorpli:StateChangeDescriptor rdf:type owl:Class ;                          rdfs:subClassOf pli:Descriptor ;                          rdfs:comment "A subclass of the Descriptor Class, State Change Descriptor" ;                          rdfs:label "State change descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StatisticalCopolymerpli:StatisticalCopolymer rdf:type owl:Class ;                         rdfs:subClassOf pli:Copolymer ;                         rdfs:comment "A subclass of the Copolymer Class, Statistical Copolymer" ;                         rdfs:label "Statistical copolymer" ;                         rdfs:seeAlso <https://doi.org/10.1351/goldbook.S05955> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Stereoregularitypli:Stereoregularity rdf:type owl:Class ;                     rdfs:subClassOf pli:PrimaryStructure ;                     rdfs:comment "A subclass of the PrimaryStructure Class, Stereoregularity" ;                     rdfs:label "Stereoregularity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StereoregularityMeasurementMethodpli:StereoregularityMeasurementMethod rdf:type owl:Class ;                                      rdfs:subClassOf pli:MeasurementMethod ;                                      rdfs:comment "A subclass of the MeasurementMethod Class, Stereoregularity Measurement Method" ;                                      rdfs:label "Stereoregularity measurement method" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StereoregularityTypepli:StereoregularityType rdf:type owl:Class ;                         rdfs:subClassOf pli:PrimaryStructureType ;                         rdfs:comment "A subclass of the PrimaryStructureType Class, Stereoregularity Type" ;                         rdfs:label "Stereoregularity type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StokesBasedUnitpli:StokesBasedUnit rdf:type owl:Class ;                    rdfs:subClassOf pli:KinematicViscosityUnit ;                    rdfs:label "stokes based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StressOpticalCoefficientpli:StressOpticalCoefficient rdf:type owl:Class ;                             rdfs:subClassOf pli:OpticalProperty ;                             rdfs:comment "A subclass of the OpticalProperty Class, Stress Optical Coefficient" ;                             rdfs:label "Stress-optical coefficient" ;                             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P2120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StructuralPropetypli:StructuralPropety rdf:type owl:Class ;                      rdfs:subClassOf pli:Property ;                      rdfs:comment "A subclass of the Property Class, Structural Property" ;                      rdfs:label "Structural property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StructureBasedNamepli:StructureBasedName rdf:type owl:Class ;                       rdfs:subClassOf pli:IupacName ;                       rdfs:comment "A subclass of the IupacName Class, Structure Based Name" ;                       rdfs:label "Structure-based name" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/term_polymer.html#chap05> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StructureDescriptorpli:StructureDescriptor rdf:type owl:Class ;                        rdfs:subClassOf pli:Descriptor ;                        rdfs:comment "A subclass of the Descriptor Class, Structure Descriptor" ;                        rdfs:label "Structure descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StructureTypepli:StructureType rdf:type owl:Class ;                  rdfs:subClassOf pli:TypeDescriptor ;                  rdfs:comment "A subclass of the TypeDescriptor Class, Sructure Type" ;                  rdfs:label "Structure type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SurfaceResistivitypli:SurfaceResistivity rdf:type owl:Class ;                       rdfs:subClassOf pli:ElectricResistivity ;                       rdfs:comment "A subclass of the ElectricResistivity Class, Surface Resistivity" ;                       rdfs:label "Surface resistivity" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SurfaceResistivityUnitpli:SurfaceResistivityUnit rdf:type owl:Class ;                           rdfs:subClassOf pli:ResistanceUnit ;                           rdfs:label "surface resistivity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SurfaceTensionpli:SurfaceTension rdf:type owl:Class ;                   rdfs:subClassOf pli:PhysicochemicalProperty ;                   rdfs:comment "A subclass of the PhysicochemicalProperty Class, Surface Tension" ;                   rdfs:label "Surface tension" ;                   rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5150> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Temperaturepli:Temperature rdf:type owl:Class ;                rdfs:subClassOf pli:PhysicalDescriptor ;                rdfs:comment "A subclass of the PhysicalDescriptor Class, Temperature" ;                rdfs:label "Temperature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Tensilepli:Tensile rdf:type owl:Class ;            rdfs:subClassOf pli:DynamicTensileProperty ;            rdfs:comment "A subclass of the Dynam icTensileProperty Class, Tensile" ;            rdfs:label "Tensile" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepCompliancepli:TensileCreepCompliance rdf:type owl:Class ;                           rdfs:subClassOf pli:TensileCreepProperty ;                           rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Compliance" ;                           rdfs:label "Tensile creep compliance" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepModuluspli:TensileCreepModulus rdf:type owl:Class ;                        rdfs:subClassOf pli:TensileCreepProperty ;                        rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Modulus" ;                        rdfs:label "Tensile creep modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepPropertypli:TensileCreepProperty rdf:type owl:Class ;                         rdfs:subClassOf pli:CreepProperty ;                         rdfs:comment "A subclass of the CreepProperty Class, Tensile Creep Property" ;                         rdfs:label "Tensile creep property" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8210> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepRecoverypli:TensileCreepRecovery rdf:type owl:Class ;                         rdfs:subClassOf pli:TensileCreepProperty ;                         rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Recovery" ;                         rdfs:label "Tensile creep recovery" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepRuptureStrengthpli:TensileCreepRuptureStrength rdf:type owl:Class ;                                rdfs:subClassOf pli:TensileCreepProperty ;                                rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Rupture Strength" ;                                rdfs:label "Tensile creep rupture strength" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepRuptureTimepli:TensileCreepRuptureTime rdf:type owl:Class ;                            rdfs:subClassOf pli:TensileCreepProperty ;                            rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Rupture Time" ;                            rdfs:label "Tensile creep rupture time" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileCreepStrainpli:TensileCreepStrain rdf:type owl:Class ;                       rdfs:subClassOf pli:TensileCreepProperty ;                       rdfs:comment "A subclass of the TensileCreepProperty Class, Tensile Creep Strain" ;                       rdfs:label "Tensile creep strain" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileLossModuluspli:TensileLossModulus rdf:type owl:Class ;                       rdfs:subClassOf pli:TensileProperty ;                       rdfs:comment "A subclass of the TensileProperty Class, Tensile Loss Modulus" ;                       rdfs:label "Tensile loss modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileLossTangentpli:TensileLossTangent rdf:type owl:Class ;                       rdfs:subClassOf pli:TensileProperty ;                       rdfs:comment "A subclass of the TensileProperty Class, Tensile Loss Tangent" ;                       rdfs:label "Tensile loss tangent" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileModuluspli:TensileModulus rdf:type owl:Class ;                   rdfs:subClassOf pli:Tensile ;                   rdfs:comment "A subclass of the Tensile Class, Tensile Modulus" ;                   rdfs:label "Tensile modulus" ;                   rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensilePropertypli:TensileProperty rdf:type owl:Class ;                    rdfs:subClassOf pli:Property ;                    rdfs:comment "A subclass of the Property Class, Tensile Property" ;                    rdfs:label "Tensile property" ;                    rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileStorageModuluspli:TensileStorageModulus rdf:type owl:Class ;                          rdfs:subClassOf pli:TensileProperty ;                          rdfs:comment "A subclass of the TensileProperty Class, Tensile Storage Modulus" ;                          rdfs:label "Tensile storage modulus" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileStressStrengthAtBreakpli:TensileStressStrengthAtBreak rdf:type owl:Class ;                                 rdfs:subClassOf pli:Tensile ;                                 rdfs:comment "A subclass of the Tensile Class, Tensile Stress Strength At Break" ;                                 rdfs:label "Tensile stress (strength) at break" ;                                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TensileStressStrengthAtYieldpli:TensileStressStrengthAtYield rdf:type owl:Class ;                                 rdfs:subClassOf pli:Tensile ;                                 rdfs:comment "A subclass of the Tensile Class, Tensile Stress Strength At Yield" ;                                 rdfs:label "Tensile stress (strength) at yield" ;                                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8110> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Terminatorpli:Terminator rdf:type owl:Class ;               rdfs:subClassOf pli:PolymerizationRole ;               rdfs:comment "A subclass of the PolymerizationRole Class, Terminator" ;               rdfs:label "Terminator" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Tetragonalpli:Tetragonal rdf:type owl:Class ;               owl:equivalentClass [ rdf:type owl:Class ;                                     owl:oneOf ( pli:Tetragonal                                               )                                   ] ;               rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalConductivitypli:ThermalConductivity rdf:type owl:Class ;                        rdfs:subClassOf pli:HeatConduction ;                        rdfs:comment "A subclass of the HeatConduction Class, Thermal Conductivity" ;                        rdfs:label "Thermal conductivity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalDecompositionpli:ThermalDecomposition rdf:type owl:Class ;                         rdfs:subClassOf pli:ThermalProperty ;                         rdfs:comment "A subclass of the ThermalProperty Class, Thermal Decomposition" ;                         rdfs:label "Thermal decomposition" ;                         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3170> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalDecompositionTemperaturepli:ThermalDecompositionTemperature rdf:type owl:Class ;                                    rdfs:subClassOf pli:ThermalDecomposition ,                                                    [ rdf:type owl:Restriction ;                                                      owl:onProperty obo:BFO_0000051 ;                                                      owl:someValuesFrom pli:ThermalDecompositionTemperatureTemperature                                                    ] ,                                                    [ rdf:type owl:Restriction ;                                                      owl:onProperty obo:BFO_0000051 ;                                                      owl:someValuesFrom pli:ThermalDecompositionTemperatureWeightLoss                                                    ] ;                                    rdfs:comment "A subclass of the ThermalDecomposition Class, Thermal Decomposition Temperature" ;                                    rdfs:label "Thermal decomposition temperature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalDecompositionTemperatureTemperaturepli:ThermalDecompositionTemperatureTemperature rdf:type owl:Class ;                                               rdfs:subClassOf pli:PhysicalProperty ;                                               rdfs:comment "A subclass of the PhysicalProperty Class, Thermal Decomposition Temperature (Temperature)" ;                                               rdfs:label "Thermal decomposition temperature (Temperature)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalDecompositionTemperatureWeightLosspli:ThermalDecompositionTemperatureWeightLoss rdf:type owl:Class ;                                              rdfs:subClassOf pli:PhysicalProperty ;                                              rdfs:comment "A subclass of the PhysicalProperty Class, Thermal Decomposition Temperature (Weight Loss)" ;                                              rdfs:label "Thermal decomposition temperature (Weight loss)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalDiffusivitypli:ThermalDiffusivity rdf:type owl:Class ;                       rdfs:subClassOf pli:HeatConduction ;                       rdfs:comment "A subclass of the HeatConduction Class, Thermal Diffusivity" ;                       rdfs:label "Thermal diffusivity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalExpansionpli:ThermalExpansion rdf:type owl:Class ;                     rdfs:subClassOf pli:ThermalProperty ;                     rdfs:comment "A subclass of the ThermalProperty Class, Thermal Expansion" ;                     rdfs:label "Thermal expansion" ;                     rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalExpansionUnitpli:ThermalExpansionUnit rdf:type owl:Class ;                         rdfs:subClassOf pli:Unit ,                                         obo:UO_0000000 ;                         rdfs:label "thermal expansion unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermalPropertypli:ThermalProperty rdf:type owl:Class ;                    rdfs:subClassOf pli:Property ;                    rdfs:comment "A subclass of the Property Class, Thermal Property" ;                    rdfs:label "Thermal property" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThetaSolventThetaTemperaturepli:ThetaSolventThetaTemperature rdf:type owl:Class ;                                 rdfs:subClassOf pli:RelationalProperty ;                                 rdfs:comment "A subclass of the RelationalProperty Class, Theta Solvent Theta Temperature" ;                                 rdfs:label "Theta-solvent/Theta-temperature" ;                                 rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P6160> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Timepli:Time rdf:type owl:Class ;         rdfs:subClassOf pli:PhysicalDescriptor ;         rdfs:comment "A subclass of the PhysicalDescriptor Class, Time" ;         rdfs:label "Time" ;         rdfs:seeAlso pli:GasPermeabilityAndDiffusion ,                      pli:WaterAbsorption ,                      pli:WaterVaporTransmission .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TradeDescriptorpli:TradeDescriptor rdf:type owl:Class ;                    rdfs:subClassOf pli:Descriptor ;                    rdfs:comment "A subclass of the Descriptor Class, Trade Descriptor" ;                    rdfs:label "Trade descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TradeGradepli:TradeGrade rdf:type owl:Class ;               rdfs:subClassOf pli:TradeDescriptor ;               rdfs:comment "A subclass of the TradeDescriptor Class, Trade Grade" ;               rdfs:label "Trade grade" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Transitionpli:Transition rdf:type owl:Class ;               rdfs:subClassOf pli:StateChangeDescriptor ;               rdfs:comment "A subclass of the StateChangeDescriptor Class, Transition" ;               rdfs:label "Transition" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Triclinicpli:Triclinic rdf:type owl:Class ;              owl:equivalentClass [ rdf:type owl:Class ;                                    owl:oneOf ( pli:Triclinic                                              )                                  ] ;              rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TrigonalRhombohedralpli:TrigonalRhombohedral rdf:type owl:Class ;                         owl:equivalentClass [ rdf:type owl:Class ;                                               owl:oneOf ( pli:TrigonalRhombohedral                                                         )                                             ] ;                         rdfs:subClassOf pli:CrystalSystem .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TypeDescriptorpli:TypeDescriptor rdf:type owl:Class ;                   rdfs:subClassOf pli:Descriptor ;                   rdfs:comment "A subclass of the Descriptor Class,Type Descriptor" ;                   rdfs:label "Type descriptor" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#UlFlammabilityCodeRatingpli:UlFlammabilityCodeRating rdf:type owl:Class ;                             rdfs:subClassOf pli:HeatResistanceAndCombustion ;                             rdfs:comment "A subclass of the HeatResistanceAndCombustion Class, Ul Flammability Code Rating" ;                             rdfs:label "UL Flammability code rating" ;                             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8610> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#UlFlammabilityCodeRatingTypepli:UlFlammabilityCodeRatingType rdf:type owl:Class ;                                 rdfs:subClassOf pli:PropertyValueType ;                                 rdfs:comment "A subclass of the PropertyValueType Class, Ul Flammability Code Rating Type" ;                                 rdfs:label "UL flammability code rating type" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#UlTemperatureIndexpli:UlTemperatureIndex rdf:type owl:Class ;                       rdfs:subClassOf pli:HeatResistanceAndCombustion ,                                       [ rdf:type owl:Restriction ;                                         owl:onProperty obo:BFO_0000051 ;                                         owl:someValuesFrom pli:UlTemperatureIndexTemperature                                       ] ,                                       [ rdf:type owl:Restriction ;                                         owl:onProperty obo:BFO_0000051 ;                                         owl:someValuesFrom pli:UlTemperatureIndexTime                                       ] ;                       rdfs:comment "A subclass of the HeatResistanceAndCombustion Class, Ul Temperature Index" ;                       rdfs:label "UL temperature index" ;                       rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8620> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#UlTemperatureIndexTemperaturepli:UlTemperatureIndexTemperature rdf:type owl:Class ;                                  rdfs:subClassOf pli:PhysicalProperty ;                                  rdfs:comment "A subclass of the PhysicalProperty Class, Ul Temperature Index Temperature" ;                                  rdfs:label "UL temperature index temperature" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#UlTemperatureIndexTimepli:UlTemperatureIndexTime rdf:type owl:Class ;                           rdfs:subClassOf pli:PhysicalProperty ;                           rdfs:comment "A subclass of the PhysicalProperty Class, Ul Temperature Index Time" ;                           rdfs:label "UL temperature index time" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Uniformizationpli:Uniformization rdf:type owl:Class ;                   rdfs:subClassOf pli:MaterialProcessing ;                   rdfs:comment "A subclass of the MaterialProcessing Class, Uniformization" ;                   rdfs:label "Uniformization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Unitpli:Unit rdf:type owl:Class ;         rdfs:subClassOf obo:IAO_0000003 ,                         obo:UO_0000000 ;         rdfs:comment "Unit refers to the units used in PoLyInfo." ;         rdfs:label "Unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#VicatSofteningTemperaturepli:VicatSofteningTemperature rdf:type owl:Class ;                              rdfs:subClassOf pli:HeatCharacteristic ;                              rdfs:comment "A subclass of the HeatCharacteristic Class, Vicat Softening Temperature" ;                              rdfs:label "Vicat softening temperature" ;                              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P8520> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ViscosityAverageMolecularWeightpli:ViscosityAverageMolecularWeight rdf:type owl:Class ;                                    rdfs:subClassOf pli:AverageMolecularWeight ;                                    rdfs:comment "A subclass of the AverageMolecularWeight Class, Viscosity Average Molecular Weight (Mv)" ;                                    rdfs:label "Viscosity-average molecular weight" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#VoltPerMillimeterBasedUnitpli:VoltPerMillimeterBasedUnit rdf:type owl:Class ;                               rdfs:subClassOf pli:Unit ,                                               obo:UO_0000267 ;                               rdfs:label "volt per millimeter based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Voltagepli:Voltage rdf:type owl:Class ;            rdfs:subClassOf pli:PhysicalDescriptor ;            rdfs:comment "A subclass of the PhysicalDescriptor Class, Voltage" ;            rdfs:label "Voltage" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#VolumeExpansionCoefficientpli:VolumeExpansionCoefficient rdf:type owl:Class ;                               rdfs:subClassOf pli:ThermalExpansion ;                               rdfs:comment "A subclass of the ThermalExpansion Class, Volume Expansion Coefficient" ;                               rdfs:label "Volume expansion coefficient" ;                               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P3180> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#VolumeResistivitypli:VolumeResistivity rdf:type owl:Class ;                      rdfs:subClassOf pli:ElectricResistivity ;                      rdfs:comment "A subclass of the ElectricResistivity Class, Volume Resistivity" ;                      rdfs:label "Volume resistivity" ;                      rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P4130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#VolumeResistivityUnitpli:VolumeResistivityUnit rdf:type owl:Class ;                          rdfs:subClassOf pli:ResistanceUnit ;                          rdfs:label "volume resistivity unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WaterAbsorptionpli:WaterAbsorption rdf:type owl:Class ;                    rdfs:subClassOf pli:PhysicochemicalProperty ;                    rdfs:comment "A subclass of the PhysicochemicalProperty Class, Water Absorption" ;                    rdfs:label "Water absorption" ;                    rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5120> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WaterVaporTransmissionpli:WaterVaporTransmission rdf:type owl:Class ;                           rdfs:subClassOf pli:PhysicochemicalProperty ;                           rdfs:comment "A subclass of the PhysicochemicalProperty Class, Water Vapor Transmission" ;                           rdfs:label "Water vapor transmission" ;                           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/property.html#P5130> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WaterVaporTransmissionUnitpli:WaterVaporTransmissionUnit rdf:type owl:Class ;                               rdfs:subClassOf pli:Unit ,                                               obo:UO_0000000 ;                               rdfs:label "water vapor transmission unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WattPerCentimeterKelvinBasedUnitpli:WattPerCentimeterKelvinBasedUnit rdf:type owl:Class ;                                     rdfs:subClassOf pli:Unit ,                                                     obo:UO_0000263 ;                                     rdfs:label "watt per centimeter kelvin based unit" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Wavelengthpli:Wavelength rdf:type owl:Class ;               rdfs:subClassOf pli:PhysicalDescriptor ;               rdfs:comment "A subclass of the PhysicalDescriptor Class, Wavelength" ;               rdfs:label "Wavelength" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WeightAverageMolecularWeightpli:WeightAverageMolecularWeight rdf:type owl:Class ;                                 rdfs:subClassOf pli:AverageMolecularWeight ;                                 rdfs:comment "A subclass of the AverageMolecularWeight Class, Weight-Average Molecular Weight (Mw)" ;                                 rdfs:label "Weight-average molecular weight" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ZAverageMolecularWeightpli:ZAverageMolecularWeight rdf:type owl:Class ;                            rdfs:subClassOf pli:AverageMolecularWeight ;                            rdfs:comment "A subclass of the AverageMolecularWeight Class, Z-Average Molecular Weight (Mz)" ;                            rdfs:label "Z-average molecular weight" .###  http://purl.obolibrary.org/obo/BFO_0000015obo:BFO_0000015 rdf:type owl:Class .###  http://purl.obolibrary.org/obo/BFO_0000023obo:BFO_0000023 rdf:type owl:Class .###  http://purl.obolibrary.org/obo/BFO_0000040obo:BFO_0000040 rdf:type owl:Class .###  http://purl.obolibrary.org/obo/IAO_0000027obo:IAO_0000027 rdf:type owl:Class .###  http://purl.org/ontology/bibo/Article<http://purl.org/ontology/bibo/Article> rdf:type owl:Class .###  http://www.w3.org/1999/02/22-rdf-syntax-ns#Seqrdf:Seq rdf:type owl:Class .##################################################################    Individuals####################################################################  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdditionPolymerizationPolymerReactionpli:AdditionPolymerizationPolymerReaction rdf:type owl:NamedIndividual ,                                                   pli:PolymerizationReactionType ;                                          dcterms:identifier "PZC0002" ;                                          rdfs:comment "A type of the PolymerizationReactionType Class, Addition Polymerization Polymer Reaction" ;                                          rdfs:label "Addition polymerization/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdditionPolymerizationSystempli:AdditionPolymerizationSystem rdf:type owl:NamedIndividual ,                                          pli:PolymerizationReactionType ;                                 dcterms:identifier "PZC0001" ;                                 rdfs:comment "A type of the PolymerizationReactionType Class, Addition Polymerization System" ;                                 rdfs:label "Addition polymerization system" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Amorphouspli:Amorphous rdf:type owl:NamedIndividual ,                       pli:CrystallinityType ;              rdfs:comment "A type of the CrystallinityType Class, Amorphous" ;              rdfs:label "Amorphous" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AmorphousStatepli:AmorphousState rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Atmospherepli:Atmosphere rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Barpli:Bar rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Branchedpli:Branched rdf:type owl:NamedIndividual ,                      pli:ShapeAndConstructionalFeature ;             rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Branched" ;             rdfs:label "Branched" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BranchingPartpli:BranchingPart rdf:type owl:NamedIndividual ,                           pli:EndGroupPartType ;                  rdfs:comment "A type of the EndGroupPartType Class, Branching Part" ;                  rdfs:label "Branching part" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#BulkPolymerizationpli:BulkPolymerization rdf:type owl:NamedIndividual ,                                pli:PolymerizationPhaseType ;                       rdfs:comment "A type of the PolymerizationPhaseType Class, Bulk Polymerization" ;                       rdfs:label "Bulk polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCentimeterSecondDegreeCelsiuspli:CaloriePerCentimeterSecondDegreeCelsius rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterpli:CaloriePerCubicCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterDegreeCelsiuspli:CaloriePerCubicCentimeterDegreeCelsius rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGrampli:CaloriePerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGramDegreeCelsiuspli:CaloriePerGramDegreeCelsius rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Catenanepli:Catenane rdf:type owl:NamedIndividual ,                      pli:ShapeAndConstructionalFeature ;             rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Catenane" ;             rdfs:label "Catenane" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiNewtonPerDecitexpli:CentiNewtonPerDecitex rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiNewtonPerTexpli:CentiNewtonPerTex rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Centistokespli:Centistokes rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentralPartOfStarPolymerpli:CentralPartOfStarPolymer rdf:type owl:NamedIndividual ,                                      pli:EndGroupPartType ;                             rdfs:comment "A type of the EndGroupPartType Class, Central Part Of Star Polymer" ;                             rdfs:label "Central part of star polymer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ChelatePolymerpli:ChelatePolymer rdf:type owl:NamedIndividual ,                            pli:SampleType ;                   rdfs:comment "A type of the SampleType Class, Chelate Polymer" ;                   rdfs:label "Chelate polymer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Clusterpli:Cluster rdf:type owl:NamedIndividual ,                     pli:ShapeAndConstructionalFeature ;            rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Cluster" ;            rdfs:label "Cluster" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Combpli:Comb rdf:type owl:NamedIndividual ,                  pli:ShapeAndConstructionalFeature ;         rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Comb" ;         rdfs:label "Comb" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Complexpli:Complex rdf:type owl:NamedIndividual ,                     pli:ShapeAndConstructionalFeature ;            rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Complex" ;            rdfs:label "Complex" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Compositepli:Composite rdf:type owl:NamedIndividual ,                       pli:SampleType ;              rdfs:comment "A type of the SampleType Class, Composite" ;              rdfs:label "Composite" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Compoundpli:Compound rdf:type owl:NamedIndividual ,                      pli:SampleType ;             rdfs:comment "A type of the SampleType Class, Compound" ;             rdfs:label "Compound" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Copolymerspli:Copolymers rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Copolymers" ;               rdfs:label "Copolymers" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Crosslinkedpli:Crosslinked rdf:type owl:NamedIndividual ,                         pli:ShapeAndConstructionalFeature ;                rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Crosslinked" ;                rdfs:label "Crosslinked" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Crystalpli:Crystal rdf:type owl:NamedIndividual ,                     pli:CrystallinityType ;            rdfs:comment "A type of the CrystallinityType Class, Crystal" ;            rdfs:label "Crystal" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CrystalStatepli:CrystalState rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Cubicpli:Cubic rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterMolPerSquareGrampli:CubicCentimeterMolPerSquareGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGrampli:CubicCentimeterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramDegreeCelsiuspli:CubicCentimeterPerGramDegreeCelsius rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramKelvinpli:CubicCentimeterPerGramKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalpli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmpli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterAtmpli:CubicCentimeterSTPPerCubicCentimeterAtm rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterCmHgpli:CubicCentimeterSTPPerCubicCentimeterCmHg rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterPascalpli:CubicCentimeterSTPPerCubicCentimeterPascal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGrampli:CubicMeterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DeciliterPerGrampli:DeciliterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerMinutepli:DegreeCelsiusPerMinute rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerSecondpli:DegreeCelsiusPerSecond rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Dendrimerpli:Dendrimer rdf:type owl:NamedIndividual ,                       pli:ShapeAndConstructionalFeature ;              rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Dendrimer" ;              rdfs:label "Dendrimer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR1pli:E_ACR1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN2pli:E_ACRCN2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN30pli:E_ACRCN30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN31pli:E_ACRCN31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN32pli:E_ACRCN32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN33pli:E_ACRCN33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN41pli:E_ACRCN41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN42pli:E_ACRCN42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN43pli:E_ACRCN43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN44pli:E_ACRCN44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN45pli:E_ACRCN45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN46pli:E_ACRCN46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN47pli:E_ACRCN47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN2pli:E_ACRN2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN31pli:E_ACRN31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN32pli:E_ACRN32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN33pli:E_ACRN33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN41pli:E_ACRN41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN42pli:E_ACRN42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN43pli:E_ACRN43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN44pli:E_ACRN44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN45pli:E_ACRN45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN46pli:E_ACRN46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN47pli:E_ACRN47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS2pli:E_ACRS2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS31pli:E_ACRS31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS32pli:E_ACRS32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS33pli:E_ACRS33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS41pli:E_ACRS41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS42pli:E_ACRS42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS43pli:E_ACRS43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS44pli:E_ACRS44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS45pli:E_ACRS45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS46pli:E_ACRS46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS47pli:E_ACRS47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_2pli:E_ACR_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_31pli:E_ACR_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_32pli:E_ACR_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_33pli:E_ACR_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_41pli:E_ACR_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_42pli:E_ACR_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_43pli:E_ACR_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_44pli:E_ACR_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_45pli:E_ACR_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_46pli:E_ACR_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_47pli:E_ACR_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD1pli:E_AMD1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH2pli:E_AMDH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH30pli:E_AMDH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH31pli:E_AMDH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH32pli:E_AMDH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH33pli:E_AMDH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH41pli:E_AMDH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH42pli:E_AMDH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH43pli:E_AMDH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH44pli:E_AMDH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH45pli:E_AMDH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH46pli:E_AMDH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH47pli:E_AMDH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT2pli:E_AMDT2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT30pli:E_AMDT30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT31pli:E_AMDT31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT32pli:E_AMDT32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT33pli:E_AMDT33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT41pli:E_AMDT41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT42pli:E_AMDT42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT43pli:E_AMDT43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT44pli:E_AMDT44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT45pli:E_AMDT45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT46pli:E_AMDT46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT47pli:E_AMDT47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_2pli:E_AMD_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_30pli:E_AMD_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_31pli:E_AMD_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_32pli:E_AMD_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_33pli:E_AMD_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_41pli:E_AMD_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_42pli:E_AMD_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_43pli:E_AMD_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_44pli:E_AMD_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_45pli:E_AMD_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_46pli:E_AMD_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_47pli:E_AMD_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH1pli:E_ANH1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH2pli:E_ANHH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH30pli:E_ANHH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH31pli:E_ANHH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH32pli:E_ANHH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH33pli:E_ANHH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH41pli:E_ANHH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH42pli:E_ANHH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH43pli:E_ANHH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH44pli:E_ANHH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH45pli:E_ANHH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH46pli:E_ANHH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH47pli:E_ANHH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_2pli:E_ANH_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_30pli:E_ANH_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_31pli:E_ANH_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_32pli:E_ANH_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_33pli:E_ANH_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_41pli:E_ANH_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_42pli:E_ANH_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_43pli:E_ANH_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_44pli:E_ANH_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_45pli:E_ANH_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_46pli:E_ANH_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_47pli:E_ANH_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR1pli:E_CAR1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_2pli:E_CAR_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_30pli:E_CAR_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_31pli:E_CAR_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_32pli:E_CAR_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_33pli:E_CAR_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_41pli:E_CAR_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_42pli:E_CAR_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_43pli:E_CAR_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_44pli:E_CAR_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_45pli:E_CAR_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_46pli:E_CAR_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_47pli:E_CAR_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND1pli:E_COND1 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_2pli:E_COND_2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_30pli:E_COND_30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_31pli:E_COND_31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_32pli:E_COND_32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_33pli:E_COND_33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_41pli:E_COND_41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_42pli:E_COND_42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_43pli:E_COND_43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_44pli:E_COND_44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_45pli:E_COND_45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_46pli:E_COND_46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_47pli:E_COND_47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE1pli:E_DIE1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC2pli:E_DIEC2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC30pli:E_DIEC30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC31pli:E_DIEC31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_2pli:E_DIE_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_30pli:E_DIE_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_31pli:E_DIE_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL1pli:E_ESL1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH2pli:E_ESLH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH30pli:E_ESLH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH31pli:E_ESLH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH32pli:E_ESLH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH33pli:E_ESLH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH41pli:E_ESLH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH42pli:E_ESLH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH43pli:E_ESLH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH44pli:E_ESLH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH45pli:E_ESLH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH46pli:E_ESLH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH47pli:E_ESLH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_2pli:E_ESL_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_30pli:E_ESL_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_31pli:E_ESL_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_32pli:E_ESL_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_33pli:E_ESL_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_41pli:E_ESL_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_42pli:E_ESL_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_43pli:E_ESL_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_44pli:E_ESL_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_45pli:E_ESL_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_46pli:E_ESL_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_47pli:E_ESL_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL1pli:E_ETL1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH2pli:E_ETLH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH30pli:E_ETLH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH31pli:E_ETLH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH32pli:E_ETLH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH33pli:E_ETLH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH41pli:E_ETLH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH42pli:E_ETLH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH43pli:E_ETLH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH44pli:E_ETLH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH45pli:E_ETLH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH46pli:E_ETLH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH47pli:E_ETLH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_2pli:E_ETL_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_30pli:E_ETL_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_31pli:E_ETL_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_32pli:E_ETL_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_33pli:E_ETL_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_41pli:E_ETL_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_42pli:E_ETL_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_43pli:E_ETL_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_44pli:E_ETL_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_45pli:E_ETL_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_46pli:E_ETL_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_47pli:E_ETL_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL1pli:E_HAL1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL21pli:E_HAL21 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL22pli:E_HAL22 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD1pli:E_IMD1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH2pli:E_IMDH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH30pli:E_IMDH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH31pli:E_IMDH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH32pli:E_IMDH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH33pli:E_IMDH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH41pli:E_IMDH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH42pli:E_IMDH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH43pli:E_IMDH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH44pli:E_IMDH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH45pli:E_IMDH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH46pli:E_IMDH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH47pli:E_IMDH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT2pli:E_IMDT2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT30pli:E_IMDT30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT31pli:E_IMDT31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT32pli:E_IMDT32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT33pli:E_IMDT33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT41pli:E_IMDT41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT42pli:E_IMDT42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT43pli:E_IMDT43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT44pli:E_IMDT44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT45pli:E_IMDT45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT46pli:E_IMDT46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT47pli:E_IMDT47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_2pli:E_IMD_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_30pli:E_IMD_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_31pli:E_IMD_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_32pli:E_IMD_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_33pli:E_IMD_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_41pli:E_IMD_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_42pli:E_IMD_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_43pli:E_IMD_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_44pli:E_IMD_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_45pli:E_IMD_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_46pli:E_IMD_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_47pli:E_IMD_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN1pli:E_IMN1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH2pli:E_IMNH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH30pli:E_IMNH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH31pli:E_IMNH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH32pli:E_IMNH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH33pli:E_IMNH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH41pli:E_IMNH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH42pli:E_IMNH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH43pli:E_IMNH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH44pli:E_IMNH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH45pli:E_IMNH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH46pli:E_IMNH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH47pli:E_IMNH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_2pli:E_IMN_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_30pli:E_IMN_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_31pli:E_IMN_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_32pli:E_IMN_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_33pli:E_IMN_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_41pli:E_IMN_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_42pli:E_IMN_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_43pli:E_IMN_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_44pli:E_IMN_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_45pli:E_IMN_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_46pli:E_IMN_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_47pli:E_IMN_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IN1pli:E_IN1 rdf:type owl:NamedIndividual ,                   pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN2pli:E_INPN2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN30pli:E_INPN30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN31pli:E_INPN31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN32pli:E_INPN32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN33pli:E_INPN33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN41pli:E_INPN41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN42pli:E_INPN42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN43pli:E_INPN43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN44pli:E_INPN44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN45pli:E_INPN45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN46pli:E_INPN46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN47pli:E_INPN47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi2pli:E_INSi2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi30pli:E_INSi30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi31pli:E_INSi31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi32pli:E_INSi32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi33pli:E_INSi33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi41pli:E_INSi41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi42pli:E_INSi42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi43pli:E_INSi43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi44pli:E_INSi44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi45pli:E_INSi45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi46pli:E_INSi46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi47pli:E_INSi47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN2pli:E_INSiN2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN30pli:E_INSiN30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN31pli:E_INSiN31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN32pli:E_INSiN32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN33pli:E_INSiN33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN41pli:E_INSiN41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN42pli:E_INSiN42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN43pli:E_INSiN43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN44pli:E_INSiN44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN45pli:E_INSiN45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN46pli:E_INSiN46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN47pli:E_INSiN47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO2pli:E_INSiO2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO30pli:E_INSiO30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO31pli:E_INSiO31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO32pli:E_INSiO32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO33pli:E_INSiO33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO41pli:E_INSiO41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO42pli:E_INSiO42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO43pli:E_INSiO43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO44pli:E_INSiO44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO45pli:E_INSiO45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO46pli:E_INSiO46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO47pli:E_INSiO47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN1pli:E_KTN1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC2pli:E_KTNC2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC30pli:E_KTNC30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC31pli:E_KTNC31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC32pli:E_KTNC32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC33pli:E_KTNC33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC41pli:E_KTNC41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC42pli:E_KTNC42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC43pli:E_KTNC43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC44pli:E_KTNC44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC45pli:E_KTNC45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC46pli:E_KTNC46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC47pli:E_KTNC47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_2pli:E_KTN_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_30pli:E_KTN_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_31pli:E_KTN_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_32pli:E_KTN_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_33pli:E_KTN_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_41pli:E_KTN_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_42pli:E_KTN_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_43pli:E_KTN_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_44pli:E_KTN_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_45pli:E_KTN_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_46pli:E_KTN_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_47pli:E_KTN_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL1pli:E_MTL1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL21pli:E_MTL21 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL210pli:E_MTL210 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL211pli:E_MTL211 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL22pli:E_MTL22 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL23pli:E_MTL23 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL24pli:E_MTL24 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL25pli:E_MTL25 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL26pli:E_MTL26 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL27pli:E_MTL27 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL28pli:E_MTL28 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL29pli:E_MTL29 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF1pli:E_OLF1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC2pli:E_OLFC2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC30pli:E_OLFC30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC31pli:E_OLFC31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_2pli:E_OLF_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_30pli:E_OLF_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_31pli:E_OLF_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN1pli:E_PHN1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_2pli:E_PHN_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_30pli:E_PHN_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_31pli:E_PHN_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_32pli:E_PHN_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_33pli:E_PHN_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_41pli:E_PHN_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_42pli:E_PHN_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_43pli:E_PHN_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_44pli:E_PHN_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_45pli:E_PHN_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_46pli:E_PHN_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_47pli:E_PHN_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS1pli:E_PHS1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS2pli:E_PHSS2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS30pli:E_PHSS30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS31pli:E_PHSS31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS32pli:E_PHSS32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS33pli:E_PHSS33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS41pli:E_PHSS41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS42pli:E_PHSS42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS43pli:E_PHSS43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS44pli:E_PHSS44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS45pli:E_PHSS45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS46pli:E_PHSS46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS47pli:E_PHSS47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_2pli:E_PHS_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_30pli:E_PHS_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_31pli:E_PHS_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_32pli:E_PHS_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_33pli:E_PHS_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_41pli:E_PHS_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_42pli:E_PHS_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_43pli:E_PHS_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_44pli:E_PHS_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_45pli:E_PHS_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_46pli:E_PHS_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_47pli:E_PHS_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLF1pli:E_SLF1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA2pli:E_SLFA2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA30pli:E_SLFA30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA31pli:E_SLFA31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA32pli:E_SLFA32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA33pli:E_SLFA33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA41pli:E_SLFA41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA42pli:E_SLFA42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA43pli:E_SLFA43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA44pli:E_SLFA44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA45pli:E_SLFA45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA46pli:E_SLFA46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA47pli:E_SLFA47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO2pli:E_SLFO2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO30pli:E_SLFO30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO31pli:E_SLFO31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO32pli:E_SLFO32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO33pli:E_SLFO33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO41pli:E_SLFO41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO42pli:E_SLFO42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO43pli:E_SLFO43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO44pli:E_SLFO44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO45pli:E_SLFO45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO46pli:E_SLFO46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO47pli:E_SLFO47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY1pli:E_STY1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_2pli:E_STY_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_30pli:E_STY_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_31pli:E_STY_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_32pli:E_STY_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_33pli:E_STY_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_41pli:E_STY_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_42pli:E_STY_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_43pli:E_STY_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_44pli:E_STY_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_45pli:E_STY_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_46pli:E_STY_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_47pli:E_STY_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA1pli:E_SUA1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_2pli:E_SUA_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_30pli:E_SUA_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_31pli:E_SUA_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_32pli:E_SUA_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_33pli:E_SUA_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_41pli:E_SUA_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_42pli:E_SUA_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_43pli:E_SUA_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_44pli:E_SUA_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_45pli:E_SUA_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_46pli:E_SUA_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_47pli:E_SUA_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULF1pli:E_SULF1 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH2pli:E_SULFH2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH30pli:E_SULFH30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH31pli:E_SULFH31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH32pli:E_SULFH32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH33pli:E_SULFH33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH41pli:E_SULFH41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH42pli:E_SULFH42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH43pli:E_SULFH43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH44pli:E_SULFH44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH45pli:E_SULFH45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH46pli:E_SULFH46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH47pli:E_SULFH47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFI2pli:E_SULFI2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH2pli:E_SULFIH2 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH30pli:E_SULFIH30 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH31pli:E_SULFIH31 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH32pli:E_SULFIH32 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH33pli:E_SULFIH33 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH41pli:E_SULFIH41 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH42pli:E_SULFIH42 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH43pli:E_SULFIH43 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH44pli:E_SULFIH44 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH45pli:E_SULFIH45 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH46pli:E_SULFIH46 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH47pli:E_SULFIH47 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFO2pli:E_SULFO2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFX2pli:E_SULFX2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH2pli:E_SULFXH2 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH30pli:E_SULFXH30 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH31pli:E_SULFXH31 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH32pli:E_SULFXH32 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH33pli:E_SULFXH33 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH41pli:E_SULFXH41 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH42pli:E_SULFXH42 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH43pli:E_SULFXH43 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH44pli:E_SULFXH44 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH45pli:E_SULFXH45 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH46pli:E_SULFXH46 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH47pli:E_SULFXH47 rdf:type owl:NamedIndividual ,                        pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_T1pli:E_T1 rdf:type owl:NamedIndividual ,                  pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TA1pli:E_TA1 rdf:type owl:NamedIndividual ,                   pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH2pli:E_TADH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH30pli:E_TADH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH31pli:E_TADH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH32pli:E_TADH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH33pli:E_TADH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH41pli:E_TADH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH42pli:E_TADH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH43pli:E_TADH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH44pli:E_TADH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH45pli:E_TADH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH46pli:E_TADH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH47pli:E_TADH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT2pli:E_TADT2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT30pli:E_TADT30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT31pli:E_TADT31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT32pli:E_TADT32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT33pli:E_TADT33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT41pli:E_TADT41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT42pli:E_TADT42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT43pli:E_TADT43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT44pli:E_TADT44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT45pli:E_TADT45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT46pli:E_TADT46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT47pli:E_TADT47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD2pli:E_TAMD2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD30pli:E_TAMD30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD31pli:E_TAMD31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD32pli:E_TAMD32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD33pli:E_TAMD33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD41pli:E_TAMD41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD42pli:E_TAMD42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD43pli:E_TAMD43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD44pli:E_TAMD44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD45pli:E_TAMD45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD46pli:E_TAMD46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD47pli:E_TAMD47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN1pli:E_TAN1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH2pli:E_TANH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH30pli:E_TANH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH31pli:E_TANH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH32pli:E_TANH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH33pli:E_TANH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH41pli:E_TANH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH42pli:E_TANH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH43pli:E_TANH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH44pli:E_TANH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH45pli:E_TANH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH46pli:E_TANH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH47pli:E_TANH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_2pli:E_TAN_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_30pli:E_TAN_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_31pli:E_TAN_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_32pli:E_TAN_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_33pli:E_TAN_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_41pli:E_TAN_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_42pli:E_TAN_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_43pli:E_TAN_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_44pli:E_TAN_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_45pli:E_TAN_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_46pli:E_TAN_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_47pli:E_TAN_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA2pli:E_TCA2 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA30pli:E_TCA30 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA31pli:E_TCA31 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA32pli:E_TCA32 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA33pli:E_TCA33 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA41pli:E_TCA41 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA42pli:E_TCA42 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA43pli:E_TCA43 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA44pli:E_TCA44 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA45pli:E_TCA45 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA46pli:E_TCA46 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA47pli:E_TCA47 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES2pli:E_TES2 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES30pli:E_TES30 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES31pli:E_TES31 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES32pli:E_TES32 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES33pli:E_TES33 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES41pli:E_TES41 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES42pli:E_TES42 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES43pli:E_TES43 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES44pli:E_TES44 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES45pli:E_TES45 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES46pli:E_TES46 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES47pli:E_TES47 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID1pli:E_TID1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH2pli:E_TIDH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH30pli:E_TIDH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH31pli:E_TIDH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH32pli:E_TIDH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH33pli:E_TIDH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH41pli:E_TIDH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH42pli:E_TIDH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH43pli:E_TIDH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH44pli:E_TIDH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH45pli:E_TIDH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH46pli:E_TIDH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH47pli:E_TIDH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT2pli:E_TIDT2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT30pli:E_TIDT30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT31pli:E_TIDT31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT32pli:E_TIDT32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT33pli:E_TIDT33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT41pli:E_TIDT41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT42pli:E_TIDT42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT43pli:E_TIDT43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT44pli:E_TIDT44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT45pli:E_TIDT45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT46pli:E_TIDT46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT47pli:E_TIDT47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_2pli:E_TID_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_30pli:E_TID_30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_31pli:E_TID_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_32pli:E_TID_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_33pli:E_TID_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_41pli:E_TID_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_42pli:E_TID_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_43pli:E_TID_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_44pli:E_TID_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_45pli:E_TID_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_46pli:E_TID_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_47pli:E_TID_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN2pli:E_TKN2 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN30pli:E_TKN30 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN31pli:E_TKN31 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN32pli:E_TKN32 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN33pli:E_TKN33 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN41pli:E_TKN41 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN42pli:E_TKN42 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN43pli:E_TKN43 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN44pli:E_TKN44 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN45pli:E_TKN45 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN46pli:E_TKN46 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN47pli:E_TKN47 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TUR1pli:E_TUR1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA2pli:E_TURA2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA30pli:E_TURA30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA31pli:E_TURA31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA32pli:E_TURA32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA33pli:E_TURA33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA41pli:E_TURA41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA42pli:E_TURA42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA43pli:E_TURA43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA44pli:E_TURA44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA45pli:E_TURA45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA46pli:E_TURA46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA47pli:E_TURA47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH2pli:E_TURAH2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH30pli:E_TURAH30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH31pli:E_TURAH31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH32pli:E_TURAH32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH33pli:E_TURAH33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH41pli:E_TURAH41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH42pli:E_TURAH42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH43pli:E_TURAH43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH44pli:E_TURAH44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH45pli:E_TURAH45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH46pli:E_TURAH46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH47pli:E_TURAH47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN2pli:E_TURN2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN30pli:E_TURN30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN31pli:E_TURN31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN32pli:E_TURN32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN33pli:E_TURN33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN41pli:E_TURN41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN42pli:E_TURN42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN43pli:E_TURN43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN44pli:E_TURN44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN45pli:E_TURN45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN46pli:E_TURN46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN47pli:E_TURN47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH2pli:E_TURNH2 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH30pli:E_TURNH30 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH31pli:E_TURNH31 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH32pli:E_TURNH32 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH33pli:E_TURNH33 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH41pli:E_TURNH41 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH42pli:E_TURNH42 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH43pli:E_TURNH43 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH44pli:E_TURNH44 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH45pli:E_TURNH45 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH46pli:E_TURNH46 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH47pli:E_TURNH47 rdf:type owl:NamedIndividual ,                       pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_UR1pli:E_UR1 rdf:type owl:NamedIndividual ,                   pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA2pli:E_URA2 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA30pli:E_URA30 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA31pli:E_URA31 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA32pli:E_URA32 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA33pli:E_URA33 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA41pli:E_URA41 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA42pli:E_URA42 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA43pli:E_URA43 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA44pli:E_URA44 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA45pli:E_URA45 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA46pli:E_URA46 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA47pli:E_URA47 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH2pli:E_URAH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH30pli:E_URAH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH31pli:E_URAH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH32pli:E_URAH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH33pli:E_URAH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH41pli:E_URAH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH42pli:E_URAH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH43pli:E_URAH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH44pli:E_URAH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH45pli:E_URAH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH46pli:E_URAH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH47pli:E_URAH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN2pli:E_URN2 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN30pli:E_URN30 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN31pli:E_URN31 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN32pli:E_URN32 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN33pli:E_URN33 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN41pli:E_URN41 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN42pli:E_URN42 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN43pli:E_URN43 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN44pli:E_URN44 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN45pli:E_URN45 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN46pli:E_URN46 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN47pli:E_URN47 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH2pli:E_URNH2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH30pli:E_URNH30 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH31pli:E_URNH31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH32pli:E_URNH32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH33pli:E_URNH33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH41pli:E_URNH41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH42pli:E_URNH42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH43pli:E_URNH43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH44pli:E_URNH44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH45pli:E_URNH45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH46pli:E_URNH46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH47pli:E_URNH47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL1pli:E_VNL1 rdf:type owl:NamedIndividual ,                    pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_2pli:E_VNL_2 rdf:type owl:NamedIndividual ,                     pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_31pli:E_VNL_31 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_32pli:E_VNL_32 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_33pli:E_VNL_33 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_41pli:E_VNL_41 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_42pli:E_VNL_42 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_43pli:E_VNL_43 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_44pli:E_VNL_44 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_45pli:E_VNL_45 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_46pli:E_VNL_46 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_47pli:E_VNL_47 rdf:type owl:NamedIndividual ,                      pli:E_Taxon .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Elastomerpli:Elastomer rdf:type owl:NamedIndividual ,                       pli:GeneralFeature ;              rdfs:comment "A type of the GeneralFeature Class, Elastomer" ;              rdfs:label "Elastomer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EmulsionPolymerizationpli:EmulsionPolymerization rdf:type owl:NamedIndividual ,                                    pli:PolymerizationPhaseType ;                           rdfs:comment "A type of the PolymerizationPhaseType Class, Emulsion Polymerization" ;                           rdfs:label "Emulsion polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Endpli:End rdf:type owl:NamedIndividual ,                 pli:EndGroupType ;        rdfs:comment "A type of the EndGroupType Class, End" ;        rdfs:label "End" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#EndGroupPartpli:EndGroupPart rdf:type owl:NamedIndividual ,                          pli:EndGroupPartType ;                 rdfs:comment "A type of the EndGroupPartType Class, End Group Part" ;                 rdfs:label "End group part" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterpli:ErgPerCubicCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterKelvinpli:ErgPerCubicCentimeterKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Etainhpli:Etainh rdf:type owl:NamedIndividual ,                    pli:SolutionViscosityType ;           rdfs:comment "A type of the SolutionViscosityType Class, Eta Inh" ;           rdfs:label "Eta Inh" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GasPhasePolymerizationpli:GasPhasePolymerization rdf:type owl:NamedIndividual ,                                    pli:PolymerizationPhaseType ;                           rdfs:comment "A type of the PolymerizationPhaseType Class, Gas-Phase Polymerization" ;                           rdfs:label "Gas-phase polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GaseousStatepli:GaseousState rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Gigapascalpli:Gigapascal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerDenierpli:GramForcePerDenier rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerSquareMillimeterpli:GramForcePerSquareMillimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramMilPerSquareCentimeter24Hourspli:GramMilPerSquareCentimeter24Hours rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramPerHourCentimeterMillimeterHgpli:GramPerHourCentimeterMillimeterHg rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Hexagonalpli:Hexagonal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HyperBranchedpli:HyperBranched rdf:type owl:NamedIndividual ,                           pli:ShapeAndConstructionalFeature ;                  rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Hyper-Branched" ;                  rdfs:label "Hyper-Branched" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#InclusionCompdpli:InclusionCompd rdf:type owl:NamedIndividual ,                            pli:ShapeAndConstructionalFeature ;                   rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Inclusion Compd." ;                   rdfs:label "Inclusion compd." .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#InorganicPolymerpli:InorganicPolymer rdf:type owl:NamedIndividual ,                              pli:SampleType ;                     rdfs:comment "A type of the SampleType Class, Inorganic Polymer" ;                     rdfs:label "Inorganic polymer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Intercalationpli:Intercalation rdf:type owl:NamedIndividual ,                           pli:ShapeAndConstructionalFeature ;                  rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Intercalation" ;                  rdfs:label "Intercalation" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#InterfacialPolymerizationpli:InterfacialPolymerization rdf:type owl:NamedIndividual ,                                       pli:PolymerizationPhaseType ;                              rdfs:comment "A type of the PolymerizationPhaseType Class, Interfacial Polymerization" ;                              rdfs:label "Interfacial polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ionicpli:Ionic rdf:type owl:NamedIndividual ,                   pli:ShapeAndConstructionalFeature ;          rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Intercalation" ;          rdfs:label "Ionic" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ionomerpli:Ionomer rdf:type owl:NamedIndividual ,                     pli:ShapeAndConstructionalFeature ;            rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Ionomer" ;            rdfs:label "Ionomer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ipnpli:Ipn rdf:type owl:NamedIndividual ,                 pli:ShapeAndConstructionalFeature ;        rdfs:comment "A type of the ShapeAndConstructionalFeature Class, IPN" ;        rdfs:label "IPN" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterpli:JoulePerCubicCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterKelvinpli:JoulePerCubicCentimeterKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicMeterKelvinpli:JoulePerCubicMeterKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerKelvinpli:JoulePerKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMeterpli:JoulePerMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolpli:JoulePerMol rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolKelvinpli:JoulePerMolKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JunctionPartpli:JunctionPart rdf:type owl:NamedIndividual ,                          pli:EndGroupPartType ;                 rdfs:comment "A type of the EndGroupPartType Class, Junction Part" ;                 rdfs:label "Junction part" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerHourpli:KelvinPerHour rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerMinutepli:KelvinPerMinute rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Kilobarpli:Kilobar rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerGrampli:KilocaloriePerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerMolpli:KilocaloriePerMol rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramCentimeterPerSquareCentimeterpli:KilogramCentimeterPerSquareCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcepli:KilogramForce rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareCentimeterpli:KilogramForcePerSquareCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareMillimeterpli:KilogramForcePerSquareMillimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMeterpli:KilojoulePerMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMolpli:KilojoulePerMol rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerSquareMeterpli:KilojoulePerSquareMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilopondForcePerSquareInchpli:KilopondForcePerSquareInch rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilovoltPerMillimeterpli:KilovoltPerMillimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ladderpli:Ladder rdf:type owl:NamedIndividual ,                    pli:ShapeAndConstructionalFeature ;           rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Ladder" ;           rdfs:label "Ladder" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LengthPercentagepli:LengthPercentage rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Linearpli:Linear rdf:type owl:NamedIndividual ,                    pli:ShapeAndConstructionalFeature ;           rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Linear" ;           rdfs:label "Linear" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Liquidpli:Liquid rdf:type owl:NamedIndividual ,                    pli:GeneralFeature ;           rdfs:comment "A type of the GeneralFeature Class, Liquid" ;           rdfs:label "Liquid" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiquidCrystalStatepli:LiquidCrystalState rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiquidStatepli:LiquidState rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiterPerGrampli:LiterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Mapli:Ma rdf:type owl:NamedIndividual ,                pli:EndGroupConnectionType ;       rdfs:comment "A type of the EndGroupConnectionType Class, ma" ;       rdfs:label "ma" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Macrocyclepli:Macrocycle rdf:type owl:NamedIndividual ,                        pli:ShapeAndConstructionalFeature ;               rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Macrocycle" ;               rdfs:label "Macrocycle" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MegajoulePerCubicMeterKelvinpli:MegajoulePerCubicMeterKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Megapascalpli:Megapascal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerKelvinpli:MillijoulePerKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerMolKelvinpli:MillijoulePerMolKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMeterpli:MillijoulePerSquareMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMillimeterpli:MillijoulePerSquareMillimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliliterPerGrampli:MilliliterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillinewtonPerMeterpli:MillinewtonPerMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliwattPerCentimeterKelvinpli:MilliwattPerCentimeterKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Mopli:Mo rdf:type owl:NamedIndividual ,                pli:EndGroupConnectionType ;       rdfs:comment "A type of the EndGroupConnectionType Class, mo" ;       rdfs:label "mo" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolePercentagepli:MolePercentage rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Monoclinicpli:Monoclinic rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NRUnitpli:NRUnit rdf:type owl:NamedIndividual ,                    pli:Unit .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NanometerPerSecondpli:NanometerPerSecond rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NeatResinpli:NeatResin rdf:type owl:NamedIndividual ,                       pli:SampleType ;              rdfs:comment "A type of the SampleType Class, Neat Resin" ;              rdfs:label "Neat resin" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Network2Dimensionalpli:Network2Dimensional rdf:type owl:NamedIndividual ,                                 pli:ShapeAndConstructionalFeature ;                        rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Network (2-Dimensional)" ;                        rdfs:label "Network (2-Dimensional)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonCentimeterPerGrampli:NewtonCentimeterPerGram rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareCentimeterpli:NewtonPerSquareCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMeterpli:NewtonPerSquareMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMillimeterpli:NewtonPerSquareMillimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ohmpli:Ohm rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmCentimeterpli:OhmCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmMeterpli:OhmMeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquarepli:OhmPerSquare rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquareCentimeterpli:OhmPerSquareCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Orthorhombicpli:Orthorhombic rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OtherPolymerspli:OtherPolymers rdf:type owl:NamedIndividual ,                           pli:PolymerType ;                  rdfs:comment "A type of the PolymerType Class, Other Polymers" ;                  rdfs:label "Other polymers" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Overallpli:Overall rdf:type owl:NamedIndividual ,                     pli:CrystallinityType ;            rdfs:comment "A type of the CrystallinityType Class, Overall" ;            rdfs:label "Overall" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerDegreeCelsiuspli:PerDegreeCelsius rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerGigapascalpli:PerGigapascal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerKelvinpli:PerKelvin rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerOhmCentimeterpli:PerOhmCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyacrylicspli:Polyacrylics rdf:type owl:NamedIndividual ,                          pli:PolymerType ;                 dcterms:identifier "PC00001" ;                 rdfs:comment "A type of the PolymerType Class, Polyacrylics" ;                 rdfs:label "Polyacrylics" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolyadditionPolymerReactionpli:PolyadditionPolymerReaction rdf:type owl:NamedIndividual ,                                         pli:PolymerizationReactionType ;                                dcterms:identifier "PZC0012" ;                                rdfs:comment "A type of the PolymerizationReactionType Class, Polyaddition Polymer Reaction" ;                                rdfs:label "Polyaddition/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolyadditionSystempli:PolyadditionSystem rdf:type owl:NamedIndividual ,                                pli:PolymerizationReactionType ;                       dcterms:identifier "PZC0011" ;                       rdfs:comment "A type of the PolymerizationReactionType Class, Polyaddition System" ;                       rdfs:label "Polyaddition system" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyamidespli:Polyamides rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyamides" ;               rdfs:label "Polyamides" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyanhydridespli:Polyanhydrides rdf:type owl:NamedIndividual ,                            pli:PolymerType ;                   rdfs:comment "A type of the PolymerType Class, Polyanhydrides" ;                   rdfs:label "Polyanhydrides" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polycarbonatespli:Polycarbonates rdf:type owl:NamedIndividual ,                            pli:PolymerType ;                   rdfs:comment "A type of the PolymerType Class, Polycarbonates" ;                   rdfs:label "Polycarbonates" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolycondensationPolymerReactionpli:PolycondensationPolymerReaction rdf:type owl:NamedIndividual ,                                             pli:PolymerizationReactionType ;                                    dcterms:identifier "PZC0008" ;                                    rdfs:comment "A type of the PolymerizationReactionType Class, Polycondensation Polymer Reaction" ;                                    rdfs:label "Polycondensation/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolycondensationSystempli:PolycondensationSystem rdf:type owl:NamedIndividual ,                                    pli:PolymerizationReactionType ;                           dcterms:identifier "PZC0007" ;                           rdfs:comment "A type of the PolymerizationReactionType Class, Polycondensation System" ;                           rdfs:label "Polycondensation system" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polydienespli:Polydienes rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polydienes" ;               rdfs:label "Polydienes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyelectrolytepli:Polyelectrolyte rdf:type owl:NamedIndividual ,                             pli:ShapeAndConstructionalFeature ;                    rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Polyelectrolyte" ;                    rdfs:label "Polyelectrolyte" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyesterspli:Polyesters rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyesters" ;               rdfs:label "Polyesters" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PolyhaloOlefinspli:PolyhaloOlefins rdf:type owl:NamedIndividual ,                             pli:PolymerType ;                    rdfs:comment "A type of the PolymerType Class, PolyhaloOlefins" ;                    rdfs:label "PolyhaloOlefins" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyimidespli:Polyimides rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyimides" ;               rdfs:label "Polyimides" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyiminespli:Polyimines rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyimines" ;               rdfs:label "Polyimines" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyketonespli:Polyketones rdf:type owl:NamedIndividual ,                         pli:PolymerType ;                rdfs:comment "A type of the PolymerType Class, Polyketones" ;                rdfs:label "Polyketones" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyolefinspli:Polyolefins rdf:type owl:NamedIndividual ,                         pli:PolymerType ;                rdfs:comment "A type of the PolymerType Class, Polyolefins" ;                rdfs:label "Polyolefins" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyoxidespli:Polyoxides rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyoxides" ;               rdfs:label "Polyoxides" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyphenylenespli:Polyphenylenes rdf:type owl:NamedIndividual ,                            pli:PolymerType ;                   rdfs:comment "A type of the PolymerType Class, Polyphenylenes" ;                   rdfs:label "Polyphenylenes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyphosphazenespli:Polyphosphazenes rdf:type owl:NamedIndividual ,                              pli:PolymerType ;                     rdfs:comment "A type of the PolymerType Class, Polyphosphazenes" ;                     rdfs:label "Polyphosphazenes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyrotaxanepli:Polyrotaxane rdf:type owl:NamedIndividual ,                          pli:ShapeAndConstructionalFeature ;                 rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Polyrotaxane" ;                 rdfs:label "Polyrotaxane" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polysiloxanespli:Polysiloxanes rdf:type owl:NamedIndividual ,                           pli:PolymerType ;                  rdfs:comment "A type of the PolymerType Class, Polysiloxanes" ;                  rdfs:label "Polysiloxanes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polystyrenespli:Polystyrenes rdf:type owl:NamedIndividual ,                          pli:PolymerType ;                 rdfs:comment "A type of the PolymerType Class, Polystyrenes" ;                 rdfs:label "Polystyrenes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polysulfidespli:Polysulfides rdf:type owl:NamedIndividual ,                          pli:PolymerType ;                 rdfs:comment "A type of the PolymerType Class, Polysulfides" ;                 rdfs:label "Polysulfides" ;                 rdfs:seeAlso <https://doi.org/10.1351/goldbook.P04754> .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polysulfonespli:Polysulfones rdf:type owl:NamedIndividual ,                          pli:PolymerType ;                 rdfs:comment "A type of the PolymerType Class, Polysulfones" ;                 rdfs:label "Polysulfones" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyureaspli:Polyureas rdf:type owl:NamedIndividual ,                       pli:PolymerType ;              rdfs:comment "A type of the PolymerType Class, Polyureas" ;              rdfs:label "Polyureas" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyurethanespli:Polyurethanes rdf:type owl:NamedIndividual ,                           pli:PolymerType ;                  rdfs:comment "A type of the PolymerType Class, Polyurethanes" ;                  rdfs:label "Polyurethanes" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyvinylspli:Polyvinyls rdf:type owl:NamedIndividual ,                        pli:PolymerType ;               rdfs:comment "A type of the PolymerType Class, Polyvinyls" ;               rdfs:label "Polyvinyls" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Pseudopli:Pseudo rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ReducedViscositypli:ReducedViscosity rdf:type owl:NamedIndividual ,                              pli:SolutionViscosityType ;                     rdfs:comment "A type of the SolutionViscosityType Class, Reduced Viscosity" ;                     rdfs:label "Reduced viscosity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RelativeViscositypli:RelativeViscosity rdf:type owl:NamedIndividual ,                               pli:SolutionViscosityType ;                      rdfs:comment "A type of the SolutionViscosityType Class, Relative Viscosity" ;                      rdfs:label "Relative viscosity" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningAdditionPolymerizationpli:RingOpeningAdditionPolymerization rdf:type owl:NamedIndividual ,                                               pli:PolymerizationReactionType ;                                      dcterms:identifier "PZC0003" ;                                      rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening And Addition Polymerization" ;                                      rdfs:label "Ring opening and addition polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningAdditionPolymerizationPolymerReactionpli:RingOpeningAdditionPolymerizationPolymerReaction rdf:type owl:NamedIndividual ,                                                              pli:PolymerizationReactionType ;                                                     dcterms:identifier "PZC0004" ;                                                     rdfs:comment "A type of the PolymerizationReactionType Class, Ringã€€Opening and Addition Polymerization/Polymer Reaction" ;                                                     rdfs:label "Ring opening and addition polymerization/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolyadditionPolymerizationpli:RingOpeningPolyadditionPolymerization rdf:type owl:NamedIndividual ,                                                   pli:PolymerizationReactionType ;                                          dcterms:identifier "PZC0013" ;                                          rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening And Polyaddition Polymerization" ;                                          rdfs:label "Ring opening and polyaddition polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolyadditionPolymerizationPolymerReactionpli:RingOpeningPolyadditionPolymerizationPolymerReaction rdf:type owl:NamedIndividual ,                                                                  pli:PolymerizationReactionType ;                                                         dcterms:identifier "PZC0014" ;                                                         rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening And Polyaddition Polymerization/ Polymer Reaction" ;                                                         rdfs:label "Ring opening and polyaddition polymerization/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolycondensationPolymerizationpli:RingOpeningPolycondensationPolymerization rdf:type owl:NamedIndividual ,                                                       pli:PolymerizationReactionType ;                                              dcterms:identifier "PZC0009" ;                                              rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening and Polycondensation Polymerization" ;                                              rdfs:label "Ring opening and polycondensation polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolycondensationPolymerizationPolymerReactionpli:RingOpeningPolycondensationPolymerizationPolymerReaction rdf:type owl:NamedIndividual ,                                                                      pli:PolymerizationReactionType ;                                                             dcterms:identifier "PZC0010" ;                                                             rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening and Polycondensation Polymerization/Polymer Reaction" ;                                                             rdfs:label "Ring opening and polycondensation polymerization/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolymerizationPolymerReactionpli:RingOpeningPolymerizationPolymerReaction rdf:type owl:NamedIndividual ,                                                      pli:PolymerizationReactionType ;                                             dcterms:identifier "PZC0006" ;                                             rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening Polymerization/Polymer Reaction" ;                                             rdfs:label "Ring opening polymerization/Polymer reaction" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#RingOpeningPolymerizationSystempli:RingOpeningPolymerizationSystem rdf:type owl:NamedIndividual ,                                             pli:PolymerizationReactionType ;                                    dcterms:identifier "PZC0005" ;                                    rdfs:comment "A type of the PolymerizationReactionType Class, Ring Opening Polymerization System" ;                                    rdfs:label "Ring opening polymerization system" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SemiIpvpli:SemiIpv rdf:type owl:NamedIndividual ,                     pli:ShapeAndConstructionalFeature ;            rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Semi-IPV" ;            rdfs:label "Semi-IPV" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Sopli:So rdf:type owl:NamedIndividual ,                pli:EndGroupConnectionType ;       rdfs:comment "A type of the EndGroupConnectionType Class, so" ;       rdfs:label "so" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolidStatePolymerizationpli:SolidStatePolymerization rdf:type owl:NamedIndividual ,                                      pli:PolymerizationPhaseType ;                             rdfs:comment "A type of the PolymerizationPhaseType Class, Solid-state Polymerization" ;                             rdfs:label "Solid-state polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SolutionPolymerizationpli:SolutionPolymerization rdf:type owl:NamedIndividual ,                                    pli:PolymerizationPhaseType ;                           rdfs:comment "A type of the PolymerizationPhaseType Class, Solution Polymerization" ;                           rdfs:label "Solution polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificViscosityRelativeViscosityIncrementpli:SpecificViscosityRelativeViscosityIncrement rdf:type owl:NamedIndividual ,                                                         pli:SolutionViscosityType ;                                                rdfs:comment "A type of the SolutionViscosityType Class, Specific Viscosity (Relative Viscosity Increment)" ;                                                rdfs:label "Specific viscosity (Relative viscosity increment)" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Spiropli:Spiro rdf:type owl:NamedIndividual ,                   pli:ShapeAndConstructionalFeature ;          rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Spiro" ;          rdfs:label "Spiro" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareCentimeterPerSecondpli:SquareCentimeterPerSecond rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerNewtonpli:SquareMeterPerNewton rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerSecondpli:SquareMeterPerSecond rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMillimeterPerSecondpli:SquareMillimeterPerSecond rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareRootOfJoulePerCubicCentimeterpli:SquareRootOfJoulePerCubicCentimeter rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Starpli:Star rdf:type owl:NamedIndividual ,                  pli:ShapeAndConstructionalFeature ;         rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Star" ;         rdfs:label "Star" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SuspensionPolymerizationpli:SuspensionPolymerization rdf:type owl:NamedIndividual ,                                      pli:PolymerizationPhaseType ;                             rdfs:comment "A type of the PolymerizationPhaseType Class, Suspension Polymerization" ;                             rdfs:label "Suspension polymerization" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Tetragonalpli:Tetragonal rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Thermoplasticpli:Thermoplastic rdf:type owl:NamedIndividual ,                           pli:GeneralFeature ;                  rdfs:comment "A type of the GeneralFeature Class, Thermoplastic" ;                  rdfs:label "Thermoplastic" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ThermoplasticElastomerpli:ThermoplasticElastomer rdf:type owl:NamedIndividual ,                                    pli:GeneralFeature ;                           rdfs:comment "A type of the GeneralFeature Class, Thermoplastic Elastomer" ;                           rdfs:label "Thermoplastic elastomer" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Thermosettingpli:Thermosetting rdf:type owl:NamedIndividual ,                           pli:GeneralFeature ;                  rdfs:comment "A type of the GeneralFeature Class, Thermosetting" ;                  rdfs:label "Thermosetting" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Triclinicpli:Triclinic rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TrigonalRhombohedralpli:TrigonalRhombohedral rdf:type owl:NamedIndividual .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Unknownpli:Unknown rdf:type owl:NamedIndividual ,                     pli:CrystallinityType ;            rdfs:comment "A type of the CrystallinityType Class, Unknown" ;            rdfs:label "Unknown" .###  http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Vesiclepli:Vesicle rdf:type owl:NamedIndividual ,                     pli:ShapeAndConstructionalFeature ;            rdfs:comment "A type of the ShapeAndConstructionalFeature Class, Vesicle" ;            rdfs:label "Vesicle" .##################################################################    Annotations#################################################################pli:AmorphousState rdfs:comment "AmorphousState refers to Amorphous State as a Solid State Type." ;                   rdfs:label "Amorphous state" .pli:Atmosphere oboInOwl:hasExactSynonym "atm" ;               rdfs:label "atmosphere" .pli:Bar oboInOwl:hasExactSynonym "bar" ;        rdfs:label "bar" .pli:CaloriePerCentimeterSecondDegreeCelsius oboInOwl:hasExactSynonym "cal/cm.s.C" ;                                            rdfs:label "calorie per centimeter second degree Celsius" .pli:CaloriePerCubicCentimeter oboInOwl:hasExactSynonym "cal/cc" ,                                                       "cal/cm^[3]" ;                              rdfs:label "calorie per cubic centimeter" .pli:CaloriePerCubicCentimeterDegreeCelsius oboInOwl:hasExactSynonym "cal/cm^[3].C" ;                                           rdfs:label "calorie per cubic centimeter degree Celsius" .pli:CaloriePerGram oboInOwl:hasExactSynonym "cal/g" ;                   rdfs:label "calorie per gram" .pli:CaloriePerGramDegreeCelsius oboInOwl:hasExactSynonym "cal/g.C" ;                                rdfs:label "calorie per gram degree Celsius" .pli:CentiNewtonPerDecitex oboInOwl:hasExactSynonym "cN/dtex" ;                          rdfs:label "centi newton per decitex" .pli:CentiNewtonPerTex oboInOwl:hasExactSynonym "cN/tex" ;                      rdfs:label "centi newton per tex" .pli:Centistokes oboInOwl:hasExactSynonym "cSt" ;                rdfs:label "centistokes" .pli:CrystalState rdfs:comment "CrystalState refers to Crystal State as a Solid State Type." ;                 rdfs:label "Crystal state" .pli:Cubic rdfs:comment "Cubic refers to Cubic as a Crystal System." ;          rdfs:label "Cubic" .pli:CubicCentimeterMolPerSquareGram oboInOwl:hasExactSynonym "cm3*mol/g2" ,                                                             "cm^[3].mol/g^[2]" ;                                    rdfs:label "cubic centimeter mol per square gram" .pli:CubicCentimeterPerGram oboInOwl:hasExactSynonym "cm^[3]/g" ;                           rdfs:label "cubic centimeter per gram" .pli:CubicCentimeterPerGramDegreeCelsius oboInOwl:hasExactSynonym "cm^[3]/g.C" ;                                        rdfs:label "cubic centimeter per gram degree Celsius" .pli:CubicCentimeterPerGramKelvin oboInOwl:hasExactSynonym "cm^[3]/g.k" ;                                 rdfs:label "cubic centimeter per gram kelvin" .pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg oboInOwl:hasExactSynonym "cm3(STP)cm/(cm2*s*cmHg)" ,                                                                                       "cm^[3](STP)cm/(cm^[2].s.cmHg)" ;                                                              rdfs:label "cubic centimeter STP centimeter per square centimeter second cmHg" .pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal oboInOwl:hasExactSynonym "cm3(STP)cm/(cm2*s*Pa)" ,                                                                                         "cm^[3](STP)cm/(cm^[2].s.Pa)" ;                                                                rdfs:label "cubic centimeter STP centimeter per square centimeter second pascal" .pli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm oboInOwl:hasExactSynonym "cm3(STP)cm/(m2*24h*atm)" ,                                                                                  "cm^[3](STP)cm/(m^[2].24h.atm)" ;                                                         rdfs:label "cubic centimeter STP centimeter per square meter 24hours atm" .pli:CubicCentimeterSTPPerCubicCentimeterAtm oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" ,                                                                     "cm^[3](STP)/(cm^[3].Pa)" ;                                            rdfs:label "cubic centimeter STP per cubic centimeter atm" .pli:CubicCentimeterSTPPerCubicCentimeterCmHg oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" ,                                                                      "cm^[3](STP)/(cm^[3].Pa)" ;                                             rdfs:label "cubic centimeter STP per cubic centimeter cmHg" .pli:CubicCentimeterSTPPerCubicCentimeterPascal oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" ,                                                                        "cm^[3](STP)/(cm^[3].Pa)" ;                                               rdfs:label "cubic centimeter STP per cubic centimeter pascal" .pli:CubicMeterPerGram oboInOwl:hasExactSynonym "m^[3]/g" ;                      rdfs:label "cubic meter per gram" .pli:DeciliterPerGram oboInOwl:hasExactSynonym "dl/g" ;                     rdfs:label "deciliter per gram" .pli:DegreeCelsiusPerMinute oboInOwl:hasExactSynonym "C/min" ;                           rdfs:label "degree Celsius per minute" .pli:DegreeCelsiusPerSecond oboInOwl:hasExactSynonym "C/s" ;                           rdfs:label "degree Celsius per second" .pli:E_ACR1 dcterms:identifier "E_ACR1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, acrylic polymers. E_ACR1" ;           rdfs:label "acrylic polymers" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN2 dcterms:identifier "E_ACRCN2" ;             rdfs:comment "A subclass of the E_ACR1 Class, CN-substituted acrylic polymers. E_ACRCN2" ;             rdfs:label "CN-substituted acrylic polymers" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN30 dcterms:identifier "E_ACRCN30" ;              rdfs:comment "A subclass of the E_ACRCN2 Class, CN-substituted acrylic polymers without side chain. E_ACRCN30" ;              rdfs:label "CN-substituted acrylic polymers without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN31 dcterms:identifier "E_ACRCN31" ;              rdfs:comment "A subclass of the E_ACRCN2 Class, CN-substituted acrylic polymers with aliphatic side chain. E_ACRCN31" ;              rdfs:label "CN-substituted acrylic polymers with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN32 dcterms:identifier "E_ACRCN32" ;              rdfs:comment "A subclass of the E_ACRCN2 Class, CN-substituted acrylic polymers with aromatic side chain. E_ACRCN32" ;              rdfs:label "CN-substituted acrylic polymers with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN33 dcterms:identifier "E_ACRCN33" ;              rdfs:comment "A subclass of the E_ACRCN2 Class, CN-substituted acrylic polymers with heterocyclic side chain. E_ACRCN33" ;              rdfs:label "CN-substituted acrylic polymers with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN41 dcterms:identifier "E_ACRCN41" ;              rdfs:comment "A subclass of the E_ACRCN31 Class, CN-substituted acrylic polymers with acyclic aliphatic side chain. E_ACRCN41" ;              rdfs:label "CN-substituted acrylic polymers with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN42 dcterms:identifier "E_ACRCN42" ;              rdfs:comment "A subclass of the E_ACRCN31 Class, CN-substituted acrylic polymers with alicyclic aliphatic side chain. E_ACRCN42" ;              rdfs:label "CN-substituted acrylic polymers with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN43 dcterms:identifier "E_ACRCN43" ;              rdfs:comment "A subclass of the E_ACRCN32 Class, CN-substituted acrylic polymers with condensed-ring aromatic side chain. E_ACRCN43" ;              rdfs:label "CN-substituted acrylic polymers with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN44 dcterms:identifier "E_ACRCN44" ;              rdfs:comment "A subclass of the E_ACRCN32 Class, CN-substituted acrylic polymers with multiring aromatic side chain. E_ACRCN44" ;              rdfs:label "CN-substituted acrylic polymers with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN45 dcterms:identifier "E_ACRCN45" ;              rdfs:comment "A subclass of the E_ACRCN32 Class, CN-substituted acrylic polymers with single-ring aromatic side chain. E_ACRCN45" ;              rdfs:label "CN-substituted acrylic polymers with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN46 dcterms:identifier "E_ACRCN46" ;              rdfs:comment "A subclass of the E_ACRCN33 Class, CN-substituted acrylic polymers with saturated heterocyclic side chain. E_ACRCN46" ;              rdfs:label "CN-substituted acrylic polymers with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRCN47 dcterms:identifier "E_ACRCN47" ;              rdfs:comment "A subclass of the E_ACRCN33 Class, CN-substituted acrylic polymers with unsaturated heterocyclic side chain. E_ACRCN47" ;              rdfs:label "CN-substituted acrylic polymers with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN2 dcterms:identifier "E_ACRN2" ;            rdfs:comment "A subclass of the E_ACR1 Class, N-substituted acrylic polymers. E_ACRN2" ;            rdfs:label "N-substituted acrylic polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN31 dcterms:identifier "E_ACRN31" ;             rdfs:comment "A subclass of the E_ACRN2 Class, N-substituted acrylic polymers with aliphatic side chain. E_ACRN31" ;             rdfs:label "N-substituted acrylic polymers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN32 dcterms:identifier "E_ACRN32" ;             rdfs:comment "A subclass of the E_ACRN2 Class, N-substituted acrylic polymers with aromatic side chain. E_ACRN32" ;             rdfs:label "N-substituted acrylic polymers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN33 dcterms:identifier "E_ACRN33" ;             rdfs:comment "A subclass of the E_ACRN2 Class, N-substituted acrylic polymers with heterocyclic side chain. E_ACRN33" ;             rdfs:label "N-substituted acrylic polymers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN41 dcterms:identifier "E_ACRN41" ;             rdfs:comment "A subclass of the E_ACRN31 Class, N-substituted acrylic polymers with acyclic aliphatic side chain. E_ACRN41" ;             rdfs:label "N-substituted acrylic polymers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN42 dcterms:identifier "E_ACRN42" ;             rdfs:comment "A subclass of the E_ACRN31 Class, N-substituted acrylic polymers with alicyclic aliphatic side chain. E_ACRN42" ;             rdfs:label "N-substituted acrylic polymers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN43 dcterms:identifier "E_ACRN43" ;             rdfs:comment "A subclass of the E_ACRN32 Class, N-substituted acrylic polymers with condensed-ring aromatic side chain. E_ACRN43" ;             rdfs:label "N-substituted acrylic polymers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN44 dcterms:identifier "E_ACRN44" ;             rdfs:comment "A subclass of the E_ACRN32 Class, N-substituted acrylic polymers with multiring aromatic side chain. E_ACRN44" ;             rdfs:label "N-substituted acrylic polymers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN45 dcterms:identifier "E_ACRN45" ;             rdfs:comment "A subclass of the E_ACRN32 Class, N-substituted acrylic polymers with single-ring aromatic side chain. E_ACRN45" ;             rdfs:label "N-substituted acrylic polymers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN46 dcterms:identifier "E_ACRN46" ;             rdfs:comment "A subclass of the E_ACRN33 Class, N-substituted acrylic polymers with saturated heterocyclic side chain. E_ACRN46" ;             rdfs:label "N-substituted acrylic polymers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRN47 dcterms:identifier "E_ACRN47" ;             rdfs:comment "A subclass of the E_ACRN33 Class, N-substituted acrylic polymers with unsaturated heterocyclic side chain. E_ACRN47" ;             rdfs:label "N-substituted acrylic polymers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS2 dcterms:identifier "E_ACRS2" ;            rdfs:comment "A subclass of the E_ACR1 Class, S-substituted acrylic polymers. E_ACRS2" ;            rdfs:label "S-substituted acrylic polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS31 dcterms:identifier "E_ACRS31" ;             rdfs:comment "A subclass of the E_ACRS2 Class, S-substituted acrylic polymers with aliphatic side chain. E_ACRS31" ;             rdfs:label "S-substituted acrylic polymers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS32 dcterms:identifier "E_ACRS32" ;             rdfs:comment "A subclass of the E_ACRS2 Class, S-substituted acrylic polymers with aromatic side chain. E_ACRS32" ;             rdfs:label "S-substituted acrylic polymers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS33 dcterms:identifier "E_ACRS33" ;             rdfs:comment "A subclass of the E_ACRS2 Class, S-substituted acrylic polymers with heterocyclic side chain. E_ACRS33" ;             rdfs:label "S-substituted acrylic polymers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS41 dcterms:identifier "E_ACRS41" ;             rdfs:comment "A subclass of the E_ACRS31 Class, S-substituted acrylic polymers with acyclic aliphatic side chain. E_ACRS41" ;             rdfs:label "S-substituted acrylic polymers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS42 dcterms:identifier "E_ACRS42" ;             rdfs:comment "A subclass of the E_ACRS31 Class, S-substituted acrylic polymers with alicyclic aliphatic side chain. E_ACRS42" ;             rdfs:label "S-substituted acrylic polymers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS43 dcterms:identifier "E_ACRS43" ;             rdfs:comment "A subclass of the E_ACRS32 Class, S-substituted acrylic polymers with condensed-ring aromatic side chain. E_ACRS43" ;             rdfs:label "S-substituted acrylic polymers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS44 dcterms:identifier "E_ACRS44" ;             rdfs:comment "A subclass of the E_ACRS32 Class, S-substituted acrylic polymers with multiring aromatic side chain. E_ACRS44" ;             rdfs:label "S-substituted acrylic polymers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS45 dcterms:identifier "E_ACRS45" ;             rdfs:comment "A subclass of the E_ACRS32 Class, S-substituted acrylic polymers with single-ring aromatic side chain. E_ACRS45" ;             rdfs:label "S-substituted acrylic polymers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS46 dcterms:identifier "E_ACRS46" ;             rdfs:comment "A subclass of the E_ACRS33 Class, S-substituted acrylic polymers with saturated heterocyclic side chain. E_ACRS46" ;             rdfs:label "S-substituted acrylic polymers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACRS47 dcterms:identifier "E_ACRS47" ;             rdfs:comment "A subclass of the E_ACRS33 Class, S-substituted acrylic polymers with unsaturated heterocyclic side chain. E_ACRS47" ;             rdfs:label "S-substituted acrylic polymers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_2 dcterms:identifier "E_ACR_2" ;            rdfs:comment "A subclass of the E_ACR1 Class, unmodified acrylic polymers. E_ACR_2" ;            rdfs:label "unmodified acrylic polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_31 dcterms:identifier "E_ACR_31" ;             rdfs:comment "A subclass of the E_ACR_2 Class, unmodified acrylic polymers with aliphatic side chain. E_ACR_31" ;             rdfs:label "unmodified acrylic polymers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_32 dcterms:identifier "E_ACR_32" ;             rdfs:comment "A subclass of the E_ACR_2 Class, unmodified acrylic polymers with aromatic side chain. E_ACR_32" ;             rdfs:label "unmodified acrylic polymers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_33 dcterms:identifier "E_ACR_33" ;             rdfs:comment "A subclass of the E_ACR_2 Class, unmodified acrylic polymers with heterocyclic side chain. E_ACR_33" ;             rdfs:label "unmodified acrylic polymers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_41 dcterms:identifier "E_ACR_41" ;             rdfs:comment "A subclass of the E_ACR_31 Class, unmodified acrylic polymers with acyclic aliphatic side chain. E_ACR_41" ;             rdfs:label "unmodified acrylic polymers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_42 dcterms:identifier "E_ACR_42" ;             rdfs:comment "A subclass of the E_ACR_31 Class, unmodified acrylic polymers with alicyclic aliphatic side chain. E_ACR_42" ;             rdfs:label "unmodified acrylic polymers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_43 dcterms:identifier "E_ACR_43" ;             rdfs:comment "A subclass of the E_ACR_32 Class, unmodified acrylic polymers with condensed-ring aromatic side chain. E_ACR_43" ;             rdfs:label "unmodified acrylic polymers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_44 dcterms:identifier "E_ACR_44" ;             rdfs:comment "A subclass of the E_ACR_32 Class, unmodified acrylic polymers with multiring aromatic side chain. E_ACR_44" ;             rdfs:label "unmodified acrylic polymers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_45 dcterms:identifier "E_ACR_45" ;             rdfs:comment "A subclass of the E_ACR_32 Class, unmodified acrylic polymers with single-ring aromatic side chain. E_ACR_45" ;             rdfs:label "unmodified acrylic polymers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_46 dcterms:identifier "E_ACR_46" ;             rdfs:comment "A subclass of the E_ACR_33 Class, unmodified acrylic polymers with saturated heterocyclic side chain. E_ACR_46" ;             rdfs:label "unmodified acrylic polymers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ACR_47 dcterms:identifier "E_ACR_47" ;             rdfs:comment "A subclass of the E_ACR_33 Class, unmodified acrylic polymers with unsaturated heterocyclic side chain. E_ACR_47" ;             rdfs:label "unmodified acrylic polymers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD1 dcterms:identifier "E_AMD1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyamides. E_AMD1" ;           rdfs:label "polyamides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH2 dcterms:identifier "E_AMDH2" ;            rdfs:comment "A subclass of the E_AMD1 Class, heterocyclic polyamides. E_AMDH2" ;            rdfs:label "heterocyclic polyamides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH30 dcterms:identifier "E_AMDH30" ;             rdfs:comment "A subclass of the E_AMDH2 Class, heterocyclic polyamides without side chain. E_AMDH30" ;             rdfs:label "heterocyclic polyamides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH31 dcterms:identifier "E_AMDH31" ;             rdfs:comment "A subclass of the E_AMDH2 Class, heterocyclic polyamides with aliphatic side chain. E_AMDH31" ;             rdfs:label "heterocyclic polyamides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH32 dcterms:identifier "E_AMDH32" ;             rdfs:comment "A subclass of the E_AMDH2 Class, heterocyclic polyamides with aromatic side chain. E_AMDH32" ;             rdfs:label "heterocyclic polyamides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH33 dcterms:identifier "E_AMDH33" ;             rdfs:comment "A subclass of the E_AMDH2 Class, heterocyclic polyamides with heterocyclic side chain. E_AMDH33" ;             rdfs:label "heterocyclic polyamides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH41 dcterms:identifier "E_AMDH41" ;             rdfs:comment "A subclass of the E_AMDH31 Class, heterocyclic polyamides with acyclic aliphatic side chain. E_AMDH41" ;             rdfs:label "heterocyclic polyamides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH42 dcterms:identifier "E_AMDH42" ;             rdfs:comment "A subclass of the E_AMDH31 Class, heterocyclic polyamides with alicyclic aliphatic side chain. E_AMDH42" ;             rdfs:label "heterocyclic polyamides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH43 dcterms:identifier "E_AMDH43" ;             rdfs:comment "A subclass of the E_AMDH32 Class, heterocyclic polyamides with condensed-ring aromatic side chain. E_AMDH43" ;             rdfs:label "heterocyclic polyamides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH44 dcterms:identifier "E_AMDH44" ;             rdfs:comment "A subclass of the E_AMDH32 Class, heterocyclic polyamides with multiring aromatic side chain. E_AMDH44" ;             rdfs:label "heterocyclic polyamides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH45 dcterms:identifier "E_AMDH45" ;             rdfs:comment "A subclass of the E_AMDH32 Class, heterocyclic polyamides with single-ring aromatic side chain. E_AMDH45" ;             rdfs:label "heterocyclic polyamides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH46 dcterms:identifier "E_AMDH46" ;             rdfs:comment "A subclass of the E_AMDH33 Class, heterocyclic polyamides with saturated heterocyclic side chain. E_AMDH46" ;             rdfs:label "heterocyclic polyamides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDH47 dcterms:identifier "E_AMDH47" ;             rdfs:comment "A subclass of the E_AMDH33 Class, heterocyclic polyamides with unsaturated heterocyclic side chain. E_AMDH47" ;             rdfs:label "heterocyclic polyamides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT2 dcterms:identifier "E_AMDT2" ;            rdfs:comment "A subclass of the E_AMD1 Class, partially heterocyclic polyamides. E_AMDT2" ;            rdfs:label "partially heterocyclic polyamides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT30 dcterms:identifier "E_AMDT30" ;             rdfs:comment "A subclass of the E_AMDT2 Class, partially heterocyclic polyamides without side chain. E_AMDT30" ;             rdfs:label "partially heterocyclic polyamides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT31 dcterms:identifier "E_AMDT31" ;             rdfs:comment "A subclass of the E_AMDT2 Class, partially heterocyclic polyamides with aliphatic side chain. E_AMDT31" ;             rdfs:label "partially heterocyclic polyamides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT32 dcterms:identifier "E_AMDT32" ;             rdfs:comment "A subclass of the E_AMDT2 Class, partially heterocyclic polyamides with aromatic side chain. E_AMDT32" ;             rdfs:label "partially heterocyclic polyamides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT33 dcterms:identifier "E_AMDT33" ;             rdfs:comment "A subclass of the E_AMDT2 Class, partially heterocyclic polyamides with heterocyclic side chain. E_AMDT33" ;             rdfs:label "partially heterocyclic polyamides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT41 dcterms:identifier "E_AMDT41" ;             rdfs:comment "A subclass of the E_AMDT31 Class, partially heterocyclic polyamides with acyclic aliphatic side chain. E_AMDT41" ;             rdfs:label "partially heterocyclic polyamides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT42 dcterms:identifier "E_AMDT42" ;             rdfs:comment "A subclass of the E_AMDT31 Class, partially heterocyclic polyamides with alicyclic aliphatic side chain. E_AMDT42" ;             rdfs:label "partially heterocyclic polyamides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT43 dcterms:identifier "E_AMDT43" ;             rdfs:comment "A subclass of the E_AMDT32 Class, partially heterocyclic polyamides with condensed-ring aromatic side chain. E_AMDT43" ;             rdfs:label "partially heterocyclic polyamides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT44 dcterms:identifier "E_AMDT44" ;             rdfs:comment "A subclass of the E_AMDT32 Class, partially heterocyclic polyamides with multiring aromatic side chain. E_AMDT44" ;             rdfs:label "partially heterocyclic polyamides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT45 dcterms:identifier "E_AMDT45" ;             rdfs:comment "A subclass of the E_AMDT32 Class, partially heterocyclic polyamides with single-ring aromatic side chain. E_AMDT45" ;             rdfs:label "partially heterocyclic polyamides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT46 dcterms:identifier "E_AMDT46" ;             rdfs:comment "A subclass of the E_AMDT33 Class, partially heterocyclic polyamides with saturated heterocyclic side chain. E_AMDT46" ;             rdfs:label "partially heterocyclic polyamides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMDT47 dcterms:identifier "E_AMDT47" ;             rdfs:comment "A subclass of the E_AMDT33 Class, partially heterocyclic polyamides with unsaturated heterocyclic side chain. E_AMDT47" ;             rdfs:label "partially heterocyclic polyamides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_2 dcterms:identifier "E_AMD_2" ;            rdfs:comment "A subclass of the E_AMD1 Class, unmodified linear polyamides. E_AMD_2" ;            rdfs:label "unmodified linear polyamides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_30 dcterms:identifier "E_AMD_30" ;             rdfs:comment "A subclass of the E_AMD_2 Class, unmodified linear polyamides without side chain. E_AMD_30" ;             rdfs:label "unmodified linear polyamides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_31 dcterms:identifier "E_AMD_31" ;             rdfs:comment "A subclass of the E_AMD_2 Class, unmodified linear polyamides with aliphatic side chain. E_AMD_31" ;             rdfs:label "unmodified linear polyamides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_32 dcterms:identifier "E_AMD_32" ;             rdfs:comment "A subclass of the E_AMD_2 Class, unmodified linear polyamides with aromatic side chain. E_AMD_32" ;             rdfs:label "unmodified linear polyamides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_33 dcterms:identifier "E_AMD_33" ;             rdfs:comment "A subclass of the E_AMD_2 Class, unmodified linear polyamides with heterocyclic side chain. E_AMD_33" ;             rdfs:label "unmodified linear polyamides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_41 dcterms:identifier "E_AMD_41" ;             rdfs:comment "A subclass of the E_AMD_31 Class, unmodified linear polyamides with acyclic aliphatic side chain. E_AMD_41" ;             rdfs:label "unmodified linear polyamides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_42 dcterms:identifier "E_AMD_42" ;             rdfs:comment "A subclass of the E_AMD_31 Class, unmodified linear polyamides with alicyclic aliphatic side chain. E_AMD_42" ;             rdfs:label "unmodified linear polyamides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_43 dcterms:identifier "E_AMD_43" ;             rdfs:comment "A subclass of the E_AMD_32 Class, unmodified linear polyamides with condensed-ring aromatic side chain. E_AMD_43" ;             rdfs:label "unmodified linear polyamides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_44 dcterms:identifier "E_AMD_44" ;             rdfs:comment "A subclass of the E_AMD_32 Class, unmodified linear polyamides with multiring aromatic side chain. E_AMD_44" ;             rdfs:label "unmodified linear polyamides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_45 dcterms:identifier "E_AMD_45" ;             rdfs:comment "A subclass of the E_AMD_32 Class, unmodified linear polyamides with single-ring aromatic side chain. E_AMD_45" ;             rdfs:label "unmodified linear polyamides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_46 dcterms:identifier "E_AMD_46" ;             rdfs:comment "A subclass of the E_AMD_33 Class, unmodified linear polyamides with saturated heterocyclic side chain. E_AMD_46" ;             rdfs:label "unmodified linear polyamides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_AMD_47 dcterms:identifier "E_AMD_47" ;             rdfs:comment "A subclass of the E_AMD_33 Class, unmodified linear polyamides with unsaturated heterocyclic side chain. E_AMD_47" ;             rdfs:label "unmodified linear polyamides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH1 dcterms:identifier "E_ANH1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyanhydrides. E_ANH1" ;           rdfs:label "polyanhydrides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH2 dcterms:identifier "E_ANHH2" ;            rdfs:comment "A subclass of the E_ANH1 Class, heterocyclic polyanhydrides. E_ANHH2" ;            rdfs:label "heterocyclic polyanhydrides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH30 dcterms:identifier "E_ANHH30" ;             rdfs:comment "A subclass of the E_ANHH2 Class, heterocyclic polyanhydrides without side chain. E_ANHH30" ;             rdfs:label "heterocyclic polyanhydrides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH31 dcterms:identifier "E_ANHH31" ;             rdfs:comment "A subclass of the E_ANHH2 Class, heterocyclic polyanhydrides with aliphatic side chain. E_ANHH31" ;             rdfs:label "heterocyclic polyanhydrides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH32 dcterms:identifier "E_ANHH32" ;             rdfs:comment "A subclass of the E_ANHH2 Class, heterocyclic polyanhydrides with aromatic side chain. E_ANHH32" ;             rdfs:label "heterocyclic polyanhydrides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH33 dcterms:identifier "E_ANHH33" ;             rdfs:comment "A subclass of the E_ANHH2 Class, heterocyclic polyanhydrides with heterocyclic side chain. E_ANHH33" ;             rdfs:label "heterocyclic polyanhydrides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH41 dcterms:identifier "E_ANHH41" ;             rdfs:comment "A subclass of the E_ANHH31 Class, heterocyclic polyanhydrides with acyclic aliphatic side chain. E_ANHH41" ;             rdfs:label "heterocyclic polyanhydrides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH42 dcterms:identifier "E_ANHH42" ;             rdfs:comment "A subclass of the E_ANHH31 Class, heterocyclic polyanhydrides with alicyclic aliphatic side chain. E_ANHH42" ;             rdfs:label "heterocyclic polyanhydrides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH43 dcterms:identifier "E_ANHH43" ;             rdfs:comment "A subclass of the E_ANHH32 Class, heterocyclic polyanhydrides with condensed-ring aromatic side chain. E_ANHH43" ;             rdfs:label "heterocyclic polyanhydrides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH44 dcterms:identifier "E_ANHH44" ;             rdfs:comment "A subclass of the E_ANHH32 Class, heterocyclic polyanhydrides with multiring aromatic side chain. E_ANHH44" ;             rdfs:label "heterocyclic polyanhydrides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH45 dcterms:identifier "E_ANHH45" ;             rdfs:comment "A subclass of the E_ANHH32 Class, heterocyclic polyanhydrides with single-ring aromatic side chain. E_ANHH45" ;             rdfs:label "heterocyclic polyanhydrides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH46 dcterms:identifier "E_ANHH46" ;             rdfs:comment "A subclass of the E_ANHH33 Class, heterocyclic polyanhydrides with saturated heterocyclic side chain. E_ANHH46" ;             rdfs:label "heterocyclic polyanhydrides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANHH47 dcterms:identifier "E_ANHH47" ;             rdfs:comment "A subclass of the E_ANHH33 Class, heterocyclic polyanhydrides with unsaturated heterocyclic side chain. E_ANHH47" ;             rdfs:label "heterocyclic polyanhydrides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_2 dcterms:identifier "E_ANH_2" ;            rdfs:comment "A subclass of the E_ANH1 Class, unmodified linear polyanhydrides. E_ANH_2" ;            rdfs:label "unmodified linear polyanhydrides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_30 dcterms:identifier "E_ANH_30" ;             rdfs:comment "A subclass of the E_ANH_2 Class, unmodified linear polyanhydrides without side chain. E_ANH_30" ;             rdfs:label "unmodified linear polyanhydrides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_31 dcterms:identifier "E_ANH_31" ;             rdfs:comment "A subclass of the E_ANH_2 Class, unmodified linear polyanhydrides with aliphatic side chain. E_ANH_31" ;             rdfs:label "unmodified linear polyanhydrides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_32 dcterms:identifier "E_ANH_32" ;             rdfs:comment "A subclass of the E_ANH_2 Class, unmodified linear polyanhydrides with aromatic side chain. E_ANH_32" ;             rdfs:label "unmodified linear polyanhydrides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_33 dcterms:identifier "E_ANH_33" ;             rdfs:comment "A subclass of the E_ANH_2 Class, unmodified linear polyanhydrides with heterocyclic side chain. E_ANH_33" ;             rdfs:label "unmodified linear polyanhydrides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_41 dcterms:identifier "E_ANH_41" ;             rdfs:comment "A subclass of the E_ANH_31 Class, unmodified linear polyanhydrides with acyclic aliphatic side chain. E_ANH_41" ;             rdfs:label "unmodified linear polyanhydrides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_42 dcterms:identifier "E_ANH_42" ;             rdfs:comment "A subclass of the E_ANH_31 Class, unmodified linear polyanhydrides with alicyclic aliphatic side chain. E_ANH_42" ;             rdfs:label "unmodified linear polyanhydrides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_43 dcterms:identifier "E_ANH_43" ;             rdfs:comment "A subclass of the E_ANH_32 Class, unmodified linear polyanhydrides with condensed-ring aromatic side chain. E_ANH_43" ;             rdfs:label "unmodified linear polyanhydrides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_44 dcterms:identifier "E_ANH_44" ;             rdfs:comment "A subclass of the E_ANH_32 Class, unmodified linear polyanhydrides with multiring aromatic side chain. E_ANH_44" ;             rdfs:label "unmodified linear polyanhydrides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_45 dcterms:identifier "E_ANH_45" ;             rdfs:comment "A subclass of the E_ANH_32 Class, unmodified linear polyanhydrides with single-ring aromatic side chain. E_ANH_45" ;             rdfs:label "unmodified linear polyanhydrides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_46 dcterms:identifier "E_ANH_46" ;             rdfs:comment "A subclass of the E_ANH_33 Class, unmodified linear polyanhydrides with saturated heterocyclic side chain. E_ANH_46" ;             rdfs:label "unmodified linear polyanhydrides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ANH_47 dcterms:identifier "E_ANH_47" ;             rdfs:comment "A subclass of the E_ANH_33 Class, unmodified linear polyanhydrides with unsaturated heterocyclic side chain. E_ANH_47" ;             rdfs:label "unmodified linear polyanhydrides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR1 dcterms:identifier "E_CAR1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polycarbonates. E_CAR1" ;           rdfs:label "polycarbonates" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_2 dcterms:identifier "E_CAR_2" ;            rdfs:comment "A subclass of the E_CAR1 Class, polycarbonates. E_CAR_2" ;            rdfs:label "polycarbonates" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_30 dcterms:identifier "E_CAR_30" ;             rdfs:comment "A subclass of the E_CAR_2 Class, polycarbonates without side chain. E_CAR_30" ;             rdfs:label "polycarbonates without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_31 dcterms:identifier "E_CAR_31" ;             rdfs:comment "A subclass of the E_CAR_2 Class, polycarbonates with aliphatic side chain. E_CAR_31" ;             rdfs:label "polycarbonates with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_32 dcterms:identifier "E_CAR_32" ;             rdfs:comment "A subclass of the E_CAR_2 Class, polycarbonates with aromatic side chain. E_CAR_32" ;             rdfs:label "polycarbonates with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_33 dcterms:identifier "E_CAR_33" ;             rdfs:comment "A subclass of the E_CAR_2 Class, polycarbonates with heterocyclic side chain. E_CAR_33" ;             rdfs:label "polycarbonates with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_41 dcterms:identifier "E_CAR_41" ;             rdfs:comment "A subclass of the E_CAR_31 Class, polycarbonates with acyclic aliphatic side chain. E_CAR_41" ;             rdfs:label "polycarbonates with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_42 dcterms:identifier "E_CAR_42" ;             rdfs:comment "A subclass of the E_CAR_31 Class, polycarbonates with alicyclic aliphatic side chain. E_CAR_42" ;             rdfs:label "polycarbonates with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_43 dcterms:identifier "E_CAR_43" ;             rdfs:comment "A subclass of the E_CAR_32 Class, polycarbonates with condensed-ring aromatic side chain. E_CAR_43" ;             rdfs:label "polycarbonates with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_44 dcterms:identifier "E_CAR_44" ;             rdfs:comment "A subclass of the E_CAR_32 Class, polycarbonates with multiring aromatic side chain. E_CAR_44" ;             rdfs:label "polycarbonates with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_45 dcterms:identifier "E_CAR_45" ;             rdfs:comment "A subclass of the E_CAR_32 Class, polycarbonates with single-ring aromatic side chain. E_CAR_45" ;             rdfs:label "polycarbonates with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_46 dcterms:identifier "E_CAR_46" ;             rdfs:comment "A subclass of the E_CAR_33 Class, polycarbonates with saturated heterocyclic side chain. E_CAR_46" ;             rdfs:label "polycarbonates with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_CAR_47 dcterms:identifier "E_CAR_47" ;             rdfs:comment "A subclass of the E_CAR_33 Class, polycarbonates with unsaturated heterocyclic side chain. E_CAR_47" ;             rdfs:label "polycarbonates with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND1 dcterms:identifier "E_COND1" ;            rdfs:comment "A subclass of the ConstitutionalUnit Class, condensed-ring aromatic polymers. E_COND1" ;            rdfs:label "condensed-ring aromatic polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_2 dcterms:identifier "E_COND_2" ;             rdfs:comment "A subclass of the E_COND1 Class, condensed-ring aromatic hydrocarbon. E_COND_2" ;             rdfs:label "condensed-ring aromatic hydrocarbon" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_30 dcterms:identifier "E_COND_30" ;              rdfs:comment "A subclass of the E_COND_2 Class, condensed-ring aromatic hydrocarbon without side chain. E_COND_30" ;              rdfs:label "condensed-ring aromatic hydrocarbon without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_31 dcterms:identifier "E_COND_31" ;              rdfs:comment "A subclass of the E_COND_2 Class, condensed-ring aromatic hydrocarbon with aliphatic side chain. E_COND_31" ;              rdfs:label "condensed-ring aromatic hydrocarbon with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_32 dcterms:identifier "E_COND_32" ;              rdfs:comment "A subclass of the E_COND_2 Class, condensed-ring aromatic hydrocarbon with aromatic side chain. E_COND_32" ;              rdfs:label "condensed-ring aromatic hydrocarbon with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_33 dcterms:identifier "E_COND_33" ;              rdfs:comment "A subclass of the E_COND_2 Class, condensed-ring aromatic hydrocarbon with heterocyclic side chain. E_COND_33" ;              rdfs:label "condensed-ring aromatic hydrocarbon with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_41 dcterms:identifier "E_COND_41" ;              rdfs:comment "A subclass of the E_COND_31 Class, condensed-ring aromatic hydrocarbon with acyclic aliphatic side chain. E_COND_41" ;              rdfs:label "condensed-ring aromatic hydrocarbon with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_42 dcterms:identifier "E_COND_42" ;              rdfs:comment "A subclass of the E_COND_31 Class, condensed-ring aromatic hydrocarbon with alicyclic aliphatic side chain. E_COND_42" ;              rdfs:label "condensed-ring aromatic hydrocarbon with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_43 dcterms:identifier "E_COND_43" ;              rdfs:comment "A subclass of the E_COND_32 Class, condensed-ring aromatic hydrocarbon with condensed-ring aromatic side chain. E_COND_43" ;              rdfs:label "condensed-ring aromatic hydrocarbon with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_44 dcterms:identifier "E_COND_44" ;              rdfs:comment "A subclass of the E_COND_32 Class, condensed-ring aromatic hydrocarbon with multiring aromatic side chain. E_COND_44" ;              rdfs:label "condensed-ring aromatic hydrocarbon with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_45 dcterms:identifier "E_COND_45" ;              rdfs:comment "A subclass of the E_COND_32 Class, condensed-ring aromatic hydrocarbon with single-ring aromatic side chain. E_COND_45" ;              rdfs:label "condensed-ring aromatic hydrocarbon with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_46 dcterms:identifier "E_COND_46" ;              rdfs:comment "A subclass of the E_COND_33 Class, condensed-ring aromatic hydrocarbon with saturated heterocyclic side chain. E_COND_46" ;              rdfs:label "condensed-ring aromatic hydrocarbon with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_COND_47 dcterms:identifier "E_COND_47" ;              rdfs:comment "A subclass of the E_COND_33 Class, condensed-ring aromatic hydrocarbon with unsaturated heterocyclic side chain. E_COND_47" ;              rdfs:label "condensed-ring aromatic hydrocarbon with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIE1 dcterms:identifier "E_DIE1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polydienes. E_DIE1" ;           rdfs:label "polydienes" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIEC2 dcterms:identifier "E_DIEC2" ;            rdfs:comment "A subclass of the E_DIE1 Class, alicyclic polydienes. E_DIEC2" ;            rdfs:label "alicyclic polydienes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIEC30 dcterms:identifier "E_DIEC30" ;             rdfs:comment "A subclass of the E_DIEC2 Class, alicyclic polydienes without side chain. E_DIEC30" ;             rdfs:label "alicyclic polydienes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIEC31 dcterms:identifier "E_DIEC31" ;             rdfs:comment "A subclass of the E_DIEC2 Class, alicyclic polydienes with pendant group-modified side chain. E_DIEC31" ;             rdfs:label "alicyclic polydienes with pendant group-modified side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIE_2 dcterms:identifier "E_DIE_2" ;            rdfs:comment "A subclass of the E_DIE1 Class, acyclic polydienes. E_DIE_2" ;            rdfs:label "acyclic polydienes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIE_30 dcterms:identifier "E_DIE_30" ;             rdfs:comment "A subclass of the E_DIE_2 Class, acyclic polydienes without side chain. E_DIE_30" ;             rdfs:label "acyclic polydienes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_DIE_31 dcterms:identifier "E_DIE_31" ;             rdfs:comment "A subclass of the E_DIE_2 Class, acyclic polydienes with pendant group-modified side chain. E_DIE_31" ;             rdfs:label "acyclic polydienes with pendant group-modified side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL1 dcterms:identifier "E_ESL1 " ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyesters. E_ESL1 " ;           rdfs:label "polyesters" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH2 dcterms:identifier "E_ESLH2" ;            rdfs:comment "A subclass of the E_ESL1 Class, heterocyclic polyesters. E_ESLH2" ;            rdfs:label "heterocyclic polyesters" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH30 dcterms:identifier "E_ESLH30" ;             rdfs:comment "A subclass of the E_ESLH2 Class, heterocyclic polyesters without side chain. E_ESLH30" ;             rdfs:label "heterocyclic polyesters without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH31 dcterms:identifier "E_ESLH31" ;             rdfs:comment "A subclass of the E_ESLH2 Class, heterocyclic polyesters with aliphatic side chain. E_ESLH31" ;             rdfs:label "heterocyclic polyesters with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH32 dcterms:identifier "E_ESLH32" ;             rdfs:comment "A subclass of the E_ESLH2 Class, heterocyclic polyesters with aromatic side chain. E_ESLH32" ;             rdfs:label "heterocyclic polyesters with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH33 dcterms:identifier "E_ESLH33" ;             rdfs:comment "A subclass of the E_ESLH2 Class, heterocyclic polyesters with heterocyclic side chain. E_ESLH33" ;             rdfs:label "heterocyclic polyesters with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH41 dcterms:identifier "E_ESLH41" ;             rdfs:comment "A subclass of the E_ESLH31 Class, heterocyclic polyesters with acyclic aliphatic side chain. E_ESLH41" ;             rdfs:label "heterocyclic polyesters with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH42 dcterms:identifier "E_ESLH42" ;             rdfs:comment "A subclass of the E_ESLH31 Class, heterocyclic polyesters with alicyclic aliphatic side chain. E_ESLH42" ;             rdfs:label "heterocyclic polyesters with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH43 dcterms:identifier "E_ESLH43" ;             rdfs:comment "A subclass of the E_ESLH32 Class, heterocyclic polyesters with condensed-ring aromatic side chain. E_ESLH43" ;             rdfs:label "heterocyclic polyesters with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH44 dcterms:identifier "E_ESLH44" ;             rdfs:comment "A subclass of the E_ESLH32 Class, heterocyclic polyesters with multiring aromatic side chain. E_ESLH44" ;             rdfs:label "heterocyclic polyesters with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH45 dcterms:identifier "E_ESLH45" ;             rdfs:comment "A subclass of the E_ESLH32 Class, heterocyclic polyesters with single-ring aromatic side chain. E_ESLH45" ;             rdfs:label "heterocyclic polyesters with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH46 dcterms:identifier "E_ESLH46" ;             rdfs:comment "A subclass of the E_ESLH33 Class, heterocyclic polyesters with saturated heterocyclic side chain. E_ESLH46" ;             rdfs:label "heterocyclic polyesters with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESLH47 dcterms:identifier "E_ESLH47" ;             rdfs:comment "A subclass of the E_ESLH33 Class, heterocyclic polyesters with unsaturated heterocyclic side chain. E_ESLH47" ;             rdfs:label "heterocyclic polyesters with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_2 dcterms:identifier "E_ESL_2" ;            rdfs:comment "A subclass of the E_ESL1 Class, unmodified linear polyesters. E_ESL_2" ;            rdfs:label "unmodified linear polyesters" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_30 dcterms:identifier "E_ESL_30" ;             rdfs:comment "A subclass of the E_ESL_2 Class, unmodified linear polyesters without side chain. E_ESL_30" ;             rdfs:label "unmodified linear polyesters without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_31 dcterms:identifier "E_ESL_31" ;             rdfs:comment "A subclass of the E_ESL_2 Class, unmodified linear polyesters with aliphatic side chain. E_ESL_31" ;             rdfs:label "unmodified linear polyesters with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_32 dcterms:identifier "E_ESL_32" ;             rdfs:comment "A subclass of the E_ESL_2 Class, unmodified linear polyesters with aromatic side chain. E_ESL_32" ;             rdfs:label "unmodified linear polyesters with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_33 dcterms:identifier "E_ESL_33" ;             rdfs:comment "A subclass of the E_ESL_2 Class, unmodified linear polyesters with heterocyclic side chain. E_ESL_33" ;             rdfs:label "unmodified linear polyesters with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_41 dcterms:identifier "E_ESL_41" ;             rdfs:comment "A subclass of the E_ESL_31 Class, unmodified linear polyesters with acyclic aliphatic side chain. E_ESL_41" ;             rdfs:label "unmodified linear polyesters with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_42 dcterms:identifier "E_ESL_42" ;             rdfs:comment "A subclass of the E_ESL_31 Class, unmodified linear polyesters with alicyclic aliphatic side chain. E_ESL_42" ;             rdfs:label "unmodified linear polyesters with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_43 dcterms:identifier "E_ESL_43" ;             rdfs:comment "A subclass of the E_ESL_32 Class, unmodified linear polyesters with condensed-ring aromatic side chain. E_ESL_43" ;             rdfs:label "unmodified linear polyesters with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_44 dcterms:identifier "E_ESL_44" ;             rdfs:comment "A subclass of the E_ESL_32 Class, unmodified linear polyesters with multiring aromatic side chain. E_ESL_44" ;             rdfs:label "unmodified linear polyesters with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_45 dcterms:identifier "E_ESL_45" ;             rdfs:comment "A subclass of the E_ESL_32 Class, unmodified linear polyesters with single-ring aromatic side chain. E_ESL_45" ;             rdfs:label "unmodified linear polyesters with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_46 dcterms:identifier "E_ESL_46" ;             rdfs:comment "A subclass of the E_ESL_33 Class, unmodified linear polyesters with saturated heterocyclic side chain. E_ESL_46" ;             rdfs:label "unmodified linear polyesters with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ESL_47 dcterms:identifier "E_ESL_47" ;             rdfs:comment "A subclass of the E_ESL_33 Class, unmodified linear polyesters with unsaturated heterocyclic side chain. E_ESL_47" ;             rdfs:label "unmodified linear polyesters with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL1 dcterms:identifier "E_ETL1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyethers. E_ETL1" ;           rdfs:label "polyethers" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH2 dcterms:identifier "E_ETLH2" ;            rdfs:comment "A subclass of the E_ETL1 Class, heterocyclic polyethers. E_ETLH2" ;            rdfs:label "heterocyclic polyethers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH30 dcterms:identifier "E_ETLH30" ;             rdfs:comment "A subclass of the E_ETLH2 Class, heterocyclic polyethers without side chain. E_ETLH30" ;             rdfs:label "heterocyclic polyethers without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH31 dcterms:identifier "E_ETLH31" ;             rdfs:comment "A subclass of the E_ETLH2 Class, heterocyclic polyethers with aliphatic side chain. E_ETLH31" ;             rdfs:label "heterocyclic polyethers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH32 dcterms:identifier "E_ETLH32" ;             rdfs:comment "A subclass of the E_ETLH2 Class, heterocyclic polyethers with aromatic side chain. E_ETLH32" ;             rdfs:label "heterocyclic polyethers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH33 dcterms:identifier "E_ETLH33" ;             rdfs:comment "A subclass of the E_ETLH2 Class, heterocyclic polyethers with heterocyclic side chain. E_ETLH33" ;             rdfs:label "heterocyclic polyethers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH41 dcterms:identifier "E_ETLH41" ;             rdfs:comment "A subclass of the E_ETLH31 Class, heterocyclic polyethers with acyclic aliphatic side chain. E_ETLH41" ;             rdfs:label "heterocyclic polyethers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH42 dcterms:identifier "E_ETLH42" ;             rdfs:comment "A subclass of the E_ETLH31 Class, heterocyclic polyethers with alicyclic aliphatic side chain. E_ETLH42" ;             rdfs:label "heterocyclic polyethers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH43 dcterms:identifier "E_ETLH43" ;             rdfs:comment "A subclass of the E_ETLH32 Class, heterocyclic polyethers with condensed-ring aromatic side chain. E_ETLH43" ;             rdfs:label "heterocyclic polyethers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH44 dcterms:identifier "E_ETLH44" ;             rdfs:comment "A subclass of the E_ETLH32 Class, heterocyclic polyethers with multiring aromatic side chain. E_ETLH44" ;             rdfs:label "heterocyclic polyethers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH45 dcterms:identifier "E_ETLH45" ;             rdfs:comment "A subclass of the E_ETLH32 Class, heterocyclic polyethers with single-ring aromatic side chain. E_ETLH45" ;             rdfs:label "heterocyclic polyethers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH46 dcterms:identifier "E_ETLH46" ;             rdfs:comment "A subclass of the E_ETLH33 Class, heterocyclic polyethers with saturated heterocyclic side chain. E_ETLH46" ;             rdfs:label "heterocyclic polyethers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETLH47 dcterms:identifier "E_ETLH47" ;             rdfs:comment "A subclass of the E_ETLH33 Class, heterocyclic polyethers with unsaturated heterocyclic side chain. E_ETLH47" ;             rdfs:label "heterocyclic polyethers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_2 dcterms:identifier "E_ETL_2" ;            rdfs:comment "A subclass of the E_ETL1 Class, unmodified linear polyethers. E_ETL_2" ;            rdfs:label "unmodified linear polyethers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_30 dcterms:identifier "E_ETL_30" ;             rdfs:comment "A subclass of the E_ETL_2 Class, unmodified linear polyethers without side chain. E_ETL_30" ;             rdfs:label "unmodified linear polyethers without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_31 dcterms:identifier "E_ETL_31" ;             rdfs:comment "A subclass of the E_ETL_2 Class, unmodified linear polyethers with aliphatic side chain. E_ETL_31" ;             rdfs:label "unmodified linear polyethers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_32 dcterms:identifier "E_ETL_32" ;             rdfs:comment "A subclass of the E_ETL_2 Class, unmodified linear polyethers with aromatic side chain. E_ETL_32" ;             rdfs:label "unmodified linear polyethers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_33 dcterms:identifier "E_ETL_33" ;             rdfs:comment "A subclass of the E_ETL_2 Class, unmodified linear polyethers with heterocyclic side chain. E_ETL_33" ;             rdfs:label "unmodified linear polyethers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_41 dcterms:identifier "E_ETL_41" ;             rdfs:comment "A subclass of the E_ETL_31 Class, unmodified linear polyethers with acyclic aliphatic side chain. E_ETL_41" ;             rdfs:label "unmodified linear polyethers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_42 dcterms:identifier "E_ETL_42" ;             rdfs:comment "A subclass of the E_ETL_31 Class, unmodified linear polyethers with alicyclic aliphatic side chain. E_ETL_42" ;             rdfs:label "unmodified linear polyethers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_43 dcterms:identifier "E_ETL_43" ;             rdfs:comment "A subclass of the E_ETL_32 Class, unmodified linear polyethers with condensed-ring aromatic side chain. E_ETL_43" ;             rdfs:label "unmodified linear polyethers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_44 dcterms:identifier "E_ETL_44" ;             rdfs:comment "A subclass of the E_ETL_32 Class, unmodified linear polyethers with multiring aromatic side chain. E_ETL_44" ;             rdfs:label "unmodified linear polyethers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_45 dcterms:identifier "E_ETL_45" ;             rdfs:comment "A subclass of the E_ETL_32 Class, unmodified linear polyethers with single-ring aromatic side chain. E_ETL_45" ;             rdfs:label "unmodified linear polyethers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_46 dcterms:identifier "E_ETL_46" ;             rdfs:comment "A subclass of the E_ETL_33 Class, unmodified linear polyethers with saturated heterocyclic side chain. E_ETL_46" ;             rdfs:label "unmodified linear polyethers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_ETL_47 dcterms:identifier "E_ETL_47" ;             rdfs:comment "A subclass of the E_ETL_33 Class, unmodified linear polyethers with unsaturated heterocyclic side chain. E_ETL_47" ;             rdfs:label "unmodified linear polyethers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_HAL1 dcterms:identifier "E_HAL1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, halogenated polymers. E_HAL1" ;           rdfs:label "halogenated polymers" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_HAL21 dcterms:identifier "E_HAL21" ;            rdfs:comment "A subclass of the E_HAL1 Class, halogenated polyolefins. E_HAL21" ;            rdfs:label "halogenated polyolefins" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_HAL22 dcterms:identifier "E_HAL22" ;            rdfs:comment "A subclass of the E_HAL1 Class, other halogenated polymers. E_HAL22" ;            rdfs:label "other halogenated polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD1 dcterms:identifier "E_IMD1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyimides. E_IMD1" ;           rdfs:label "polyimides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH2 dcterms:identifier "E_IMDH2" ;            rdfs:comment "A subclass of the E_IMD1 Class, heterocyclic polyimides. E_IMDH2" ;            rdfs:label "heterocyclic polyimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH30 dcterms:identifier "E_IMDH30" ;             rdfs:comment "A subclass of the E_IMDH2 Class, heterocyclic polyimides without side chain. E_IMDH30" ;             rdfs:label "heterocyclic polyimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH31 dcterms:identifier "E_IMDH31" ;             rdfs:comment "A subclass of the E_IMDH2 Class, heterocyclic polyimides with aliphatic side chain. E_IMDH31" ;             rdfs:label "heterocyclic polyimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH32 dcterms:identifier "E_IMDH32" ;             rdfs:comment "A subclass of the E_IMDH2 Class, heterocyclic polyimides with aromatic side chain. E_IMDH32" ;             rdfs:label "heterocyclic polyimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH33 dcterms:identifier "E_IMDH33" ;             rdfs:comment "A subclass of the E_IMDH2 Class, heterocyclic polyimides with heterocyclic side chain. E_IMDH33" ;             rdfs:label "heterocyclic polyimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH41 dcterms:identifier "E_IMDH41" ;             rdfs:comment "A subclass of the E_IMDH31 Class, heterocyclic polyimides with acyclic aliphatic side chain. E_IMDH41" ;             rdfs:label "heterocyclic polyimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH42 dcterms:identifier "E_IMDH42" ;             rdfs:comment "A subclass of the E_IMDH31 Class, heterocyclic polyimides with alicyclic aliphatic side chain. E_IMDH42" ;             rdfs:label "heterocyclic polyimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH43 dcterms:identifier "E_IMDH43" ;             rdfs:comment "A subclass of the E_IMDH32 Class, heterocyclic polyimides with condensed-ring aromatic side chain. E_IMDH43" ;             rdfs:label "heterocyclic polyimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH44 dcterms:identifier "E_IMDH44" ;             rdfs:comment "A subclass of the E_IMDH32 Class, heterocyclic polyimides with multiring aromatic side chain. E_IMDH44" ;             rdfs:label "heterocyclic polyimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH45 dcterms:identifier "E_IMDH45" ;             rdfs:comment "A subclass of the E_IMDH32 Class, heterocyclic polyimides with single-ring aromatic side chain. E_IMDH45" ;             rdfs:label "heterocyclic polyimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH46 dcterms:identifier "E_IMDH46" ;             rdfs:comment "A subclass of the E_IMDH33 Class, heterocyclic polyimides with saturated heterocyclic side chain. E_IMDH46" ;             rdfs:label "heterocyclic polyimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDH47 dcterms:identifier "E_IMDH47" ;             rdfs:comment "A subclass of the E_IMDH33 Class, heterocyclic polyimides with unsaturated heterocyclic side chain. E_IMDH47" ;             rdfs:label "heterocyclic polyimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT2 dcterms:identifier "E_IMDT2" ;            rdfs:comment "A subclass of the E_IMD1 Class, partially heterocyclic polyimides. E_IMDT2" ;            rdfs:label "partially heterocyclic polyimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT30 dcterms:identifier "E_IMDT30" ;             rdfs:comment "A subclass of the E_IMDT2 Class, partially heterocyclic polyimides without side chain. E_IMDT30" ;             rdfs:label "partially heterocyclic polyimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT31 dcterms:identifier "E_IMDT31" ;             rdfs:comment "A subclass of the E_IMDT2 Class, partially heterocyclic polyimides with aliphatic side chain. E_IMDT31" ;             rdfs:label "partially heterocyclic polyimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT32 dcterms:identifier "E_IMDT32" ;             rdfs:comment "A subclass of the E_IMDT2 Class, partially heterocyclic polyimides with aromatic side chain. E_IMDT32" ;             rdfs:label "partially heterocyclic polyimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT33 dcterms:identifier "E_IMDT33" ;             rdfs:comment "A subclass of the E_IMDT2 Class, partially heterocyclic polyimides with heterocyclic side chain. E_IMDT33" ;             rdfs:label "partially heterocyclic polyimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT41 dcterms:identifier "E_IMDT41" ;             rdfs:comment "A subclass of the E_IMDT31 Class, partially heterocyclic polyimides with acyclic aliphatic side chain. E_IMDT41" ;             rdfs:label "partially heterocyclic polyimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT42 dcterms:identifier "E_IMDT42" ;             rdfs:comment "A subclass of the E_IMDT31 Class, partially heterocyclic polyimides with alicyclic aliphatic side chain. E_IMDT42" ;             rdfs:label "partially heterocyclic polyimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT43 dcterms:identifier "E_IMDT43" ;             rdfs:comment "A subclass of the E_IMDT32 Class, partially heterocyclic polyimides with condensed-ring aromatic side chain. E_IMDT43" ;             rdfs:label "partially heterocyclic polyimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT44 dcterms:identifier "E_IMDT44" ;             rdfs:comment "A subclass of the E_IMDT32 Class, partially heterocyclic polyimides with multiring aromatic side chain. E_IMDT44" ;             rdfs:label "partially heterocyclic polyimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT45 dcterms:identifier "E_IMDT45" ;             rdfs:comment "A subclass of the E_IMDT32 Class, partially heterocyclic polyimides with single-ring aromatic side chain. E_IMDT45" ;             rdfs:label "partially heterocyclic polyimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT46 dcterms:identifier "E_IMDT46" ;             rdfs:comment "A subclass of the E_IMDT33 Class, partially heterocyclic polyimides with saturated heterocyclic side chain. E_IMDT46" ;             rdfs:label "partially heterocyclic polyimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMDT47 dcterms:identifier "E_IMDT47" ;             rdfs:comment "A subclass of the E_IMDT33 Class, partially heterocyclic polyimides with unsaturated heterocyclic side chain. E_IMDT47" ;             rdfs:label "partially heterocyclic polyimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_2 dcterms:identifier "E_IMD_2" ;            rdfs:comment "A subclass of the E_IMD1 Class, unmodified linear polyimides. E_IMD_2" ;            rdfs:label "unmodified linear polyimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_30 dcterms:identifier "E_IMD_30" ;             rdfs:comment "A subclass of the E_IMD_2 Class, unmodified linear polyimides without side chain. E_IMD_30" ;             rdfs:label "unmodified linear polyimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_31 dcterms:identifier "E_IMD_31" ;             rdfs:comment "A subclass of the E_IMD_2 Class, unmodified linear polyimides with aliphatic side chain. E_IMD_31" ;             rdfs:label "unmodified linear polyimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_32 dcterms:identifier "E_IMD_32" ;             rdfs:comment "A subclass of the E_IMD_2 Class, unmodified linear polyimides with aromatic side chain. E_IMD_32" ;             rdfs:label "unmodified linear polyimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_33 dcterms:identifier "E_IMD_33" ;             rdfs:comment "A subclass of the E_IMD_2 Class, unmodified linear polyimides with heterocyclic side chain. E_IMD_33" ;             rdfs:label "unmodified linear polyimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_41 dcterms:identifier "E_IMD_41" ;             rdfs:comment "A subclass of the E_IMD_31 Class, unmodified linear polyimides with acyclic aliphatic side chain. E_IMD_41" ;             rdfs:label "unmodified linear polyimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_42 dcterms:identifier "E_IMD_42" ;             rdfs:comment "A subclass of the E_IMD_31 Class, unmodified linear polyimides with alicyclic aliphatic side chain. E_IMD_42" ;             rdfs:label "unmodified linear polyimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_43 dcterms:identifier "E_IMD_43" ;             rdfs:comment "A subclass of the E_IMD_32 Class, unmodified linear polyimides with condensed-ring aromatic side chain. E_IMD_43" ;             rdfs:label "unmodified linear polyimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_44 dcterms:identifier "E_IMD_44" ;             rdfs:comment "A subclass of the E_IMD_32 Class, unmodified linear polyimides with multiring aromatic side chain. E_IMD_44" ;             rdfs:label "unmodified linear polyimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_45 dcterms:identifier "E_IMD_45" ;             rdfs:comment "A subclass of the E_IMD_32 Class, unmodified linear polyimides with single-ring aromatic side chain. E_IMD_45" ;             rdfs:label "unmodified linear polyimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_46 dcterms:identifier "E_IMD_46" ;             rdfs:comment "A subclass of the E_IMD_33 Class, unmodified linear polyimides with saturated heterocyclic side chain. E_IMD_46" ;             rdfs:label "unmodified linear polyimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMD_47 dcterms:identifier "E_IMD_47" ;             rdfs:comment "A subclass of the E_IMD_33 Class, unmodified linear polyimides with unsaturated heterocyclic side chain. E_IMD_47" ;             rdfs:label "unmodified linear polyimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN1 dcterms:identifier "E_IMN1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyimines. E_IMN1" ;           rdfs:label "polyimines" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH2 dcterms:identifier "E_IMNH2" ;            rdfs:comment "A subclass of the E_IMN1 Class, heterocyclic polyimines polyimines. E_IMNH2" ;            rdfs:label "heterocyclic polyimines polyimines" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH30 dcterms:identifier "E_IMNH30" ;             rdfs:comment "A subclass of the E_IMNH2 Class, heterocyclic polyimines polyimines without side chain. E_IMNH30" ;             rdfs:label "heterocyclic polyimines polyimines without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH31 dcterms:identifier "E_IMNH31" ;             rdfs:comment "A subclass of the E_IMNH2 Class, heterocyclic polyimines polyimines with aliphatic side chain. E_IMNH31" ;             rdfs:label "heterocyclic polyimines polyimines with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH32 dcterms:identifier "E_IMNH32" ;             rdfs:comment "A subclass of the E_IMNH2 Class, heterocyclic polyimines polyimines with aromatic side chain. E_IMNH32" ;             rdfs:label "heterocyclic polyimines polyimines with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH33 dcterms:identifier "E_IMNH33" ;             rdfs:comment "A subclass of the E_IMNH2 Class, heterocyclic polyimines polyimines with heterocyclic side chain. E_IMNH33" ;             rdfs:label "heterocyclic polyimines polyimines with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH41 dcterms:identifier "E_IMNH41" ;             rdfs:comment "A subclass of the E_IMNH31 Class, heterocyclic polyimines polyimines with acyclic aliphatic side chain. E_IMNH41" ;             rdfs:label "heterocyclic polyimines polyimines with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH42 dcterms:identifier "E_IMNH42" ;             rdfs:comment "A subclass of the E_IMNH31 Class, heterocyclic polyimines polyimines with alicyclic aliphatic side chain. E_IMNH42" ;             rdfs:label "heterocyclic polyimines polyimines with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH43 dcterms:identifier "E_IMNH43" ;             rdfs:comment "A subclass of the E_IMNH32 Class, heterocyclic polyimines polyimines with condensed-ring aromatic side chain. E_IMNH43" ;             rdfs:label "heterocyclic polyimines polyimines with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH44 dcterms:identifier "E_IMNH44" ;             rdfs:comment "A subclass of the E_IMNH32 Class, heterocyclic polyimines polyimines with multiring aromatic side chain. E_IMNH44" ;             rdfs:label "heterocyclic polyimines polyimines with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH45 dcterms:identifier "E_IMNH45" ;             rdfs:comment "A subclass of the E_IMNH32 Class, heterocyclic polyimines polyimines with single-ring aromatic side chain. E_IMNH45" ;             rdfs:label "heterocyclic polyimines polyimines with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH46 dcterms:identifier "E_IMNH46" ;             rdfs:comment "A subclass of the E_IMNH33 Class, heterocyclic polyimines polyimines with saturated heterocyclic side chain. E_IMNH46" ;             rdfs:label "heterocyclic polyimines polyimines with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMNH47 dcterms:identifier "E_IMNH47" ;             rdfs:comment "A subclass of the E_IMNH33 Class, heterocyclic polyimines polyimines with unsaturated heterocyclic side chain. E_IMNH47" ;             rdfs:label "heterocyclic polyimines polyimines with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_2 dcterms:identifier "E_IMN_2" ;            rdfs:comment "A subclass of the E_IMN1 Class, unmodified linear polyimines. E_IMN_2" ;            rdfs:label "unmodified linear polyimines" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_30 dcterms:identifier "E_IMN_30" ;             rdfs:comment "A subclass of the E_IMN_2 Class, unmodified linear polyimines without side chain. E_IMN_30" ;             rdfs:label "unmodified linear polyimines without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_31 dcterms:identifier "E_IMN_31" ;             rdfs:comment "A subclass of the E_IMN_2 Class, unmodified linear polyimines with aliphatic side chain. E_IMN_31" ;             rdfs:label "unmodified linear polyimines with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_32 dcterms:identifier "E_IMN_32" ;             rdfs:comment "A subclass of the E_IMN_2 Class, unmodified linear polyimines with aromatic side chain. E_IMN_32" ;             rdfs:label "unmodified linear polyimines with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_33 dcterms:identifier "E_IMN_33" ;             rdfs:comment "A subclass of the E_IMN_2 Class, unmodified linear polyimines with heterocyclic side chain. E_IMN_33" ;             rdfs:label "unmodified linear polyimines with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_41 dcterms:identifier "E_IMN_41" ;             rdfs:comment "A subclass of the E_IMN_31 Class, unmodified linear polyimines with acyclic aliphatic side chain. E_IMN_41" ;             rdfs:label "unmodified linear polyimines with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_42 dcterms:identifier "E_IMN_42" ;             rdfs:comment "A subclass of the E_IMN_31 Class, unmodified linear polyimines with alicyclic aliphatic side chain. E_IMN_42" ;             rdfs:label "unmodified linear polyimines with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_43 dcterms:identifier "E_IMN_43" ;             rdfs:comment "A subclass of the E_IMN_32 Class, unmodified linear polyimines with condensed-ring aromatic side chain. E_IMN_43" ;             rdfs:label "unmodified linear polyimines with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_44 dcterms:identifier "E_IMN_44" ;             rdfs:comment "A subclass of the E_IMN_32 Class, unmodified linear polyimines with multiring aromatic side chain. E_IMN_44" ;             rdfs:label "unmodified linear polyimines with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_45 dcterms:identifier "E_IMN_45" ;             rdfs:comment "A subclass of the E_IMN_32 Class, unmodified linear polyimines with single-ring aromatic side chain. E_IMN_45" ;             rdfs:label "unmodified linear polyimines with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_46 dcterms:identifier "E_IMN_46" ;             rdfs:comment "A subclass of the E_IMN_33 Class, unmodified linear polyimines with saturated heterocyclic side chain. E_IMN_46" ;             rdfs:label "unmodified linear polyimines with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IMN_47 dcterms:identifier "E_IMN_47" ;             rdfs:comment "A subclass of the E_IMN_33 Class, unmodified linear polyimines with unsaturated heterocyclic side chain. E_IMN_47" ;             rdfs:label "unmodified linear polyimines with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_IN1 dcterms:identifier "E_IN1" ;          rdfs:comment "A subclass of the ConstitutionalUnit Class, inorganic polymers. E_IN1" ;          rdfs:label "inorganic polymers" ;          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN2 dcterms:identifier "E_INPN2" ;            rdfs:comment "A subclass of the E_IN1 Class, polyphosphazenes. E_INPN2" ;            rdfs:label "polyphosphazenes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN30 dcterms:identifier "E_INPN30" ;             rdfs:comment "A subclass of the E_INPN2 Class, polyphosphazenes without side chain. E_INPN30" ;             rdfs:label "polyphosphazenes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN31 dcterms:identifier "E_INPN31" ;             rdfs:comment "A subclass of the E_INPN2 Class, polyphosphazenes with aliphatic side chain. E_INPN31" ;             rdfs:label "polyphosphazenes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN32 dcterms:identifier "E_INPN32" ;             rdfs:comment "A subclass of the E_INPN2 Class, polyphosphazenes with aromatic side chain. E_INPN32" ;             rdfs:label "polyphosphazenes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN33 dcterms:identifier "E_INPN33" ;             rdfs:comment "A subclass of the E_INPN2 Class, polyphosphazenes with heterocyclic side chain. E_INPN33" ;             rdfs:label "polyphosphazenes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN41 dcterms:identifier "E_INPN41" ;             rdfs:comment "A subclass of the E_INPN31 Class, polyphosphazenes with acyclic aliphatic side chain. E_INPN41" ;             rdfs:label "polyphosphazenes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN42 dcterms:identifier "E_INPN42" ;             rdfs:comment "A subclass of the E_INPN31 Class, polyphosphazenes with alicyclic aliphatic side chain. E_INPN42" ;             rdfs:label "polyphosphazenes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN43 dcterms:identifier "E_INPN43" ;             rdfs:comment "A subclass of the E_INPN32 Class, polyphosphazenes with condensed-ring aromatic side chain. E_INPN43" ;             rdfs:label "polyphosphazenes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN44 dcterms:identifier "E_INPN44" ;             rdfs:comment "A subclass of the E_INPN32 Class, polyphosphazenes with multiring aromatic side chain. E_INPN44" ;             rdfs:label "polyphosphazenes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN45 dcterms:identifier "E_INPN45" ;             rdfs:comment "A subclass of the E_INPN32 Class, polyphosphazenes with single-ring aromatic side chain. E_INPN45" ;             rdfs:label "polyphosphazenes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN46 dcterms:identifier "E_INPN46" ;             rdfs:comment "A subclass of the E_INPN33 Class, polyphosphazenes with saturated heterocyclic side chain. E_INPN46" ;             rdfs:label "polyphosphazenes with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INPN47 dcterms:identifier "E_INPN47" ;             rdfs:comment "A subclass of the E_INPN33 Class, polyphosphazenes with unsaturated heterocyclic side chain. E_INPN47" ;             rdfs:label "polyphosphazenes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi2 dcterms:identifier "E_INSi2" ;            rdfs:comment "A subclass of the E_IN1 Class, polysilanes. E_INSi2" ;            rdfs:label "polysilanes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi30 dcterms:identifier "E_INSi30" ;             rdfs:comment "A subclass of the E_INSi2 Class, polysilanes without side chain. E_INSi30" ;             rdfs:label "polysilanes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi31 dcterms:identifier "E_INSi31" ;             rdfs:comment "A subclass of the E_INSi2 Class, polysilanes with aliphatic side chain. E_INSi31" ;             rdfs:label "polysilanes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi32 dcterms:identifier "E_INSi32" ;             rdfs:comment "A subclass of the E_INSi2 Class, polysilanes with aromatic side chain. E_INSi32" ;             rdfs:label "polysilanes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi33 dcterms:identifier "E_INSi33" ;             rdfs:comment "A subclass of the E_INSi2 Class, polysilanes with heterocyclic side chain. E_INSi33" ;             rdfs:label "polysilanes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi41 dcterms:identifier "E_INSi41" ;             rdfs:comment "A subclass of the E_INSi31 Class, polysilanes with acyclic aliphatic side chain. E_INSi41" ;             rdfs:label "polysilanes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi42 dcterms:identifier "E_INSi42" ;             rdfs:comment "A subclass of the E_INSi31 Class, polysilanes with alicyclic aliphatic side chain. E_INSi42" ;             rdfs:label "polysilanes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi43 dcterms:identifier "E_INSi43" ;             rdfs:comment "A subclass of the E_INSi32 Class, polysilanes with condensed-ring aromatic side chain. E_INSi43" ;             rdfs:label "polysilanes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi44 dcterms:identifier "E_INSi44" ;             rdfs:comment "A subclass of the E_INSi32 Class, polysilanes with multiring aromatic side chain. E_INSi44" ;             rdfs:label "polysilanes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi45 dcterms:identifier "E_INSi45" ;             rdfs:comment "A subclass of the E_INSi32 Class, polysilanes with single-ring aromatic side chain. E_INSi45" ;             rdfs:label "polysilanes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi46 dcterms:identifier "E_INSi46" ;             rdfs:comment "A subclass of the E_INSi33 Class, polysilanes with saturated heterocyclic side chain. E_INSi46" ;             rdfs:label "polysilanes with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSi47 dcterms:identifier "E_INSi47" ;             rdfs:comment "A subclass of the E_INSi33 Class, polysilanes with unsaturated heterocyclic side chain. E_INSi47" ;             rdfs:label "polysilanes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN2 dcterms:identifier "E_INSiN2" ;             rdfs:comment "A subclass of the E_IN1 Class, polysilazanes. E_INSiN2" ;             rdfs:label "polysilazanes" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN30 dcterms:identifier "E_INSiN30" ;              rdfs:comment "A subclass of the E_INSiN2 Class, polysilazanes without side chain. E_INSiN30" ;              rdfs:label "polysilazanes without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN31 dcterms:identifier "E_INSiN31" ;              rdfs:comment "A subclass of the E_INSiN2 Class, polysilazanes with aliphatic side chain. E_INSiN31" ;              rdfs:label "polysilazanes with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN32 dcterms:identifier "E_INSiN32" ;              rdfs:comment "A subclass of the E_INSiN2 Class, polysilazanes with aromatic side chain. E_INSiN32" ;              rdfs:label "polysilazanes with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN33 dcterms:identifier "E_INSiN33" ;              rdfs:comment "A subclass of the E_INSiN2 Class, polysilazanes with heterocyclic side chain. E_INSiN33" ;              rdfs:label "polysilazanes with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN41 dcterms:identifier "E_INSiN41" ;              rdfs:comment "A subclass of the E_INSiN31 Class, polysilazanes with acyclic aliphatic side chain. E_INSiN41" ;              rdfs:label "polysilazanes with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN42 dcterms:identifier "E_INSiN42" ;              rdfs:comment "A subclass of the E_INSiN31 Class, polysilazanes with alicyclic aliphatic side chain. E_INSiN42" ;              rdfs:label "polysilazanes with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN43 dcterms:identifier "E_INSiN43" ;              rdfs:comment "A subclass of the E_INSiN32 Class, polysilazanes with condensed-ring aromatic side chain. E_INSiN43" ;              rdfs:label "polysilazanes with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN44 dcterms:identifier "E_INSiN44" ;              rdfs:comment "A subclass of the E_INSiN32 Class, polysilazanes with multiring aromatic side chain. E_INSiN44" ;              rdfs:label "polysilazanes with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN45 dcterms:identifier "E_INSiN45" ;              rdfs:comment "A subclass of the E_INSiN32 Class, polysilazanes with single-ring aromatic side chain. E_INSiN45" ;              rdfs:label "polysilazanes with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN46 dcterms:identifier "E_INSiN46" ;              rdfs:comment "A subclass of the E_INSiN33 Class, polysilazanes with saturated heterocyclic side chain. E_INSiN46" ;              rdfs:label "polysilazanes with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiN47 dcterms:identifier "E_INSiN47" ;              rdfs:comment "A subclass of the E_INSiN33 Class, polysilazanes with unsaturated heterocyclic side chain. E_INSiN47" ;              rdfs:label "polysilazanes with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO2 dcterms:identifier "E_INSiO2" ;             rdfs:comment "A subclass of the E_IN1 Class, polysiloxanes. E_INSiO2" ;             rdfs:label "polysiloxanes" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO30 dcterms:identifier "E_INSiO30" ;              rdfs:comment "A subclass of the E_INSiO2 Class, polysiloxanes without side chain. E_INSiO30" ;              rdfs:label "polysiloxanes without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO31 dcterms:identifier "E_INSiO31" ;              rdfs:comment "A subclass of the E_INSiO2 Class, polysiloxanes with aliphatic side chain. E_INSiO31" ;              rdfs:label "polysiloxanes with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO32 dcterms:identifier "E_INSiO32" ;              rdfs:comment "A subclass of the E_INSiO2 Class, polysiloxanes with aromatic side chain. E_INSiO32" ;              rdfs:label "polysiloxanes with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO33 dcterms:identifier "E_INSiO33" ;              rdfs:comment "A subclass of the E_INSiO2 Class, polysiloxanes with heterocyclic side chain. E_INSiO33" ;              rdfs:label "polysiloxanes with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO41 dcterms:identifier "E_INSiO41" ;              rdfs:comment "A subclass of the E_INSiO31 Class, polysiloxanes with acyclic aliphatic side chain. E_INSiO41" ;              rdfs:label "polysiloxanes with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO42 dcterms:identifier "E_INSiO42" ;              rdfs:comment "A subclass of the E_INSiO31 Class, polysiloxanes with alicyclic aliphatic side chain. E_INSiO42" ;              rdfs:label "polysiloxanes with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO43 dcterms:identifier "E_INSiO43" ;              rdfs:comment "A subclass of the E_INSiO32 Class, polysiloxanes with condensed-ring aromatic side chain. E_INSiO43" ;              rdfs:label "polysiloxanes with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO44 dcterms:identifier "E_INSiO44" ;              rdfs:comment "A subclass of the E_INSiO32 Class, polysiloxanes with multiring aromatic side chain. E_INSiO44" ;              rdfs:label "polysiloxanes with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO45 dcterms:identifier "E_INSiO45" ;              rdfs:comment "A subclass of the E_INSiO32 Class, polysiloxanes with single-ring aromatic side chain. E_INSiO45" ;              rdfs:label "polysiloxanes with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO46 dcterms:identifier "E_INSiO46" ;              rdfs:comment "A subclass of the E_INSiO33 Class, polysiloxanes with saturated heterocyclic side chain. E_INSiO46" ;              rdfs:label "polysiloxanes with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_INSiO47 dcterms:identifier "E_INSiO47" ;              rdfs:comment "A subclass of the E_INSiO33 Class, polysiloxanes with unsaturated heterocyclic side chain. E_INSiO47" ;              rdfs:label "polysiloxanes with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN1 dcterms:identifier "E_KTN1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyketones. E_KTN1" ;           rdfs:label "polyketones" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC2 dcterms:identifier "E_KTNC2" ;            rdfs:comment "A subclass of the E_KTN1 Class, cyclic polyketones. E_KTNC2" ;            rdfs:label "cyclic polyketones" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC30 dcterms:identifier "E_KTNC30" ;             rdfs:comment "A subclass of the E_KTNC2 Class, cyclic polyketones without side chain. E_KTNC30" ;             rdfs:label "cyclic polyketones without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC31 dcterms:identifier "E_KTNC31" ;             rdfs:comment "A subclass of the E_KTNC2 Class, cyclic polyketones with aliphatic side chain. E_KTNC31" ;             rdfs:label "cyclic polyketones with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC32 dcterms:identifier "E_KTNC32" ;             rdfs:comment "A subclass of the E_KTNC2 Class, cyclic polyketones with aromatic side chain. E_KTNC32" ;             rdfs:label "cyclic polyketones with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC33 dcterms:identifier "E_KTNC33 " ;             rdfs:comment "A subclass of the E_KTNC2 Class, cyclic polyketones with heterocyclic side chain. E_KTNC33 " ;             rdfs:label "cyclic polyketones with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC41 dcterms:identifier "E_KTNC41" ;             rdfs:comment "A subclass of the E_KTNC31 Class, cyclic polyketones with acyclic aliphatic side chain. E_KTNC41" ;             rdfs:label "cyclic polyketones with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC42 dcterms:identifier "E_KTNC42" ;             rdfs:comment "A subclass of the E_KTNC31 Class, cyclic polyketones with alicyclic aliphatic side chain. E_KTNC42" ;             rdfs:label "cyclic polyketones with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC43 dcterms:identifier "E_KTNC43" ;             rdfs:comment "A subclass of the E_KTNC32 Class, cyclic polyketones with condensed-ring aromatic side chain. E_KTNC43" ;             rdfs:label "cyclic polyketones with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC44 dcterms:identifier "E_KTNC44" ;             rdfs:comment "A subclass of the E_KTNC32 Class, cyclic polyketones with multiring aromatic side chain. E_KTNC44" ;             rdfs:label "cyclic polyketones with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC45 dcterms:identifier "E_KTNC45" ;             rdfs:comment "A subclass of the E_KTNC32 Class, cyclic polyketones with single-ring aromatic side chain. E_KTNC45" ;             rdfs:label "cyclic polyketones with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC46 dcterms:identifier "E_KTNC46" ;             rdfs:comment "A subclass of the E_KTNC33  Class, cyclic polyketones with saturated heterocyclic side chain. E_KTNC46" ;             rdfs:label "cyclic polyketones with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTNC47 dcterms:identifier "E_KTNC47" ;             rdfs:comment "A subclass of the E_KTNC33  Class, cyclic polyketones with unsaturated heterocyclic side chain. E_KTNC47" ;             rdfs:label "cyclic polyketones with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_2 dcterms:identifier "E_KTN_2" ;            rdfs:comment "A subclass of the E_KTN1 Class, unmodified linear polyketones. E_KTN_2" ;            rdfs:label "unmodified linear polyketones" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_30 dcterms:identifier "E_KTN_30" ;             rdfs:comment "A subclass of the E_KTN_2 Class, unmodified linear polyketones without side chain. E_KTN_30" ;             rdfs:label "unmodified linear polyketones without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_31 dcterms:identifier "E_KTN_31" ;             rdfs:comment "A subclass of the E_KTN_2 Class, unmodified linear polyketones with aliphatic side chain. E_KTN_31" ;             rdfs:label "unmodified linear polyketones with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_32 dcterms:identifier "E_KTN_32" ;             rdfs:comment "A subclass of the E_KTN_2 Class, unmodified linear polyketones with aromatic side chain. E_KTN_32" ;             rdfs:label "unmodified linear polyketones with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_33 dcterms:identifier "E_KTN_33" ;             rdfs:comment "A subclass of the E_KTN_2 Class, unmodified linear polyketones with heterocyclic side chain. E_KTN_33" ;             rdfs:label "unmodified linear polyketones with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_41 dcterms:identifier "E_KTN_41" ;             rdfs:comment "A subclass of the E_KTN_31 Class, unmodified linear polyketones with acyclic aliphatic side chain. E_KTN_41" ;             rdfs:label "unmodified linear polyketones with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_42 dcterms:identifier "E_KTN_42" ;             rdfs:comment "A subclass of the E_KTN_31 Class, unmodified linear polyketones with alicyclic aliphatic side chain. E_KTN_42" ;             rdfs:label "unmodified linear polyketones with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_43 dcterms:identifier "E_KTN_43" ;             rdfs:comment "A subclass of the E_KTN_32 Class, unmodified linear polyketones with condensed-ring aromatic side chain. E_KTN_43" ;             rdfs:label "unmodified linear polyketones with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_44 dcterms:identifier "E_KTN_44" ;             rdfs:comment "A subclass of the E_KTN_32 Class, unmodified linear polyketones with multiring aromatic side chain. E_KTN_44" ;             rdfs:label "unmodified linear polyketones with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_45 dcterms:identifier "E_KTN_45" ;             rdfs:comment "A subclass of the E_KTN_32 Class, unmodified linear polyketones with single-ring aromatic side chain. E_KTN_45" ;             rdfs:label "unmodified linear polyketones with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_46 dcterms:identifier "E_KTN_46" ;             rdfs:comment "A subclass of the E_KTN_33 Class, unmodified linear polyketones with saturated heterocyclic side chain. E_KTN_46" ;             rdfs:label "unmodified linear polyketones with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_KTN_47 dcterms:identifier "E_KTN_47" ;             rdfs:comment "A subclass of the E_KTN_33 Class, unmodified linear polyketones with unsaturated heterocyclic side chain. E_KTN_47" ;             rdfs:label "unmodified linear polyketones with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL1 dcterms:identifier "E_MTL1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, metal containing polymers. E_MTL1" ;           rdfs:label "metal containing polymers" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL21 dcterms:identifier "E_MTL21" ;            rdfs:comment "A subclass of the E_MTL1 Class, Antimonyï¼ˆSb) containing polymers. E_MTL21" ;            rdfs:label "Antimonyï¼ˆSb) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL210 dcterms:identifier "E_MTL210" ;             rdfs:comment "A subclass of the E_MTL1 Class, Phosphorusï¼ˆP) containing polymers. E_MTL210" ;             rdfs:label "Phosphorusï¼ˆP) containing polymers" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL211 dcterms:identifier "E_MTL211" ;             rdfs:comment "A subclass of the E_MTL1 Class, Siliconï¼ˆSi) containing polymers. E_MTL211" ;             rdfs:label "Siliconï¼ˆSi) containing polymers" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL22 dcterms:identifier "E_MTL22" ;            rdfs:comment "A subclass of the E_MTL1 Class, Arsenicï¼ˆAs) containing polymers. E_MTL22" ;            rdfs:label "Arsenicï¼ˆAs) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL23 dcterms:identifier "E_MTL23" ;            rdfs:comment "A subclass of the E_MTL1 Class, Boronï¼ˆB) containing polymers. E_MTL23" ;            rdfs:label "Boronï¼ˆB) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL24 dcterms:identifier "E_MTL24" ;            rdfs:comment "A subclass of the E_MTL1 Class, Germaniumï¼ˆGe) containing polymers. E_MTL24" ;            rdfs:label "Germaniumï¼ˆGe) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL25 dcterms:identifier "E_MTL25" ;            rdfs:comment "A subclass of the E_MTL1 Class, Leadï¼ˆPb) containing polymers. E_MTL25" ;            rdfs:label "Leadï¼ˆPb) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL26 dcterms:identifier "E_MTL26" ;            rdfs:comment "A subclass of the E_MTL1 Class, Mercuryï¼ˆHg) containing polymers. E_MTL26" ;            rdfs:label "Mercuryï¼ˆHg) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL27 dcterms:identifier "E_MTL27" ;            rdfs:comment "A subclass of the E_MTL1 Class, Seleniumï¼ˆSe) containing polymers. E_MTL27" ;            rdfs:label "Seleniumï¼ˆSe) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL28 dcterms:identifier "E_MTL28" ;            rdfs:comment "A subclass of the E_MTL1 Class, Telluriumï¼ˆTe) containing polymers. E_MTL28" ;            rdfs:label "Telluriumï¼ˆTe) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_MTL29 dcterms:identifier "E_MTL29" ;            rdfs:comment "A subclass of the E_MTL1 Class, Tinï¼ˆSn) containing polymers. E_MTL29" ;            rdfs:label "Tinï¼ˆSn) containing polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLF1 dcterms:identifier "E_OLF1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyolefins. E_OLF1" ;           rdfs:label "polyolefins" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLFC2 dcterms:identifier "E_OLFC2" ;            rdfs:comment "A subclass of the E_OLF1 Class, alicyclic polyolefins. E_OLFC2" ;            rdfs:label "alicyclic polyolefins" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLFC30 dcterms:identifier "E_OLFC30" ;             rdfs:comment "A subclass of the E_OLFC2 Class, alicyclic polyolefins without side chain. E_OLFC30" ;             rdfs:label "alicyclic polyolefins without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLFC31 dcterms:identifier "E_OLFC31" ;             rdfs:comment "A subclass of the E_OLFC2 Class, alicyclic polyolefins with pendant group-modified side chain. E_OLFC31" ;             rdfs:label "alicyclic polyolefins with pendant group-modified side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLF_2 dcterms:identifier "E_OLF_2 " ;            rdfs:comment "A subclass of the E_OLF1 Class, acyclic polyolefins. E_OLF_2 " ;            rdfs:label "acyclic polyolefins" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLF_30 dcterms:identifier "E_OLF_30" ;             rdfs:comment "A subclass of the E_OLF_2  Class, acyclic polyolefins without side chain. E_OLF_30" ;             rdfs:label "acyclic polyolefins without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_OLF_31 dcterms:identifier "E_OLF_31" ;             rdfs:comment "A subclass of the E_OLF_2  Class, acyclic polyolefins with pendant group-modified side chain. E_OLF_31" ;             rdfs:label "acyclic polyolefins with pendant group-modified side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN1 dcterms:identifier "E_PHN1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polyphenylenes. E_PHN1" ;           rdfs:label "polyphenylenes" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_2 dcterms:identifier "E_PHN_2" ;            rdfs:comment "A subclass of the E_PHN1 Class, polyphenylenes. E_PHN_2" ;            rdfs:label "polyphenylenes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_30 dcterms:identifier "E_PHN_30 " ;             rdfs:comment "A subclass of the E_PHN_2 Class, polyphenylenes without side chain. E_PHN_30 " ;             rdfs:label "polyphenylenes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_31 dcterms:identifier "E_PHN_31" ;             rdfs:comment "A subclass of the E_PHN_2 Class, polyphenylenes with aliphatic side chain. E_PHN_31" ;             rdfs:label "polyphenylenes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_32 dcterms:identifier "E_PHN_32" ;             rdfs:comment "A subclass of the E_PHN_2 Class, polyphenylenes with aromatic side chain. E_PHN_32" ;             rdfs:label "polyphenylenes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_33 dcterms:identifier "E_PHN_33" ;             rdfs:comment "A subclass of the E_PHN_2 Class, polyphenylenes with heterocyclic side chain. E_PHN_33" ;             rdfs:label "polyphenylenes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_41 dcterms:identifier "E_PHN_41" ;             rdfs:comment "A subclass of the E_PHN_31 Class, polyphenylenes with acyclic aliphatic side chain. E_PHN_41" ;             rdfs:label "polyphenylenes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_42 dcterms:identifier "E_PHN_42" ;             rdfs:comment "A subclass of the E_PHN_31 Class, polyphenylenes with alicyclic aliphatic side chain. E_PHN_42" ;             rdfs:label "polyphenylenes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_43 dcterms:identifier "E_PHN_43" ;             rdfs:comment "A subclass of the E_PHN_32 Class, polyphenylenes with condensed-ring aromatic side chain. E_PHN_43" ;             rdfs:label "polyphenylenes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_44 dcterms:identifier "E_PHN_44" ;             rdfs:comment "A subclass of the E_PHN_32 Class, polyphenylenes with multiring aromatic side chain. E_PHN_44" ;             rdfs:label "polyphenylenes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_45 dcterms:identifier "E_PHN_45" ;             rdfs:comment "A subclass of the E_PHN_32 Class, polyphenylenes with single-ring aromatic side chain. E_PHN_45" ;             rdfs:label "polyphenylenes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_46 dcterms:identifier "E_PHN_46" ;             rdfs:comment "A subclass of the E_PHN_33 Class, polyphenylenes with saturated heterocyclic side chain. E_PHN_46" ;             rdfs:label "polyphenylenes with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHN_47 dcterms:identifier "E_PHN_47" ;             rdfs:comment "A subclass of the E_PHN_33 Class, polyphenylenes with unsaturated heterocyclic side chain. E_PHN_47" ;             rdfs:label "polyphenylenes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS1 dcterms:identifier "E_PHS1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, poly(phosphine oxide)/polythiophosphines. E_PHS1" ;           rdfs:label "poly(phosphine oxide)/polythiophosphines" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS2 dcterms:identifier "E_PHSS2" ;            rdfs:comment "A subclass of the E_PHS1 Class, poly(phosphane sulfide). E_PHSS2" ;            rdfs:label "poly(phosphane sulfide)" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS30 dcterms:identifier "E_PHSS30" ;             rdfs:comment "A subclass of the E_PHSS2 Class, poly(phosphane sulfide) without side chain. E_PHSS30" ;             rdfs:label "poly(phosphane sulfide) without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS31 dcterms:identifier "E_PHSS31" ;             rdfs:comment "A subclass of the E_PHSS2 Class, poly(phosphane sulfide) with aliphatic side chain. E_PHSS31" ;             rdfs:label "poly(phosphane sulfide) with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS32 dcterms:identifier "E_PHSS32" ;             rdfs:comment "A subclass of the E_PHSS2 Class, poly(phosphane sulfide) with aromatic side chain. E_PHSS32" ;             rdfs:label "poly(phosphane sulfide) with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS33 dcterms:identifier "E_PHSS33" ;             rdfs:comment "A subclass of the E_PHSS2 Class, poly(phosphane sulfide) with heterocyclic side chain. E_PHSS33" ;             rdfs:label "poly(phosphane sulfide) with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS41 dcterms:identifier "E_PHSS41" ;             rdfs:comment "A subclass of the E_PHSS31 Class, poly(phosphane sulfide) with acyclic aliphatic side chain. E_PHSS41" ;             rdfs:label "poly(phosphane sulfide) with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS42 dcterms:identifier "E_PHSS42" ;             rdfs:comment "A subclass of the E_PHSS31 Class, poly(phosphane sulfide) with alicyclic aliphatic side chain. E_PHSS42" ;             rdfs:label "poly(phosphane sulfide) with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS43 dcterms:identifier "E_PHSS43" ;             rdfs:comment "A subclass of the E_PHSS32 Class, poly(phosphane sulfide) with condensed-ring aromatic side chain. E_PHSS43" ;             rdfs:label "poly(phosphane sulfide) with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS44 dcterms:identifier "E_PHSS44" ;             rdfs:comment "A subclass of the E_PHSS32 Class, poly(phosphane sulfide) with multiring aromatic side chain. E_PHSS44" ;             rdfs:label "poly(phosphane sulfide) with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS45 dcterms:identifier "E_PHSS45" ;             rdfs:comment "A subclass of the E_PHSS32 Class, poly(phosphane sulfide) with single-ring aromatic side chain. E_PHSS45" ;             rdfs:label "poly(phosphane sulfide) with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS46 dcterms:identifier "E_PHSS46" ;             rdfs:comment "A subclass of the E_PHSS33 Class, poly(phosphane sulfide) with saturated heterocyclic side chain. E_PHSS46" ;             rdfs:label "poly(phosphane sulfide) with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHSS47 dcterms:identifier "E_PHSS47" ;             rdfs:comment "A subclass of the E_PHSS33 Class, poly(phosphane sulfide) with unsaturated heterocyclic side chain. E_PHSS47" ;             rdfs:label "poly(phosphane sulfide) with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_2 dcterms:identifier "E_PHS_2" ;            rdfs:comment "A subclass of the E_PHS1 Class, poly(phosphane oxide). E_PHS_2" ;            rdfs:label "poly(phosphane oxide)" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_30 dcterms:identifier "E_PHS_30" ;             rdfs:comment "A subclass of the E_PHS_2 Class, poly(phosphane oxide) without side chain. E_PHS_30" ;             rdfs:label "poly(phosphane oxide) without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_31 dcterms:identifier "E_PHS_31" ;             rdfs:comment "A subclass of the E_PHS_2 Class, poly(phosphane oxide) with aliphatic side chain. E_PHS_31" ;             rdfs:label "poly(phosphane oxide) with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_32 dcterms:identifier "E_PHS_32" ;             rdfs:comment "A subclass of the E_PHS_2 Class, poly(phosphane oxide) with aromatic side chain. E_PHS_32" ;             rdfs:label "poly(phosphane oxide) with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_33 dcterms:identifier "E_PHS_33" ;             rdfs:comment "A subclass of the E_PHS_2 Class, poly(phosphane oxide) with heterocyclic side chain. E_PHS_33" ;             rdfs:label "poly(phosphane oxide) with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_41 dcterms:identifier "E_PHS_41" ;             rdfs:comment "A subclass of the E_PHS_31 Class, poly(phosphane oxide) with acyclic aliphatic side chain. E_PHS_41" ;             rdfs:label "poly(phosphane oxide) with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_42 dcterms:identifier "E_PHS_42" ;             rdfs:comment "A subclass of the E_PHS_31 Class, poly(phosphane oxide) with alicyclic aliphatic side chain. E_PHS_42" ;             rdfs:label "poly(phosphane oxide) with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_43 dcterms:identifier "E_PHS_43" ;             rdfs:comment "A subclass of the E_PHS_32 Class, poly(phosphane oxide) with condensed-ring aromatic side chain. E_PHS_43" ;             rdfs:label "poly(phosphane oxide) with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_44 dcterms:identifier "E_PHS_44" ;             rdfs:comment "A subclass of the E_PHS_32 Class, poly(phosphane oxide) with multiring aromatic side chain. E_PHS_44" ;             rdfs:label "poly(phosphane oxide) with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_45 dcterms:identifier "E_PHS_45" ;             rdfs:comment "A subclass of the E_PHS_32 Class, poly(phosphane oxide) with single-ring aromatic side chain. E_PHS_45" ;             rdfs:label "poly(phosphane oxide) with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_46 dcterms:identifier "E_PHS_46" ;             rdfs:comment "A subclass of the E_PHS_33 Class, poly(phosphane oxide) with saturated heterocyclic side chain. E_PHS_46" ;             rdfs:label "poly(phosphane oxide) with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_PHS_47 dcterms:identifier "E_PHS_47" ;             rdfs:comment "A subclass of the E_PHS_33 Class, poly(phosphane oxide) with unsaturated heterocyclic side chain. E_PHS_47" ;             rdfs:label "poly(phosphane oxide) with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLF1 dcterms:identifier "E_SLF1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polysulfates/polysulfonates. E_SLF1" ;           rdfs:label "polysulfates/polysulfonates" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA2 dcterms:identifier "E_SLFA2" ;            rdfs:comment "A subclass of the E_SLF1 Class, polysulfates. E_SLFA2" ;            rdfs:label "polysulfates" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA30 dcterms:identifier "E_SLFA30" ;             rdfs:comment "A subclass of the E_SLFA2 Class, polysulfates without side chain. E_SLFA30" ;             rdfs:label "polysulfates without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA31 dcterms:identifier "E_SLFA31" ;             rdfs:comment "A subclass of the E_SLFA2 Class, polysulfates with aliphatic side chain. E_SLFA31" ;             rdfs:label "polysulfates with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA32 dcterms:identifier "E_SLFA32" ;             rdfs:comment "A subclass of the E_SLFA2 Class, polysulfates with aromatic side chain. E_SLFA32" ;             rdfs:label "polysulfates with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA33 dcterms:identifier "E_SLFA33" ;             rdfs:comment "A subclass of the E_SLFA2 Class, polysulfates with heterocyclic side chain. E_SLFA33" ;             rdfs:label "polysulfates with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA41 dcterms:identifier "E_SLFA41" ;             rdfs:comment "A subclass of the E_SLFA31 Class, polysulfates with acyclic aliphatic side chain. E_SLFA41" ;             rdfs:label "polysulfates with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA42 dcterms:identifier "E_SLFA42" ;             rdfs:comment "A subclass of the E_SLFA31 Class, polysulfates with alicyclic aliphatic side chain. E_SLFA42" ;             rdfs:label "polysulfates with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA43 dcterms:identifier "E_SLFA43" ;             rdfs:comment "A subclass of the E_SLFA32 Class, polysulfates with condensed-ring aromatic side chain. E_SLFA43" ;             rdfs:label "polysulfates with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA44 dcterms:identifier "E_SLFA44" ;             rdfs:comment "A subclass of the E_SLFA32 Class, polysulfates with multiring aromatic side chain. E_SLFA44" ;             rdfs:label "polysulfates with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA45 dcterms:identifier "E_SLFA45" ;             rdfs:comment "A subclass of the E_SLFA32 Class, polysulfates with single-ring aromatic side chain. E_SLFA45" ;             rdfs:label "polysulfates with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA46 dcterms:identifier "E_SLFA46" ;             rdfs:comment "A subclass of the E_SLFA33 Class, polysulfates with saturated heterocyclic side chain. E_SLFA46" ;             rdfs:label "polysulfates with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFA47 dcterms:identifier "E_SLFA47" ;             rdfs:comment "A subclass of the E_SLFA33 Class, polysulfates with unsaturated heterocyclic side chain. E_SLFA47" ;             rdfs:label "polysulfates with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO2 dcterms:identifier "E_SLFO2" ;            rdfs:comment "A subclass of the E_SLF1 Class, polysulfonates. E_SLFO2" ;            rdfs:label "polysulfonates" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO30 dcterms:identifier "E_SLFO30" ;             rdfs:comment "A subclass of the E_SLFO2 Class, polysulfonates without side chain. E_SLFO30" ;             rdfs:label "polysulfonates without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO31 dcterms:identifier "E_SLFO31" ;             rdfs:comment "A subclass of the E_SLFO2 Class, polysulfonates with aliphatic side chain. E_SLFO31" ;             rdfs:label "polysulfonates with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO32 dcterms:identifier "E_SLFO32" ;             rdfs:comment "A subclass of the E_SLFO2 Class, polysulfonates with aromatic side chain. E_SLFO32" ;             rdfs:label "polysulfonates with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO33 dcterms:identifier "E_SLFO33" ;             rdfs:comment "A subclass of the E_SLFO2 Class, polysulfonates with heterocyclic side chain. E_SLFO33" ;             rdfs:label "polysulfonates with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO41 dcterms:identifier "E_SLFO41" ;             rdfs:comment "A subclass of the E_SLFO31 Class, polysulfonates with acyclic aliphatic side chain. E_SLFO41" ;             rdfs:label "polysulfonates with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO42 dcterms:identifier "E_SLFO42" ;             rdfs:comment "A subclass of the E_SLFO31 Class, polysulfonates with alicyclic aliphatic side chain. E_SLFO42" ;             rdfs:label "polysulfonates with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO43 dcterms:identifier "E_SLFO43" ;             rdfs:comment "A subclass of the E_SLFO32 Class, polysulfonates with condensed-ring aromatic side chain. E_SLFO43" ;             rdfs:label "polysulfonates with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO44 dcterms:identifier "E_SLFO44" ;             rdfs:comment "A subclass of the E_SLFO32 Class, polysulfonates with multiring aromatic side chain. E_SLFO44" ;             rdfs:label "polysulfonates with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO45 dcterms:identifier "E_SLFO45" ;             rdfs:comment "A subclass of the E_SLFO32 Class, polysulfonates with single-ring aromatic side chain. E_SLFO45" ;             rdfs:label "polysulfonates with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO46 dcterms:identifier "E_SLFO46" ;             rdfs:comment "A subclass of the E_SLFO33 Class, polysulfonates with saturated heterocyclic side chain. E_SLFO46" ;             rdfs:label "polysulfonates with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SLFO47 dcterms:identifier "E_SLFO47" ;             rdfs:comment "A subclass of the E_SLFO33 Class, polysulfonates with unsaturated heterocyclic side chain. E_SLFO47" ;             rdfs:label "polysulfonates with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY1 dcterms:identifier "E_STY1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polystyrenes. E_STY1" ;           rdfs:label "polystyrenes" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_2 dcterms:identifier "E_STY_2" ;            rdfs:comment "A subclass of the E_STY1 Class, polystyrenes. E_STY_2" ;            rdfs:label "polystyrenes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_30 dcterms:identifier "E_STY_30" ;             rdfs:comment "A subclass of the E_STY_2 Class, polystyrenes without side chain. E_STY_30" ;             rdfs:label "polystyrenes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_31 dcterms:identifier "E_STY_31" ;             rdfs:comment "A subclass of the E_STY_2 Class, polystyrenes with aliphatic side chain. E_STY_31" ;             rdfs:label "polystyrenes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_32 dcterms:identifier "E_STY_32" ;             rdfs:comment "A subclass of the E_STY_2 Class, polystyrenes with aromatic side chain. E_STY_32" ;             rdfs:label "polystyrenes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_33 dcterms:identifier "E_STY_33" ;             rdfs:comment "A subclass of the E_STY_2 Class, polystyrenes with heterocyclic side chain. E_STY_33" ;             rdfs:label "polystyrenes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_41 dcterms:identifier "E_STY_41" ;             rdfs:comment "A subclass of the E_STY_31 Class, polystyrenes with acyclic aliphatic side chain. E_STY_41" ;             rdfs:label "polystyrenes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_42 dcterms:identifier "E_STY_42" ;             rdfs:comment "A subclass of the E_STY_31 Class, polystyrenes with alicyclic aliphatic side chain. E_STY_42" ;             rdfs:label "polystyrenes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_43 dcterms:identifier "E_STY_43" ;             rdfs:comment "A subclass of the E_STY_32 Class, polystyrenes with condensed-ring aromatic side chain. E_STY_43" ;             rdfs:label "polystyrenes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_44 dcterms:identifier "E_STY_44" ;             rdfs:comment "A subclass of the E_STY_32 Class, polystyrenes with multiring aromatic side chain. E_STY_44" ;             rdfs:label "polystyrenes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_45 dcterms:identifier "E_STY_45" ;             rdfs:comment "A subclass of the E_STY_32 Class, polystyrenes with single-ring aromatic side chain. E_STY_45" ;             rdfs:label "polystyrenes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_46 dcterms:identifier "E_STY_46" ;             rdfs:comment "A subclass of the E_STY_33 Class, polystyrenes with saturated heterocyclic side chain. E_STY_46" ;             rdfs:label "polystyrenes with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_STY_47 dcterms:identifier "E_STY_47" ;             rdfs:comment "A subclass of the E_STY_33 Class, polystyrenes with unsaturated heterocyclic side chain. E_STY_47" ;             rdfs:label "polystyrenes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA1 dcterms:identifier "E_SUA1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polysulfonamides. E_SUA1" ;           rdfs:label "polysulfonamides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_2 dcterms:identifier "E_SUA_2" ;            rdfs:comment "A subclass of the E_SUA1 Class, polysulfonamides. E_SUA_2" ;            rdfs:label "polysulfonamides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_30 dcterms:identifier "E_SUA_30" ;             rdfs:comment "A subclass of the E_SUA_2 Class, polysulfonamides without side chain. E_SUA_30" ;             rdfs:label "polysulfonamides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_31 dcterms:identifier "E_SUA_31" ;             rdfs:comment "A subclass of the E_SUA_2 Class, polysulfonamides with aliphatic side chain. E_SUA_31" ;             rdfs:label "polysulfonamides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_32 dcterms:identifier "E_SUA_32" ;             rdfs:comment "A subclass of the E_SUA_2 Class, polysulfonamides with aromatic side chain. E_SUA_32" ;             rdfs:label "polysulfonamides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_33 dcterms:identifier "E_SUA_33" ;             rdfs:comment "A subclass of the E_SUA_2 Class, polysulfonamides with heterocyclic side chain. E_SUA_33" ;             rdfs:label "polysulfonamides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_41 dcterms:identifier "E_SUA_41" ;             rdfs:comment "A subclass of the E_SUA_31 Class, polysulfonamides with acyclic aliphatic side chain. E_SUA_41" ;             rdfs:label "polysulfonamides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_42 dcterms:identifier "E_SUA_42" ;             rdfs:comment "A subclass of the E_SUA_31 Class, polysulfonamides with alicyclic aliphatic side chain. E_SUA_42" ;             rdfs:label "polysulfonamides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_43 dcterms:identifier "E_SUA_43" ;             rdfs:comment "A subclass of the E_SUA_32 Class, polysulfonamides with condensed-ring aromatic side chain. E_SUA_43" ;             rdfs:label "polysulfonamides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_44 dcterms:identifier "E_SUA_44" ;             rdfs:comment "A subclass of the E_SUA_32 Class, polysulfonamides with multiring aromatic side chain. E_SUA_44" ;             rdfs:label "polysulfonamides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_45 dcterms:identifier "E_SUA_45" ;             rdfs:comment "A subclass of the E_SUA_32 Class, polysulfonamides with single-ring aromatic side chain. E_SUA_45" ;             rdfs:label "polysulfonamides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_46 dcterms:identifier "E_SUA_46" ;             rdfs:comment "A subclass of the E_SUA_33 Class, polysulfonamides with saturated heterocyclic side chain. E_SUA_46" ;             rdfs:label "polysulfonamides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SUA_47 dcterms:identifier "E_SUA_47" ;             rdfs:comment "A subclass of the E_SUA_33 Class, polysulfonamides with unsaturated heterocyclic side chain. E_SUA_47" ;             rdfs:label "polysulfonamides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULF1 dcterms:identifier "E_SULF1" ;            rdfs:comment "A subclass of the ConstitutionalUnit Class, polysulfides/polysulfones/polysulfoxides. E_SULF1" ;            rdfs:label "polysulfides/polysulfones/polysulfoxides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH2 dcterms:identifier "E_SULFH2" ;             rdfs:comment "A subclass of the E_SULF1 Class, heterocyclic polysulfones. E_SULFH2" ;             rdfs:label "heterocyclic polysulfones" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH30 dcterms:identifier "E_SULFH30" ;              rdfs:comment "A subclass of the E_SULFH2 Class, heterocyclic polysulfones without side chain. E_SULFH30" ;              rdfs:label "heterocyclic polysulfones without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH31 dcterms:identifier "E_SULFH31" ;              rdfs:comment "A subclass of the E_SULFH2 Class, heterocyclic polysulfones with aliphatic side chain. E_SULFH31" ;              rdfs:label "heterocyclic polysulfones with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH32 dcterms:identifier "E_SULFH32" ;              rdfs:comment "A subclass of the E_SULFH2 Class, heterocyclic polysulfones with aromatic side chain. E_SULFH32" ;              rdfs:label "heterocyclic polysulfones with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH33 dcterms:identifier "E_SULFH33" ;              rdfs:comment "A subclass of the E_SULFH2 Class, heterocyclic polysulfones with heterocyclic side chain. E_SULFH33" ;              rdfs:label "heterocyclic polysulfones with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH41 dcterms:identifier "E_SULFH41" ;              rdfs:comment "A subclass of the E_SULFH31 Class, heterocyclic polysulfones with acyclic aliphatic side chain. E_SULFH41" ;              rdfs:label "heterocyclic polysulfones with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH42 dcterms:identifier "E_SULFH42" ;              rdfs:comment "A subclass of the E_SULFH31 Class, heterocyclic polysulfones with alicyclic aliphatic side chain. E_SULFH42" ;              rdfs:label "heterocyclic polysulfones with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH43 dcterms:identifier "E_SULFH43" ;              rdfs:comment "A subclass of the E_SULFH32 Class, heterocyclic polysulfones with condensed-ring aromatic side chain. E_SULFH43" ;              rdfs:label "heterocyclic polysulfones with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH44 dcterms:identifier "E_SULFH44" ;              rdfs:comment "A subclass of the E_SULFH32 Class, heterocyclic polysulfones with multiring aromatic side chain. E_SULFH44" ;              rdfs:label "heterocyclic polysulfones with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH45 dcterms:identifier "E_SULFH45" ;              rdfs:comment "A subclass of the E_SULFH32 Class, heterocyclic polysulfones with single-ring aromatic side chain. E_SULFH45" ;              rdfs:label "heterocyclic polysulfones with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH46 dcterms:identifier "E_SULFH46" ;              rdfs:comment "A subclass of the E_SULFH33 Class, heterocyclic polysulfones with saturated heterocyclic side chain. E_SULFH46" ;              rdfs:label "heterocyclic polysulfones with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFH47 dcterms:identifier "E_SULFH47" ;              rdfs:comment "A subclass of the E_SULFH33 Class, heterocyclic polysulfones with unsaturated heterocyclic side chain. E_SULFH47" ;              rdfs:label "heterocyclic polysulfones with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFI2 dcterms:identifier "E_SULFI2" ;             rdfs:comment "A subclass of the E_SULF1 Class, linear polysulfides. E_SULFI2" ;             rdfs:label "linear polysulfides" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH2 dcterms:identifier "E_SULFIH2" ;              rdfs:comment "A subclass of the E_SULF1 Class, heterocyclic polysulfides. E_SULFIH2" ;              rdfs:label "heterocyclic polysulfides" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH30 dcterms:identifier "E_SULFIH30" ;               rdfs:comment "A subclass of the E_SULFIH2 Class, heterocyclic polysulfides without side chain. E_SULFIH30" ;               rdfs:label "heterocyclic polysulfides without side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH31 dcterms:identifier "E_SULFIH31" ;               rdfs:comment "A subclass of the E_SULFIH2 Class, heterocyclic polysulfides with aliphatic side chain. E_SULFIH31" ;               rdfs:label "heterocyclic polysulfides with aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH32 dcterms:identifier "E_SULFIH32" ;               rdfs:comment "A subclass of the E_SULFIH2 Class, heterocyclic polysulfides with aromatic side chain. E_SULFIH32" ;               rdfs:label "heterocyclic polysulfides with aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH33 dcterms:identifier "E_SULFIH33" ;               rdfs:comment "A subclass of the E_SULFIH2 Class, heterocyclic polysulfides with heterocyclic side chain. E_SULFIH33" ;               rdfs:label "heterocyclic polysulfides with heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH41 dcterms:identifier "E_SULFIH41" ;               rdfs:comment "A subclass of the E_SULFIH31 Class, heterocyclic polysulfides with acyclic aliphatic side chain. E_SULFIH41" ;               rdfs:label "heterocyclic polysulfides with acyclic aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH42 dcterms:identifier "E_SULFIH42" ;               rdfs:comment "A subclass of the E_SULFIH31 Class, heterocyclic polysulfides with alicyclic aliphatic side chain. E_SULFIH42" ;               rdfs:label "heterocyclic polysulfides with alicyclic aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH43 dcterms:identifier "E_SULFIH43" ;               rdfs:comment "A subclass of the E_SULFIH32 Class, heterocyclic polysulfides with condensed-ring aromatic side chain. E_SULFIH43" ;               rdfs:label "heterocyclic polysulfides with condensed-ring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH44 dcterms:identifier "E_SULFIH44" ;               rdfs:comment "A subclass of the E_SULFIH32 Class, heterocyclic polysulfides with multiring aromatic side chain. E_SULFIH44" ;               rdfs:label "heterocyclic polysulfides with multiring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH45 dcterms:identifier "E_SULFIH45" ;               rdfs:comment "A subclass of the E_SULFIH32 Class, heterocyclic polysulfides with single-ring aromatic side chain. E_SULFIH45" ;               rdfs:label "heterocyclic polysulfides with single-ring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH46 dcterms:identifier "E_SULFIH46" ;               rdfs:comment "A subclass of the E_SULFIH33 Class, heterocyclic polysulfides with saturated heterocyclic side chain. E_SULFIH46" ;               rdfs:label "heterocyclic polysulfides with saturated heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFIH47 dcterms:identifier "E_SULFIH47" ;               rdfs:comment "A subclass of the E_SULFIH33 Class, heterocyclic polysulfides with unsaturated heterocyclic side chain. E_SULFIH47" ;               rdfs:label "heterocyclic polysulfides with unsaturated heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFO2 dcterms:identifier "E_SULFO2" ;             rdfs:comment "A subclass of the E_SULF1 Class, linear polysulfones. E_SULFO2" ;             rdfs:label "linear polysulfones" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFX2 dcterms:identifier "E_SULFX2" ;             rdfs:comment "A subclass of the E_SULF1 Class, linear polysulfoxides. E_SULFX2" ;             rdfs:label "linear polysulfoxides" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH2 dcterms:identifier "E_SULFXH2" ;              rdfs:comment "A subclass of the E_SULF1 Class, heterocyclic polysulfoxides. E_SULFXH2" ;              rdfs:label "heterocyclic polysulfoxides" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH30 dcterms:identifier "E_SULFXH30" ;               rdfs:comment "A subclass of the E_SULFXH2 Class, heterocyclic polysulfoxides without side chain. E_SULFXH30" ;               rdfs:label "heterocyclic polysulfoxides without side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH31 dcterms:identifier "E_SULFXH31" ;               rdfs:comment "A subclass of the E_SULFXH2 Class, heterocyclic polysulfoxides with aliphatic side chain. E_SULFXH31" ;               rdfs:label "heterocyclic polysulfoxides with aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH32 dcterms:identifier "E_SULFXH32" ;               rdfs:comment "A subclass of the E_SULFXH2 Class, heterocyclic polysulfoxides with aromatic side chain. E_SULFXH32" ;               rdfs:label "heterocyclic polysulfoxides with aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH33 dcterms:identifier "E_SULFXH33" ;               rdfs:comment "A subclass of the E_SULFXH2 Class, heterocyclic polysulfoxides with heterocyclic side chain. E_SULFXH33" ;               rdfs:label "heterocyclic polysulfoxides with heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH41 dcterms:identifier "E_SULFXH41" ;               rdfs:comment "A subclass of the E_SULFXH31 Class, heterocyclic polysulfoxides with acyclic aliphatic side chain. E_SULFXH41" ;               rdfs:label "heterocyclic polysulfoxides with acyclic aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH42 dcterms:identifier "E_SULFXH42" ;               rdfs:comment "A subclass of the E_SULFXH31 Class, heterocyclic polysulfoxides with alicyclic aliphatic side chain. E_SULFXH42" ;               rdfs:label "heterocyclic polysulfoxides with alicyclic aliphatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH43 dcterms:identifier "E_SULFXH43" ;               rdfs:comment "A subclass of the E_SULFXH32 Class, heterocyclic polysulfoxides with condensed-ring aromatic side chain. E_SULFXH43" ;               rdfs:label "heterocyclic polysulfoxides with condensed-ring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH44 dcterms:identifier "E_SULFXH44" ;               rdfs:comment "A subclass of the E_SULFXH32 Class, heterocyclic polysulfoxides with multiring aromatic side chain. E_SULFXH44" ;               rdfs:label "heterocyclic polysulfoxides with multiring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH45 dcterms:identifier "E_SULFXH45" ;               rdfs:comment "A subclass of the E_SULFXH32 Class, heterocyclic polysulfoxides with single-ring aromatic side chain. E_SULFXH45" ;               rdfs:label "heterocyclic polysulfoxides with single-ring aromatic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH46 dcterms:identifier "E_SULFXH46" ;               rdfs:comment "A subclass of the E_SULFXH33 Class, heterocyclic polysulfoxides with saturated heterocyclic side chain. E_SULFXH46" ;               rdfs:label "heterocyclic polysulfoxides with saturated heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_SULFXH47 dcterms:identifier "E_SULFXH47" ;               rdfs:comment "A subclass of the E_SULFXH33 Class, heterocyclic polysulfoxides with unsaturated heterocyclic side chain. E_SULFXH47" ;               rdfs:label "heterocyclic polysulfoxides with unsaturated heterocyclic side chain" ;               rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_T1 dcterms:identifier "E_T1" ;         rdfs:comment "A subclass of the ConstitutionalUnit Class, polythioketones/polythioesters/polythiocarbonates. E_T1" ;         rdfs:label "polythioketones/polythioesters/polythiocarbonates" ;         rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TA1 dcterms:identifier "E_TA1" ;          rdfs:comment "A subclass of the ConstitutionalUnit Class, polythioamides. E_TA1" ;          rdfs:label "polythioamides" ;          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH2 dcterms:identifier "E_TADH2" ;            rdfs:comment "A subclass of the E_TA1 Class, heterocyclic polythioamide. E_TADH2" ;            rdfs:label "heterocyclic polythioamide" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH30 dcterms:identifier "E_TADH30" ;             rdfs:comment "A subclass of the E_TADH2 Class, heterocyclic polythioamide without side chain. E_TADH30" ;             rdfs:label "heterocyclic polythioamide without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH31 dcterms:identifier "E_TADH31" ;             rdfs:comment "A subclass of the E_TADH2 Class, heterocyclic polythioamide with aliphatic side chain. E_TADH31" ;             rdfs:label "heterocyclic polythioamide with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH32 dcterms:identifier "E_TADH32" ;             rdfs:comment "A subclass of the E_TADH2 Class, heterocyclic polythioamide with aromatic side chain. E_TADH32" ;             rdfs:label "heterocyclic polythioamide with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH33 dcterms:identifier "E_TADH33" ;             rdfs:comment "A subclass of the E_TADH2 Class, heterocyclic polythioamide with heterocyclic side chain. E_TADH33" ;             rdfs:label "heterocyclic polythioamide with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH41 dcterms:identifier "E_TADH41" ;             rdfs:comment "A subclass of the E_TADH31 Class, heterocyclic polythioamide with acyclic aliphatic side chain. E_TADH41" ;             rdfs:label "heterocyclic polythioamide with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH42 dcterms:identifier "E_TADH42" ;             rdfs:comment "A subclass of the E_TADH31 Class, heterocyclic polythioamide with alicyclic aliphatic side chain. E_TADH42" ;             rdfs:label "heterocyclic polythioamide with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH43 dcterms:identifier "E_TADH43" ;             rdfs:comment "A subclass of the E_TADH32 Class, heterocyclic polythioamide with condensed-ring aromatic side chain. E_TADH43" ;             rdfs:label "heterocyclic polythioamide with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH44 dcterms:identifier "E_TADH44" ;             rdfs:comment "A subclass of the E_TADH32 Class, heterocyclic polythioamide with multiring aromatic side chain. E_TADH44" ;             rdfs:label "heterocyclic polythioamide with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH45 dcterms:identifier "E_TADH45" ;             rdfs:comment "A subclass of the E_TADH32 Class, heterocyclic polythioamide with single-ring aromatic side chain. E_TADH45" ;             rdfs:label "heterocyclic polythioamide with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH46 dcterms:identifier "E_TADH46" ;             rdfs:comment "A subclass of the E_TADH33 Class, heterocyclic polythioamide with saturated heterocyclic side chain. E_TADH46" ;             rdfs:label "heterocyclic polythioamide with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADH47 dcterms:identifier "E_TADH47" ;             rdfs:comment "A subclass of the E_TADH33 Class, heterocyclic polythioamide with unsaturated heterocyclic side chain. E_TADH47" ;             rdfs:label "heterocyclic polythioamide with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT2 dcterms:identifier "E_TADT2" ;            rdfs:comment "A subclass of the E_TA1 Class, partially heterocyclic polythioamide. E_TADT2" ;            rdfs:label "partially heterocyclic polythioamide" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT30 dcterms:identifier "E_TADT30" ;             rdfs:comment "A subclass of the E_TADT2 Class, partially heterocyclic polythioamide without side chain. E_TADT30" ;             rdfs:label "partially heterocyclic polythioamide without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT31 dcterms:identifier "E_TADT31" ;             rdfs:comment "A subclass of the E_TADT2 Class, partially heterocyclic polythioamide with aliphatic side chain. E_TADT31" ;             rdfs:label "partially heterocyclic polythioamide with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT32 dcterms:identifier "E_TADT32" ;             rdfs:comment "A subclass of the E_TADT2 Class, partially heterocyclic polythioamide with aromatic side chain. E_TADT32" ;             rdfs:label "partially heterocyclic polythioamide with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT33 dcterms:identifier "E_TADT33" ;             rdfs:comment "A subclass of the E_TADT2 Class, partially heterocyclic polythioamide with heterocyclic side chain. E_TADT33" ;             rdfs:label "partially heterocyclic polythioamide with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT41 dcterms:identifier "E_TADT41" ;             rdfs:comment "A subclass of the E_TADT31 Class, partially heterocyclic polythioamide with acyclic aliphatic side chain. E_TADT41" ;             rdfs:label "partially heterocyclic polythioamide with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT42 dcterms:identifier "E_TADT42" ;             rdfs:comment "A subclass of the E_TADT31 Class, partially heterocyclic polythioamide with alicyclic aliphatic side chain. E_TADT42" ;             rdfs:label "partially heterocyclic polythioamide with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT43 dcterms:identifier "E_TADT43" ;             rdfs:comment "A subclass of the E_TADT32 Class, partially heterocyclic polythioamide with condensed-ring aromatic side chain. E_TADT43" ;             rdfs:label "partially heterocyclic polythioamide with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT44 dcterms:identifier "E_TADT44" ;             rdfs:comment "A subclass of the E_TADT32 Class, partially heterocyclic polythioamide with multiring aromatic side chain. E_TADT44" ;             rdfs:label "partially heterocyclic polythioamide with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT45 dcterms:identifier "E_TADT45" ;             rdfs:comment "A subclass of the E_TADT32 Class, partially heterocyclic polythioamide with single-ring aromatic side chain. E_TADT45" ;             rdfs:label "partially heterocyclic polythioamide with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT46 dcterms:identifier "E_TADT46" ;             rdfs:comment "A subclass of the E_TADT33 Class, partially heterocyclic polythioamide with saturated heterocyclic side chain. E_TADT46" ;             rdfs:label "partially heterocyclic polythioamide with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TADT47 dcterms:identifier "E_TADT47" ;             rdfs:comment "A subclass of the E_TADT33 Class, partially heterocyclic polythioamide with unsaturated heterocyclic side chain. E_TADT47" ;             rdfs:label "partially heterocyclic polythioamide with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD2 dcterms:identifier "E_TAMD2" ;            rdfs:comment "A subclass of the E_TA1 Class, unmodified linear polythioamide. E_TAMD2" ;            rdfs:label "unmodified linear polythioamide" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD30 dcterms:identifier "E_TAMD30" ;             rdfs:comment "A subclass of the E_TAMD2 Class, unmodified linear polythioamide without side chain. E_TAMD30" ;             rdfs:label "unmodified linear polythioamide without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD31 dcterms:identifier "E_TAMD31" ;             rdfs:comment "A subclass of the E_TAMD2 Class, unmodified linear polythioamide with aliphatic side chain. E_TAMD31" ;             rdfs:label "unmodified linear polythioamide with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD32 dcterms:identifier "E_TAMD32" ;             rdfs:comment "A subclass of the E_TAMD2 Class, unmodified linear polythioamide with aromatic side chain. E_TAMD32" ;             rdfs:label "unmodified linear polythioamide with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD33 dcterms:identifier "E_TAMD33" ;             rdfs:comment "A subclass of the E_TAMD2 Class, unmodified linear polythioamide with heterocyclic side chain. E_TAMD33" ;             rdfs:label "unmodified linear polythioamide with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD41 dcterms:identifier "E_TAMD41" ;             rdfs:comment "A subclass of the E_TAMD31 Class, unmodified linear polythioamide with acyclic aliphatic side chain. E_TAMD41" ;             rdfs:label "unmodified linear polythioamide with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD42 dcterms:identifier "E_TAMD42" ;             rdfs:comment "A subclass of the E_TAMD31 Class, unmodified linear polythioamide with alicyclic aliphatic side chain. E_TAMD42" ;             rdfs:label "unmodified linear polythioamide with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD43 dcterms:identifier "E_TAMD43" ;             rdfs:comment "A subclass of the E_TAMD32 Class, unmodified linear polythioamide with condensed-ring aromatic side chain. E_TAMD43" ;             rdfs:label "unmodified linear polythioamide with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD44 dcterms:identifier "E_TAMD44" ;             rdfs:comment "A subclass of the E_TAMD32 Class, unmodified linear polythioamide with multiring aromatic side chain. E_TAMD44" ;             rdfs:label "unmodified linear polythioamide with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD45 dcterms:identifier "E_TAMD45" ;             rdfs:comment "A subclass of the E_TAMD32 Class, unmodified linear polythioamide with single-ring aromatic side chain. E_TAMD45" ;             rdfs:label "unmodified linear polythioamide with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD46 dcterms:identifier "E_TAMD46" ;             rdfs:comment "A subclass of the E_TAMD33 Class, unmodified linear polythioamide with saturated heterocyclic side chain. E_TAMD46" ;             rdfs:label "unmodified linear polythioamide with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAMD47 dcterms:identifier "E_TAMD47" ;             rdfs:comment "A subclass of the E_TAMD33 Class, unmodified linear polythioamide with unsaturated heterocyclic side chain. E_TAMD47" ;             rdfs:label "unmodified linear polythioamide with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN1 dcterms:identifier "E_TAN1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polythioanhydrides. E_TAN1" ;           rdfs:label "polythioanhydrides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH2 dcterms:identifier "E_TANH2" ;            rdfs:comment "A subclass of the E_TAN1 Class, heterocyclic polythioanhydrides. E_TANH2" ;            rdfs:label "heterocyclic polythioanhydrides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH30 dcterms:identifier "E_TANH30" ;             rdfs:comment "A subclass of the E_TANH2 Class, heterocyclic polythioanhydrides without side chain. E_TANH30" ;             rdfs:label "heterocyclic polythioanhydrides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH31 dcterms:identifier "E_TANH31" ;             rdfs:comment "A subclass of the E_TANH2 Class, heterocyclic polythioanhydrides with aliphatic side chain. E_TANH31" ;             rdfs:label "heterocyclic polythioanhydrides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH32 dcterms:identifier "E_TANH32" ;             rdfs:comment "A subclass of the E_TANH2 Class, heterocyclic polythioanhydrides with aromatic side chain. E_TANH32" ;             rdfs:label "heterocyclic polythioanhydrides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH33 dcterms:identifier "E_TANH33" ;             rdfs:comment "A subclass of the E_TANH2 Class, heterocyclic polythioanhydrides with heterocyclic side chain. E_TANH33" ;             rdfs:label "heterocyclic polythioanhydrides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH41 dcterms:identifier "E_TANH41" ;             rdfs:comment "A subclass of the E_TANH31 Class, heterocyclic polythioanhydrides with acyclic aliphatic side chain. E_TANH41" ;             rdfs:label "heterocyclic polythioanhydrides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH42 dcterms:identifier "E_TANH42" ;             rdfs:comment "A subclass of the E_TANH31 Class, heterocyclic polythioanhydrides with alicyclic aliphatic side chain. E_TANH42" ;             rdfs:label "heterocyclic polythioanhydrides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH43 dcterms:identifier "E_TANH43" ;             rdfs:comment "A subclass of the E_TANH32 Class, heterocyclic polythioanhydrides with condensed-ring aromatic side chain. E_TANH43" ;             rdfs:label "heterocyclic polythioanhydrides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH44 dcterms:identifier "E_TANH44" ;             rdfs:comment "A subclass of the E_TANH32 Class, heterocyclic polythioanhydrides with multiring aromatic side chain. E_TANH44" ;             rdfs:label "heterocyclic polythioanhydrides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH45 dcterms:identifier "E_TANH45" ;             rdfs:comment "A subclass of the E_TANH32 Class, heterocyclic polythioanhydrides with single-ring aromatic side chain. E_TANH45" ;             rdfs:label "heterocyclic polythioanhydrides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH46 dcterms:identifier "E_TANH46" ;             rdfs:comment "A subclass of the E_TANH33 Class, heterocyclic polythioanhydrides with saturated heterocyclic side chain. E_TANH46" ;             rdfs:label "heterocyclic polythioanhydrides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TANH47 dcterms:identifier "E_TANH47" ;             rdfs:comment "A subclass of the E_TANH33 Class, heterocyclic polythioanhydrides with unsaturated heterocyclic side chain. E_TANH47" ;             rdfs:label "heterocyclic polythioanhydrides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_2 dcterms:identifier "E_TAN_2" ;            rdfs:comment "A subclass of the E_TAN1 Class, unmodified linear polythioanhydrides. E_TAN_2" ;            rdfs:label "unmodified linear polythioanhydrides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_30 dcterms:identifier "E_TAN_30" ;             rdfs:comment "A subclass of the E_TAN_2 Class, unmodified linear polythioanhydrides without side chain. E_TAN_30" ;             rdfs:label "unmodified linear polythioanhydrides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_31 dcterms:identifier "E_TAN_31" ;             rdfs:comment "A subclass of the E_TAN_2 Class, unmodified linear polythioanhydrides with aliphatic side chain. E_TAN_31" ;             rdfs:label "unmodified linear polythioanhydrides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_32 dcterms:identifier "E_TAN_32" ;             rdfs:comment "A subclass of the E_TAN_2 Class, unmodified linear polythioanhydrides with aromatic side chain. E_TAN_32" ;             rdfs:label "unmodified linear polythioanhydrides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_33 dcterms:identifier "E_TAN_33" ;             rdfs:comment "A subclass of the E_TAN_2 Class, unmodified linear polythioanhydrides with heterocyclic side chain. E_TAN_33" ;             rdfs:label "unmodified linear polythioanhydrides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_41 dcterms:identifier "E_TAN_41" ;             rdfs:comment "A subclass of the E_TAN_31 Class, unmodified linear polythioanhydrides with acyclic aliphatic side chain. E_TAN_41" ;             rdfs:label "unmodified linear polythioanhydrides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_42 dcterms:identifier "E_TAN_42" ;             rdfs:comment "A subclass of the E_TAN_31 Class, unmodified linear polythioanhydrides with alicyclic aliphatic side chain. E_TAN_42" ;             rdfs:label "unmodified linear polythioanhydrides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_43 dcterms:identifier "E_TAN_43" ;             rdfs:comment "A subclass of the E_TAN_32 Class, unmodified linear polythioanhydrides with condensed-ring aromatic side chain. E_TAN_43" ;             rdfs:label "unmodified linear polythioanhydrides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_44 dcterms:identifier "E_TAN_44" ;             rdfs:comment "A subclass of the E_TAN_32 Class, unmodified linear polythioanhydrides with multiring aromatic side chain. E_TAN_44" ;             rdfs:label "unmodified linear polythioanhydrides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_45 dcterms:identifier "E_TAN_45" ;             rdfs:comment "A subclass of the E_TAN_32 Class, unmodified linear polythioanhydrides with single-ring aromatic side chain. E_TAN_45" ;             rdfs:label "unmodified linear polythioanhydrides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_46 dcterms:identifier "E_TAN_46" ;             rdfs:comment "A subclass of the E_TAN_33 Class, unmodified linear polythioanhydrides with saturated heterocyclic side chain. E_TAN_46" ;             rdfs:label "unmodified linear polythioanhydrides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TAN_47 dcterms:identifier "E_TAN_47" ;             rdfs:comment "A subclass of the E_TAN_33 Class, unmodified linear polythioanhydrides with unsaturated heterocyclic side chain. E_TAN_47" ;             rdfs:label "unmodified linear polythioanhydrides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA2 dcterms:identifier "E_TCA2" ;           rdfs:comment "A subclass of the E_T1 Class, polythiocarbonates. E_TCA2" ;           rdfs:label "polythiocarbonates" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA30 dcterms:identifier "E_TCA30" ;            rdfs:comment "A subclass of the E_TCA2 Class, polythiocarbonates without side chain. E_TCA30" ;            rdfs:label "polythiocarbonates without side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA31 dcterms:identifier "E_TCA31" ;            rdfs:comment "A subclass of the E_TCA2 Class, polythiocarbonates with aliphatic side chain. E_TCA31" ;            rdfs:label "polythiocarbonates with aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA32 dcterms:identifier "E_TCA32" ;            rdfs:comment "A subclass of the E_TCA2 Class, polythiocarbonates with aromatic side chain. E_TCA32" ;            rdfs:label "polythiocarbonates with aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA33 dcterms:identifier "E_TCA33" ;            rdfs:comment "A subclass of the E_TCA2 Class, polythiocarbonates with heterocyclic side chain. E_TCA33" ;            rdfs:label "polythiocarbonates with heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA41 dcterms:identifier "E_TCA41" ;            rdfs:comment "A subclass of the E_TCA31 Class, polythiocarbonates with acyclic aliphatic side chain. E_TCA41" ;            rdfs:label "polythiocarbonates with acyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA42 dcterms:identifier "E_TCA42" ;            rdfs:comment "A subclass of the E_TCA31 Class, polythiocarbonates with alicyclic aliphatic side chain. E_TCA42" ;            rdfs:label "polythiocarbonates with alicyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA43 dcterms:identifier "E_TCA43" ;            rdfs:comment "A subclass of the E_TCA32 Class, polythiocarbonates with condensed-ring aromatic side chain. E_TCA43" ;            rdfs:label "polythiocarbonates with condensed-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA44 dcterms:identifier "E_TCA44" ;            rdfs:comment "A subclass of the E_TCA32 Class, polythiocarbonates with multiring aromatic side chain. E_TCA44" ;            rdfs:label "polythiocarbonates with multiring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA45 dcterms:identifier "E_TCA45" ;            rdfs:comment "A subclass of the E_TCA32 Class, polythiocarbonates with single-ring aromatic side chain. E_TCA45" ;            rdfs:label "polythiocarbonates with single-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA46 dcterms:identifier "E_TCA46" ;            rdfs:comment "A subclass of the E_TCA33 Class, polythiocarbonates with saturated heterocyclic side chain. E_TCA46" ;            rdfs:label "polythiocarbonates with saturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TCA47 dcterms:identifier "E_TCA47" ;            rdfs:comment "A subclass of the E_TCA33 Class, polythiocarbonates with unsaturated heterocyclic side chain. E_TCA47" ;            rdfs:label "polythiocarbonates with unsaturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES2 dcterms:identifier "E_TES2" ;           rdfs:comment "A subclass of the E_T1 Class, polythioesters. E_TES2" ;           rdfs:label "polythioesters" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES30 dcterms:identifier "E_TES30" ;            rdfs:comment "A subclass of the E_TES2 Class, polythioesters without side chain. E_TES30" ;            rdfs:label "polythioesters without side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES31 dcterms:identifier "E_TES31" ;            rdfs:comment "A subclass of the E_TES2 Class, polythioesters with aliphatic side chain. E_TES31" ;            rdfs:label "polythioesters with aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES32 dcterms:identifier "E_TES32" ;            rdfs:comment "A subclass of the E_TES2 Class, polythioesters with aromatic side chain. E_TES32" ;            rdfs:label "polythioesters with aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES33 dcterms:identifier "E_TES33" ;            rdfs:comment "A subclass of the E_TES2 Class, polythioesters with heterocyclic side chain. E_TES33" ;            rdfs:label "polythioesters with heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES41 dcterms:identifier "E_TES41" ;            rdfs:comment "A subclass of the E_TES31 Class, polythioesters with acyclic aliphatic side chain. E_TES41" ;            rdfs:label "polythioesters with acyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES42 dcterms:identifier "E_TES42" ;            rdfs:comment "A subclass of the E_TES31 Class, polythioesters with alicyclic aliphatic side chain. E_TES42" ;            rdfs:label "polythioesters with alicyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES43 dcterms:identifier "E_TES43" ;            rdfs:comment "A subclass of the E_TES32 Class, polythioesters with condensed-ring aromatic side chain. E_TES43" ;            rdfs:label "polythioesters with condensed-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES44 dcterms:identifier "E_TES44" ;            rdfs:comment "A subclass of the E_TES32 Class, polythioesters with multiring aromatic side chain. E_TES44" ;            rdfs:label "polythioesters with multiring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES45 dcterms:identifier "E_TES45" ;            rdfs:comment "A subclass of the E_TES32 Class, polythioesters with single-ring aromatic side chain. E_TES45" ;            rdfs:label "polythioesters with single-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES46 dcterms:identifier "E_TES46" ;            rdfs:comment "A subclass of the E_TES33 Class, polythioesters with saturated heterocyclic side chain. E_TES46" ;            rdfs:label "polythioesters with saturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TES47 dcterms:identifier "E_TES47" ;            rdfs:comment "A subclass of the E_TES33 Class, polythioesters with unsaturated heterocyclic side chain. E_TES47" ;            rdfs:label "polythioesters with unsaturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID1 dcterms:identifier "E_TID1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polythioimides. E_TID1" ;           rdfs:label "polythioimides" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH2 dcterms:identifier "E_TIDH2" ;            rdfs:comment "A subclass of the E_TID1 Class, heterocyclic polythioimides. E_TIDH2" ;            rdfs:label "heterocyclic polythioimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH30 dcterms:identifier "E_TIDH30" ;             rdfs:comment "A subclass of the E_TIDH2 Class, heterocyclic polythioimides without side chain. E_TIDH30" ;             rdfs:label "heterocyclic polythioimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH31 dcterms:identifier "E_TIDH31" ;             rdfs:comment "A subclass of the E_TIDH2 Class, heterocyclic polythioimides with aliphatic side chain. E_TIDH31" ;             rdfs:label "heterocyclic polythioimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH32 dcterms:identifier "E_TIDH32" ;             rdfs:comment "A subclass of the E_TIDH2 Class, heterocyclic polythioimides with aromatic side chain. E_TIDH32" ;             rdfs:label "heterocyclic polythioimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH33 dcterms:identifier "E_TIDH33" ;             rdfs:comment "A subclass of the E_TIDH2 Class, heterocyclic polythioimides with heterocyclic side chain. E_TIDH33" ;             rdfs:label "heterocyclic polythioimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH41 dcterms:identifier "E_TIDH41" ;             rdfs:comment "A subclass of the E_TIDH31 Class, heterocyclic polythioimides with acyclic aliphatic side chain. E_TIDH41" ;             rdfs:label "heterocyclic polythioimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH42 dcterms:identifier "E_TIDH42" ;             rdfs:comment "A subclass of the E_TIDH31 Class, heterocyclic polythioimides with alicyclic aliphatic side chain. E_TIDH42" ;             rdfs:label "heterocyclic polythioimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH43 dcterms:identifier "E_TIDH43" ;             rdfs:comment "A subclass of the E_TIDH32 Class, heterocyclic polythioimides with condensed-ring aromatic side chain. E_TIDH43" ;             rdfs:label "heterocyclic polythioimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH44 dcterms:identifier "E_TIDH44" ;             rdfs:comment "A subclass of the E_TIDH32 Class, heterocyclic polythioimides with multiring aromatic side chain. E_TIDH44" ;             rdfs:label "heterocyclic polythioimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH45 dcterms:identifier "E_TIDH45" ;             rdfs:comment "A subclass of the E_TIDH32 Class, heterocyclic polythioimides with single-ring aromatic side chain. E_TIDH45" ;             rdfs:label "heterocyclic polythioimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH46 dcterms:identifier "E_TIDH46" ;             rdfs:comment "A subclass of the E_TIDH33 Class, heterocyclic polythioimides with saturated heterocyclic side chain. E_TIDH46" ;             rdfs:label "heterocyclic polythioimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDH47 dcterms:identifier "E_TIDH47" ;             rdfs:comment "A subclass of the E_TIDH33 Class, heterocyclic polythioimides with unsaturated heterocyclic side chain. E_TIDH47" ;             rdfs:label "heterocyclic polythioimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT2 dcterms:identifier "E_TIDT2" ;            rdfs:comment "A subclass of the E_TID1 Class, partially heterocyclic polythioimides. E_TIDT2" ;            rdfs:label "partially heterocyclic polythioimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT30 dcterms:identifier "E_TIDT30" ;             rdfs:comment "A subclass of the E_TIDT2 Class, partially heterocyclic polythioimides without side chain. E_TIDT30" ;             rdfs:label "partially heterocyclic polythioimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT31 dcterms:identifier "E_TIDT31" ;             rdfs:comment "A subclass of the E_TIDT2 Class, partially heterocyclic polythioimides with aliphatic side chain. E_TIDT31" ;             rdfs:label "partially heterocyclic polythioimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT32 dcterms:identifier "E_TIDT32" ;             rdfs:comment "A subclass of the E_TIDT2 Class, partially heterocyclic polythioimides with aromatic side chain. E_TIDT32" ;             rdfs:label "partially heterocyclic polythioimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT33 dcterms:identifier "E_TIDT33" ;             rdfs:comment "A subclass of the E_TIDT2 Class, partially heterocyclic polythioimides with heterocyclic side chain. E_TIDT33" ;             rdfs:label "partially heterocyclic polythioimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT41 dcterms:identifier "E_TIDT41" ;             rdfs:comment "A subclass of the E_TIDT31 Class, partially heterocyclic polythioimides with acyclic aliphatic side chain. E_TIDT41" ;             rdfs:label "partially heterocyclic polythioimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT42 dcterms:identifier "E_TIDT42" ;             rdfs:comment "A subclass of the E_TIDT31 Class, partially heterocyclic polythioimides with alicyclic aliphatic side chain. E_TIDT42" ;             rdfs:label "partially heterocyclic polythioimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT43 dcterms:identifier "E_TIDT43" ;             rdfs:comment "A subclass of the E_TIDT32 Class, partially heterocyclic polythioimides with condensed-ring aromatic side chain. E_TIDT43" ;             rdfs:label "partially heterocyclic polythioimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT44 dcterms:identifier "E_TIDT44" ;             rdfs:comment "A subclass of the E_TIDT32 Class, partially heterocyclic polythioimides with multiring aromatic side chain. E_TIDT44" ;             rdfs:label "partially heterocyclic polythioimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT45 dcterms:identifier "E_TIDT45" ;             rdfs:comment "A subclass of the E_TIDT32 Class, partially heterocyclic polythioimides with single-ring aromatic side chain. E_TIDT45" ;             rdfs:label "partially heterocyclic polythioimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT46 dcterms:identifier "E_TIDT46" ;             rdfs:comment "A subclass of the E_TIDT33 Class, partially heterocyclic polythioimides with saturated heterocyclic side chain. E_TIDT46" ;             rdfs:label "partially heterocyclic polythioimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TIDT47 dcterms:identifier "E_TIDT47" ;             rdfs:comment "A subclass of the E_TIDT33 Class, partially heterocyclic polythioimides with unsaturated heterocyclic side chain. E_TIDT47" ;             rdfs:label "partially heterocyclic polythioimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_2 dcterms:identifier "E_TID_2" ;            rdfs:comment "A subclass of the E_TID1 Class, unmodified linear polythioimides. E_TID_2" ;            rdfs:label "unmodified linear polythioimides" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_30 dcterms:identifier "E_TID_30" ;             rdfs:comment "A subclass of the E_TID_2 Class, unmodified linear polythioimides without side chain. E_TID_30" ;             rdfs:label "unmodified linear polythioimides without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_31 dcterms:identifier "E_TID_31" ;             rdfs:comment "A subclass of the E_TID_2 Class, unmodified linear polythioimides with aliphatic side chain. E_TID_31" ;             rdfs:label "unmodified linear polythioimides with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_32 dcterms:identifier "E_TID_32" ;             rdfs:comment "A subclass of the E_TID_2 Class, unmodified linear polythioimides with aromatic side chain. E_TID_32" ;             rdfs:label "unmodified linear polythioimides with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_33 dcterms:identifier "E_TID_33" ;             rdfs:comment "A subclass of the E_TID_2 Class, unmodified linear polythioimides with heterocyclic side chain. E_TID_33" ;             rdfs:label "unmodified linear polythioimides with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_41 dcterms:identifier "E_TID_41" ;             rdfs:comment "A subclass of the E_TID_31 Class, unmodified linear polythioimides with acyclic aliphatic side chain. E_TID_41" ;             rdfs:label "unmodified linear polythioimides with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_42 dcterms:identifier "E_TID_42" ;             rdfs:comment "A subclass of the E_TID_31 Class, unmodified linear polythioimides with alicyclic aliphatic side chain. E_TID_42" ;             rdfs:label "unmodified linear polythioimides with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_43 dcterms:identifier "E_TID_43" ;             rdfs:comment "A subclass of the E_TID_32 Class, unmodified linear polythioimides with condensed-ring aromatic side chain. E_TID_43" ;             rdfs:label "unmodified linear polythioimides with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_44 dcterms:identifier "E_TID_44" ;             rdfs:comment "A subclass of the E_TID_32 Class, unmodified linear polythioimides with multiring aromatic side chain. E_TID_44" ;             rdfs:label "unmodified linear polythioimides with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_45 dcterms:identifier "E_TID_45" ;             rdfs:comment "A subclass of the E_TID_32 Class, unmodified linear polythioimides with single-ring aromatic side chain. E_TID_45" ;             rdfs:label "unmodified linear polythioimides with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_46 dcterms:identifier "E_TID_46" ;             rdfs:comment "A subclass of the E_TID_33 Class, unmodified linear polythioimides with saturated heterocyclic side chain. E_TID_46" ;             rdfs:label "unmodified linear polythioimides with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TID_47 dcterms:identifier "E_TID_47" ;             rdfs:comment "A subclass of the E_TID_33 Class, unmodified linear polythioimides with unsaturated heterocyclic side chain. E_TID_47" ;             rdfs:label "unmodified linear polythioimides with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN2 dcterms:identifier "E_TKN2" ;           rdfs:comment "A subclass of the E_T1 Class, polythioketones. E_TKN2" ;           rdfs:label "polythioketones" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN30 dcterms:identifier "E_TKN30" ;            rdfs:comment "A subclass of the E_TKN2 Class, polythioketones without side chain. E_TKN30" ;            rdfs:label "polythioketones without side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN31 dcterms:identifier "E_TKN31" ;            rdfs:comment "A subclass of the E_TKN2 Class, polythioketones with aliphatic side chain. E_TKN31" ;            rdfs:label "polythioketones with aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN32 dcterms:identifier "E_TKN32" ;            rdfs:comment "A subclass of the E_TKN2 Class, polythioketones with aromatic side chain. E_TKN32" ;            rdfs:label "polythioketones with aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN33 dcterms:identifier "E_TKN33" ;            rdfs:comment "A subclass of the E_TKN2 Class, polythioketones with heterocyclic side chain. E_TKN33" ;            rdfs:label "polythioketones with heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN41 dcterms:identifier "E_TKN41" ;            rdfs:comment "A subclass of the E_TKN31 Class, polythioketones with acyclic aliphatic side chain. E_TKN41" ;            rdfs:label "polythioketones with acyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN42 dcterms:identifier "E_TKN42" ;            rdfs:comment "A subclass of the E_TKN31 Class, polythioketones with alicyclic aliphatic side chain. E_TKN42" ;            rdfs:label "polythioketones with alicyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN43 dcterms:identifier "E_TKN43" ;            rdfs:comment "A subclass of the E_TKN32 Class, polythioketones with condensed-ring aromatic side chain. E_TKN43" ;            rdfs:label "polythioketones with condensed-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN44 dcterms:identifier "E_TKN44" ;            rdfs:comment "A subclass of the E_TKN32 Class, polythioketones with multiring aromatic side chain. E_TKN44" ;            rdfs:label "polythioketones with multiring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN45 dcterms:identifier "E_TKN45" ;            rdfs:comment "A subclass of the E_TKN32 Class, polythioketones with single-ring aromatic side chain. E_TKN45" ;            rdfs:label "polythioketones with single-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN46 dcterms:identifier "E_TKN46" ;            rdfs:comment "A subclass of the E_TKN33 Class, polythioketones with saturated heterocyclic side chain. E_TKN46" ;            rdfs:label "polythioketones with saturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TKN47 dcterms:identifier "E_TKN47" ;            rdfs:comment "A subclass of the E_TKN33 Class, polythioketones with unsaturated heterocyclic side chain. E_TKN47" ;            rdfs:label "polythioketones with unsaturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TUR1 dcterms:identifier "E_TUR1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, polythioureas/polythiourethanes. E_TUR1" ;           rdfs:label "polythioureas/polythiourethanes" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA2 dcterms:identifier "E_TURA2" ;            rdfs:comment "A subclass of the E_TUR1 Class, unmodified linear polythioureas. E_TURA2" ;            rdfs:label "unmodified linear polythioureas" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA30 dcterms:identifier "E_TURA30" ;             rdfs:comment "A subclass of the E_TURA2 Class, unmodified linear polythioureas without side chain. E_TURA30" ;             rdfs:label "unmodified linear polythioureas without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA31 dcterms:identifier "E_TURA31" ;             rdfs:comment "A subclass of the E_TURA2 Class, unmodified linear polythioureas with aliphatic side chain. E_TURA31" ;             rdfs:label "unmodified linear polythioureas with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA32 dcterms:identifier "E_TURA32" ;             rdfs:comment "A subclass of the E_TURA2 Class, unmodified linear polythioureas with aromatic side chain. E_TURA32" ;             rdfs:label "unmodified linear polythioureas with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA33 dcterms:identifier "E_TURA33" ;             rdfs:comment "A subclass of the E_TURA2 Class, unmodified linear polythioureas with heterocyclic side chain. E_TURA33" ;             rdfs:label "unmodified linear polythioureas with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA41 dcterms:identifier "E_TURA41" ;             rdfs:comment "A subclass of the E_TURA31 Class, unmodified linear polythioureas with acyclic aliphatic side chain. E_TURA41" ;             rdfs:label "unmodified linear polythioureas with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA42 dcterms:identifier "E_TURA42" ;             rdfs:comment "A subclass of the E_TURA31 Class, unmodified linear polythioureas with alicyclic aliphatic side chain. E_TURA42" ;             rdfs:label "unmodified linear polythioureas with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA43 dcterms:identifier "E_TURA43" ;             rdfs:comment "A subclass of the E_TURA32 Class, unmodified linear polythioureas with condensed-ring aromatic side chain. E_TURA43" ;             rdfs:label "unmodified linear polythioureas with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA44 dcterms:identifier "E_TURA44" ;             rdfs:comment "A subclass of the E_TURA32 Class, unmodified linear polythioureas with multiring aromatic side chain. E_TURA44" ;             rdfs:label "unmodified linear polythioureas with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA45 dcterms:identifier "E_TURA45" ;             rdfs:comment "A subclass of the E_TURA32 Class, unmodified linear polythioureas with single-ring aromatic side chain. E_TURA45" ;             rdfs:label "unmodified linear polythioureas with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA46 dcterms:identifier "E_TURA46" ;             rdfs:comment "A subclass of the E_TURA33 Class, unmodified linear polythioureas with saturated heterocyclic side chain. E_TURA46" ;             rdfs:label "unmodified linear polythioureas with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURA47 dcterms:identifier "E_TURA47" ;             rdfs:comment "A subclass of the E_TURA33 Class, unmodified linear polythioureas with unsaturated heterocyclic side chain. E_TURA47" ;             rdfs:label "unmodified linear polythioureas with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH2 dcterms:identifier "E_TURAH2" ;             rdfs:comment "A subclass of the E_TUR1 Class, Heterocyclic polythioureas. E_TURAH2" ;             rdfs:label "Heterocyclic polythioureas" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH30 dcterms:identifier "E_TURAH30" ;              rdfs:comment "A subclass of the E_TURAH2 Class, Heterocyclic polythioureas without side chain. E_TURAH30" ;              rdfs:label "Heterocyclic polythioureas without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH31 dcterms:identifier "E_TURAH31" ;              rdfs:comment "A subclass of the E_TURAH2 Class, Heterocyclic polythioureas with aliphatic side chain. E_TURAH31" ;              rdfs:label "Heterocyclic polythioureas with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH32 dcterms:identifier "E_TURAH32" ;              rdfs:comment "A subclass of the E_TURAH2 Class, Heterocyclic polythioureas with aromatic side chain. E_TURAH32" ;              rdfs:label "Heterocyclic polythioureas with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH33 dcterms:identifier "E_TURAH33" ;              rdfs:comment "A subclass of the E_TURAH2 Class, Heterocyclic polythioureas with heterocyclic side chain. E_TURAH33" ;              rdfs:label "Heterocyclic polythioureas with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH41 dcterms:identifier "E_TURAH41" ;              rdfs:comment "A subclass of the E_TURAH31 Class, Heterocyclic polythioureas with acyclic aliphatic side chain. E_TURAH41" ;              rdfs:label "Heterocyclic polythioureas with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH42 dcterms:identifier "E_TURAH42" ;              rdfs:comment "A subclass of the E_TURAH31 Class, Heterocyclic polythioureas with alicyclic aliphatic side chain. E_TURAH42" ;              rdfs:label "Heterocyclic polythioureas with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH43 dcterms:identifier "E_TURAH43" ;              rdfs:comment "A subclass of the E_TURAH32 Class, Heterocyclic polythioureas with condensed-ring aromatic side chain. E_TURAH43" ;              rdfs:label "Heterocyclic polythioureas with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH44 dcterms:identifier "E_TURAH44" ;              rdfs:comment "A subclass of the E_TURAH32 Class, Heterocyclic polythioureas with multiring aromatic side chain. E_TURAH44" ;              rdfs:label "Heterocyclic polythioureas with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH45 dcterms:identifier "E_TURAH45" ;              rdfs:comment "A subclass of the E_TURAH32 Class, Heterocyclic polythioureas with single-ring aromatic side chain. E_TURAH45" ;              rdfs:label "Heterocyclic polythioureas with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH46 dcterms:identifier "E_TURAH46" ;              rdfs:comment "A subclass of the E_TURAH33 Class, Heterocyclic polythioureas with saturated heterocyclic side chain. E_TURAH46" ;              rdfs:label "Heterocyclic polythioureas with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURAH47 dcterms:identifier "E_TURAH47" ;              rdfs:comment "A subclass of the E_TURAH33 Class, Heterocyclic polythioureas with unsaturated heterocyclic side chain. E_TURAH47" ;              rdfs:label "Heterocyclic polythioureas with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN2 dcterms:identifier "E_TURN2" ;            rdfs:comment "A subclass of the E_TUR1 Class, unmodified linear polythiourethanes. E_TURN2" ;            rdfs:label "unmodified linear polythiourethanes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN30 dcterms:identifier "E_TURN30" ;             rdfs:comment "A subclass of the E_TURN2 Class, unmodified linear polythiourethanes without side chain. E_TURN30" ;             rdfs:label "unmodified linear polythiourethanes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN31 dcterms:identifier "E_TURN31" ;             rdfs:comment "A subclass of the E_TURN2 Class, unmodified linear polythiourethanes with aliphatic side chain. E_TURN31" ;             rdfs:label "unmodified linear polythiourethanes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN32 dcterms:identifier "E_TURN32" ;             rdfs:comment "A subclass of the E_TURN2 Class, unmodified linear polythiourethanes with aromatic side chain. E_TURN32" ;             rdfs:label "unmodified linear polythiourethanes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN33 dcterms:identifier "E_TURN33" ;             rdfs:comment "A subclass of the E_TURN2 Class, unmodified linear polythiourethanes with heterocyclic side chain. E_TURN33" ;             rdfs:label "unmodified linear polythiourethanes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN41 dcterms:identifier "E_TURN41" ;             rdfs:comment "A subclass of the E_TURN31 Class, unmodified linear polythiourethanes with acyclic aliphatic side chain. E_TURN41" ;             rdfs:label "unmodified linear polythiourethanes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN42 dcterms:identifier "E_TURN42" ;             rdfs:comment "A subclass of the E_TURN31 Class, unmodified linear polythiourethanes with alicyclic aliphatic side chain. E_TURN42" ;             rdfs:label "unmodified linear polythiourethanes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN43 dcterms:identifier "E_TURN43" ;             rdfs:comment "A subclass of the E_TURN32 Class, unmodified linear polythiourethanes with condensed-ring aromatic side chain. E_TURN43" ;             rdfs:label "unmodified linear polythiourethanes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN44 dcterms:identifier "E_TURN44" ;             rdfs:comment "A subclass of the E_TURN32 Class, unmodified linear polythiourethanes with multiring aromatic side chain. E_TURN44" ;             rdfs:label "unmodified linear polythiourethanes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN45 dcterms:identifier "E_TURN45" ;             rdfs:comment "A subclass of the E_TURN32 Class, unmodified linear polythiourethanes with single-ring aromatic side chain. E_TURN45" ;             rdfs:label "unmodified linear polythiourethanes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN46 dcterms:identifier "E_TURN46" ;             rdfs:comment "A subclass of the E_TURN33 Class, unmodified linear polythiourethanes with Heterocyclic  saturated side chain. E_TURN46" ;             rdfs:label "unmodified linear polythiourethanes with Heterocyclic  saturated side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURN47 dcterms:identifier "E_TURN47" ;             rdfs:comment "A subclass of the E_TURN33 Class, unmodified linear polythiourethanes with unsaturated heterocyclic side chain. E_TURN47" ;             rdfs:label "unmodified linear polythiourethanes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH2 dcterms:identifier "E_TURNH2" ;             rdfs:comment "A subclass of the E_TUR1 Class, heterocyclic polythiourethanes. E_TURNH2" ;             rdfs:label "heterocyclic polythiourethanes" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH30 dcterms:identifier "E_TURNH30" ;              rdfs:comment "A subclass of the E_TURNH2 Class, heterocyclic polythiourethanes without side chain. E_TURNH30" ;              rdfs:label "heterocyclic polythiourethanes without side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH31 dcterms:identifier "E_TURNH31" ;              rdfs:comment "A subclass of the E_TURNH2 Class, heterocyclic polythiourethanes with aliphatic side chain. E_TURNH31" ;              rdfs:label "heterocyclic polythiourethanes with aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH32 dcterms:identifier "E_TURNH32" ;              rdfs:comment "A subclass of the E_TURNH2 Class, heterocyclic polythiourethanes with aromatic side chain. E_TURNH32" ;              rdfs:label "heterocyclic polythiourethanes with aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH33 dcterms:identifier "E_TURNH33" ;              rdfs:comment "A subclass of the E_TURNH2 Class, heterocyclic polythiourethanes with heterocyclic side chain. E_TURNH33" ;              rdfs:label "heterocyclic polythiourethanes with heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH41 dcterms:identifier "E_TURNH41" ;              rdfs:comment "A subclass of the E_TURNH31 Class, heterocyclic polythiourethanes with acyclic aliphatic side chain. E_TURNH41" ;              rdfs:label "heterocyclic polythiourethanes with acyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH42 dcterms:identifier "E_TURNH42" ;              rdfs:comment "A subclass of the E_TURNH31 Class, heterocyclic polythiourethanes with alicyclic aliphatic side chain. E_TURNH42" ;              rdfs:label "heterocyclic polythiourethanes with alicyclic aliphatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH43 dcterms:identifier "E_TURNH43" ;              rdfs:comment "A subclass of the E_TURNH32 Class, heterocyclic polythiourethanes with condensed-ring aromatic side chain. E_TURNH43" ;              rdfs:label "heterocyclic polythiourethanes with condensed-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH44 dcterms:identifier "E_TURNH44" ;              rdfs:comment "A subclass of the E_TURNH32 Class, heterocyclic polythiourethanes with multiring aromatic side chain. E_TURNH44" ;              rdfs:label "heterocyclic polythiourethanes with multiring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH45 dcterms:identifier "E_TURNH45" ;              rdfs:comment "A subclass of the E_TURNH32 Class, heterocyclic polythiourethanes with single-ring aromatic side chain. E_TURNH45" ;              rdfs:label "heterocyclic polythiourethanes with single-ring aromatic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH46 dcterms:identifier "E_TURNH46" ;              rdfs:comment "A subclass of the E_TURNH33 Class, heterocyclic polythiourethanes with saturated heterocyclic side chain. E_TURNH46" ;              rdfs:label "heterocyclic polythiourethanes with saturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_TURNH47 dcterms:identifier "E_TURNH47" ;              rdfs:comment "A subclass of the E_TURNH33 Class, heterocyclic polythiourethanes with unsaturated heterocyclic side chain. E_TURNH47" ;              rdfs:label "heterocyclic polythiourethanes with unsaturated heterocyclic side chain" ;              rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_UR1 dcterms:identifier "E_UR1" ;          rdfs:comment "A subclass of the ConstitutionalUnit Class, polyureas/polyurethanes. E_UR1" ;          rdfs:label "polyureas/polyurethanes" ;          rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA2 dcterms:identifier "E_URA2" ;           rdfs:comment "A subclass of the E_UR1 Class, unmodified linear polyureas. E_URA2" ;           rdfs:label "unmodified linear polyureas" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA30 dcterms:identifier "E_URA30" ;            rdfs:comment "A subclass of the E_URA2 Class, unmodified linear polyureas without side chain. E_URA30" ;            rdfs:label "unmodified linear polyureas without side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA31 dcterms:identifier "E_URA31" ;            rdfs:comment "A subclass of the E_URA2 Class, unmodified linear polyureas with aliphatic side chain. E_URA31" ;            rdfs:label "unmodified linear polyureas with aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA32 dcterms:identifier "E_URA32" ;            rdfs:comment "A subclass of the E_URA2 Class, unmodified linear polyureas with aromatic side chain. E_URA32" ;            rdfs:label "unmodified linear polyureas with aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA33 dcterms:identifier "E_URA33" ;            rdfs:comment "A subclass of the E_URA2 Class, unmodified linear polyureas with heterocyclic side chain. E_URA33" ;            rdfs:label "unmodified linear polyureas with heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA41 dcterms:identifier "E_URA41" ;            rdfs:comment "A subclass of the E_URA31 Class, unmodified linear polyureas with acyclic aliphatic side chain. E_URA41" ;            rdfs:label "unmodified linear polyureas with acyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA42 dcterms:identifier "E_URA42" ;            rdfs:comment "A subclass of the E_URA31 Class, unmodified linear polyureas with alicyclic aliphatic side chain. E_URA42" ;            rdfs:label "unmodified linear polyureas with alicyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA43 dcterms:identifier "E_URA43" ;            rdfs:comment "A subclass of the E_URA32 Class, unmodified linear polyureas with condensed-ring aromatic side chain. E_URA43" ;            rdfs:label "unmodified linear polyureas with condensed-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA44 dcterms:identifier "E_URA44" ;            rdfs:comment "A subclass of the E_URA32 Class, unmodified linear polyureas with multiring aromatic side chain. E_URA44" ;            rdfs:label "unmodified linear polyureas with multiring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA45 dcterms:identifier "E_URA45" ;            rdfs:comment "A subclass of the E_URA32 Class, unmodified linear polyureas with single-ring aromatic side chain. E_URA45" ;            rdfs:label "unmodified linear polyureas with single-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA46 dcterms:identifier "E_URA46" ;            rdfs:comment "A subclass of the E_URA33 Class, unmodified linear polyureas with saturated heterocyclic side chain. E_URA46" ;            rdfs:label "unmodified linear polyureas with saturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URA47 dcterms:identifier "E_URA47" ;            rdfs:comment "A subclass of the E_URA33 Class, unmodified linear polyureas with unsaturated heterocyclic side chain. E_URA47" ;            rdfs:label "unmodified linear polyureas with unsaturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH2 dcterms:identifier "E_URAH2" ;            rdfs:comment "A subclass of the E_UR1 Class, heterocyclic polyureas. E_URAH2" ;            rdfs:label "heterocyclic polyureas" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH30 dcterms:identifier "E_URAH30" ;             rdfs:comment "A subclass of the E_URAH2 Class, heterocyclic polyureas without side chain. E_URAH30" ;             rdfs:label "heterocyclic polyureas without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH31 dcterms:identifier "E_URAH31" ;             rdfs:comment "A subclass of the E_URAH2 Class, heterocyclic polyureas with aliphatic side chain. E_URAH31" ;             rdfs:label "heterocyclic polyureas with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH32 dcterms:identifier "E_URAH32" ;             rdfs:comment "A subclass of the E_URAH2 Class, heterocyclic polyureas with aromatic side chain. E_URAH32" ;             rdfs:label "heterocyclic polyureas with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH33 dcterms:identifier "E_URAH33" ;             rdfs:comment "A subclass of the E_URAH2 Class, heterocyclic polyureas with heterocyclic side chain. E_URAH33" ;             rdfs:label "heterocyclic polyureas with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH41 dcterms:identifier "E_URAH41" ;             rdfs:comment "A subclass of the E_URAH31 Class, heterocyclic polyureas with acyclic aliphatic side chain. E_URAH41" ;             rdfs:label "heterocyclic polyureas with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH42 dcterms:identifier "E_URAH42" ;             rdfs:comment "A subclass of the E_URAH31 Class, heterocyclic polyureas with alicyclic aliphatic side chain. E_URAH42" ;             rdfs:label "heterocyclic polyureas with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH43 dcterms:identifier "E_URAH43" ;             rdfs:comment "A subclass of the E_URAH32 Class, heterocyclic polyureas with condensed-ring aromatic side chain. E_URAH43" ;             rdfs:label "heterocyclic polyureas with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH44 dcterms:identifier "E_URAH44" ;             rdfs:comment "A subclass of the E_URAH32 Class, heterocyclic polyureas with multiring aromatic side chain. E_URAH44" ;             rdfs:label "heterocyclic polyureas with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH45 dcterms:identifier "E_URAH45" ;             rdfs:comment "A subclass of the E_URAH32 Class, heterocyclic polyureas with single-ring aromatic side chain. E_URAH45" ;             rdfs:label "heterocyclic polyureas with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH46 dcterms:identifier "E_URAH46" ;             rdfs:comment "A subclass of the E_URAH33 Class, heterocyclic polyureas with saturated heterocyclic side chain. E_URAH46" ;             rdfs:label "heterocyclic polyureas with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URAH47 dcterms:identifier "E_URAH47" ;             rdfs:comment "A subclass of the E_URAH33 Class, heterocyclic polyureas with unsaturated heterocyclic side chain. E_URAH47" ;             rdfs:label "heterocyclic polyureas with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN2 dcterms:identifier "E_URN2" ;           rdfs:comment "A subclass of the E_UR1 Class, unmodified linear polyurethanes. E_URN2" ;           rdfs:label "unmodified linear polyurethanes" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN30 dcterms:identifier "E_URN30" ;            rdfs:comment "A subclass of the E_URN2 Class, unmodified linear polyurethanes without side chain. E_URN30" ;            rdfs:label "unmodified linear polyurethanes without side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN31 dcterms:identifier "E_URN31" ;            rdfs:comment "A subclass of the E_URN2 Class, unmodified linear polyurethanes with aliphatic side chain. E_URN31" ;            rdfs:label "unmodified linear polyurethanes with aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN32 dcterms:identifier "E_URN32" ;            rdfs:comment "A subclass of the E_URN2 Class, unmodified linear polyurethanes with aromatic side chain. E_URN32" ;            rdfs:label "unmodified linear polyurethanes with aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN33 dcterms:identifier "E_URN33" ;            rdfs:comment "A subclass of the E_URN2 Class, unmodified linear polyurethanes with heterocyclic side chain. E_URN33" ;            rdfs:label "unmodified linear polyurethanes with heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN41 dcterms:identifier "E_URN41" ;            rdfs:comment "A subclass of the E_URN31 Class, unmodified linear polyurethanes with acyclic aliphatic side chain. E_URN41" ;            rdfs:label "unmodified linear polyurethanes with acyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN42 dcterms:identifier "E_URN42" ;            rdfs:comment "A subclass of the E_URN31 Class, unmodified linear polyurethanes with alicyclic aliphatic side chain. E_URN42" ;            rdfs:label "unmodified linear polyurethanes with alicyclic aliphatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN43 dcterms:identifier "E_URN43" ;            rdfs:comment "A subclass of the E_URN32 Class, unmodified linear polyurethanes with condensed-ring aromatic side chain. E_URN43" ;            rdfs:label "unmodified linear polyurethanes with condensed-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN44 dcterms:identifier "E_URN44" ;            rdfs:comment "A subclass of the E_URN32 Class, unmodified linear polyurethanes with multiring aromatic side chain. E_URN44" ;            rdfs:label "unmodified linear polyurethanes with multiring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN45 dcterms:identifier "E_URN45" ;            rdfs:comment "A subclass of the E_URN32 Class, unmodified linear polyurethanes with single-ring aromatic side chain. E_URN45" ;            rdfs:label "unmodified linear polyurethanes with single-ring aromatic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN46 dcterms:identifier "E_URN46" ;            rdfs:comment "A subclass of the E_URN33 Class, unmodified linear polyurethanes with saturated heterocyclic side chain. E_URN46" ;            rdfs:label "unmodified linear polyurethanes with saturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URN47 dcterms:identifier "E_URN47" ;            rdfs:comment "A subclass of the E_URN33 Class, unmodified linear polyurethanes with unsaturated heterocyclic side chain. E_URN47" ;            rdfs:label "unmodified linear polyurethanes with unsaturated heterocyclic side chain" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH2 dcterms:identifier "E_URNH2" ;            rdfs:comment "A subclass of the E_UR1 Class, heterocyclic polyurethanes. E_URNH2" ;            rdfs:label "heterocyclic polyurethanes" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH30 dcterms:identifier "E_URNH30" ;             rdfs:comment "A subclass of the E_URNH2 Class, heterocyclic polyurethanes without side chain. E_URNH30" ;             rdfs:label "heterocyclic polyurethanes without side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH31 dcterms:identifier "E_URNH31" ;             rdfs:comment "A subclass of the E_URNH2 Class, heterocyclic polyurethanes with aliphatic side chain. E_URNH31" ;             rdfs:label "heterocyclic polyurethanes with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH32 dcterms:identifier "E_URNH32" ;             rdfs:comment "A subclass of the E_URNH2 Class, heterocyclic polyurethanes with aromatic side chain. E_URNH32" ;             rdfs:label "heterocyclic polyurethanes with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH33 dcterms:identifier "E_URNH33" ;             rdfs:comment "A subclass of the E_URNH2 Class, heterocyclic polyurethanes with heterocyclic side chain. E_URNH33" ;             rdfs:label "heterocyclic polyurethanes with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH41 dcterms:identifier "E_URNH41" ;             rdfs:comment "A subclass of the E_URNH31 Class, heterocyclic polyurethanes with acyclic aliphatic side chain. E_URNH41" ;             rdfs:label "heterocyclic polyurethanes with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH42 dcterms:identifier "E_URNH42" ;             rdfs:comment "A subclass of the E_URNH31 Class, heterocyclic polyurethanes with alicyclic aliphatic side chain. E_URNH42" ;             rdfs:label "heterocyclic polyurethanes with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH43 dcterms:identifier "E_URNH43" ;             rdfs:comment "A subclass of the E_URNH32 Class, heterocyclic polyurethanes with condensed-ring aromatic side chain. E_URNH43" ;             rdfs:label "heterocyclic polyurethanes with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH44 dcterms:identifier "E_URNH44" ;             rdfs:comment "A subclass of the E_URNH32 Class, heterocyclic polyurethanes with multiring aromatic side chain. E_URNH44" ;             rdfs:label "heterocyclic polyurethanes with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH45 dcterms:identifier "E_URNH45" ;             rdfs:comment "A subclass of the E_URNH32 Class, heterocyclic polyurethanes with single-ring aromatic side chain. E_URNH45" ;             rdfs:label "heterocyclic polyurethanes with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH46 dcterms:identifier "E_URNH46" ;             rdfs:comment "A subclass of the E_URNH33 Class, heterocyclic polyurethanes with saturated heterocyclic side chain. E_URNH46" ;             rdfs:label "heterocyclic polyurethanes with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_URNH47 dcterms:identifier "E_URNH47" ;             rdfs:comment "A subclass of the E_URNH33 Class, heterocyclic polyurethanes with unsaturated heterocyclic side chain. E_URNH47" ;             rdfs:label "heterocyclic polyurethanes with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL1 dcterms:identifier "E_VNL1" ;           rdfs:comment "A subclass of the ConstitutionalUnit Class, vinyl polymers. E_VNL1" ;           rdfs:label "vinyl polymers" ;           rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_2 dcterms:identifier "E_VNL_2" ;            rdfs:comment "A subclass of the E_VNL1 Class, vinyl polymers. E_VNL_2" ;            rdfs:label "vinyl polymers" ;            rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_31 dcterms:identifier "E_VNL_31" ;             rdfs:comment "A subclass of the E_VNL_2 Class, vinyl polymers with aliphatic side chain. E_VNL_31" ;             rdfs:label "vinyl polymers with aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_32 dcterms:identifier "E_VNL_32" ;             rdfs:comment "A subclass of the E_VNL_2 Class, vinyl polymers with aromatic side chain. E_VNL_32" ;             rdfs:label "vinyl polymers with aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_33 dcterms:identifier "E_VNL_33" ;             rdfs:comment "A subclass of the E_VNL_2 Class, vinyl polymers with heterocyclic side chain. E_VNL_33" ;             rdfs:label "vinyl polymers with heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_41 dcterms:identifier "E_VNL_41" ;             rdfs:comment "A subclass of the E_VNL_31 Class, vinyl polymers with acyclic aliphatic side chain. E_VNL_41" ;             rdfs:label "vinyl polymers with acyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_42 dcterms:identifier "E_VNL_42" ;             rdfs:comment "A subclass of the E_VNL_31 Class, vinyl polymers with alicyclic aliphatic side chain. E_VNL_42" ;             rdfs:label "vinyl polymers with alicyclic aliphatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_43 dcterms:identifier "E_VNL_43" ;             rdfs:comment "A subclass of the E_VNL_32 Class, vinyl polymers with condensed-ring aromatic side chain. E_VNL_43" ;             rdfs:label "vinyl polymers with condensed-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_44 dcterms:identifier "E_VNL_44" ;             rdfs:comment "A subclass of the E_VNL_32 Class, vinyl polymers with multiring aromatic side chain. E_VNL_44" ;             rdfs:label "vinyl polymers with multiring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_45 dcterms:identifier "E_VNL_45" ;             rdfs:comment "A subclass of the E_VNL_32 Class, vinyl polymers with single-ring aromatic side chain. E_VNL_45" ;             rdfs:label "vinyl polymers with single-ring aromatic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_46 dcterms:identifier "E_VNL_46" ;             rdfs:comment "A subclass of the E_VNL_33 Class, vinyl polymers with saturated heterocyclic side chain. E_VNL_46" ;             rdfs:label "vinyl polymers with saturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:E_VNL_47 dcterms:identifier "E_VNL_47" ;             rdfs:comment "A subclass of the E_VNL_33 Class, vinyl polymers with unsaturated heterocyclic side chain. E_VNL_47" ;             rdfs:label "vinyl polymers with unsaturated heterocyclic side chain" ;             rdfs:seeAlso <https://polymer.nims.go.jp/PoLyInfo/guide/en/pdf/TaxonomyDefinition.pdf> .pli:ErgPerCubicCentimeter oboInOwl:hasExactSynonym "erg/cc" ,                                                   "erg/cm^[3]" ;                          rdfs:label "erg per cubic centimeter" .pli:ErgPerCubicCentimeterKelvin oboInOwl:hasExactSynonym "erg/cm^[3].K" ;                                rdfs:label "erg per cubic centimeter kelvin" .pli:GaseousState rdfs:comment "GaseousState refers to Gaseous State as a Fluid State Type." ;                 rdfs:label "Gaseous state" .pli:Gigapascal oboInOwl:hasExactSynonym "GPa" ;               rdfs:label "gigapascal" .pli:GramForcePerDenier oboInOwl:hasExactSynonym "gf/denier" ;                       oboInOwl:hasRelatedSynonym "g/denier" ;                       rdfs:label "gram-force per denier" .pli:GramForcePerSquareMillimeter oboInOwl:hasExactSynonym "gf/mm^[2]" ;                                 oboInOwl:hasRelatedSynonym "g/mm^[2]" ;                                 rdfs:label "gram-force per square millimeter" .pli:GramMilPerSquareCentimeter24Hours rdfs:label "gram mil per square centimeter 24 hours" .pli:GramPerHourCentimeterMillimeterHg oboInOwl:hasRelatedSynonym "g/h.cm.mmHg" ;                                      rdfs:label "gram per hour centimeter MillimeterHg" .pli:Hexagonal rdfs:comment "Hexagonal refers to Hexagonal as a Crystal System." ;              rdfs:label "Hexagonal" .pli:JoulePerCubicCentimeter oboInOwl:hasExactSynonym "J/cc" ,                                                     "J/cm^[3]" ;                            rdfs:label "joule per cubic centimeter" .pli:JoulePerCubicCentimeterKelvin oboInOwl:hasExactSynonym "J/cm^[3].K" ;                                  rdfs:label "joule per cubic centimeter kelvin" .pli:JoulePerCubicMeterKelvin oboInOwl:hasExactSynonym "J/m^[3].K" ;                             rdfs:label "joule per cubic meter kelvin" .pli:JoulePerKelvin oboInOwl:hasExactSynonym "J/K" ;                   rdfs:label "joule per kelvin" .pli:JoulePerMeter rdfs:label "joule per meter" .pli:JoulePerMol oboInOwl:hasExactSynonym "J/mol" ;                rdfs:label "joule per mol" .pli:JoulePerMolKelvin oboInOwl:hasExactSynonym "J/mol.K" ;                      rdfs:label "joule per mol kelvin" .pli:KelvinPerHour oboInOwl:hasExactSynonym "K/h" ;                  rdfs:label "kelvin per hour" .pli:KelvinPerMinute oboInOwl:hasExactSynonym "K/min" ;                    rdfs:label "kelvin per minute" .pli:Kilobar oboInOwl:hasExactSynonym "kbar" ;            rdfs:label "kilobar" .pli:KilocaloriePerGram oboInOwl:hasExactSynonym "kcal/g" ;                       rdfs:label "kilocalorie per gram" .pli:KilocaloriePerMol oboInOwl:hasExactSynonym "kcal/mol" ;                      rdfs:label "kilocalorie per mol" .pli:KilogramCentimeterPerSquareCentimeter oboInOwl:hasExactSynonym "kg-cm/cm^[2]" ;                                          rdfs:label "kilogram centimeter per square centimeter" .pli:KilogramForce rdfs:label "kilogram-force" .pli:KilogramForcePerSquareCentimeter oboInOwl:hasExactSynonym "kgf/cm^[2]" ;                                     oboInOwl:hasRelatedSynonym "kg/cm^[2]" ;                                     rdfs:label "kilogram-force per square centimeter" .pli:KilogramForcePerSquareMillimeter oboInOwl:hasExactSynonym "kgf/mm^[2]" ;                                     oboInOwl:hasRelatedSynonym "kg/mm^[2]" ;                                     rdfs:label "kilogram-force per square millimeter" .pli:KilojoulePerMeter rdfs:label "kilojoule per meter" .pli:KilojoulePerMol oboInOwl:hasExactSynonym "kJ/mol" ;                    rdfs:label "kilojoule per mol" .pli:KilojoulePerSquareMeter rdfs:label "kilojoule per square meter" .pli:KilopondForcePerSquareInch oboInOwl:hasExactSynonym "ksi" ;                               rdfs:label "kilopond-force per square inch" .pli:KilovoltPerMillimeter oboInOwl:hasExactSynonym "kV/mm" ;                          rdfs:label "kilovolt per millimeter" .pli:LengthPercentage oboInOwl:hasExactSynonym "%" ;                     rdfs:label "length percentage" .pli:LiquidCrystalState rdfs:comment "LiquidCrystalState refers to Liquid Crystal State as a Fluid State Type." ;                       rdfs:label "Liquid crystal state" .pli:LiquidState rdfs:comment "LiquidState refers to Liquid State as a Fluid State Type." ;                rdfs:label "Liquid state" .pli:LiterPerGram oboInOwl:hasExactSynonym "l/g" ;                 rdfs:label "liter per gram" .pli:MegajoulePerCubicMeterKelvin oboInOwl:hasExactSynonym "MJ/m^[3].K" ;                                 rdfs:label "megajoule per cubic meter kelvin" .pli:Megapascal oboInOwl:hasExactSynonym "MPa" ;               rdfs:label "megapascal" .pli:MillijoulePerKelvin oboInOwl:hasExactSynonym "mJ/K" ;                        rdfs:label "millijoule per kelvin" .pli:MillijoulePerMolKelvin oboInOwl:hasExactSynonym "mJ/mol.K" ;                           rdfs:label "millijoule per mol kelvin" .pli:MillijoulePerSquareMeter rdfs:label "millijoule per square meter" .pli:MillijoulePerSquareMillimeter rdfs:label "millijoule per square millimeter" .pli:MilliliterPerGram oboInOwl:hasExactSynonym "ml/g" ;                      rdfs:label "milliliter per gram" .pli:MillinewtonPerMeter rdfs:label "millinewton per meter" .pli:MilliwattPerCentimeterKelvin oboInOwl:hasExactSynonym "mW/cm.K" ;                                 rdfs:label "milliwatt per centimeter kelvin" .pli:MolePercentage oboInOwl:hasExactSynonym "%" ;                   rdfs:label "mole percentage" .pli:Monoclinic rdfs:comment "Monoclinic refers to Monoclinic as a Crystal System." ;               rdfs:label "Monoclinic" .pli:NRUnit rdfs:comment "When a unit cannot be registered due to reasons such as the unit not being described in the reference, this instance is used as the object of has_unit." ;           rdfs:label "NR" .pli:NanometerPerSecond oboInOwl:hasExactSynonym "nm/s" ;                       rdfs:label "nanometer per second" .pli:NewtonCentimeterPerGram oboInOwl:hasRelatedSynonym "Ncm/g" ;                            rdfs:label "newton centimeter per gram" .pli:NewtonPerSquareCentimeter oboInOwl:hasExactSynonym "N/cm^[2]" ;                              rdfs:label "newton per square centimeter" .pli:NewtonPerSquareMeter oboInOwl:hasExactSynonym "N/m^[2]" ;                         rdfs:label "newton per square meter" .pli:NewtonPerSquareMillimeter oboInOwl:hasExactSynonym "N/mm^[2]" ;                              rdfs:label "newton per square millimeter" .pli:Ohm oboInOwl:hasExactSynonym "ohm" ;        rdfs:label "ohm" .pli:OhmCentimeter oboInOwl:hasExactSynonym "ohm.cm" ;                  rdfs:label "ohm centimeter" .pli:OhmMeter oboInOwl:hasExactSynonym "ohm.m" ;             rdfs:label "ohm meter" .pli:OhmPerSquare oboInOwl:hasExactSynonym "ohm/square" ;                 rdfs:label "ohm per square" .pli:OhmPerSquareCentimeter oboInOwl:hasExactSynonym "ohm/cm^[3]" ;                           rdfs:label "ohm per square centimeter" .pli:Orthorhombic rdfs:comment "Orthorhombic refers to Orthorhombic as a Crystal System." ;                 rdfs:label "Orthorhombic" .pli:PerDegreeCelsius oboInOwl:hasExactSynonym "1/C" ;                     rdfs:label "per degree Celsius" .pli:PerGigapascal oboInOwl:hasExactSynonym "1/GPa" ;                  rdfs:label "per gigapascal" .pli:PerKelvin oboInOwl:hasExactSynonym "1/K" ;              rdfs:label "per kelvin" .pli:PerOhmCentimeter oboInOwl:hasExactSynonym "1/ohm.cm" ;                     rdfs:label "per ohm centimeter" .pli:Pseudo rdfs:comment "Pseudo refers to a pseudo-crystalline state as a Crystal State." ;           rdfs:label "Pseudo" .pli:SquareCentimeterPerSecond oboInOwl:hasExactSynonym "cm^[2]/s" ;                              rdfs:label "square centimeter per second" .pli:SquareMeterPerNewton oboInOwl:hasExactSynonym "m^[2]/N" ;                         rdfs:label "square meter per newton" .pli:SquareMeterPerSecond oboInOwl:hasExactSynonym "m^[2]/s" ;                         rdfs:label "square meter per second" .pli:SquareMillimeterPerSecond oboInOwl:hasExactSynonym "mm^[2]/s" ;                              rdfs:label "square millimeter per second" .pli:SquareRootOfJoulePerCubicCentimeter rdfs:label "square root of joule per cubic centimeter" .pli:Tetragonal rdfs:comment "Tetragonal refers to Tetragonal as a Crystal System." ;               rdfs:label "Tetragonal" .pli:Triclinic rdfs:comment "Triclinic refers to Triclinic as a Crystal System." ;              rdfs:label "Triclinic" .pli:TrigonalRhombohedral rdfs:comment "TrigonalRhombohedral refers to Trigonal/Rhombohedral as a Crystal System." ;                         rdfs:label "Trigonal/Rhombohedral" .obo:UO_0000265 oboInOwl:hasExactSynonym "J/m s K" .##################################################################    General axioms#################################################################[ rdf:type owl:AllDisjointClasses ;  owl:members ( pli:Blend                pli:Copolymer                pli:Homopolymer              )] .[ rdf:type owl:AllDisjointClasses ;  owl:members ( pli:Inchi                pli:InchiKey                pli:Smiles              )] .[ rdf:type owl:AllDisjointClasses ;  owl:members ( pli:MolecularFormula                pli:MolecularWeight                pli:RationalFormula              )] .[ rdf:type owl:AllDisjointClasses ;  owl:members ( pli:NonSolvent                pli:ResistanceStableChemicalSubstance                pli:ResistanceUnstableChemicalSubstance                pli:Solvent              )] .###  Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi