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

prov:startedAtTime
  skos:inScheme hico: ;
  skos:prefLabel "started at time"@en, "inizia"@it ;
  rdfs:label "started at time"@en, "inizia"@it ;
  rdfs:range xsd:dateTime ;
  a skos:Concept, owl:DatatypeProperty ;
  rdfs:comment "A property relating an interpretation act to the time that triggered the activity."@en, "La relazione tra l'atto interpretativo e il momento in cui l'attività inizia."@it ;
  rdfs:isDefinedBy <http://www.w3.org/ns/prov> .

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

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 .

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

