dersuchendee / Knowledge_Organization_Project

1 stars 0 forks source link

Invent a URI #7

Open dersuchendee opened 5 years ago

dersuchendee commented 5 years ago

Invent a URI for almost 1 entity and try to describe it in RDF (choose the graph model or one of the possible serializations).

dersuchendee commented 5 years ago

RDF turtle

dersuchendee commented 5 years ago
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix crm: <http://cidoc-crm.org/>.
@prefix ko: <http://KOproject.it/>.

<http://KOproject.it/symbolist_manifesto.ttl>
        rdf:type crm:E22_man_made_object;
        crm:has_title "Le Symboliste";
        crm:P10_falls_within ko:symbolism;
        crm:P94_was_created_by "Gustave Kahn";
        dcterms:date "07/10/1986";
        crm:P53_has_former_or_current_location "Paris";
        dcterms:language "Fr";
        crm:P3_has_note "1886/10/07 (A1,N1)-1886/11/06 (A1,N4)";
        dcterms:contributor "Jean Moréas";
        dcterms:publisher "M. Soirat".
dersuchendee commented 5 years ago
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix crm: <http://cidoc-crm.org/>.
@prefix ko: <http://KOproject.it/>.

<http://KOproject.it/veglia.ttl>
        rdf:type crm:E22_man_made_object;
        crm:has_title "Veglia";
        crm:P10_falls_within ko:symbolism;
        crm:P94_was_created_by ko:g_ungaretti;
        dcterms:date ko:1915;
        crm:P53_has_former_or_current_location ko:monte_san_michele;
        dcterms:relation <http://dbpedia.org/page/World_War_>.
Saraa04 commented 5 years ago

monumento_turtle

Totaro1996 commented 5 years ago

biography.txt

dersuchendee commented 5 years ago
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix crm: <http://cidoc-crm.org/>.
@prefix ko: <http://KOproject.it/>.
@prefix owl:<http://www.w3.org/2002/07/owl#>.
@prefix wn:<http://www.w3.org/2006/03/wn/wn20/schema/>.

<http://KOproject.it/g_ungaretti.ttl>
    rdf:type crm:E39_Actor;
    crm:P1_is_identified_by "Giuseppe Ungaretti";
    crm:P15_was_influenced_by ko:symbolism;
    crm:P108_has_produced ko:veglia;
    crm:P129_is_subject_of ko:monument_g_ungaretti;
    crm:P107_is_current_or_former_member_of ko:sorbonne;
    owl:sameAs <http://viaf.org/viaf/89710987>;
    owl:sameAs <https://lccn.loc.gov/n79054552>;
    wn:hyponymOf <http://dbpedia.org/ontology/writer>.
Totaro1996 commented 5 years ago

biography.txt

dersuchendee commented 5 years ago

image esempio

Saraa04 commented 5 years ago

rdf_monte

Saraa04 commented 5 years ago

rdf-grapher

dersuchendee commented 5 years ago
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix crm: <http://cidoc-crm.org/>.
@prefix ko: <http://KOproject.it/>.
@prefix owl:<http://www.w3.org/2002/07/owl#>.
@prefix wn:<http://www.w3.org/2006/03/wn/wn20/schema/>.
@prefix bibo:<http://purl.org/ontology/bibo/>.
@prefix gn: <http://www.geonames.org/ontology#/>.
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>.

<http://KOproject.it/g_ungaretti.ttl>
    rdf:type crm:E39_Actor;
    crm:P1_is_identified_by "Giuseppe Ungaretti";
    crm:P108_has_produced ko:veglia;
    crm:P138_has_representation_of ko:monument_g_ungaretti;
    crm:P107_is_current_or_former_member_of ko:sorbonne;
        crm:P107_is_current_or_former_member_of ko:symbolism;
    owl:sameAs <http://viaf.org/viaf/89710987>;
    owl:sameAs <https://lccn.loc.gov/n79054552>;
    wn:hyponymOf <http://dbpedia.org/ontology/writer>.

