@prefix : . @prefix obo: . @prefix owl: . @prefix pli: . @prefix rdf: . @prefix sio: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix dcterms: . @prefix oboInOwl: . @base . rdf:type owl:Ontology ; owl:imports obo:uo.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 "0.3" . ################################################################# # 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 . ### 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#AliasName pli:AliasName rdf:type owl:Class ; rdfs:subClassOf pli:NameDescriptor ; rdfs:comment "A subclass of the NameDescriptor Class, Alias Name" ; rdfs:label "Alias name" . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 , . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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#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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### http://dice.nims.go.jp/ontology/PoLyInfo-ont/Schema#GValueType pli:GValueType rdf:type owl:Class ; rdfs:subClassOf pli:PropertyValueType ; rdfs:comment "A subclass of the PropertyValueType Class, G Value Type" ; rdfs:label "G value type" . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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#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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 , . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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:NameDescriptor ; rdfs:comment "A subclass of the NameDescriptor Class, Source Based Name" ; rdfs:label "Source-based name" ; rdfs:seeAlso . ### 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 . ### 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 . ### 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 . ### 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 . ### 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:NameDescriptor ; rdfs:comment "A subclass of the NameDescriptor Class, Structure Based Name" ; rdfs:label "Structure-based name" ; rdfs:seeAlso . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 . ### 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 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#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 ; 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" . ### 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 . ### 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: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: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