Skip to content

Commit

Permalink
rdf updates + style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ariannamorettj committed Mar 2, 2022
1 parent 8fa5c40 commit 4bda411
Show file tree
Hide file tree
Showing 14 changed files with 467 additions and 50 deletions.
Binary file added assets/rdf/graph_date.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rdf/graph_event.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rdf/graph_person.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rdf/graph_pripyat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions assets/rdf/ttl_event1.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix edm: <http://www.europeana.eu/schemas/edm/>.
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/>.
@prefix skos: <https://www.w3.org/2009/08/skos-reference/skos.html#>.
@prefix schemaorg: <http://schema.org/>.
@prefix dcterms: <https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dcterms.xsd>.
@prefix dc: <https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd>.
@prefix owl: <https://www.w3.org/TR/owl-semantics/>.
@prefix time: <http://www.w3.org/2006/time#>.
@prefix foaf: <http://xmlns.com/foaf/spec/>.

<http://semanticweb.org/chernobLOD/Legal_Process>
rdf:type <https://www.w3.org/2009/08/skos-reference/skos.html#Concept%22/> ;
skos:prefLabel 'Soviet Criminal trial for the disaster of Chernobyl';
crm:P17_was_motivated_by 'Chernobyl disaster';
schemaorg:SubjectOf 'Chernobyl (mini series)';
schemaorg:SubjectOf 'Surviving disaster (documentary)';
crm:P11_had_participant 'Valerij Alekseevič Legasov as chief';
crm:P11_had_participant 'Anatoly S. Dyatlov(former plant director)';
crm:P11_had_participant 'Viktor P. Bryukhanov (plant employee)' ;
crm:P11_had_participant 'Nikolai M. Fomin (plant employee)';
crm:P11_had_participant 'Boris V. Rogozhin (plant employee)';
crm:P11_had_participant 'Aleksandr P. Kovalenko (plant employee)';
crm:P11_had_participant 'Yuri A. Laushkin (Gosatomenergonadzor inspector)';
schemaorg:result 'The people mentioned above have been sentenced' ;
time:day '26 April 1986 (date of the disaster)';
time:hasBeginning '7 July 1987' ;
time:hasEnd '30 July 1987' ;
schemaorg:location 'House of Culture in Chernobyl, Ukraine' ;
schemaorg:location 'Chernobyl, Prypyat (Exclusion Zone), Ukraine';
dc:type 'Legal process';
time:hasTemporalDuration '24 days';
dc:subject 'Attribution of responsibility for the disaster of Chernoby';
time:after '1 year, 2 months, 10 days';
schemaorg:IncreasesRiskOf 'Legasov death (The involvement in the process and the related irregularities in the attribution of responsibilities contributed to Legasov’s suicide, according to our resources)';
schemaorg:description 'The trial of the men accused of responsibility for the world’s worst nuclear accident opened Monday in a makeshift courtroom in the Ukrainian town of Chernobyl.';

owl:sameAs <http://dbpedia.org/page/Legal_process>;
skos:related <https://it.wikipedia.org/wiki/Valerij_Alekseevič_Legasov>;
foaf:topic <https://en.wikipedia.org/wiki/Chernobyl_(miniseries)>;
skos:broader <https://en.wikipedia.org/wiki/Law>;
owl:equivalentClass <http://dbpedia.org/page/Trial>;
dcterms:isPartOf <https://en.wikipedia.org/wiki/Chernobyl_(miniseries)>.








65 changes: 65 additions & 0 deletions assets/rdf/ttl_legasov1.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix foaf: <http://xmlns.com/foaf/spec/>.
@prefix schemaorg: <http://schema.org/>.
@prefix person: <http://www.w3.org/ns/person#>.
@prefix cwrc: <http://sparql.cwrc.ca/ontology/cwrc.html#>.
@prefix owl: <https://www.w3.org/TR/owl-semantics/>.
@prefix fabio: <https://sparontologies.github.io/fabio/current/fabio.html>.