<http://KOproject.it/monte_san_michele.ttl>
        crm:P87_is_identified_by "Monte San Michele";
        gn:countrycode "IT";
        geo:lat 45.61902;
        geo:long 13.86037;
        crm:P8_witnessed ko:WWI;
        owl:sameAs <http://www.geonames.org/7521408>;
        owl:differentFrom <http://www.geonames.org/3167964>;
        owl:differentFrom <http://www.geonames.org/6694801>.

<http://KOproject.it/WWI.ttl>
        rdf:type crm:E5_Event ;
        crm:P11_had_partecipant ko:g_ungaretti;
    crm:P12_occurred_in_presence_of ko:biography_g_siligardi;
    dcterms:coverage "1915-1918";
    dcterms:description "World War I (WWI or WW1), also known as the First World War, or the Great War, was a global war originating in Europe that lasted from 28 July 1914 to 11 November 1918. It was one of the deadliest conflicts in history, and paved the way for major political changes, including revolutions in many of the nations involved.";
    crm:P129_is_subject_of ko:veglia.

### correct syntax

Saraa04 commented 5 years ago

@prefix rdf: http://www.w3.org/2000/01/rdf-schema#. @prefix dcterms: http://purl.org/dc/terms/. @prefix crm: http://cidoc-crm.org/. @prefix ko: http://KOproject.it/. @prefix owl: http://www.w3.org/2002/07/owl#. @prefix gn: http://www.geonames.org/ontology#. @prefix geo: http://www.w3.org/2003/01/geo/wgs84_pos#.

http://KOproject.it/monte_san_michele.ttl crm:P87_is_identified_by "Monte San Michele"; gn:countrycode "IT"; geo:lat 45.61902; geo:long 13.86037; crm:P8_witnessed ko:WWI; owl:sameAs http://www.geonames.org/7521408; owl:differentFrom http://www.geonames.org/3167964; owl:differentFrom http://www.geonames.org/6694801.

dersuchendee commented 5 years ago

image

Saraa04 commented 5 years ago
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ko:    <http://KOproject.it/> .
@prefix rdf:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix wn:    <http://www.w3.org/2006/03/wn/wn20/schema/> .
@prefix gn:    <http://www.geonames.org/ontology#/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix crm:   <http://cidoc-crm.org/> .

ko:g_ungaretti  rdf:type                crm:E39_Actor ;
        crm:P107_is_current_or_former_member_of
                ko:symbolism , ko:sorbonne ;
        crm:P108_has_produced           ko:veglia ;
        crm:P138_has_representation_of  ko:monument_g_ungaretti ;
        crm:P1_is_identified_by         "Giuseppe Ungaretti" ;
        owl:sameAs                      <https://lccn.loc.gov/n79054552> , <http://viaf.org/viaf/89710987> ;
        wn:hyponymOf                    <http://dbpedia.org/ontology/writer> .

ko:monte_san_michele  crm:P87_is_identified_by
                "Monte San Michele" ;
        crm:P8_witnessed          ko:WWI ;
        gn:countrycode            "IT" ;
        owl:differentFrom         <http://www.geonames.org/6694801> , <http://www.geonames.org/3167964> ;
        owl:sameAs                <http://www.geonames.org/7521408>.

ko:WWI  rdf:type                 crm:E5_Event ;
        crm:P11_had_partecipant  ko:g_ungaretti ;
        crm:P129_is_subject_of   ko:veglia ;
        crm:P12_occurred_in_presence_of
                ko:biography_g_siligardi ;
        dcterms:coverage         "1915-1918" ;
        dcterms:description      "World War I (WWI or WW1), also known as the First World War, or the Great War, was a global war originating in Europe that lasted from 28 July 1914 to 11 November 1918. It was one of the deadliest conflicts in history, and paved the way for major political changes, including revolutions in many of the nations involved." .
dersuchendee commented 5 years ago

image

Saraa04 commented 5 years ago

https://github.com/Saraa04/KO_Project.github.io - GitHub repository for Turtle

dersuchendee commented 5 years ago
<http://KOproject.it/g_ungaretti/>
<http://KOproject.it/monte_san_michele/>
<http://KOproject.it/WWI/>
VigiLOD commented 5 years ago
http://KOproject.it/g_ungaretti
http://KOproject.it/monte_san_michele
http://KOproject.it/WWI