@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 ;
  skos:hasTopConcept odi:Suit .

owl:Class
  rdfs:label "Classe"@it, "Class"@en ;
  a rdfs:Class .

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 .

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

odi:hasSuit rdfs:range odi:Suit .
odi:Suit
  rdfs:label "Suit"@en, "Seme"@it ;
  rdfs:comment "Is the suit of a card."@en, "È il seme di una carta."@it ;
  skos:prefLabel "Seme"@it, "Suit"@en ;
  a skos:Concept, owl:Class ;
  skos:topConceptOf odi: ;
  skos:inScheme odi: ;
  rdfs:subClassOf owl:Thing .