<http://semanticweb.org/chernobLOD/Legasov>
rdf:type <http://xmlns.com/foaf/spec/#term_Person> ;


foaf:givenName 'Valerij Alekseevič', 'Валерий Алексеевич '@ru ;
foaf:surname 'Legasov', 'Легасов'@ru ;
foaf:gender 'Male' ;
schemaorg:birthPlace 'Tula', 'Тула'@ru ;
person:countryOfBirth 'Russian SFSR', 'Российская Советская Федеративная Социалистическая Республика'@ru ;
schemaorg:nationality 'Russian' ;
schemaorg:deathPlace 'Moscow', 'Москва'@ru ;
person:countryOfDeath 'Russian SFSR', 'Российская Советская Федеративная Социалистическая Республика'@ru ;
cwrc:hasBurialPlace 'Novodevichy Cemetery of Moscow' ;
schemaorg:birthDate '01 September 1936' ;
schemaorg:deathDate '27 April 1988' ;
cwrc:hasCauseOfDeath 'Suicide by hanging' ;
cwrc:hasRole 'Chief of the commission investigating the Chernobyl disaster' ;
schemaorg:creator 'book : Lessons of Chernobyl' ;
schemaorg:memberOf [
schemaorg:Organization 'Mendeleev Moscow Institute of Chemical Technology' ;
schemaorg:Organization 'Moscow Institute of Physics and Technology' ;
schemaorg:Organization 'Academy of Sciences of the USSR' ;
schemaorg:Organization 'Faculty of Chemistry at Moscow State University' ;
schemaorg:Organization 'Kurchatov Institute of Atomic Energy' ;
] ;
cwrc:Occupation [ #proprità legata ad una classe
schemaorg:hasOccupation 'Chemist' ;
schemaorg:hasOccupation 'Nuclear Physicist' ;
];
schemaorg:knowsLanguage 'Russian' ;
cwrc:Award [
schemaorg:award 'Hero of the Russian Federation' ;
schemaorg:award 'Order of Lenin' ;
schemaorg:award 'Order of the Red Banner of Labour';
];
fabio:Biography 'Valerij Alekseevič Legasov was born in 1936 in URSS and died by hanging in 1988. He was a chemist and nuclear physicist. He investigated on Chernobyl disaster. ' ;
schemaorg:subjectOf 'Chernobyl Nuclear Disaster(Surviving disaster)(documentary episode)' ;



owl:sameAs <https://viaf.org/viaf/79344069/#Legasov,_V._A> ;
foaf:isPrimaryTopicOf <http://www.europeanenergyforum.eu/memory-valery-legasov> ;
foaf:topic_interest <https://www.wikidata.org/wiki/Q11165> ;
foaf:topic_interest <http://id.loc.gov/authorities/subjects/sh85023017.html> ;
foaf:topic_interest <https://en.wikipedia.org/wiki/Nuclear_physics> ;
schemaorg:memberOf <https://en.wikipedia.org/wiki/D._Mendeleev_University_of_Chemical_Technology_of_Russia> ;
schemaorg:memberOf <https://en.wikipedia.org/wiki/Moscow_Institute_of_Physics_and_Technology> ;
schemaorg:memberOf <https://en.wikipedia.org/wiki/Russian_Academy_of_Sciences#The_Academy_of_Sciences_of_the_USSR> ;
schemaorg:memberOf <http://www.chem.msu.ru/eng/welcome.html> ;
schemaorg:memberOf <https://en.wikipedia.org/wiki/Kurchatov_Institute> ;
cwrc:hasInterpersonalRelationshipWith <https://en.wikipedia.org/wiki/Ales_Adamovich> ;
cwrc:hasInterpersonalRelationshipWith <https://www.imdb.com/name/nm0010696/> ;
schemaorg:colleague <https://www.wikidata.org/wiki/Q935366> ;
schemaorg:colleague <https://yivoencyclopedia.org/article.aspx/Kikoin_Isaak_Konstantinovich> .

