PREFIX schema: PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX so: PREFIX soProp: PREFIX sio: PREFIX pr: { rdf:type [schema:BioChemEntity] ; rdf:type [pr:000000001] ; ( schema:identifier xsd:string | schema:identifier IRI | schema:identifier schema:PropertyValue | schema:identifier schema:Text | schema:identifier schema:URL ) + ; ( schema:name xsd:string | schema:name schema:Text ) + } { ( schema:description xsd:string | schema:description schema:Text ) + ; ( schema:image IRI | schema:image schema:ImageObject | schema:image schema:URL ) * ; ( schema:url IRI | schema:url schema:URL ) + ; ( schema:isContainedIn IRI | schema:isContainedIn BNODE | schema:isContainedIn schema:BioChemEntity | schema:isContainedIn schema:URL ) + ; ( sio:010081 IRI | sio:010081 BNODE | sio:010081 schema:BioChemEntity | sio:010081 @ ) + ; ( soProp:associated_with IRI | soProp:associated_with BNODE | soProp:associated_with schema:URL | soProp:associated_with schema:MedicalCondition ) * } { ( schema:additionalType IRI | schema:additionaType schema:URL ) * ; ( schema:alternateName xsd:string | schema:alternateName schema:Text ) * ; ( schema:sameAs IRI | schema:sameAs schema:URL ) * ; ( schema:mainEntityOfPage IRI | schema:mainEntityOfPage schema:CreativeWork | schema:mainEntityOfPage schema:URL ) * ; ( schema:contains IRI | schema:contains schema:BioChemEntity | schema:contains schema:URL ) * } { rdf:type [schema:BioChemEntity] ; rdf:type [so:0000704] }