@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:climbs rdfs:range odi:InanimateObject .
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 .

odi:receives rdfs:range odi:InanimateObject .
owl:Class
  rdfs:label "Classe"@it, "Class"@en ;
  a rdfs:Class .

odi:discovers rdfs:range odi:InanimateObject .
odi:sees rdfs:range odi:InanimateObject .
rdfs:subClassOf
  skos:definition "Il soggetto è una sottoclasse di una classe."@it, "The subject is a subclass of a class."@en ;
  rdfs:label "sottoclasseDi"@it, "subClassOf"@en .

odi:implies rdfs:range odi:InanimateObject .
odi:longsFor rdfs:range odi:InanimateObject .
odi:trades rdfs:range odi:InanimateObject .
rdfs:comment
  rdfs:comment "Una descrizione della risorsa oggetto."@it, "A description of the subject resource."@en ;
  rdfs:label "commento"@it, "comment"@en .

odi:Representation
  rdfs:label "Rappresentazione"@it, "Representation"@en ;
  skos:prefLabel "Rappresentazione"@it, "Representation"@en ;
  a owl:Class, skos:Concept .

odi:InanimateObject
  skos:prefLabel "Oggetto inanimato"@it, "Inanimate object"@en ;
  rdfs:label "Oggetto inanimato"@it, "Inanimate object"@en ;
  a owl:Class, skos:Concept ;
  rdfs:subClassOf odi:Representation ;
  rdfs:comment "Ogni tipo di oggetto in una storia."@it, "Every kind of an object in a story."@en ;
  skos:inScheme odi: .

odi:loses rdfs:range odi:InanimateObject .