32 changes: 32 additions & 0 deletions assets/rdf/ttl_place1.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix wgs84_pos: <http://www.geonames.org/ontology/ontology_v3.2.rdf> .
@prefix schemaorg: <http://schema.org/> .
@prefix gn: <http://www.geonames.org/ontology/documentation.html#> .
@prefix owl: <https://www.w3.org/TR/owl-semantics/> .
@prefix skos: <https://www.w3.org/2009/08/skos-reference/skos.html#> .


<http://semanticweb.org/chernobLOD/Pripyat>
rdf:type <https://schema.org/Place>;
crm:P87_is_identified_by 'Pripyat, Oblast di Kiev, Ukraine';
schemaorg:event 'Chernobyl disaster';
gn:postalCode 'none (formerly 01196)';
gn:alternateName 'Exclusion zone';
schemaorg:geo '51° 24 N 30° 03 E';
wgs84_pos:lat 'Latitude 51° N';
wgs84_pos:long 'Longitude 30° E';
schemaorg:addressCountry 'Ukraine (Ukrainian Soviet Socialist Republic)';
schemaorg:hasMap <https://artsandculture.google.com/asset/1AG0q4L-OknvyQ>;
schemaorg:P15_was_influenced_by 'S.T.A.L.K.E.R. Shadow of Chernobyl videogame ';
schemaorg:subjectOf 'Chernobyl Elephant's foot photograph';
schemaorg:subjectOf 'Chernobyl Nuclear Power Plant satellite picture';
schemaorg:subjectOf 'Chernobyl 01:23:40 eBook';


owl:sameAs <https://it.wikipedia.org/wiki/Pryp%22jat%27_(città)> ;
owl:differentFrom <https://it.wikipedia.org/wiki/Pryp%22jat%27_(fiume)>;
skos:related <http://dbpedia.org/page/Chernobyl_disaster>;
skos:narrower <https://viaf.org/viaf/248687163/#Чернобыльская_АЭС>;
skos:broader <https://viaf.org/viaf/134334037/#Ukraine> .

40 changes: 40 additions & 0 deletions assets/rdf/ttl_time1.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schemaorg: <http://schema.org/> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix dcterms: <https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dcterms.xsd> .
@prefix owl: <https://www.w3.org/TR/owl-semantics/> .
@prefix skos: <https://www.w3.org/2009/08/skos-reference/skos.html#> .
@prefix fabio: <https://sparontologies.github.io/fabio/current/fabio.html> .



<http://semanticweb.org/chernobLOD/1986>
rdf:type <https://www.w3.org/TR/owl-time/#year>;
fabio:hasdate '1986_04_26';
time:year '1986' ;
time:MonthOfYear 'Spring' ;
time:hour '01:23:40';
time:TimeZone 'MSD (UTC+04:00)' ;
crm:P78_is_identified_by '20th century' ;
crm:P78_is_identified_by 'Late years of the cold war period' ;
schemaorg:subjectOf 'Chernobyl 01:23:40';
time:hasDateTimeDescription 'In this date the fourth reactor of the Chernobyl Nuclear power plant exploded causing the disaster';



owl:sameAs <https://it.wikipedia.org/wiki/1986> ;
edm:isRelatedTo <https://www.wikidata.org/wiki/Q486> ;
skos:broader <http://dbpedia.org/page/Cold_War> ;
skos:narrower <http://dbpedia.org/page/Category:1986_in_the_Soviet_Union> ;
dcterms:isPartOf <https://en.wikipedia.org/wiki/Chernobyl_(miniseries)> .









35 changes: 35 additions & 0 deletions assets/rdf/xml_date.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:fabio="http://purl.org/spar/fabio"
xmlns:schemaorg="http://schema.org/"
xmlns:edm="http://www.europeana.eu/schemas/edm/"
xmlns:time="http://www.w3.org/2006/time#"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:dcterms="https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dcterms.xsd"
xmlns:owl="https://www.w3.org/TR/owl-semantics/"
xmlns:skos="https://www.w3.org/2009/08/skos-reference/skos.html#"
xml:base="http://semanticweb.org/chernobLOD/1986">
<rdf:type rdf:resource="https://www.w3.org/TR/owl-time/#year"/>
<rdf:description rdf:about="http://semanticweb.org/chernobLOD/1986">

<fabio:hasdate>1986-04-26</fabio:hasdate>
<time:year>1986</time:year>
<time:MonthOfYear>Spring</time:MonthOfYear>
<time:hour>01:23:40</time:hour>
<time:TimeZone>MSD (UTC+04:00)</time:TimeZone>
<crm:P78_is_identified_by>20th century</crm:P78_is_identified_by>
<crm:P78_is_identified_by>Late years of the Cold War period</crm:P78_is_identified_by>
<schemaorg:subjectOf>Chernobyl 01:23:40 (ebook)</schemaorg:subjectOf>
<time:hasDateTimeDescription>In this date the fourth reactor of the Chernobyl Nuclear power plant exploded causing the disaster</time:hasDateTimeDescription>

<owl:sameAs rdf:resource="https://it.wikipedia.org/wiki/1986"/>
<edm:isRelatedTo rdf:resource="https://www.wikidata.org/wiki/Q486"/>
<skos:broader rdf:resource="http://dbpedia.org/page/Cold_War"/>
<skos:narrower rdf:resource="http://dbpedia.org/page/Category:1986_in_the_Soviet_Union"/>
<dcterms:isPartOf rdf:resource="https://en.wikipedia.org/wiki/Chernobyl_(miniseries)"/>
</rdf:description>
</rdf:RDF>



49 changes: 49 additions & 0 deletions assets/rdf/xml_legalprocess.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:edm="http://www.europeana.eu/schemas/edm/"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:schemaorg="http://schema.org/"
xmlns:dcterms="https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dcterms.xsd"
xmlns:time="http://www.w3.org/2006/time#"
xmlns:skos="https://www.w3.org/2009/08/skos-reference/skos.html#"
xmlns:dc="https://www.dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd"
xmlns:owl="https://www.w3.org/TR/owl-semantics/"
xmlns:foaf="http://xmlns.com/foaf/spec/"
xml:base="http://semanticweb.org/chernobLOD/Legal_Process">
<rdf:type rdf:resource="https://www.w3.org/2009/08/skos-reference/skos.html#Event"/>
<rdf:description rdf:about="http://semanticweb.org/chernobLOD/Legal_Process">

<skos:prefLabel>Soviet Criminal trial for the disaster of Chernobyl</skos:prefLabel>
<schemaorg:subjectOf>Chernobyl (miniseries)</schemaorg:subjectOf>
<schemaorg:subjetOf>Surviving disaster (documentary)</schemaorg:subjetOf>
<crm:P17_was_motivated_by>Chernobyl disaster</crm:P17_was_motivated_by>
<crm:P11_had_participant>Valerij Alekseevič Legasov, as chief</crm:P11_had_participant>
<crm:P11_had_participant>Anatoly S. Dyatlov(former plant director)</crm:P11_had_participant>
<crm:P11_had_participant>Viktor P. Bryukhanov ( plant employee)</crm:P11_had_participant>
<crm:P11_had_participant>Nikolai M. Fomin (plant employee)</crm:P11_had_participant>
<crm:P11_had_participant>Boris V. Rogozhin (plant employee)</crm:P11_had_participant>
<crm:P11_had_participant>Aleksandr P. Kovalenko (plant employee)</crm:P11_had_participant>
<crm:P11_had_participant>Yuri A. Laushkin (Gosatomenergonadzor inspector)</crm:P11_had_participant>
<schemaorg:result>The people mentioned above have been sentenced</schemaorg:result>
<time:day>26 April 1986 (date of the disaster)</time:day>
<time:hasBeginning>7 July 1987 (start of the trial)</time:hasBeginning>
<time:hasEnd>30 July 1987 (end of the trial)</time:hasEnd>
<schemaorg:location>House of Culture in Chernobyl, Ukraine</schemaorg:location>
<schemaorg:location>Chernobyl, Prypyat (Exclusion Zone), Ukraine</schemaorg:location>
<dc:type>Legal process</dc:type>
<time:hasTemporalDuration>24 days</time:hasTemporalDuration>
<time:after>1 year, 2 months, 10 days</time:after>
<schemaorg:increasesRiskOf>Legasov death (The involvement in the process and the related irregularities in the attribution of responsibilities contributed to Legasov’s suicide, according to our resources).</schemaorg:increasesRiskOf>
<schemaorg:description>The trial of the men accused of responsibility for the world’s worst nuclear accident opened Monday in a makeshift courtroom in the Ukrainian town of Chernobyl.</schemaorg:description>

