@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

odi:DeckCard
  rdfs:label "Carta del mazzo"@it, "Deck card"@en ;
  skos:prefLabel "Carta del mazzo"@it, "Deck card"@en ;
  a owl:Class, skos:Concept .

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 .

owl:DatatypeProperty
  rdfs:label "Proprieta datatype"@it, "DatatypeProperty"@en ;
  a rdfs:Class .

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

rdfs:range
  skos:definition "Il codominio della proprietà."@it, "A range of the subject property."@en ;
  rdfs:label "codominio"@it, "range"@en .

odi:hasVariantNameInTheText
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:comment "Indica quali carte hanno una variante del nome nel libro."@it, "It indicates which cards have a variant name in the book."@en ;
  rdfs:label "has variant name in the text"@en, "ha variante del nome nel testo"@it ;
  a owl:DatatypeProperty, skos:Concept ;
  skos:inScheme odi: ;
  skos:prefLabel "ha variante del nome nel testo"@it, "has variant name in the text"@en ;
  rdfs:domain odi:DeckCard ;
  rdfs:range xsd:string .

rdfs:domain
  skos:definition "Il dominio della proprietà."@it, "A domain of the subject property."@en ;
  rdfs:label "dominio"@it, "domain"@en .

