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

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 .

hico:
  skos:prefLabel "Ontologia per il Contesto Storico (HiCO)"@it, "The Historical Context Ontology (HiCO)"@en ;
  a owl:Ontology, skos:ConceptScheme .

<http://purl.org/spar/cito/disagreesWith>
  rdfs:subPropertyOf <http://purl.org/spar/cito/cites> ;
  rdfs:isDefinedBy <http://purl.org/spar/cito> ;
  skos:inScheme hico: ;
  skos:prefLabel "è in disaccordo con"@it, "disagrees with"@en ;
  rdfs:label "è in disaccordo con"@it, "disagrees with"@en ;
  a owl:ObjectProperty, skos:Concept .

<http://purl.org/spar/cito/cites>
  rdfs:label "cita"@it, "cites"@en ;
  skos:prefLabel "cita"@it, "cites"@en ;
  a owl:ObjectProperty, skos:Concept .

rdfs:isDefinedBy
  skos:definition "La fonte della definizione dell'entità."@it, "The defininition of the subject resource."@en ;
  rdfs:label "eDefinitoDa"@it, "isDefinedBy"@en .

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