<owl:sameAs rdf:resource="http://dbpedia.org/page/Legal_process"/>
<skos:related rdf:resource="https://it.wikipedia.org/wiki/Valerij_Alekseevič_Legasov"/>
<foaf:topic rdf:resource="https://en.wikipedia.org/wiki/Chernobyl_(miniseries)"/>
<skos:broader rdf:resource="https://en.wikipedia.org/wiki/Law"/>
<owl:equivalentClass rdf:resource="http://dbpedia.org/page/Trial"/>
<dcterms:isPartOf rdf:resource="https://en.wikipedia.org/wiki/Chernobyl_(miniseries)"/>
</rdf:description>
</rdf:RDF>


80 changes: 80 additions & 0 deletions assets/rdf/xml_legasov.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/spec/"
xmlns:schemaorg="http://schema.org/"
xmlns:person="http://www.w3.org/ns/person#"
xmlns:cwrc="http://sparql.cwrc.ca/ontology/cwrc.html#"
xmlns:owl="https://www.w3.org/TR/owl-semantics/"
xmlns:fabio="http://purl.org/spar/fabio"
xml:base="http://semanticweb.org/chernobLOD/Legasov">
<rdf:type rdf:resource="http://xmlns.com/foaf/spec/#term_Person"/>
<rdf:description rdf:about="http://semanticweb.org/chernobLOD/Legasov">

