@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.0" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.obolibrary.org/obo/IAO_0000118
obo:IAO_0000118 rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/identifier
dcterms:identifier rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#bearerProperty pli: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#hasActivationEnergy pli: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#hasModelParameter pli:hasModelParameter rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000051 ; rdfs:label "has model parameter" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasPrefactor pli: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#isEstimatedBy pli: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#isNormalizedTo pli: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#realizes pli: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#topObjectProperty owl:topObjectProperty rdfs:subPropertyOf owl:topObjectProperty . ################################################################# # Data properties #################################################################

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#hasInequalitySign pli: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#hasMaxValue pli: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#hasMinValue pli: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#Abbreviation pli: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#ActivationEnergy pli: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#AdditionCondensation pli: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#AdditionPolymerization pli: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#Additive pli: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#AdhesionLiquid pli: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#AlternatingCopolymer pli: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#AmbientGas pli: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#AmorphousState pli: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#Amount pli: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#ArrheniusEquationParameter pli: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#ArrheniusEquationPrefactor pli: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#ArrheniusEquationPrefactorUnit pli: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#Atmosphere pli: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#AtmosphereBasedUnit pli: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#AverageMolecularMeasurementMethod pli: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#AverageMolecularWeight pli: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#AverageMolecularWeightMeasurementInformation pli: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#AverageMolecularWeightRate pli: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#Bar pli: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#BarBasedUnit pli: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#BaseMaterial pli: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#Biodegradability pli: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#Blend pli: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#BlendCompatibilizationKneading pli: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#BlockCopolymer pli: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#BranchingAndCrosslinking pli: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#BranchingAndCrosslinkingType pli: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#BrittlenessTemperature pli: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#BulkModulus pli: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#CalculationModel pli: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#CalculationModelParameter pli: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#CaloriePerCentimeterSecondDegreeCelsius pli: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#CaloriePerCentimeterSecondDegreeCelsiusBasedUnit pli: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#CaloriePerCubicCentimeter pli: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#CaloriePerCubicCentimeterBasedUnit pli: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#CaloriePerCubicCentimeterDegreeCelsius pli: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#CaloriePerCubicCentimeterDegreeCelsiusBasedUnit pli: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#CaloriePerGram pli: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#CaloriePerGramBasedUnit pli: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#CaloriePerGramDegreeCelsius pli: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#CaloriePerGramDegreeCelsiusBasedUnit pli: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#CaloriePerMolBasedUnit pli: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#Catalyst pli: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#CentiNewtonPerDecitex pli: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#CentiNewtonPerTex pli: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#CentiPoise pli: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 ; rdfs:label "centipoise" ; oboInOwl:hasExactSynonym "cP" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Centistokes pli: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#ChainCondensationPolymerization pli: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#ChainPolymerization pli: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#ChainStructure pli: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#CharpyImpact pli: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#ChemicalDescriptor pli: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#ChemicalReactionRole pli: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#ChemicalSubstance pli: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#CloudPoint pli: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#CohesiveEnergyDensity pli: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#CommerceRole pli: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#Component pli: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#CompositionRatio pli: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#CompoundType pli: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#Compressibility pli: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#CompressiveCreepProperty pli: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#CompressiveCreepRuptureStrength pli: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#CompressiveCreepRuptureTime pli: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#CompressiveCreepStrain pli: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#CompressiveLossModulus pli: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#CompressiveLossTangent pli: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#CompressiveModulus pli: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#CompressiveProperty pli: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#CompressiveStorageModulus pli: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#CompressiveStressStrengthAtBreak pli: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#CompressiveStressStrengthAtYield pli: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#ConstitutionalUnit pli: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#ContactAngle pli: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#ContactSubstanceRole pli: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#CoolingRate pli: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#Copolymer pli: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#CreepProperty pli: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#CriterionEvent pli: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#CriterionEventRole pli: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#CriterionProperty pli: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#CriterionPropertyRole pli: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#CrystalState pli: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#CrystalStructuralMeasurementMethod pli: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#CrystalSystem pli: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#CrystalType pli: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#Crystallinity pli: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#CrystallinityMeasurementMethod pli: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#CrystallinityType pli: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#CrystallizationKinetics pli: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#CrystallizationTemperature pli: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#Cubic pli: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#CubicCentimeterMolPerSquareGram pli: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#CubicCentimeterMolPerSquareGramBasedUnit pli: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#CubicCentimeterPerGram pli: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#CubicCentimeterPerGramDegreeCelsius pli: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#CubicCentimeterPerGramKelvin pli: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#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg pli: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#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHgBasedUnit pli: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#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal pli: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#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascalBasedUnit pli: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#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm pli: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#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtmBasedUnit pli: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#CubicCentimeterSTPPerCubicCentimeterAtm pli: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#CubicCentimeterSTPPerCubicCentimeterAtmBasedUnit pli: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#CubicCentimeterSTPPerCubicCentimeterCmHg pli: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#CubicCentimeterSTPPerCubicCentimeterCmHgBasedUnit pli: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#CubicCentimeterSTPPerCubicCentimeterPascal pli: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#CubicCentimeterSTPPerCubicCentimeterPascalBasedUnit pli: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#CubicMeterPerGram pli: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#CubicMeterPerGramBasedUnit pli: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#CubicMeterPerGramDegreeCelsiusBasedUnit pli: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#CubicMeterPerGramKelvinBasedUnit pli: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#DValue pli: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#DeciliterPerGram pli: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#DeflectionTemperatureUnderLoadHdt pli: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#DegreeCelsiusPerMinute pli: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#DegreeCelsiusPerMinuteBasedUnit pli: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#DegreeCelsiusPerSecond pli: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#DegreeCelsiusPerSecondBasedUnit pli: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#DegreeDegree pli:DegreeDegree rdf:type owl:Class ; rdfs:subClassOf pli:Unit , obo:UO_0000121 ; rdfs:label "degree;degree" ; oboInOwl:hasExactSynonym "degree;degree" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeDegreeBasedUnit pli: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#DegreeOfOrientation pli: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#DegreeOfOrientationMeasurementMethod pli: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#DegreeOfPolymerization pli: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#Density pli: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#Descriptor pli: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#DielectricBreakdownVoltage pli: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#DielectricConstantAc pli: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#DielectricConstantDc pli: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#DielectricDispersion pli: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#DielectricLossFactor pli: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#DielectricLossTangent pli: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#DiffusionCoefficient pli: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#DiluteSolutionProperty pli: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#Dissolution pli: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#Dissolved pli: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#Dopant pli: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#DopingLevel pli: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#Duration pli: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#DynamicCompressiveProperty pli: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#DynamicFlexuralProperty pli: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#DynamicLossViscosityEta2 pli: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#DynamicShearProperty pli: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#DynamicStorageViscosityEta1 pli: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#DynamicTensileProperty pli: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#DynamicViscosity pli: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#DynamicViscosityLossTangent pli: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_ACR1 pli:E_ACR1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN2 pli:E_ACRCN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN30 pli:E_ACRCN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN31 pli:E_ACRCN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN32 pli:E_ACRCN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN33 pli:E_ACRCN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN41 pli:E_ACRCN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN42 pli:E_ACRCN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN43 pli:E_ACRCN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN44 pli:E_ACRCN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN45 pli:E_ACRCN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN46 pli:E_ACRCN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN47 pli:E_ACRCN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRCN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN2 pli:E_ACRN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN31 pli:E_ACRN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN32 pli:E_ACRN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN33 pli:E_ACRN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN41 pli:E_ACRN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN42 pli:E_ACRN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN43 pli:E_ACRN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN44 pli:E_ACRN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN45 pli:E_ACRN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN46 pli:E_ACRN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN47 pli:E_ACRN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS2 pli:E_ACRS2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS31 pli:E_ACRS31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS32 pli:E_ACRS32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS33 pli:E_ACRS33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS41 pli:E_ACRS41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS42 pli:E_ACRS42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS43 pli:E_ACRS43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS44 pli:E_ACRS44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS45 pli:E_ACRS45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS46 pli:E_ACRS46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS47 pli:E_ACRS47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACRS33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_2 pli:E_ACR_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_31 pli:E_ACR_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_32 pli:E_ACR_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_33 pli:E_ACR_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_41 pli:E_ACR_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_42 pli:E_ACR_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_43 pli:E_ACR_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_44 pli:E_ACR_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_45 pli:E_ACR_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_46 pli:E_ACR_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_47 pli:E_ACR_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ACR_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD1 pli:E_AMD1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH2 pli:E_AMDH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH30 pli:E_AMDH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH31 pli:E_AMDH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH32 pli:E_AMDH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH33 pli:E_AMDH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH41 pli:E_AMDH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH42 pli:E_AMDH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH43 pli:E_AMDH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH44 pli:E_AMDH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH45 pli:E_AMDH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH46 pli:E_AMDH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH47 pli:E_AMDH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT2 pli:E_AMDT2 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT30 pli:E_AMDT30 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT31 pli:E_AMDT31 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT32 pli:E_AMDT32 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT33 pli:E_AMDT33 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT41 pli:E_AMDT41 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT42 pli:E_AMDT42 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT43 pli:E_AMDT43 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT44 pli:E_AMDT44 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT45 pli:E_AMDT45 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT46 pli:E_AMDT46 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT47 pli:E_AMDT47 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_2 pli:E_AMD_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_30 pli:E_AMD_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_31 pli:E_AMD_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_32 pli:E_AMD_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_33 pli:E_AMD_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_41 pli:E_AMD_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_42 pli:E_AMD_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_43 pli:E_AMD_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_44 pli:E_AMD_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_45 pli:E_AMD_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_46 pli:E_AMD_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_47 pli:E_AMD_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_AMD_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH1 pli:E_ANH1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH2 pli:E_ANHH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH30 pli:E_ANHH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH31 pli:E_ANHH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH32 pli:E_ANHH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH33 pli:E_ANHH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH41 pli:E_ANHH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH42 pli:E_ANHH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH43 pli:E_ANHH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH44 pli:E_ANHH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH45 pli:E_ANHH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH46 pli:E_ANHH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH47 pli:E_ANHH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANHH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_2 pli:E_ANH_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_30 pli:E_ANH_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_31 pli:E_ANH_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_32 pli:E_ANH_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_33 pli:E_ANH_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_41 pli:E_ANH_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_42 pli:E_ANH_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_43 pli:E_ANH_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_44 pli:E_ANH_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_45 pli:E_ANH_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_46 pli:E_ANH_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_47 pli:E_ANH_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ANH_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR1 pli:E_CAR1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_2 pli:E_CAR_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_30 pli:E_CAR_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_31 pli:E_CAR_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_32 pli:E_CAR_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_33 pli:E_CAR_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_41 pli:E_CAR_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_42 pli:E_CAR_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_43 pli:E_CAR_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_44 pli:E_CAR_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_45 pli:E_CAR_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_46 pli:E_CAR_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_47 pli:E_CAR_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_CAR_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND1 pli:E_COND1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_2 pli:E_COND_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_COND1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_30 pli:E_COND_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_COND_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_31 pli:E_COND_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_COND_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_32 pli:E_COND_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_COND_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_33 pli:E_COND_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_COND_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE1 pli:E_DIE1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC2 pli:E_DIEC2 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIE1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC30 pli:E_DIEC30 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIEC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC31 pli:E_DIEC31 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIEC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_2 pli:E_DIE_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIE1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_30 pli:E_DIE_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIE_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_31 pli:E_DIE_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_DIE_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL1 pli:E_ESL1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH2 pli:E_ESLH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH30 pli:E_ESLH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH31 pli:E_ESLH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH32 pli:E_ESLH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH33 pli:E_ESLH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH41 pli:E_ESLH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH42 pli:E_ESLH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH43 pli:E_ESLH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH44 pli:E_ESLH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH45 pli:E_ESLH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH46 pli:E_ESLH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH47 pli:E_ESLH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESLH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_2 pli:E_ESL_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_30 pli:E_ESL_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_31 pli:E_ESL_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_32 pli:E_ESL_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_33 pli:E_ESL_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_41 pli:E_ESL_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_42 pli:E_ESL_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_43 pli:E_ESL_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_44 pli:E_ESL_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_45 pli:E_ESL_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_46 pli:E_ESL_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_47 pli:E_ESL_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ESL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL1 pli:E_ETL1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH2 pli:E_ETLH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH30 pli:E_ETLH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH31 pli:E_ETLH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH32 pli:E_ETLH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH33 pli:E_ETLH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH41 pli:E_ETLH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH42 pli:E_ETLH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH43 pli:E_ETLH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH44 pli:E_ETLH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH45 pli:E_ETLH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH46 pli:E_ETLH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH47 pli:E_ETLH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETLH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_2 pli:E_ETL_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_30 pli:E_ETL_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_31 pli:E_ETL_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_32 pli:E_ETL_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_33 pli:E_ETL_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_41 pli:E_ETL_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_42 pli:E_ETL_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_43 pli:E_ETL_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_44 pli:E_ETL_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_45 pli:E_ETL_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_46 pli:E_ETL_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_47 pli:E_ETL_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_ETL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL1 pli:E_HAL1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL21 pli:E_HAL21 rdf:type owl:Class ; rdfs:subClassOf pli:E_HAL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL22 pli:E_HAL22 rdf:type owl:Class ; rdfs:subClassOf pli:E_HAL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD1 pli:E_IMD1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH2 pli:E_IMDH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH30 pli:E_IMDH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH31 pli:E_IMDH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH32 pli:E_IMDH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH33 pli:E_IMDH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH41 pli:E_IMDH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH42 pli:E_IMDH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH43 pli:E_IMDH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH44 pli:E_IMDH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH45 pli:E_IMDH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH46 pli:E_IMDH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH47 pli:E_IMDH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT2 pli:E_IMDT2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT30 pli:E_IMDT30 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT31 pli:E_IMDT31 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT32 pli:E_IMDT32 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT33 pli:E_IMDT33 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT41 pli:E_IMDT41 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT42 pli:E_IMDT42 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT43 pli:E_IMDT43 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT44 pli:E_IMDT44 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT45 pli:E_IMDT45 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT46 pli:E_IMDT46 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT47 pli:E_IMDT47 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_2 pli:E_IMD_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_30 pli:E_IMD_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_31 pli:E_IMD_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_32 pli:E_IMD_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_33 pli:E_IMD_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_41 pli:E_IMD_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_42 pli:E_IMD_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_43 pli:E_IMD_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_44 pli:E_IMD_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_45 pli:E_IMD_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_46 pli:E_IMD_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_47 pli:E_IMD_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMD_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN1 pli:E_IMN1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH2 pli:E_IMNH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH30 pli:E_IMNH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH31 pli:E_IMNH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH32 pli:E_IMNH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH33 pli:E_IMNH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH41 pli:E_IMNH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH42 pli:E_IMNH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH43 pli:E_IMNH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH44 pli:E_IMNH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH45 pli:E_IMNH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH46 pli:E_IMNH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH47 pli:E_IMNH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_2 pli:E_IMN_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_30 pli:E_IMN_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_31 pli:E_IMN_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_32 pli:E_IMN_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_33 pli:E_IMN_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_41 pli:E_IMN_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_42 pli:E_IMN_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_43 pli:E_IMN_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_44 pli:E_IMN_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_45 pli:E_IMN_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_46 pli:E_IMN_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_47 pli:E_IMN_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_IMN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IN1 pli:E_IN1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN2 pli:E_INPN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN30 pli:E_INPN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN31 pli:E_INPN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN32 pli:E_INPN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN33 pli:E_INPN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN41 pli:E_INPN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN42 pli:E_INPN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN43 pli:E_INPN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN44 pli:E_INPN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN45 pli:E_INPN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN46 pli:E_INPN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN47 pli:E_INPN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_INPN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi2 pli:E_INSi2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi30 pli:E_INSi30 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi31 pli:E_INSi31 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi32 pli:E_INSi32 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi33 pli:E_INSi33 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi41 pli:E_INSi41 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi42 pli:E_INSi42 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi43 pli:E_INSi43 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi44 pli:E_INSi44 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi45 pli:E_INSi45 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi46 pli:E_INSi46 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi47 pli:E_INSi47 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSi33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN2 pli:E_INSiN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN30 pli:E_INSiN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN31 pli:E_INSiN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN32 pli:E_INSiN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN33 pli:E_INSiN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN41 pli:E_INSiN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN42 pli:E_INSiN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN43 pli:E_INSiN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN44 pli:E_INSiN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN45 pli:E_INSiN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN46 pli:E_INSiN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN47 pli:E_INSiN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO2 pli:E_INSiO2 rdf:type owl:Class ; rdfs:subClassOf pli:E_IN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO30 pli:E_INSiO30 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO31 pli:E_INSiO31 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO32 pli:E_INSiO32 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO33 pli:E_INSiO33 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO41 pli:E_INSiO41 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO42 pli:E_INSiO42 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO43 pli:E_INSiO43 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO44 pli:E_INSiO44 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO45 pli:E_INSiO45 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO46 pli:E_INSiO46 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO47 pli:E_INSiO47 rdf:type owl:Class ; rdfs:subClassOf pli:E_INSiO33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN1 pli:E_KTN1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC2 pli:E_KTNC2 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC30 pli:E_KTNC30 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC31 pli:E_KTNC31 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC32 pli:E_KTNC32 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC33 pli:E_KTNC33 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC41 pli:E_KTNC41 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC42 pli:E_KTNC42 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC43 pli:E_KTNC43 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC44 pli:E_KTNC44 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC45 pli:E_KTNC45 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC46 pli:E_KTNC46 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC47 pli:E_KTNC47 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTNC33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_2 pli:E_KTN_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_30 pli:E_KTN_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_31 pli:E_KTN_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_32 pli:E_KTN_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_33 pli:E_KTN_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_41 pli:E_KTN_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_42 pli:E_KTN_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_43 pli:E_KTN_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_44 pli:E_KTN_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_45 pli:E_KTN_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_46 pli:E_KTN_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_47 pli:E_KTN_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_KTN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL1 pli:E_MTL1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL21 pli:E_MTL21 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL210 pli:E_MTL210 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL211 pli:E_MTL211 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL22 pli:E_MTL22 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL23 pli:E_MTL23 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL24 pli:E_MTL24 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL25 pli:E_MTL25 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL26 pli:E_MTL26 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL27 pli:E_MTL27 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL28 pli:E_MTL28 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL29 pli:E_MTL29 rdf:type owl:Class ; rdfs:subClassOf pli:E_MTL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF1 pli:E_OLF1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC2 pli:E_OLFC2 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC30 pli:E_OLFC30 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLFC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC31 pli:E_OLFC31 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLFC2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_2 pli:E_OLF_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_30 pli:E_OLF_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLF_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_31 pli:E_OLF_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_OLF_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN1 pli:E_PHN1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_2 pli:E_PHN_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_30 pli:E_PHN_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_31 pli:E_PHN_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_32 pli:E_PHN_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_33 pli:E_PHN_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_41 pli:E_PHN_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_42 pli:E_PHN_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_43 pli:E_PHN_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_44 pli:E_PHN_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_45 pli:E_PHN_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_46 pli:E_PHN_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_47 pli:E_PHN_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS1 pli:E_PHS1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS2 pli:E_PHSS2 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS30 pli:E_PHSS30 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS31 pli:E_PHSS31 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS32 pli:E_PHSS32 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS33 pli:E_PHSS33 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS41 pli:E_PHSS41 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS42 pli:E_PHSS42 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS43 pli:E_PHSS43 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS44 pli:E_PHSS44 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS45 pli:E_PHSS45 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS46 pli:E_PHSS46 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS47 pli:E_PHSS47 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHSS33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_2 pli:E_PHS_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_30 pli:E_PHS_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_31 pli:E_PHS_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_32 pli:E_PHS_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_33 pli:E_PHS_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_41 pli:E_PHS_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_42 pli:E_PHS_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_43 pli:E_PHS_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_44 pli:E_PHS_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_45 pli:E_PHS_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_46 pli:E_PHS_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_47 pli:E_PHS_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_PHS_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLF1 pli:E_SLF1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA2 pli:E_SLFA2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA30 pli:E_SLFA30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA31 pli:E_SLFA31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA32 pli:E_SLFA32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA33 pli:E_SLFA33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA41 pli:E_SLFA41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA42 pli:E_SLFA42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA43 pli:E_SLFA43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA44 pli:E_SLFA44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA45 pli:E_SLFA45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA46 pli:E_SLFA46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA47 pli:E_SLFA47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO2 pli:E_SLFO2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO30 pli:E_SLFO30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO31 pli:E_SLFO31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO32 pli:E_SLFO32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO33 pli:E_SLFO33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO41 pli:E_SLFO41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO42 pli:E_SLFO42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO43 pli:E_SLFO43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO44 pli:E_SLFO44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO45 pli:E_SLFO45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO46 pli:E_SLFO46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO47 pli:E_SLFO47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SLFO33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY1 pli:E_STY1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_2 pli:E_STY_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_30 pli:E_STY_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_31 pli:E_STY_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_32 pli:E_STY_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_33 pli:E_STY_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_41 pli:E_STY_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_42 pli:E_STY_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_43 pli:E_STY_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_44 pli:E_STY_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_45 pli:E_STY_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_46 pli:E_STY_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_47 pli:E_STY_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_STY_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA1 pli:E_SUA1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_2 pli:E_SUA_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_30 pli:E_SUA_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_31 pli:E_SUA_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_32 pli:E_SUA_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_33 pli:E_SUA_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_41 pli:E_SUA_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_42 pli:E_SUA_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_43 pli:E_SUA_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_44 pli:E_SUA_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_45 pli:E_SUA_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_46 pli:E_SUA_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_47 pli:E_SUA_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SUA_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULF1 pli:E_SULF1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH2 pli:E_SULFH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH30 pli:E_SULFH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH31 pli:E_SULFH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH32 pli:E_SULFH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH33 pli:E_SULFH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH41 pli:E_SULFH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH42 pli:E_SULFH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH43 pli:E_SULFH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH44 pli:E_SULFH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH45 pli:E_SULFH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH46 pli:E_SULFH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH47 pli:E_SULFH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFI2 pli:E_SULFI2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH2 pli:E_SULFIH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH30 pli:E_SULFIH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH31 pli:E_SULFIH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH32 pli:E_SULFIH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH33 pli:E_SULFIH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH41 pli:E_SULFIH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH42 pli:E_SULFIH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH43 pli:E_SULFIH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH44 pli:E_SULFIH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH45 pli:E_SULFIH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH46 pli:E_SULFIH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH47 pli:E_SULFIH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFIH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFO2 pli:E_SULFO2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFX2 pli:E_SULFX2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH2 pli:E_SULFXH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULF1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH30 pli:E_SULFXH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH31 pli:E_SULFXH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH32 pli:E_SULFXH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH33 pli:E_SULFXH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH41 pli:E_SULFXH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH42 pli:E_SULFXH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH43 pli:E_SULFXH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH44 pli:E_SULFXH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH45 pli:E_SULFXH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH46 pli:E_SULFXH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH47 pli:E_SULFXH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_SULFXH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_T1 pli:E_T1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TA1 pli:E_TA1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH2 pli:E_TADH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TA1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH30 pli:E_TADH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH31 pli:E_TADH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH32 pli:E_TADH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH33 pli:E_TADH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH41 pli:E_TADH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH42 pli:E_TADH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH43 pli:E_TADH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH44 pli:E_TADH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH45 pli:E_TADH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH46 pli:E_TADH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH47 pli:E_TADH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT2 pli:E_TADT2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TA1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT30 pli:E_TADT30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT31 pli:E_TADT31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT32 pli:E_TADT32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT33 pli:E_TADT33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT41 pli:E_TADT41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT42 pli:E_TADT42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT43 pli:E_TADT43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT44 pli:E_TADT44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT45 pli:E_TADT45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT46 pli:E_TADT46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT47 pli:E_TADT47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TADT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD2 pli:E_TAMD2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TA1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD30 pli:E_TAMD30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD31 pli:E_TAMD31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD32 pli:E_TAMD32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD33 pli:E_TAMD33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD41 pli:E_TAMD41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD42 pli:E_TAMD42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD43 pli:E_TAMD43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD44 pli:E_TAMD44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD45 pli:E_TAMD45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD46 pli:E_TAMD46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD47 pli:E_TAMD47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAMD33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN1 pli:E_TAN1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH2 pli:E_TANH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH30 pli:E_TANH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH31 pli:E_TANH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH32 pli:E_TANH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH33 pli:E_TANH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH41 pli:E_TANH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH42 pli:E_TANH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH43 pli:E_TANH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH44 pli:E_TANH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH45 pli:E_TANH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH46 pli:E_TANH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH47 pli:E_TANH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TANH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_2 pli:E_TAN_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_30 pli:E_TAN_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_31 pli:E_TAN_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_32 pli:E_TAN_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_33 pli:E_TAN_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_41 pli:E_TAN_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_42 pli:E_TAN_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_43 pli:E_TAN_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_44 pli:E_TAN_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_45 pli:E_TAN_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_46 pli:E_TAN_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_47 pli:E_TAN_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TAN_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA2 pli:E_TCA2 rdf:type owl:Class ; rdfs:subClassOf pli:E_T1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA30 pli:E_TCA30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA31 pli:E_TCA31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA32 pli:E_TCA32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA33 pli:E_TCA33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA41 pli:E_TCA41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA42 pli:E_TCA42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA43 pli:E_TCA43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA44 pli:E_TCA44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA45 pli:E_TCA45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA46 pli:E_TCA46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA47 pli:E_TCA47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TCA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES2 pli:E_TES2 rdf:type owl:Class ; rdfs:subClassOf pli:E_T1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES30 pli:E_TES30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES31 pli:E_TES31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES32 pli:E_TES32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES33 pli:E_TES33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES41 pli:E_TES41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES42 pli:E_TES42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES43 pli:E_TES43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES44 pli:E_TES44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES45 pli:E_TES45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES46 pli:E_TES46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES47 pli:E_TES47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TES33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID1 pli:E_TID1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH2 pli:E_TIDH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH30 pli:E_TIDH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH31 pli:E_TIDH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH32 pli:E_TIDH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH33 pli:E_TIDH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH41 pli:E_TIDH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH42 pli:E_TIDH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH43 pli:E_TIDH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH44 pli:E_TIDH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH45 pli:E_TIDH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH46 pli:E_TIDH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH47 pli:E_TIDH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT2 pli:E_TIDT2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT30 pli:E_TIDT30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT31 pli:E_TIDT31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT32 pli:E_TIDT32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT33 pli:E_TIDT33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT41 pli:E_TIDT41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT42 pli:E_TIDT42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT43 pli:E_TIDT43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT44 pli:E_TIDT44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT45 pli:E_TIDT45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT46 pli:E_TIDT46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT47 pli:E_TIDT47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TIDT33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_2 pli:E_TID_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_30 pli:E_TID_30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_31 pli:E_TID_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_32 pli:E_TID_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_33 pli:E_TID_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_41 pli:E_TID_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_42 pli:E_TID_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_43 pli:E_TID_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_44 pli:E_TID_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_45 pli:E_TID_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_46 pli:E_TID_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_47 pli:E_TID_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TID_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN2 pli:E_TKN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_T1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN30 pli:E_TKN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN31 pli:E_TKN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN32 pli:E_TKN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN33 pli:E_TKN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN41 pli:E_TKN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN42 pli:E_TKN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN43 pli:E_TKN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN44 pli:E_TKN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN45 pli:E_TKN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN46 pli:E_TKN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN47 pli:E_TKN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TKN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TUR1 pli:E_TUR1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA2 pli:E_TURA2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TUR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA30 pli:E_TURA30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA31 pli:E_TURA31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA32 pli:E_TURA32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA33 pli:E_TURA33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA41 pli:E_TURA41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA42 pli:E_TURA42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA43 pli:E_TURA43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA44 pli:E_TURA44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA45 pli:E_TURA45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA46 pli:E_TURA46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA47 pli:E_TURA47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH2 pli:E_TURAH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TUR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH30 pli:E_TURAH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH31 pli:E_TURAH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH32 pli:E_TURAH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH33 pli:E_TURAH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH41 pli:E_TURAH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH42 pli:E_TURAH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH43 pli:E_TURAH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH44 pli:E_TURAH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH45 pli:E_TURAH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH46 pli:E_TURAH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH47 pli:E_TURAH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURAH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN2 pli:E_TURN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TUR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN30 pli:E_TURN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN31 pli:E_TURN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN32 pli:E_TURN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN33 pli:E_TURN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN41 pli:E_TURN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN42 pli:E_TURN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN43 pli:E_TURN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN44 pli:E_TURN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN45 pli:E_TURN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN46 pli:E_TURN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN47 pli:E_TURN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH2 pli:E_TURNH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_TUR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH30 pli:E_TURNH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH31 pli:E_TURNH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH32 pli:E_TURNH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH33 pli:E_TURNH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH41 pli:E_TURNH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH42 pli:E_TURNH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH43 pli:E_TURNH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH44 pli:E_TURNH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH45 pli:E_TURNH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH46 pli:E_TURNH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH47 pli:E_TURNH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_TURNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_Taxon pli: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_UR1 pli:E_UR1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA2 pli:E_URA2 rdf:type owl:Class ; rdfs:subClassOf pli:E_UR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA30 pli:E_URA30 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA31 pli:E_URA31 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA32 pli:E_URA32 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA33 pli:E_URA33 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA41 pli:E_URA41 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA42 pli:E_URA42 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA43 pli:E_URA43 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA44 pli:E_URA44 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA45 pli:E_URA45 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA46 pli:E_URA46 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA47 pli:E_URA47 rdf:type owl:Class ; rdfs:subClassOf pli:E_URA33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH2 pli:E_URAH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_UR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH30 pli:E_URAH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH31 pli:E_URAH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH32 pli:E_URAH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH33 pli:E_URAH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH41 pli:E_URAH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH42 pli:E_URAH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH43 pli:E_URAH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH44 pli:E_URAH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH45 pli:E_URAH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH46 pli:E_URAH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH47 pli:E_URAH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_URAH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN2 pli:E_URN2 rdf:type owl:Class ; rdfs:subClassOf pli:E_UR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN30 pli:E_URN30 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN31 pli:E_URN31 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN32 pli:E_URN32 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN33 pli:E_URN33 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN41 pli:E_URN41 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN42 pli:E_URN42 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN43 pli:E_URN43 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN44 pli:E_URN44 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN45 pli:E_URN45 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN46 pli:E_URN46 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN47 pli:E_URN47 rdf:type owl:Class ; rdfs:subClassOf pli:E_URN33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH2 pli:E_URNH2 rdf:type owl:Class ; rdfs:subClassOf pli:E_UR1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH30 pli:E_URNH30 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH31 pli:E_URNH31 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH32 pli:E_URNH32 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH33 pli:E_URNH33 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH41 pli:E_URNH41 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH42 pli:E_URNH42 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH43 pli:E_URNH43 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH44 pli:E_URNH44 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH45 pli:E_URNH45 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH46 pli:E_URNH46 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH47 pli:E_URNH47 rdf:type owl:Class ; rdfs:subClassOf pli:E_URNH33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL1 pli:E_VNL1 rdf:type owl:Class ; rdfs:subClassOf pli:ConstitutionalUnit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_2 pli:E_VNL_2 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL1 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_31 pli:E_VNL_31 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_32 pli:E_VNL_32 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_33 pli:E_VNL_33 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_2 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_41 pli:E_VNL_41 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_42 pli:E_VNL_42 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_31 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_43 pli:E_VNL_43 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_44 pli:E_VNL_44 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_45 pli:E_VNL_45 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_32 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_46 pli:E_VNL_46 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_47 pli:E_VNL_47 rdf:type owl:Class ; rdfs:subClassOf pli:E_VNL_33 .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ElasticComplianceUnit pli: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#ElectricConductivity pli: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#ElectricResistivity pli: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#ElectricalProperty pli: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#Elongation pli: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#ElongationAtBreak pli: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#ElongationAtYield pli: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#EndGroup pli: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#EndGroupConnection pli: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#EndGroupConnectionType pli: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#EndGroupPartType pli: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#EndGroupStructure pli: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#EndGroupType pli: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#ErgPerCubicCentimeter pli: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#ErgPerCubicCentimeterBasedUnit pli: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#ErgPerCubicCentimeterKelvin pli: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#ErgPerCubicCentimeterKelvinBasedUnit pli: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#ErgPerSquareCentimeter pli: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#ErgPerSquareCentimeterBasedUnit pli: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#FiberTensile pli: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#FiberTensileElongationAtBreak pli: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#FiberTensileModulus pli: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#FiberTensileStressStrengthAtBreak pli: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#Filler pli: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#FlexuralCreepProperty pli: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#FlexuralCreepRuptureStrength pli: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#FlexuralCreepRuptureTime pli: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#FlexuralCreepStrain pli: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#FlexuralLossModulus pli: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#FlexuralLossTangent pli: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#FlexuralModulus pli: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#FlexuralProperty pli: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#FlexuralStorageModulus pli: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#FlexuralStressStrengthAtBreak pli: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#FlexuralStressStrengthAtYield pli: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#FluidState pli: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#FluidStateType pli: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#Fraction pli: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#Frequency pli: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#FunctionalDescriptor pli: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#GValue pli: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#GasDiffusionCoefficientD pli: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#GasPermeabilityAndDiffusion pli: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#GasPermeabilityCoefficientP pli: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#GasPermeabilityCoefficientUnit pli: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#GasSolubilityCoefficientS pli: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#GasSolubilityCoefficientUnit pli:GasSolubilityCoefficientUnit rdf:type owl:Class ; rdfs:subClassOf pli:SolubilityParameterUnit ; rdfs:label "gas solubility coefficient unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GaseousState pli: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#GeneralAdditive pli: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#GeneralFeature pli: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#GeometricDescriptor pli: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#GeometricProperty pli: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#Gigapascal pli: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#GlassTransitionTemperature pli: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#GoodSolvent pli: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#GpcSecPeakMolecularWeight pli: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#GraftCopolymer pli: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#GramForceBasedUnit pli: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#GramForcePerDenier pli: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#GramForcePerDenierBasedUnit pli: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#GramForcePerSquareCentimeterBasedUnit pli: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#GramForcePerSquareMillimeter pli: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#GramForcePerSquareMillimeterBasedUnit pli: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#GramMilPerSquareCentimeter24Hours pli: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#GramMilPerSquareCentimeter24HoursBasedUnit pli: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#GramPerHourCentimeterMillimeterHg pli: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#GramPerHourCentimeterMillimeterHgBasedUnit pli: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#GroupOfAtoms pli: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#HalfTimeOfCrystallization pli: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#HansenParameter pli: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#HansenParameterDeltaDDispersionComponent pli: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#HansenParameterDeltaHHydrogenBonding pli: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#HansenParameterDeltaPPolar pli: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#Hardness pli: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#HeatCapacityUnit pli: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#HeatCharacteristic pli: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#HeatConduction pli: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#HeatOfCrystallization pli: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#HeatOfFusion pli: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#HeatOfFusionMolConversion pli: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#HeatResistanceAndCombustion pli: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#HeatingRate pli: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#HeatingRateUnit pli: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#Hexagonal pli: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#HighOrderStructure pli: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#HighOrderStructureType pli: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#Homopolymer pli: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#ImpactStrength pli: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#Inchi pli: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#InchiKey pli: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#Initiator pli: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#InterfacialTension pli: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#IntrinsicViscosityEta pli: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#IsothermalWeightLoss pli: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#IupacName pli: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#IzodImpact pli: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#JapaneseName pli: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#JoulePerCubicCentimeter pli: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#JoulePerCubicCentimeterBasedUnit pli: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#JoulePerCubicCentimeterKelvin pli: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#JoulePerCubicCentimeterKelvinBasedUnit pli: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#JoulePerCubicMeterKelvin pli: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#JoulePerCubicMeterKelvinBasedUnit pli: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#JoulePerKelvin pli: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#JoulePerKelvinBasedUnit pli: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#JoulePerMeter pli: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#JoulePerMeterBasedUnit pli: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#JoulePerMol pli: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#JoulePerMolBasedUnit pli: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#JoulePerMolKelvin pli: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#JoulePerMolKelvinBasedUnit pli: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#JoulePerSquareMeterBasedUnit pli: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#JoulePerSquareMillimeterBasedUnit pli: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#JunctionUnit pli: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#KGrowthRateParameterOfAvramiEquation pli: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#KelvinPerHour pli: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#KelvinPerHourBasedUnit pli: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#KelvinPerMinute pli: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#KelvinPerMinuteBasedUnit pli: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#Kilobar pli: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#KilocaloriePerGram pli: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#KilocaloriePerMol pli: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#KilogramCentimeterPerSquareCentimeter pli: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#KilogramCentimeterPerSquareCentimeterBasedUnit pli: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#KilogramForce pli: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#KilogramForcePerSquareCentimeter pli: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#KilogramForcePerSquareMillimeter pli: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#KilojoulePerMeter pli: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#KilojoulePerMol pli: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#KilojoulePerSquareMeter pli: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#KilopondForcePerSquareInch pli: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#KilovoltPerMillimeter pli: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#KinematicViscosityUnit pli: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#LatticeAngle pli: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#LatticeAngleAlpha pli: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#LatticeAngleBeta pli: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#LatticeAngleGamma pli: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#LatticeConstant pli: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#LatticeConstantA pli: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#LatticeConstantB pli: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#LatticeConstantC pli: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#LcPhaseTransitionTemperature pli: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#LengthPercentage pli: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#LengthPercentageBasedUnit pli: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#LinearExpansionCoefficient pli: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#LiquidCrystalState pli: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#LiquidState pli: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#LiterPerGram pli: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#LiterPerGramBasedUnit pli: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#Mainmedium pli: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#Manufacturer pli: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#MassDiffusivityUnit pli: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#Material pli: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#MaterialProcessing pli: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#Measurement pli: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#MeasurementCriterionRole pli: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#MeasurementMethod pli: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#MeasurementStandard pli: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#MegajoulePerCubicMeterKelvin pli: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#Megapascal pli: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#Megarad pli: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 ; rdfs:label "megarad" ; oboInOwl:hasExactSynonym "Mrad" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MeltFlowRate pli: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#MeltFlowRateMeasurementMethod pli: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#MeltFlowRateMeasurementStandard pli: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#MeltViscosity pli: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#MeltingTemperature pli: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#MillijoulePerKelvin pli: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#MillijoulePerMolKelvin pli: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#MillijoulePerSquareMeter pli: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#MillijoulePerSquareMillimeter pli: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#MilliliterPerGram pli: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#MillinewtonPerMeter pli: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#MilliwattPerCentimeterKelvin pli: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#MixtureRole pli: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#Molding pli: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#MoldingMethod pli: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#MoldingSampleShape pli: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#MoldingTreating pli: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#MoldingTreatingMethod pli: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#MolePercentage pli: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#MolePercentageBasedUnit pli:MolePercentageBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:Unit , obo:UO_0000187 ; rdfs:label "mole percentage based unit" ; oboInOwl:hasExactSynonym "%" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MolecularDescriptor pli: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#MolecularFormula pli: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#MolecularWeight pli: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#Monoclinic pli: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#Monomer pli: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#Morphology pli: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#NNucleationParameterOfAvramiEquation pli: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#NRUnit pli: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#NameDescriptor pli: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#NanometerPerSecond pli: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#NewtonCentimeterPerGram pli: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#NewtonCentimeterPerGramBasedUnit pli: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#NewtonPerDecitexBasedUnit pli: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#NewtonPerSquareCentimeter pli: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#NewtonPerSquareCentimeterBasedUnit pli: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#NewtonPerSquareMeter pli: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#NewtonPerSquareMeterBasedUnit pli: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#NewtonPerSquareMillimeter pli: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#NewtonPerSquareMillimeterBasedUnit pli: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#NewtonPerTexBasedUnit pli: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#NonSolvent pli: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#NonlinearElectroOpticEffect pli: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#NonlinearElectroOpticEffectCoefficient pli: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-AverageMolecularWeight pli: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#NumberOfCUIn1UnitCell pli: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#Ohm pli: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#OhmBasedUnit pli:OhmBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:ResistanceUnit ; rdfs:label "ohm based unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmCentimeter pli: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#OhmMeter pli: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#OhmMeterBasedUnit pli:OhmMeterBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:VolumeResistivityUnit ; rdfs:label "ohm meter based unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquare pli: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#OhmPerSquareBasedUnit pli: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#OhmPerSquareCentimeter pli: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#OhmPerSquareCentimeterBasedUnit pli: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#OppositeMaterial pli: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#OpticalProperty pli: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#OpticalPurity pli: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#OpticalRotation pli: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#Orthorhombic pli: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#OtherName pli: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#OtherProperty pli: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#OxygenIndex pli: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#PerDegreeCelsius pli: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#PerDegreeCelsiusBasedUnit pli: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#PerGigapascal pli: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#PerGigapascalBasedUnit pli:PerGigapascalBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:ElasticComplianceUnit ; rdfs:label "per gigapascal based unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerKelvin pli: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#PerKelvinBasedUnit pli: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#PerOhmCentimeter pli: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#PerOhmCentimeterBasedUnit pli: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#PeriodicCopolymer pli: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#PermeabilityCoefficientArrheniusEquation pli: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#PermeableSubstanceRole pli: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#PermeantGasMolecular pli: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#PermeantOther pli: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#Phr pli:Phr rdf:type owl:Class ; rdfs:subClassOf pli:Unit ; rdfs:label "phr" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhrBasedUnit pli:PhrBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:Unit ; rdfs:label "phr based unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PhysicalDescriptor pli: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#PhysicalProperty pli: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#PhysicalState pli: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#PhysicalStateType pli: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#PhysicochemicalProperty pli: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#Polyaddition pli: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#Polycondensation pli: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#Polymer pli: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#PolymerSample pli: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#PolymerType pli: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#Polymerization pli: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#PolymerizationMechanismType pli: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#PolymerizationPhaseType pli: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#PolymerizationReactionType pli: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#PolymerizationRole pli: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#PolymerizationType pli: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#PondForcePerSquareInchBasedUnit pli: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#PoorSolvent pli: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#Precursor pli: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#Prepolymer pli: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#PrimaryStructure pli: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#PrimaryStructureCrosslinkDensity pli: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#PrimaryStructureType pli: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#Product pli: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#ProductName pli: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#Property pli: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#PropertyValueType pli: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#Pseudo pli: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#PvtRelation pli: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#PvtRelationPressure pli: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#PvtRelationSpecificVolume pli: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#PvtRelationTemperature pli: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#RGrowthRateOfCrystalSpherulite pli: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#RadiationResistance pli: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#RadiusOfGyration pli: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#RandomCopolymer pli: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#Rate pli: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#RationalFormula pli: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#Reactant pli: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#RefractiveIndex pli: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#RelationalProperty pli: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#RelativeHumidity pli: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#RepresentativeName pli: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#ResistanceStableChemicalSubstance pli: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#ResistanceUnit pli: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#ResistanceUnstableChemicalSubstance pli: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#RheologicalProperty pli: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#RingOpeningPolymerization pli: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#RockwellHardness pli: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#Role pli: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#SampleStructuredMaterial pli: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#SampleType pli: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#SecondVirialCoefficient pli: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#SecondVirialCoefficientUnit pli: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#SedimentationCoefficient pli: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#SequentialPolymerization pli: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#Shape pli: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#ShapeAndConstructionalFeature pli: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#ShearLossModulus pli: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#ShearLossTangent pli: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#ShearModulus pli: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#ShearProperty pli: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#ShearStorageModulus pli: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#ShearStressStrengthAtBreak pli: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#ShearStressStrengthAtYield pli: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#ShoreHardness pli: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#Smiles pli: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#SofteningTemperature pli: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#SolidState pli: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#SolidStateType pli: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#SolubilityParameter pli: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#SolubilityParameterUnit pli: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#SolutionComponentRole pli: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#SolutionViscosity pli: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#SolutionViscosityMeasurementMethod pli: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#SolutionViscosityType pli: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#Solvent pli: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#SourceBasedName pli: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#SpaceGroup pli: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#SpecificEnergyUnit pli: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#SpecificHeatCapacity pli: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#SpecificHeatCapacityCp pli: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#SpecificHeatCapacityCv pli: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#SpecificHeatCapacityUnit pli:SpecificHeatCapacityUnit rdf:type owl:Class ; rdfs:subClassOf pli:HeatCapacityUnit ; rdfs:label "specific heat capacity unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SpecificRotatoryPower pli: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#SpecificRotatoryPowerMeasurementMethod pli: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#SpecificRotatoryPowerMeasurementStandard pli: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#SpecificRotatoryPowerStandard pli: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#SpecificStrengthUnit pli: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#SpecificVolume pli: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#SquareCentimeterPerSecond pli: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#SquareCentimeterPerSecondBasedUnit pli: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#SquareMeterPerNewton pli: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#SquareMeterPerNewtonBasedUnit pli: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#SquareMeterPerSecond pli: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#SquareMeterPerSecondBasedUnit pli: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#SquareMillimeterPerSecond pli: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#SquareMillimeterPerSecondBasedUnit pli: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#SquareRootOfJoulePerCubicCentimeter pli: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#SquareRootOfJoulePerCubicCentimeterBasedUnit pli:SquareRootOfJoulePerCubicCentimeterBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:SolubilityParameterUnit ; rdfs:label "square root of joule per cubic centimeter based unit" ; oboInOwl:hasExactSynonym "(J/cm3)1/2" , "(J/cm^[3])^[1/2]" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StateChangeDescriptor pli: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#StatisticalCopolymer pli: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#Stereoregularity pli: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#StereoregularityMeasurementMethod pli: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#StereoregularityType pli: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#StokesBasedUnit pli:StokesBasedUnit rdf:type owl:Class ; rdfs:subClassOf pli:KinematicViscosityUnit ; rdfs:label "stokes based unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#StressOpticalCoefficient pli: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#StructuralPropety pli: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#StructureBasedName pli: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#StructureDescriptor pli: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#StructureType pli: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#SurfaceResistivity pli: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#SurfaceResistivityUnit pli:SurfaceResistivityUnit rdf:type owl:Class ; rdfs:subClassOf pli:ResistanceUnit ; rdfs:label "surface resistivity unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SurfaceTension pli: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#Temperature pli: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#Tensile pli: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#TensileCreepCompliance pli: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#TensileCreepModulus pli: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#TensileCreepProperty pli: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#TensileCreepRecovery pli: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#TensileCreepRuptureStrength pli: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#TensileCreepRuptureTime pli: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#TensileCreepStrain pli: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#TensileLossModulus pli: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#TensileLossTangent pli: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#TensileModulus pli: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#TensileProperty pli: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#TensileStorageModulus pli: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#TensileStressStrengthAtBreak pli: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#TensileStressStrengthAtYield pli: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#Terminator pli: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#Tetragonal pli: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#ThermalConductivity pli: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#ThermalDecomposition pli: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#ThermalDecompositionTemperature pli: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#ThermalDecompositionTemperatureTemperature pli: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#ThermalDecompositionTemperatureWeightLoss pli: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#ThermalDiffusivity pli: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#ThermalExpansion pli: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#ThermalExpansionUnit pli: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#ThermalProperty pli: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#ThetaSolventThetaTemperature pli: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#Time pli: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#TradeDescriptor pli: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#TradeGrade pli: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#Transition pli: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#Triclinic pli: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#TrigonalRhombohedral pli: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#TypeDescriptor pli: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#UlFlammabilityCodeRating pli: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#UlFlammabilityCodeRatingType pli: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#UlTemperatureIndex pli: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#UlTemperatureIndexTemperature pli: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#UlTemperatureIndexTime pli: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#Uniformization pli: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#Unit pli: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#VicatSofteningTemperature pli: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#ViscosityAverageMolecularWeight pli: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#VoltPerMillimeterBasedUnit pli: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#Voltage pli: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#VolumeExpansionCoefficient pli: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#VolumeResistivity pli: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#VolumeResistivityUnit pli:VolumeResistivityUnit rdf:type owl:Class ; rdfs:subClassOf pli:ResistanceUnit ; rdfs:label "volume resistivity unit" .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#WaterAbsorption pli: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#WaterVaporTransmission pli: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#WaterVaporTransmissionUnit pli: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#WattPerCentimeterKelvinBasedUnit pli: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#Wavelength pli: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#WeightAverageMolecularWeight pli: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#ZAverageMolecularWeight pli: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_0000015 obo:BFO_0000015 rdf:type owl:Class . ### http://purl.obolibrary.org/obo/BFO_0000023 obo:BFO_0000023 rdf:type owl:Class . ### http://purl.obolibrary.org/obo/BFO_0000040 obo:BFO_0000040 rdf:type owl:Class . ### http://purl.obolibrary.org/obo/IAO_0000027 obo: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#Seq rdf:Seq rdf:type owl:Class . ################################################################# # Individuals #################################################################

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#AdditionPolymerizationPolymerReaction pli: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#AdditionPolymerizationSystem pli: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#Amorphous pli: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#AmorphousState pli:AmorphousState rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Atmosphere pli:Atmosphere rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Bar pli:Bar rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Branched pli: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#BranchingPart pli: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#BulkPolymerization pli: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#CaloriePerCentimeterSecondDegreeCelsius pli:CaloriePerCentimeterSecondDegreeCelsius rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeter pli:CaloriePerCubicCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerCubicCentimeterDegreeCelsius pli:CaloriePerCubicCentimeterDegreeCelsius rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGram pli:CaloriePerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CaloriePerGramDegreeCelsius pli:CaloriePerGramDegreeCelsius rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Catenane pli: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#CentiNewtonPerDecitex pli:CentiNewtonPerDecitex rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentiNewtonPerTex pli:CentiNewtonPerTex rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Centistokes pli:Centistokes rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CentralPartOfStarPolymer pli: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#ChelatePolymer pli: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#Cluster pli: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#Comb pli: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#Complex pli: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#Composite pli: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#Compound pli: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#Copolymers pli: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#Crosslinked pli: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#Crystal pli: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#CrystalState pli:CrystalState rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Cubic pli:Cubic rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterMolPerSquareGram pli:CubicCentimeterMolPerSquareGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGram pli:CubicCentimeterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramDegreeCelsius pli:CubicCentimeterPerGramDegreeCelsius rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterPerGramKelvin pli:CubicCentimeterPerGramKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm pli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterAtm pli:CubicCentimeterSTPPerCubicCentimeterAtm rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterCmHg pli:CubicCentimeterSTPPerCubicCentimeterCmHg rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicCentimeterSTPPerCubicCentimeterPascal pli:CubicCentimeterSTPPerCubicCentimeterPascal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#CubicMeterPerGram pli:CubicMeterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DeciliterPerGram pli:DeciliterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerMinute pli:DegreeCelsiusPerMinute rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#DegreeCelsiusPerSecond pli:DegreeCelsiusPerSecond rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Dendrimer pli: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_ACR1 pli:E_ACR1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN2 pli:E_ACRCN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN30 pli:E_ACRCN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN31 pli:E_ACRCN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN32 pli:E_ACRCN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN33 pli:E_ACRCN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN41 pli:E_ACRCN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN42 pli:E_ACRCN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN43 pli:E_ACRCN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN44 pli:E_ACRCN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN45 pli:E_ACRCN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN46 pli:E_ACRCN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRCN47 pli:E_ACRCN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN2 pli:E_ACRN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN31 pli:E_ACRN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN32 pli:E_ACRN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN33 pli:E_ACRN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN41 pli:E_ACRN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN42 pli:E_ACRN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN43 pli:E_ACRN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN44 pli:E_ACRN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN45 pli:E_ACRN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN46 pli:E_ACRN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRN47 pli:E_ACRN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS2 pli:E_ACRS2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS31 pli:E_ACRS31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS32 pli:E_ACRS32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS33 pli:E_ACRS33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS41 pli:E_ACRS41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS42 pli:E_ACRS42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS43 pli:E_ACRS43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS44 pli:E_ACRS44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS45 pli:E_ACRS45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS46 pli:E_ACRS46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACRS47 pli:E_ACRS47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_2 pli:E_ACR_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_31 pli:E_ACR_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_32 pli:E_ACR_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_33 pli:E_ACR_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_41 pli:E_ACR_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_42 pli:E_ACR_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_43 pli:E_ACR_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_44 pli:E_ACR_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_45 pli:E_ACR_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_46 pli:E_ACR_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ACR_47 pli:E_ACR_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD1 pli:E_AMD1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH2 pli:E_AMDH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH30 pli:E_AMDH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH31 pli:E_AMDH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH32 pli:E_AMDH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH33 pli:E_AMDH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH41 pli:E_AMDH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH42 pli:E_AMDH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH43 pli:E_AMDH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH44 pli:E_AMDH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH45 pli:E_AMDH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH46 pli:E_AMDH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDH47 pli:E_AMDH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT2 pli:E_AMDT2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT30 pli:E_AMDT30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT31 pli:E_AMDT31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT32 pli:E_AMDT32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT33 pli:E_AMDT33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT41 pli:E_AMDT41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT42 pli:E_AMDT42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT43 pli:E_AMDT43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT44 pli:E_AMDT44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT45 pli:E_AMDT45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT46 pli:E_AMDT46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMDT47 pli:E_AMDT47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_2 pli:E_AMD_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_30 pli:E_AMD_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_31 pli:E_AMD_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_32 pli:E_AMD_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_33 pli:E_AMD_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_41 pli:E_AMD_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_42 pli:E_AMD_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_43 pli:E_AMD_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_44 pli:E_AMD_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_45 pli:E_AMD_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_46 pli:E_AMD_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_AMD_47 pli:E_AMD_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH1 pli:E_ANH1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH2 pli:E_ANHH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH30 pli:E_ANHH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH31 pli:E_ANHH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH32 pli:E_ANHH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH33 pli:E_ANHH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH41 pli:E_ANHH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH42 pli:E_ANHH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH43 pli:E_ANHH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH44 pli:E_ANHH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH45 pli:E_ANHH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH46 pli:E_ANHH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANHH47 pli:E_ANHH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_2 pli:E_ANH_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_30 pli:E_ANH_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_31 pli:E_ANH_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_32 pli:E_ANH_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_33 pli:E_ANH_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_41 pli:E_ANH_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_42 pli:E_ANH_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_43 pli:E_ANH_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_44 pli:E_ANH_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_45 pli:E_ANH_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_46 pli:E_ANH_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ANH_47 pli:E_ANH_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR1 pli:E_CAR1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_2 pli:E_CAR_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_30 pli:E_CAR_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_31 pli:E_CAR_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_32 pli:E_CAR_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_33 pli:E_CAR_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_41 pli:E_CAR_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_42 pli:E_CAR_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_43 pli:E_CAR_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_44 pli:E_CAR_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_45 pli:E_CAR_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_46 pli:E_CAR_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_CAR_47 pli:E_CAR_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND1 pli:E_COND1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_2 pli:E_COND_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_30 pli:E_COND_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_31 pli:E_COND_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_32 pli:E_COND_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_COND_33 pli:E_COND_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE1 pli:E_DIE1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC2 pli:E_DIEC2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC30 pli:E_DIEC30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIEC31 pli:E_DIEC31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_2 pli:E_DIE_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_30 pli:E_DIE_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_DIE_31 pli:E_DIE_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL1 pli:E_ESL1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH2 pli:E_ESLH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH30 pli:E_ESLH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH31 pli:E_ESLH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH32 pli:E_ESLH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH33 pli:E_ESLH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH41 pli:E_ESLH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH42 pli:E_ESLH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH43 pli:E_ESLH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH44 pli:E_ESLH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH45 pli:E_ESLH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH46 pli:E_ESLH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESLH47 pli:E_ESLH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_2 pli:E_ESL_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_30 pli:E_ESL_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_31 pli:E_ESL_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_32 pli:E_ESL_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_33 pli:E_ESL_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_41 pli:E_ESL_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_42 pli:E_ESL_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_43 pli:E_ESL_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_44 pli:E_ESL_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_45 pli:E_ESL_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_46 pli:E_ESL_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ESL_47 pli:E_ESL_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL1 pli:E_ETL1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH2 pli:E_ETLH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH30 pli:E_ETLH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH31 pli:E_ETLH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH32 pli:E_ETLH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH33 pli:E_ETLH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH41 pli:E_ETLH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH42 pli:E_ETLH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH43 pli:E_ETLH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH44 pli:E_ETLH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH45 pli:E_ETLH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH46 pli:E_ETLH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETLH47 pli:E_ETLH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_2 pli:E_ETL_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_30 pli:E_ETL_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_31 pli:E_ETL_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_32 pli:E_ETL_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_33 pli:E_ETL_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_41 pli:E_ETL_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_42 pli:E_ETL_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_43 pli:E_ETL_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_44 pli:E_ETL_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_45 pli:E_ETL_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_46 pli:E_ETL_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_ETL_47 pli:E_ETL_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL1 pli:E_HAL1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL21 pli:E_HAL21 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_HAL22 pli:E_HAL22 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD1 pli:E_IMD1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH2 pli:E_IMDH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH30 pli:E_IMDH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH31 pli:E_IMDH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH32 pli:E_IMDH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH33 pli:E_IMDH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH41 pli:E_IMDH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH42 pli:E_IMDH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH43 pli:E_IMDH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH44 pli:E_IMDH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH45 pli:E_IMDH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH46 pli:E_IMDH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDH47 pli:E_IMDH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT2 pli:E_IMDT2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT30 pli:E_IMDT30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT31 pli:E_IMDT31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT32 pli:E_IMDT32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT33 pli:E_IMDT33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT41 pli:E_IMDT41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT42 pli:E_IMDT42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT43 pli:E_IMDT43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT44 pli:E_IMDT44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT45 pli:E_IMDT45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT46 pli:E_IMDT46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMDT47 pli:E_IMDT47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_2 pli:E_IMD_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_30 pli:E_IMD_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_31 pli:E_IMD_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_32 pli:E_IMD_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_33 pli:E_IMD_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_41 pli:E_IMD_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_42 pli:E_IMD_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_43 pli:E_IMD_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_44 pli:E_IMD_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_45 pli:E_IMD_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_46 pli:E_IMD_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMD_47 pli:E_IMD_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN1 pli:E_IMN1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH2 pli:E_IMNH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH30 pli:E_IMNH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH31 pli:E_IMNH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH32 pli:E_IMNH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH33 pli:E_IMNH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH41 pli:E_IMNH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH42 pli:E_IMNH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH43 pli:E_IMNH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH44 pli:E_IMNH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH45 pli:E_IMNH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH46 pli:E_IMNH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMNH47 pli:E_IMNH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_2 pli:E_IMN_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_30 pli:E_IMN_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_31 pli:E_IMN_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_32 pli:E_IMN_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_33 pli:E_IMN_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_41 pli:E_IMN_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_42 pli:E_IMN_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_43 pli:E_IMN_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_44 pli:E_IMN_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_45 pli:E_IMN_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_46 pli:E_IMN_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IMN_47 pli:E_IMN_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_IN1 pli:E_IN1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN2 pli:E_INPN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN30 pli:E_INPN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN31 pli:E_INPN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN32 pli:E_INPN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN33 pli:E_INPN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN41 pli:E_INPN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN42 pli:E_INPN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN43 pli:E_INPN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN44 pli:E_INPN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN45 pli:E_INPN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN46 pli:E_INPN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INPN47 pli:E_INPN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi2 pli:E_INSi2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi30 pli:E_INSi30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi31 pli:E_INSi31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi32 pli:E_INSi32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi33 pli:E_INSi33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi41 pli:E_INSi41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi42 pli:E_INSi42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi43 pli:E_INSi43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi44 pli:E_INSi44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi45 pli:E_INSi45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi46 pli:E_INSi46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSi47 pli:E_INSi47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN2 pli:E_INSiN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN30 pli:E_INSiN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN31 pli:E_INSiN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN32 pli:E_INSiN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN33 pli:E_INSiN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN41 pli:E_INSiN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN42 pli:E_INSiN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN43 pli:E_INSiN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN44 pli:E_INSiN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN45 pli:E_INSiN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN46 pli:E_INSiN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiN47 pli:E_INSiN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO2 pli:E_INSiO2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO30 pli:E_INSiO30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO31 pli:E_INSiO31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO32 pli:E_INSiO32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO33 pli:E_INSiO33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO41 pli:E_INSiO41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO42 pli:E_INSiO42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO43 pli:E_INSiO43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO44 pli:E_INSiO44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO45 pli:E_INSiO45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO46 pli:E_INSiO46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_INSiO47 pli:E_INSiO47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN1 pli:E_KTN1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC2 pli:E_KTNC2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC30 pli:E_KTNC30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC31 pli:E_KTNC31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC32 pli:E_KTNC32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC33 pli:E_KTNC33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC41 pli:E_KTNC41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC42 pli:E_KTNC42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC43 pli:E_KTNC43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC44 pli:E_KTNC44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC45 pli:E_KTNC45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC46 pli:E_KTNC46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTNC47 pli:E_KTNC47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_2 pli:E_KTN_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_30 pli:E_KTN_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_31 pli:E_KTN_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_32 pli:E_KTN_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_33 pli:E_KTN_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_41 pli:E_KTN_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_42 pli:E_KTN_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_43 pli:E_KTN_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_44 pli:E_KTN_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_45 pli:E_KTN_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_46 pli:E_KTN_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_KTN_47 pli:E_KTN_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL1 pli:E_MTL1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL21 pli:E_MTL21 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL210 pli:E_MTL210 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL211 pli:E_MTL211 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL22 pli:E_MTL22 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL23 pli:E_MTL23 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL24 pli:E_MTL24 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL25 pli:E_MTL25 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL26 pli:E_MTL26 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL27 pli:E_MTL27 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL28 pli:E_MTL28 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_MTL29 pli:E_MTL29 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF1 pli:E_OLF1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC2 pli:E_OLFC2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC30 pli:E_OLFC30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLFC31 pli:E_OLFC31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_2 pli:E_OLF_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_30 pli:E_OLF_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_OLF_31 pli:E_OLF_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN1 pli:E_PHN1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_2 pli:E_PHN_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_30 pli:E_PHN_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_31 pli:E_PHN_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_32 pli:E_PHN_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_33 pli:E_PHN_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_41 pli:E_PHN_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_42 pli:E_PHN_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_43 pli:E_PHN_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_44 pli:E_PHN_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_45 pli:E_PHN_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_46 pli:E_PHN_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHN_47 pli:E_PHN_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS1 pli:E_PHS1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS2 pli:E_PHSS2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS30 pli:E_PHSS30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS31 pli:E_PHSS31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS32 pli:E_PHSS32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS33 pli:E_PHSS33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS41 pli:E_PHSS41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS42 pli:E_PHSS42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS43 pli:E_PHSS43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS44 pli:E_PHSS44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS45 pli:E_PHSS45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS46 pli:E_PHSS46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHSS47 pli:E_PHSS47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_2 pli:E_PHS_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_30 pli:E_PHS_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_31 pli:E_PHS_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_32 pli:E_PHS_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_33 pli:E_PHS_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_41 pli:E_PHS_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_42 pli:E_PHS_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_43 pli:E_PHS_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_44 pli:E_PHS_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_45 pli:E_PHS_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_46 pli:E_PHS_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_PHS_47 pli:E_PHS_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLF1 pli:E_SLF1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA2 pli:E_SLFA2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA30 pli:E_SLFA30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA31 pli:E_SLFA31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA32 pli:E_SLFA32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA33 pli:E_SLFA33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA41 pli:E_SLFA41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA42 pli:E_SLFA42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA43 pli:E_SLFA43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA44 pli:E_SLFA44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA45 pli:E_SLFA45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA46 pli:E_SLFA46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFA47 pli:E_SLFA47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO2 pli:E_SLFO2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO30 pli:E_SLFO30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO31 pli:E_SLFO31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO32 pli:E_SLFO32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO33 pli:E_SLFO33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO41 pli:E_SLFO41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO42 pli:E_SLFO42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO43 pli:E_SLFO43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO44 pli:E_SLFO44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO45 pli:E_SLFO45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO46 pli:E_SLFO46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SLFO47 pli:E_SLFO47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY1 pli:E_STY1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_2 pli:E_STY_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_30 pli:E_STY_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_31 pli:E_STY_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_32 pli:E_STY_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_33 pli:E_STY_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_41 pli:E_STY_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_42 pli:E_STY_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_43 pli:E_STY_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_44 pli:E_STY_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_45 pli:E_STY_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_46 pli:E_STY_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_STY_47 pli:E_STY_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA1 pli:E_SUA1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_2 pli:E_SUA_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_30 pli:E_SUA_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_31 pli:E_SUA_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_32 pli:E_SUA_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_33 pli:E_SUA_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_41 pli:E_SUA_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_42 pli:E_SUA_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_43 pli:E_SUA_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_44 pli:E_SUA_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_45 pli:E_SUA_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_46 pli:E_SUA_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SUA_47 pli:E_SUA_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULF1 pli:E_SULF1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH2 pli:E_SULFH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH30 pli:E_SULFH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH31 pli:E_SULFH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH32 pli:E_SULFH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH33 pli:E_SULFH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH41 pli:E_SULFH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH42 pli:E_SULFH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH43 pli:E_SULFH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH44 pli:E_SULFH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH45 pli:E_SULFH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH46 pli:E_SULFH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFH47 pli:E_SULFH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFI2 pli:E_SULFI2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH2 pli:E_SULFIH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH30 pli:E_SULFIH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH31 pli:E_SULFIH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH32 pli:E_SULFIH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH33 pli:E_SULFIH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH41 pli:E_SULFIH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH42 pli:E_SULFIH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH43 pli:E_SULFIH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH44 pli:E_SULFIH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH45 pli:E_SULFIH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH46 pli:E_SULFIH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFIH47 pli:E_SULFIH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFO2 pli:E_SULFO2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFX2 pli:E_SULFX2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH2 pli:E_SULFXH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH30 pli:E_SULFXH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH31 pli:E_SULFXH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH32 pli:E_SULFXH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH33 pli:E_SULFXH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH41 pli:E_SULFXH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH42 pli:E_SULFXH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH43 pli:E_SULFXH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH44 pli:E_SULFXH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH45 pli:E_SULFXH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH46 pli:E_SULFXH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_SULFXH47 pli:E_SULFXH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_T1 pli:E_T1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TA1 pli:E_TA1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH2 pli:E_TADH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH30 pli:E_TADH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH31 pli:E_TADH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH32 pli:E_TADH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH33 pli:E_TADH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH41 pli:E_TADH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH42 pli:E_TADH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH43 pli:E_TADH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH44 pli:E_TADH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH45 pli:E_TADH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH46 pli:E_TADH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADH47 pli:E_TADH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT2 pli:E_TADT2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT30 pli:E_TADT30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT31 pli:E_TADT31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT32 pli:E_TADT32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT33 pli:E_TADT33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT41 pli:E_TADT41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT42 pli:E_TADT42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT43 pli:E_TADT43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT44 pli:E_TADT44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT45 pli:E_TADT45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT46 pli:E_TADT46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TADT47 pli:E_TADT47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD2 pli:E_TAMD2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD30 pli:E_TAMD30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD31 pli:E_TAMD31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD32 pli:E_TAMD32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD33 pli:E_TAMD33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD41 pli:E_TAMD41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD42 pli:E_TAMD42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD43 pli:E_TAMD43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD44 pli:E_TAMD44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD45 pli:E_TAMD45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD46 pli:E_TAMD46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAMD47 pli:E_TAMD47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN1 pli:E_TAN1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH2 pli:E_TANH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH30 pli:E_TANH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH31 pli:E_TANH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH32 pli:E_TANH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH33 pli:E_TANH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH41 pli:E_TANH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH42 pli:E_TANH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH43 pli:E_TANH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH44 pli:E_TANH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH45 pli:E_TANH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH46 pli:E_TANH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TANH47 pli:E_TANH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_2 pli:E_TAN_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_30 pli:E_TAN_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_31 pli:E_TAN_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_32 pli:E_TAN_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_33 pli:E_TAN_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_41 pli:E_TAN_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_42 pli:E_TAN_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_43 pli:E_TAN_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_44 pli:E_TAN_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_45 pli:E_TAN_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_46 pli:E_TAN_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TAN_47 pli:E_TAN_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA2 pli:E_TCA2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA30 pli:E_TCA30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA31 pli:E_TCA31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA32 pli:E_TCA32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA33 pli:E_TCA33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA41 pli:E_TCA41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA42 pli:E_TCA42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA43 pli:E_TCA43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA44 pli:E_TCA44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA45 pli:E_TCA45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA46 pli:E_TCA46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TCA47 pli:E_TCA47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES2 pli:E_TES2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES30 pli:E_TES30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES31 pli:E_TES31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES32 pli:E_TES32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES33 pli:E_TES33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES41 pli:E_TES41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES42 pli:E_TES42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES43 pli:E_TES43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES44 pli:E_TES44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES45 pli:E_TES45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES46 pli:E_TES46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TES47 pli:E_TES47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID1 pli:E_TID1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH2 pli:E_TIDH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH30 pli:E_TIDH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH31 pli:E_TIDH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH32 pli:E_TIDH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH33 pli:E_TIDH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH41 pli:E_TIDH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH42 pli:E_TIDH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH43 pli:E_TIDH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH44 pli:E_TIDH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH45 pli:E_TIDH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH46 pli:E_TIDH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDH47 pli:E_TIDH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT2 pli:E_TIDT2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT30 pli:E_TIDT30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT31 pli:E_TIDT31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT32 pli:E_TIDT32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT33 pli:E_TIDT33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT41 pli:E_TIDT41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT42 pli:E_TIDT42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT43 pli:E_TIDT43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT44 pli:E_TIDT44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT45 pli:E_TIDT45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT46 pli:E_TIDT46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TIDT47 pli:E_TIDT47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_2 pli:E_TID_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_30 pli:E_TID_30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_31 pli:E_TID_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_32 pli:E_TID_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_33 pli:E_TID_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_41 pli:E_TID_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_42 pli:E_TID_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_43 pli:E_TID_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_44 pli:E_TID_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_45 pli:E_TID_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_46 pli:E_TID_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TID_47 pli:E_TID_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN2 pli:E_TKN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN30 pli:E_TKN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN31 pli:E_TKN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN32 pli:E_TKN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN33 pli:E_TKN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN41 pli:E_TKN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN42 pli:E_TKN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN43 pli:E_TKN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN44 pli:E_TKN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN45 pli:E_TKN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN46 pli:E_TKN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TKN47 pli:E_TKN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TUR1 pli:E_TUR1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA2 pli:E_TURA2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA30 pli:E_TURA30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA31 pli:E_TURA31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA32 pli:E_TURA32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA33 pli:E_TURA33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA41 pli:E_TURA41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA42 pli:E_TURA42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA43 pli:E_TURA43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA44 pli:E_TURA44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA45 pli:E_TURA45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA46 pli:E_TURA46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURA47 pli:E_TURA47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH2 pli:E_TURAH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH30 pli:E_TURAH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH31 pli:E_TURAH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH32 pli:E_TURAH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH33 pli:E_TURAH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH41 pli:E_TURAH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH42 pli:E_TURAH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH43 pli:E_TURAH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH44 pli:E_TURAH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH45 pli:E_TURAH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH46 pli:E_TURAH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURAH47 pli:E_TURAH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN2 pli:E_TURN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN30 pli:E_TURN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN31 pli:E_TURN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN32 pli:E_TURN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN33 pli:E_TURN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN41 pli:E_TURN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN42 pli:E_TURN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN43 pli:E_TURN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN44 pli:E_TURN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN45 pli:E_TURN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN46 pli:E_TURN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURN47 pli:E_TURN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH2 pli:E_TURNH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH30 pli:E_TURNH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH31 pli:E_TURNH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH32 pli:E_TURNH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH33 pli:E_TURNH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH41 pli:E_TURNH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH42 pli:E_TURNH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH43 pli:E_TURNH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH44 pli:E_TURNH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH45 pli:E_TURNH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH46 pli:E_TURNH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_TURNH47 pli:E_TURNH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_UR1 pli:E_UR1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA2 pli:E_URA2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA30 pli:E_URA30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA31 pli:E_URA31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA32 pli:E_URA32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA33 pli:E_URA33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA41 pli:E_URA41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA42 pli:E_URA42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA43 pli:E_URA43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA44 pli:E_URA44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA45 pli:E_URA45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA46 pli:E_URA46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URA47 pli:E_URA47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH2 pli:E_URAH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH30 pli:E_URAH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH31 pli:E_URAH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH32 pli:E_URAH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH33 pli:E_URAH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH41 pli:E_URAH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH42 pli:E_URAH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH43 pli:E_URAH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH44 pli:E_URAH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH45 pli:E_URAH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH46 pli:E_URAH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URAH47 pli:E_URAH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN2 pli:E_URN2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN30 pli:E_URN30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN31 pli:E_URN31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN32 pli:E_URN32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN33 pli:E_URN33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN41 pli:E_URN41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN42 pli:E_URN42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN43 pli:E_URN43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN44 pli:E_URN44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN45 pli:E_URN45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN46 pli:E_URN46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URN47 pli:E_URN47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH2 pli:E_URNH2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH30 pli:E_URNH30 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH31 pli:E_URNH31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH32 pli:E_URNH32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH33 pli:E_URNH33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH41 pli:E_URNH41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH42 pli:E_URNH42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH43 pli:E_URNH43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH44 pli:E_URNH44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH45 pli:E_URNH45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH46 pli:E_URNH46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_URNH47 pli:E_URNH47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL1 pli:E_VNL1 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_2 pli:E_VNL_2 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_31 pli:E_VNL_31 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_32 pli:E_VNL_32 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_33 pli:E_VNL_33 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_41 pli:E_VNL_41 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_42 pli:E_VNL_42 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_43 pli:E_VNL_43 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_44 pli:E_VNL_44 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_45 pli:E_VNL_45 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_46 pli:E_VNL_46 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#E_VNL_47 pli:E_VNL_47 rdf:type owl:NamedIndividual , pli:E_Taxon .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Elastomer pli: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#EmulsionPolymerization pli: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#End pli: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#EndGroupPart pli: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#ErgPerCubicCentimeter pli:ErgPerCubicCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ErgPerCubicCentimeterKelvin pli:ErgPerCubicCentimeterKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Etainh pli: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#GasPhasePolymerization pli: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#GaseousState pli:GaseousState rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Gigapascal pli:Gigapascal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerDenier pli:GramForcePerDenier rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramForcePerSquareMillimeter pli:GramForcePerSquareMillimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramMilPerSquareCentimeter24Hours pli:GramMilPerSquareCentimeter24Hours rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GramPerHourCentimeterMillimeterHg pli:GramPerHourCentimeterMillimeterHg rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Hexagonal pli:Hexagonal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#HyperBranched pli: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#InclusionCompd pli: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#InorganicPolymer pli: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#Intercalation pli: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#InterfacialPolymerization pli: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#Ionic pli: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#Ionomer pli: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#Ipn pli: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#JoulePerCubicCentimeter pli:JoulePerCubicCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicCentimeterKelvin pli:JoulePerCubicCentimeterKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerCubicMeterKelvin pli:JoulePerCubicMeterKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerKelvin pli:JoulePerKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMeter pli:JoulePerMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMol pli:JoulePerMol rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JoulePerMolKelvin pli:JoulePerMolKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#JunctionPart pli: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#KelvinPerHour pli:KelvinPerHour rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KelvinPerMinute pli:KelvinPerMinute rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Kilobar pli:Kilobar rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerGram pli:KilocaloriePerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilocaloriePerMol pli:KilocaloriePerMol rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramCentimeterPerSquareCentimeter pli:KilogramCentimeterPerSquareCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForce pli:KilogramForce rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareCentimeter pli:KilogramForcePerSquareCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilogramForcePerSquareMillimeter pli:KilogramForcePerSquareMillimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMeter pli:KilojoulePerMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerMol pli:KilojoulePerMol rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilojoulePerSquareMeter pli:KilojoulePerSquareMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilopondForcePerSquareInch pli:KilopondForcePerSquareInch rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#KilovoltPerMillimeter pli:KilovoltPerMillimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ladder pli: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#LengthPercentage pli:LengthPercentage rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Linear pli: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#Liquid pli: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#LiquidCrystalState pli:LiquidCrystalState rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiquidState pli:LiquidState rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#LiterPerGram pli:LiterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ma pli: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#Macrocycle pli: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#MegajoulePerCubicMeterKelvin pli:MegajoulePerCubicMeterKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Megapascal pli:Megapascal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerKelvin pli:MillijoulePerKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerMolKelvin pli:MillijoulePerMolKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMeter pli:MillijoulePerSquareMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillijoulePerSquareMillimeter pli:MillijoulePerSquareMillimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliliterPerGram pli:MilliliterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MillinewtonPerMeter pli:MillinewtonPerMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#MilliwattPerCentimeterKelvin pli:MilliwattPerCentimeterKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Mo pli: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#MolePercentage pli:MolePercentage rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Monoclinic pli:Monoclinic rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NRUnit pli:NRUnit rdf:type owl:NamedIndividual , pli:Unit .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NanometerPerSecond pli:NanometerPerSecond rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NeatResin pli: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#Network2Dimensional pli: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#NewtonCentimeterPerGram pli:NewtonCentimeterPerGram rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareCentimeter pli:NewtonPerSquareCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMeter pli:NewtonPerSquareMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#NewtonPerSquareMillimeter pli:NewtonPerSquareMillimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Ohm pli:Ohm rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmCentimeter pli:OhmCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmMeter pli:OhmMeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquare pli:OhmPerSquare rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OhmPerSquareCentimeter pli:OhmPerSquareCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Orthorhombic pli:Orthorhombic rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#OtherPolymers pli: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#Overall pli: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#PerDegreeCelsius pli:PerDegreeCelsius rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerGigapascal pli:PerGigapascal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerKelvin pli:PerKelvin rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#PerOhmCentimeter pli:PerOhmCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Polyacrylics pli: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#PolyadditionPolymerReaction pli: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#PolyadditionSystem pli: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#Polyamides pli: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#Polyanhydrides pli: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#Polycarbonates pli: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#PolycondensationPolymerReaction pli: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#PolycondensationSystem pli: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#Polydienes pli: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#Polyelectrolyte pli: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#Polyesters pli: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#PolyhaloOlefins pli: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#Polyimides pli: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#Polyimines pli: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#Polyketones pli: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#Polyolefins pli: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#Polyoxides pli: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#Polyphenylenes pli: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#Polyphosphazenes pli: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#Polyrotaxane pli: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#Polysiloxanes pli: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#Polystyrenes pli: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#Polysulfides pli: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#Polysulfones pli: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#Polyureas pli: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#Polyurethanes pli: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#Polyvinyls pli: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#Pseudo pli:Pseudo rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#ReducedViscosity pli: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#RelativeViscosity pli: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#RingOpeningAdditionPolymerization pli: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#RingOpeningAdditionPolymerizationPolymerReaction pli: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#RingOpeningPolyadditionPolymerization pli: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#RingOpeningPolyadditionPolymerizationPolymerReaction pli: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#RingOpeningPolycondensationPolymerization pli: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#RingOpeningPolycondensationPolymerizationPolymerReaction pli: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#RingOpeningPolymerizationPolymerReaction pli: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#RingOpeningPolymerizationSystem pli: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#SemiIpv pli: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#So pli: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#SolidStatePolymerization pli: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#SolutionPolymerization pli: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#SpecificViscosityRelativeViscosityIncrement pli: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#Spiro pli: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#SquareCentimeterPerSecond pli:SquareCentimeterPerSecond rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerNewton pli:SquareMeterPerNewton rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMeterPerSecond pli:SquareMeterPerSecond rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareMillimeterPerSecond pli:SquareMillimeterPerSecond rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#SquareRootOfJoulePerCubicCentimeter pli:SquareRootOfJoulePerCubicCentimeter rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Star pli: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#SuspensionPolymerization pli: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#Tetragonal pli:Tetragonal rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Thermoplastic pli: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#ThermoplasticElastomer pli: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#Thermosetting pli: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#Triclinic pli:Triclinic rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#TrigonalRhombohedral pli:TrigonalRhombohedral rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#Unknown pli: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#Vesicle pli: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 rdfs:label "atmosphere" ; oboInOwl:hasExactSynonym "atm" . pli:Bar rdfs:label "bar" ; oboInOwl:hasExactSynonym "bar" . pli:CaloriePerCentimeterSecondDegreeCelsius rdfs:label "calorie per centimeter second degree Celsius" ; oboInOwl:hasExactSynonym "cal/cm.s.C" . pli:CaloriePerCubicCentimeter rdfs:label "calorie per cubic centimeter" ; oboInOwl:hasExactSynonym "cal/cc" , "cal/cm^[3]" . pli:CaloriePerCubicCentimeterDegreeCelsius rdfs:label "calorie per cubic centimeter degree Celsius" ; oboInOwl:hasExactSynonym "cal/cm^[3].C" . pli:CaloriePerGram rdfs:label "calorie per gram" ; oboInOwl:hasExactSynonym "cal/g" . pli:CaloriePerGramDegreeCelsius rdfs:label "calorie per gram degree Celsius" ; oboInOwl:hasExactSynonym "cal/g.C" . pli:CentiNewtonPerDecitex rdfs:label "centi newton per decitex" ; oboInOwl:hasExactSynonym "cN/dtex" . pli:CentiNewtonPerTex rdfs:label "centi newton per tex" ; oboInOwl:hasExactSynonym "cN/tex" . pli:Centistokes rdfs:label "centistokes" ; oboInOwl:hasExactSynonym "cSt" . 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 rdfs:label "cubic centimeter mol per square gram" ; oboInOwl:hasExactSynonym "cm3*mol/g2" , "cm^[3].mol/g^[2]" . pli:CubicCentimeterPerGram rdfs:label "cubic centimeter per gram" ; oboInOwl:hasExactSynonym "cm^[3]/g" . pli:CubicCentimeterPerGramDegreeCelsius rdfs:label "cubic centimeter per gram degree Celsius" ; oboInOwl:hasExactSynonym "cm^[3]/g.C" . pli:CubicCentimeterPerGramKelvin rdfs:label "cubic centimeter per gram kelvin" ; oboInOwl:hasExactSynonym "cm^[3]/g.k" . pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondCmHg rdfs:label "cubic centimeter STP centimeter per square centimeter second cmHg" ; oboInOwl:hasExactSynonym "cm3(STP)cm/(cm2*s*cmHg)" , "cm^[3](STP)cm/(cm^[2].s.cmHg)" . pli:CubicCentimeterSTPCentimeterPerSquareCentimeterSecondPascal rdfs:label "cubic centimeter STP centimeter per square centimeter second pascal" ; oboInOwl:hasExactSynonym "cm3(STP)cm/(cm2*s*Pa)" , "cm^[3](STP)cm/(cm^[2].s.Pa)" . pli:CubicCentimeterSTPCentimeterPerSquareMeter24HoursAtm rdfs:label "cubic centimeter STP centimeter per square meter 24hours atm" ; oboInOwl:hasExactSynonym "cm3(STP)cm/(m2*24h*atm)" , "cm^[3](STP)cm/(m^[2].24h.atm)" . pli:CubicCentimeterSTPPerCubicCentimeterAtm rdfs:label "cubic centimeter STP per cubic centimeter atm" ; oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" , "cm^[3](STP)/(cm^[3].Pa)" . pli:CubicCentimeterSTPPerCubicCentimeterCmHg rdfs:label "cubic centimeter STP per cubic centimeter cmHg" ; oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" , "cm^[3](STP)/(cm^[3].Pa)" . pli:CubicCentimeterSTPPerCubicCentimeterPascal rdfs:label "cubic centimeter STP per cubic centimeter pascal" ; oboInOwl:hasExactSynonym "cm3(STP)/(cm3*Pa)" , "cm^[3](STP)/(cm^[3].Pa)" . pli:CubicMeterPerGram rdfs:label "cubic meter per gram" ; oboInOwl:hasExactSynonym "m^[3]/g" . pli:DeciliterPerGram rdfs:label "deciliter per gram" ; oboInOwl:hasExactSynonym "dl/g" . pli:DegreeCelsiusPerMinute rdfs:label "degree Celsius per minute" ; oboInOwl:hasExactSynonym "C/min" . pli:DegreeCelsiusPerSecond rdfs:label "degree Celsius per second" ; oboInOwl:hasExactSynonym "C/s" . 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_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 rdfs:label "erg per cubic centimeter" ; oboInOwl:hasExactSynonym "erg/cc" , "erg/cm^[3]" . pli:ErgPerCubicCentimeterKelvin rdfs:label "erg per cubic centimeter kelvin" ; oboInOwl:hasExactSynonym "erg/cm^[3].K" . pli:GaseousState rdfs:comment "GaseousState refers to Gaseous State as a Fluid State Type." ; rdfs:label "Gaseous state" . pli:Gigapascal rdfs:label "gigapascal" ; oboInOwl:hasExactSynonym "GPa" . pli:GramForcePerDenier rdfs:label "gram-force per denier" ; oboInOwl:hasExactSynonym "gf/denier" ; oboInOwl:hasRelatedSynonym "g/denier" . pli:GramForcePerSquareMillimeter rdfs:label "gram-force per square millimeter" ; oboInOwl:hasExactSynonym "gf/mm^[2]" ; oboInOwl:hasRelatedSynonym "g/mm^[2]" . pli:GramMilPerSquareCentimeter24Hours rdfs:label "gram mil per square centimeter 24 hours" . pli:GramPerHourCentimeterMillimeterHg rdfs:label "gram per hour centimeter MillimeterHg" ; oboInOwl:hasRelatedSynonym "g/h.cm.mmHg" . pli:Hexagonal rdfs:comment "Hexagonal refers to Hexagonal as a Crystal System." ; rdfs:label "Hexagonal" . pli:JoulePerCubicCentimeter rdfs:label "joule per cubic centimeter" ; oboInOwl:hasExactSynonym "J/cc" , "J/cm^[3]" . pli:JoulePerCubicCentimeterKelvin rdfs:label "joule per cubic centimeter kelvin" ; oboInOwl:hasExactSynonym "J/cm^[3].K" . pli:JoulePerCubicMeterKelvin rdfs:label "joule per cubic meter kelvin" ; oboInOwl:hasExactSynonym "J/m^[3].K" . pli:JoulePerKelvin rdfs:label "joule per kelvin" ; oboInOwl:hasExactSynonym "J/K" . pli:JoulePerMeter rdfs:label "joule per meter" . pli:JoulePerMol rdfs:label "joule per mol" ; oboInOwl:hasExactSynonym "J/mol" . pli:JoulePerMolKelvin rdfs:label "joule per mol kelvin" ; oboInOwl:hasExactSynonym "J/mol.K" . pli:KelvinPerHour rdfs:label "kelvin per hour" ; oboInOwl:hasExactSynonym "K/h" . pli:KelvinPerMinute rdfs:label "kelvin per minute" ; oboInOwl:hasExactSynonym "K/min" . pli:Kilobar rdfs:label "kilobar" ; oboInOwl:hasExactSynonym "kbar" . pli:KilocaloriePerGram rdfs:label "kilocalorie per gram" ; oboInOwl:hasExactSynonym "kcal/g" . pli:KilocaloriePerMol rdfs:label "kilocalorie per mol" ; oboInOwl:hasExactSynonym "kcal/mol" . pli:KilogramCentimeterPerSquareCentimeter rdfs:label "kilogram centimeter per square centimeter" ; oboInOwl:hasExactSynonym "kg-cm/cm^[2]" . pli:KilogramForce rdfs:label "kilogram-force" . pli:KilogramForcePerSquareCentimeter rdfs:label "kilogram-force per square centimeter" ; oboInOwl:hasExactSynonym "kgf/cm^[2]" ; oboInOwl:hasRelatedSynonym "kg/cm^[2]" . pli:KilogramForcePerSquareMillimeter rdfs:label "kilogram-force per square millimeter" ; oboInOwl:hasExactSynonym "kgf/mm^[2]" ; oboInOwl:hasRelatedSynonym "kg/mm^[2]" . pli:KilojoulePerMeter rdfs:label "kilojoule per meter" . pli:KilojoulePerMol rdfs:label "kilojoule per mol" ; oboInOwl:hasExactSynonym "kJ/mol" . pli:KilojoulePerSquareMeter rdfs:label "kilojoule per square meter" . pli:KilopondForcePerSquareInch rdfs:label "kilopond-force per square inch" ; oboInOwl:hasExactSynonym "ksi" . pli:KilovoltPerMillimeter rdfs:label "kilovolt per millimeter" ; oboInOwl:hasExactSynonym "kV/mm" . pli:LengthPercentage rdfs:label "length percentage" ; oboInOwl:hasExactSynonym "%" . 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 rdfs:label "liter per gram" ; oboInOwl:hasExactSynonym "l/g" . pli:MegajoulePerCubicMeterKelvin rdfs:label "megajoule per cubic meter kelvin" ; oboInOwl:hasExactSynonym "MJ/m^[3].K" . pli:Megapascal rdfs:label "megapascal" ; oboInOwl:hasExactSynonym "MPa" . pli:MillijoulePerKelvin rdfs:label "millijoule per kelvin" ; oboInOwl:hasExactSynonym "mJ/K" . pli:MillijoulePerMolKelvin rdfs:label "millijoule per mol kelvin" ; oboInOwl:hasExactSynonym "mJ/mol.K" . pli:MillijoulePerSquareMeter rdfs:label "millijoule per square meter" . pli:MillijoulePerSquareMillimeter rdfs:label "millijoule per square millimeter" . pli:MilliliterPerGram rdfs:label "milliliter per gram" ; oboInOwl:hasExactSynonym "ml/g" . pli:MillinewtonPerMeter rdfs:label "millinewton per meter" . pli:MilliwattPerCentimeterKelvin rdfs:label "milliwatt per centimeter kelvin" ; oboInOwl:hasExactSynonym "mW/cm.K" . pli:MolePercentage rdfs:label "mole percentage" ; oboInOwl:hasExactSynonym "%" . 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 rdfs:label "nanometer per second" ; oboInOwl:hasExactSynonym "nm/s" . pli:NewtonCentimeterPerGram rdfs:label "newton centimeter per gram" ; oboInOwl:hasRelatedSynonym "Ncm/g" . pli:NewtonPerSquareCentimeter rdfs:label "newton per square centimeter" ; oboInOwl:hasExactSynonym "N/cm^[2]" . pli:NewtonPerSquareMeter rdfs:label "newton per square meter" ; oboInOwl:hasExactSynonym "N/m^[2]" . pli:NewtonPerSquareMillimeter rdfs:label "newton per square millimeter" ; oboInOwl:hasExactSynonym "N/mm^[2]" . pli:Ohm rdfs:label "ohm" ; oboInOwl:hasExactSynonym "ohm" . pli:OhmCentimeter rdfs:label "ohm centimeter" ; oboInOwl:hasExactSynonym "ohm.cm" . pli:OhmMeter rdfs:label "ohm meter" ; oboInOwl:hasExactSynonym "ohm.m" . pli:OhmPerSquare rdfs:label "ohm per square" ; oboInOwl:hasExactSynonym "ohm/square" . pli:OhmPerSquareCentimeter rdfs:label "ohm per square centimeter" ; oboInOwl:hasExactSynonym "ohm/cm^[3]" . pli:Orthorhombic rdfs:comment "Orthorhombic refers to Orthorhombic as a Crystal System." ; rdfs:label "Orthorhombic" . pli:PerDegreeCelsius rdfs:label "per degree Celsius" ; oboInOwl:hasExactSynonym "1/C" . pli:PerGigapascal rdfs:label "per gigapascal" ; oboInOwl:hasExactSynonym "1/GPa" . pli:PerKelvin rdfs:label "per kelvin" ; oboInOwl:hasExactSynonym "1/K" . pli:PerOhmCentimeter rdfs:label "per ohm centimeter" ; oboInOwl:hasExactSynonym "1/ohm.cm" . pli:Pseudo rdfs:comment "Pseudo refers to a pseudo-crystalline state as a Crystal State." ; rdfs:label "Pseudo" . pli:SquareCentimeterPerSecond rdfs:label "square centimeter per second" ; oboInOwl:hasExactSynonym "cm^[2]/s" . pli:SquareMeterPerNewton rdfs:label "square meter per newton" ; oboInOwl:hasExactSynonym "m^[2]/N" . pli:SquareMeterPerSecond rdfs:label "square meter per second" ; oboInOwl:hasExactSynonym "m^[2]/s" . pli:SquareMillimeterPerSecond rdfs:label "square millimeter per second" ; oboInOwl:hasExactSynonym "mm^[2]/s" . 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.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi