@prefix odi: <https://purl.org/ebr/odi#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

odi:
  rdfs:label "Ontology of Italo Calvino's Destini Incrociati"@en, "Ontologia dei Destini incrociati di Italo Calvino"@it ;
  skos:prefLabel "Ontology of Italo Calvino's Destini Incrociati"@en, "Ontologia dei Destini incrociati di Italo Calvino"@it ;
  a owl:Ontology, skos:ConceptScheme .

rdfs:subPropertyOf
  rdfs:comment "Il soggetto è una sottoproprietà di una proprietà"@it, "The subject is a subproperty of a property."@en ;
  rdfs:label "sottoproprietaDi"@it, "subPropertyOf"@en .

odi:speaksTo
  skos:prefLabel "speaks to"@en, "parla con"@it ;
  rdfs:comment "This property shows a main character speaking to another character in a story."@en, "Questa proprietà mostra un personaggio principale che parla a un altro personaggio di una storia."@it ;
  skos:inScheme odi: ;
  rdfs:label "parla con"@it, "speaks to"@en ;
  rdfs:subPropertyOf owl:topObjectProperty ;
  a skos:Concept, owl:ObjectProperty .

rdfs:comment
  rdfs:comment "Una descrizione della risorsa oggetto."@it, "A description of the subject resource."@en ;
  rdfs:label "commento"@it, "comment"@en .

owl:ObjectProperty
  rdfs:label "Proprieta di oggeto"@it, "ObjectProperty"@en ;
  a rdfs:Class .