<foaf:givenName>Valerij Alekseevič</foaf:givenName>
<foaf:givenName xml:lang="ru">Валерий Алексеевич</foaf:givenName>
<foaf:surname>Legasov</foaf:surname>
<foaf:surname xml:lang="ru">Легасов</foaf:surname>
<foaf:gender>Male</foaf:gender>
<schemaorg:birthPlace>Tula</schemaorg:birthPlace>
<schemaorg:birthPlace xml:lang="ru">Тула</schemaorg:birthPlace>
<schemaorg:deathPlace>Moscow</schemaorg:deathPlace>
<schemaorg:deathPlace xml:lang="ru">Москва</schemaorg:deathPlace>
<person:countryOfBirth>Russian SFSR</person:countryOfBirth>
<person:countryOfBirth xml:lang="ru">Российская Советская Федеративная Социалистическая Республика</person:countryOfBirth>
<schemaorg:nationality>Russian</schemaorg:nationality>
<person:countryOfDeath>Russian SFSR</person:countryOfDeath>
<person:countryOfDeath xml:lang="ru">Российская Советская Федеративная Социалистическая Республика</person:countryOfDeath>
<cwrc:hasBurialPlace>Novodevichy Cemetery of Moscow</cwrc:hasBurialPlace>
<schemaorg:birthDate>01 September 1936</schemaorg:birthDate>
<schemaorg:deathDate>27 April 1988</schemaorg:deathDate>
<cwrc:hasCauseOfDeath>Suicide by hanging</cwrc:hasCauseOfDeath>
<cwrc:hasRole>Chief of the commission investigating the Chernobyl disaster</cwrc:hasRole>
<schemaorg:creator>Lessons of Chernobyl (book)</schemaorg:creator>
<fabio:Biography>The person we chose to focus on is Valerij Alekseevič Legasov (1936-1988), who had a leading role both in the investigation and in the legal process related to the Chernobyl disaster.
Awarded chemist and physicist, Legasov spent his last two years of life investigating the causes of Chernobyl meltdown.
Unfortunately, the deep emotional involvement led him to the decision to end his life the day after the second anniversary of the explosion.
He left some tapes in which voiced the strong disillusionment with his government and some written notes.
We decided to insert among our items his book, titled “The lessons of Chernobyl are important for all”. </fabio:Biography>
<schemaorg:memberOf>
<schemaorg:Organization>Mendeleev Moscow Institute of Chemical Technology</schemaorg:Organization>
<schemaorg:Organization>Moscow Institute of Physics and Technology</schemaorg:Organization>
<schemaorg:Organization>Academy of Sciences of the USSR</schemaorg:Organization>
<schemaorg:Organization>Faculty of Chemistry at Moscow State University</schemaorg:Organization>
<schemaorg:Organization>Kurchatov Institute of Atomic Energy</schemaorg:Organization>
</schemaorg:memberOf>
<schemaorg:hasOccupation>
<cwrc:Occupation>Chemist</cwrc:Occupation>
<cwrc:Occupation>Nuclear Physicist</cwrc:Occupation>
</schemaorg:hasOccupation>
<schemaorg:knowsLanguage>Russian</schemaorg:knowsLanguage>
<schemaorg:award>
<cwrc:Award>Hero of the Russian Federation</cwrc:Award>
<cwrc:Award>Order of Lenin</cwrc:Award>
<cwrc:Award>Order of the Red Banner of Labour</cwrc:Award>
</schemaorg:award>
<fabio:Biography>Valerij Alekseevič Legasov was born in 1936 in URSS and died by hanging in 1988. He was a chemist and nuclear physicist. He investigated on Chernobyl disaster.</fabio:Biography>
<schemaorg:subjectOf>Chernobyl Nuclear Disaster (Surviving disaster)(documentary episode)</schemaorg:subjectOf>


<owl:sameAs rdf:resource="https://viaf.org/viaf/79344069/#Legasov,_V._A"/>
<foaf:isPrimaryTopicOf rdf:resource="http://www.europeanenergyforum.eu/memory-valery-legasov"/>
<foaf:topic_interest rdf:resource="https://www.wikidata.org/wiki/Q11165"/>
<foaf:topic_interest rdf:resource="http://id.loc.gov/authorities/subjects/sh85023017.html"/>
<foaf:topic_interest rdf:resource="https://en.wikipedia.org/wiki/Nuclear_physics"/>
<schemaorg:memberOf rdf:resource="https://en.wikipedia.org/wiki/D._Mendeleev_University_of_Chemical_Technology_of_Russia"/>
<schemaorg:memberOf rdf:resource="https://en.wikipedia.org/wiki/Moscow_Institute_of_Physics_and_Technology"/>
<schemaorg:memberOf rdf:resource="https://en.wikipedia.org/wiki/Russian_Academy_of_Sciences#The_Academy_of_Sciences_of_the_USSR"/>
<schemaorg:memberOf rdf:resource="http://www.chem.msu.ru/eng/welcome.html"/>
<schemaorg:memberOf rdf:resource="https://en.wikipedia.org/wiki/Kurchatov_Institute"/>
<cwrc:hasInterpersonalRelationshipWith rdf:resource="https://en.wikipedia.org/wiki/Ales_Adamovich"/>
<cwrc:hasInterpersonalRelationshipWith rdf:resource="https://www.imdb.com/name/nm0010696/"/>
<schemaorg:colleague rdf:resource="https://www.wikidata.org/wiki/Q935366"/>
<schemaorg:colleague rdf:resource="https://yivoencyclopedia.org/article.aspx/Kikoin_Isaak_Konstantinovich"/>


</rdf:description>
</rdf:RDF>



Loading

0 comments on commit 4bda411

Please sign in to comment.