SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

ICH-GCP
P. Wandile / R. B. Ghooi, A Role of ICH-GCP in Clinical Trial Conduct, in: Journal of Clinical Research & Bioethics, 08 (01)/2017 ([Internet, 2021-05-17](https://www.researchgate.net/publication/315344018_A_Role_of_ICH-_GCP_in_Clinical_Trial_Conduct))
The Good Clinical Practice Guideline of the International Conference on Harmonization (ICH-GCP) is an international ethical, scientific and quality standard to harmonize technical procedures and standards, improve quality, speed time to market the drug. This standard is for designing, conducting, performing, monitoring, auditing, recording, analyzing and reporting clinical trials involving human subjects.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part Good Clinical Practice Guideline of the International Conference on Harmonization
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.