During the definition of Cultural-ON, an in depth discussion between the working group responsible for cultural linked open data, formed by the Ministry of Cultural Heritage and Activities and Tourism (Service I) and the Institute of Cognitive Sciences and Technologies of the Council of Research (CNR) and the working group of the "Istituto beni artistici culturali e naturali" of Emilia Romagna Region, in order to contribute to the integration of the two ontologies, thus guaranteeing semantic interoperability.
The ontology aims at modelling the data on cultural institutes or sites such as data regarding the agents that play a specific role on cultural institutes or sites, the sites themselves, the contact points, all multimedia files which describe the cultural institute or site and any other information useful to the public in order to access the institute or site. Moreover, the ontology represents events that can take place in specific cultural institutes or sites. The following figure illustrates some of the core elements of the ontology. The figure is not exaustive; however, it is included in order to help readers to understand some relationships among important concepts represented in the ontology. For each class, examples of their usage in turtle are provided; moreover, for only some of the classes, specific figures are reported that show the relationships and concepts connected to them. The alignment_xml.owl complements the ontology with the alignments with external ontologies such as FOAF, PRO, schma.org, dublin core, etc.
IRI: http://dati.beniculturali.it/cis/AccessCondition
This class is used for representing the access conditions associated with a 'Cultural Institute or Site' or an 'Event'. Access conditions are meant to be indivuduals of the following classes:
An example in turtle is the following:
cis a CulturalInstituteOrSite ; description "An entity representing an individual of the class 'Institute or Site.'" ; hasAccessCondition cis_access_condition . cis_access_condition a Access ; description "The individual of the class 'Access' that specifies the access condition associated with the CulturalInstituteOrSite called cis" .
IRI: http://dati.beniculturali.it/cis/Address
It represents an address as defined by the specifications of the EU INSPIRE directive https://inspire-twg.jrc.ec.europa.eu/inspire-fc.html#_C2538
Individuals of the class Site are associated with individual of the class Address by means of the object property hasAddress. An address is characterised by the following properties:
An example in turtle is the following:
site:Sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Site ;
rdfs:label "Sede di: Biblioteca nazionale centrale di Roma"@it ;
cis:hasAddress address:Indirizzo_della_sede_di_Biblioteca_nazionale_centrale_di_Roma ;
address:Indirizzo_della_sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Address ;
rdfs:label "Indirizzo della sede di: Biblioteca nazionale centrale di Roma"@it ;
cis:addressID "IT-RM0267_IT_1" ;
cis:adminUnitL1 "Roma"@it ;
cis:adminUnitL2 "Lazio"@it ;
cis:fullAddress "Viale Castro Pretorio 105 - 00185 - Roma (RM" ;
cis:postName "Rome" ;
cis:postCode "00185" .
IRI: http://dati.beniculturali.it/cis/AdmissionType
It represents the type of admission. Examples are: weekly, monthly, daily, etc.
Individuals of this class identify the possible admission types (in terms of access policies) that can be applied to the opening hours specifications of a Cultural Institute or Site (CIS).
For example. it can be used to indicate that the a CIS opens at 9:00 and closes at 17:00 daily.
An example in turtle is the following.
openingHoursSpecification:Orari_di_apertura_di_Biblioteca_nazionale_centrale_di_Roma_giovedi
a cis:OpeningHoursSpecification ;
rdfs:label "Opening Hours of Biblioteca nazionale centrale di Roma - thursday"@en ;
cis:closes "19:00:00"^^xsd:time ;
cis:hasAdmissionType
admissionType:Tipo_di_apertura_al_pubblico ;
cis:hasDayOfWeek cis:Thursday ;
cis:opens "08:30:00"^^xsd:time .
admissionType:Tipo_di_apertura_al_pubblico
a cis:AdmissionType ;
rdfs:label "Tipo di apertura al pubblico" ;
cis:name "giornaliera" ;
cis:description "Apertura al pubblico giornaliera" .
IRI: http://dati.beniculturali.it/cis/Agent
It represents an agent. It can be an organization (public and/or private), an association/foundation or a single person. In the context of this ontology it can be a municipality, a supervision authority, a single private citizen
An Agent is described by means of its name and a set of properties that allows modeling its role in time and, in case of physical persons, his/her belonging relationship to the public or private organization.
An example of the use of the Agent class only is provided below in turtle (for an example of the role modeling, interested readers can refer to the examples provided with the Role and RoleInTime classes):
agent:Andrea_De_Pasquale
a cis:Agent ;
rdfs:label "Andrea De Pasquale" ;
cis:name "Andrea De Pasquale" ;
cis:reportsTo agent:Soprintendenza_Roma ;
cis:holdsRoleInTime roleInTime:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale .
agent:Soprintendenza_Roma
a cis:Agent ;
rdfs:label "Superintendence Rome"@en ;
rdfs:label "Soprintendenza Roma"@it ;
cis:name "Superintendence Rome"@en ;
cis:name "Soprintendenza Roma esempio"@it .
IRI: http://dati.beniculturali.it/cis/ArchaeologicalArea
It represents a specific type of Cultural Institute or SIte; that is, ArchaeologicalArea
An example of usage of the class cis:ArchaeologicalArea is the following:
cissite:Museo_delle_navi_romane_di_Nemi
a cis:CulturalInstituteOrSite, cis:ArchaeologicalArea ;
rdfs:label "Museo delle navi romane di Nemi" ;
cis:institutionalName "Museo delle navi romane di Nemi" ;
cis:ISILIdentifier "IT-EX0001" .
IRI: http://dati.beniculturali.it/cis/ArchaeologicalPark
It represents a specific type of Cultural Institute or SIte; that is, Archaeological Park
An example of usage of the class cis:ArchaeologicalPark is the following:
cissite:Parco_archeologico_di_Liternum
a cis:CulturalInstituteOrSite, cis:ArchaeologicalPark ;
rdfs:label "Parco archeologico di Liternum" ;
cis:institutionalName "Parco archeologico di Liternum" ;
cis:ISILIdentifier "IT-EX0002" .
IRI: http://dati.beniculturali.it/cis/Attribute
It represents the attribute that a site description of a site of a cultural institute or site may have. For instance, length, the shelving in a library, etc.
An example of usage of the class cis:Attribute is the following:
attribute:Shelving
a cis:Attribute ;
rdfs:label "Shelving"@en ;
rdfs:label "Scaffalature"@it ;
cis:name "Shelving"@en ;
cis:name "Scaffalature"@it ;
cis:description "The linear dimension of a shelf unit (e.g. 3 meters)"@en ;
cis:description "La dimensione di uno scaffale in metri lineari (es. 3 metri)"@it .
IRI: http://dati.beniculturali.it/cis/AudioObject
Concept used to represent multimedia objects of type audio.
An example of usage of the class cis:AudioObject is the following:
audio:Audio_Tour_Parco_archeologico_di_Liternum
a cis:AudioObject , cis:CreativeWork ;
rdfs:label "Audio Tour of the Parco archeologico di Liternum"@en ;
rdfs:label "Audio guida del Parco archeologico di Liternum"@it ;
cis:url http://www.example.com/Audio/Audio_Tour_Parco_archeologico_di_Liternum.mp3 ;
cis:isAbout cissite:Parco_archeologico_di_Liternum .
IRI: http://dati.beniculturali.it/cis/Card
This class represents a card valid for the entrance to more than one Cultural Institute or Site. It is a subclass of Ticket.
An example of usage of the class cis:Card is the following:
card:Parco_archeologico_di_Liternum_Card
a cis:Card ;
rdfs:label "Ingresso per due giorni al Parco archeologico di Liternum"@it ;
rdfs:label "Two-day access to Parco archeologico di Liternum"@en ;
cis:name "Ingresso per due giorni al Parco archeologico di Liternum"@it ;
cis:name "Two-day access to the Parco archeologico di Liternum"@en ;
cis:hasValidity Parco_archeologico_di_Liternum_Card_Validity ;
cis:forAccessTo cissite:Parco_archeologico_di_Liternum ;
cis:description "With this card a tourist can visit Parco archeologico di Liternum for 2 consecutive days"@en ;
cis:description "La card permette l'accesso al Parco archeologico di Liternum per 2 giorni consecutivi"@it .
validity:Parco_archeologico_di_Liternum_Card_Validity
a cis:Validity ;
rdfs:label "Two-day validity"@en ;
rdfs:label "Validità per due giorni"@it ;
cis:hasDuration Parco_archeologico_di_Liternum_Card_Validity_Duration .
quantitativevalue:Parco_archeologico_di_Liternum_Card_Validity_Duration
a cis:QuantitativeValue ;
rdfs:label "2" ;
cis:hasMeasurementUnit cis:Day ;
cis:hasValue "2"^^xsd:positiveInteger .
cis:Day a cis:MeasurementUnit .
IRI: http://dati.beniculturali.it/cis/Catalogue
Concept used to represent the catalogue which describes the set of cultural heritage objects included in a Cultural Institute or Site
A catalogue is always associated with an individual of the class 'CulturalInstituteOrSite' (CIS) by means of the object property hasCatalogue (with domain CulturalInstituteOrSite and range Catalogue).
The inverse property of hasCatalogue is isCatalogueOf and relates a catalogue to a CIS.
An example in turtle is the following:
catalogue:Catalogo_Generale_(autore)
a cis:Catalogue ;
rdfs:label "Catalogo Generale (autore)" ;
cis:name "Catalogo Generale (autore)" ;
cis:isCatalogueOf cissite:Biblioteca_nazionale_centrale ;
cis:description "Catalogo Generale per autore - online"@it .
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasCatalogue catalogue:Catalogo_Generale_(autore) .
IRI: http://dati.beniculturali.it/cis/Cinema
This class represents a cultural institute or site of type Cinema
An example of usage of the class cis:Cinema is the following:
cissite:Cinema_Storico_Alberto_Sordi
a cis:CulturalInstituteOrSite, cis:Cinema ;
rdfs:label "Cinema storico Alberto Sordi" ;
cis:institutionalName "Cinema storico Alberto Sordi" ;
cis:ISILIdentifier "IT-EX0003" .
IRI: http://dati.beniculturali.it/cis/ClericalAdministrativeArea
This class represents the clerical administrative area. It can be used to represents Diocese, Parish, etc.
An example of usage of the class cis:ClericalAdministrativeArea èil the following:
caa:Diocesi_di_San_Marco_Argentano-Scalea
a cis:ClericalAdministrativeArea ;
rdfs:label "Diocese of San Marco Argentano-Scalea"@en ;
rdfs:label "Diocesi di San Marco Argentano-Scalea"@it ;
cis:toponym "Diocesi di San Marco Argentano-Scalea"@it ;
cis:toponym "Diocese of San Marco Argentano-Scalea"@en ;
cis:identifier "SMA-CS" .
IRI: http://dati.beniculturali.it/cis/Collection
It represents the cultural heritage included in a Cultural Institute or Site or single collections that compone the cultural heritage
Individuals of this class represent cultural heritage included in a Cultural Institute or Site.
A Cultural Institute or Site can be related to a collection by means of the object property hasCollection.
Additionally, a collection can be composed of items that, in turn, can be individuals of the class 'Collection' or the class 'Cultural Heritage Object'.
For example, this allows to assert that the Biblioteca Centrale di Roma has its own cultural heritage (e.g,, Patrimonio di Biblioteca Centrale di Roma). This cultural heritage is composed of different items, e.g., Archivio Capizucchi, Fondo Ceccarius, etc.
This can be modelled by using turtle in the following way:
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasCollection collezioni:Patrimonio_di_Biblioteca_nazionale_centrale_di_Roma .
collezioni:Patrimonio_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Collection ;
rdfs:label "Patrimonio di: Biblioteca nazionale centrale di Roma" ;
cis:hasMember collezioni:Archivio_Capizucchi, collezioni:Fondo_Ceccarius .
collezioni:Archivio_Capizucchi
a cis:Collection ;
rdfs:label "Archivio Capizucchi" ;
cis:isMemberOf collezioni:Patrimonio_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:description "materiale documentario relativo alla famiglia Capizucchi"@it .
collezioni:Fondo_Ceccarius
a cis:Collection ;
rdfs:label "Fondo Ceccarius" ;
cis:isMemberOf collezioni:Patrimonio_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:description "volumi, opuscoli, articoli e fotografie della biblioteca di G. Ceccarelli"@it .
IRI: http://dati.beniculturali.it/cis/ContactPoint
It represents a contact point which consists of phone numbers, e-mail addresses, web sites and their availability where applicable. We recommend the domain experts to specify better during the data production phase which type of contact point is in use (administrative contact point, tourist contact point, etc,).
Individuals of the classes CulturalInstituteOrSite, Event and Site may have a "contact point", i.e., a phone number, email address, fax, etc. that is used a reference contact.
Additionally, a cantact point might be also declared to be operative with respect to specific hopening hours.
This information is modelled into a knowledge base by using the object property hasContactPoint whose domain can be a CulturalInstituteOrSite, an Event or a Site, and its range is any indifvidual of the class ContactPoint.
For example, the fact that the Biblioteca Nazionale Centrale of Rome has reference phone and fax number and a email as well as certified email contacts can be described in the following way by using turtle:
contactPoint:Contatti_di_Biblioteca_nazionale_centrale_di_Roma
a cis:ContactPoint ;
rdfs:label "Contatti di: Biblioteca nazionale centrale di Roma"@it ;
cis:available openingHoursSpecification:Orari_di_apertura_di_Biblioteca_nazionale_centrale_di_Roma_giovedi ;
cis:hasCertifiedEmail
mailto:mbac-bnc-rm@mailcert.beniculturali.it ;
cis:hasEmail mailto:bnc-rm@beniculturali.it ;
cis:hasFax "+39064457635 " ;
cis:hasTelephone "+390649891" .
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasContactPoint contactPoint:Contatti_di_Biblioteca_nazionale_centrale_di_Roma .
IRI: http://dati.beniculturali.it/cis/CreativeWork
Concept used to represent all types of creative works such multimedia objects (audio, video, image files), bibliographic references, and different types of articles, that refer to and cite the Cultural Institute or Site
IRI: http://dati.beniculturali.it/cis/CulturalEntity
Class that provides a generalization of three classes; that is , cultural institute or site, collection and cultural heritage object. It does not correspond to a concept used typically in the cultural domain but it is used in order to model properties and property restrictions that are common to all the these three classes. The class will never be directly instanziated.
IRI: http://dati.beniculturali.it/cis/CulturalHeritageObject
It represents a cultural asset (even intagible) of the cultural heritage.
An example of usage of the class cis:CulturalHeritageObject is the following:
culturalheritageobject:Nascita_di_Venere
a cis:CulturalHeritageObject ;
rdfs:label "Nascita di Venere"@it ;;
cis:name "Nascita di Venere"@it ;
cis:isInSite site:Palazzo_degli_uffizi .
IRI: http://dati.beniculturali.it/cis/CulturalInstituteOrSite
The class Cultural Institute or Site represents museums, libraries, archive holders, archaeologic areas and parks, monumental areas. The cultural institutes of sites that are owned by public bodies are meant to offer public services. The cultural institutes or sites that are owned by private subjects, and are open to the public, offer a public and societal service.
An example of usage of the class 'Cultural Institute or Site' is the following:
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
rdfs:comment """La Biblioteca Nazionale Centrale di Roma fu inaugurata il 14 marzo 1876 in un'ala del
monumentale Palazzo cinquecentesco del Collegio Romano, sede dell'antica Bibliotheca Secreta o Major dei Gesuiti,
che costituì il nucleo originario della nuova istituzione, cui si aggiunsero i fondi manoscritti e a stampa di 69
biblioteche conventuali devolute al Regno d'Italia dopo la soppressione delle corporazioni religiose di Roma
nel 1873.
Cento anni dopo la Biblioteca venne trasferita nella nuova sede, all'interno della zona archeologica del
Castro Pretorio, fra la Città universitaria e la Stazione Termini, realizzata su progetto degli architetti Massimo
Castellazzi, Tullio Dell'Anese e Annibale Vitellozzi."""@it ;
rdfs:label "Biblioteca nazionale centrale"@it ;
cis:ISILIdentifier "IT-RM0267"^^xsd:string ;
cis:description """La Biblioteca Nazionale Centrale di Roma fu inaugurata il 14 marzo 1876 in un'ala del
monumentale Palazzo cinquecentesco del Collegio Romano, sede dell'antica Bibliotheca Secreta o Major dei Gesuiti,
che costituì il nucleo originario della nuova istituzione, cui si aggiunsero i fondi manoscritti e a stampa di 69
biblioteche conventuali devolute al Regno d'Italia dopo la soppressione delle corporazioni religiose di Roma
nel 1873. Cento anni dopo la Biblioteca venne trasferita nella nuova sede, all'interno della zona archeologica
del Castro Pretorio, fra la Città universitaria e la Stazione Termini, realizzata su progetto degli architetti
Massimo Castellazzi, Tullio Dell'Anese e Annibale Vitellozzi."""@it ;
cis:hasAccessCondition
,
,
,
, ;
cis:hasCatalogue , , , , ;
cis:hasCollection collezioni:Patrimonio_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasContactPoint contactPoint:Contatti_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasNameInTime nameInTime:Biblioteca_Nazionale_Centrale ;
cis:hasSite site:Sede_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:institutionalName
"Biblioteca Nazionale Centrale"@it ;
cis:providesService service:Connessione_WI-FI , service:Visite_guidate , service:ala_per_la_didattica ;
owl:sameAs ;
cis:institutionalName ""Biblioteca nazionale centrale"@it .
IRI: http://dati.beniculturali.it/cis/CISType
This class represents the type of cultural institute or site.
IRI: http://dati.beniculturali.it/cis/CulturalLandscapeAsset
This class represents a specific types of cultural institute or site, i.e., the cultural landscape asset.
An example of usage of the class cis:CulturalLandscapeAsset is the following:
cissite:Costiera_Amalfitana
a cis:CulturalInstituteOrSite, cis:CulturalLandscapeAsset ;
rdfs:label "Costiera Amalfitana"@it ;
cis:institutionalName "Costiera Amalfitana"@en ;
cis:ISILIdentifier "IT-EX0004" .
IRI: http://dati.beniculturali.it/cis/CultReseachCenter
This class represents cultural institutions that form so-called cultural research and promotion centers.
An example of usage of the class cis:CultReseachCenter is the following:
crc:Fondazione_Arnaldo_Pomodoro
a cis:CultReseachCenter ;
rdfs:label "Fondazione Arnaldo Pomodoro"@it ;
rdfs:label "Arnaldo Pomodoro Foundation"@en ;
cis:institutionalName "Fondazione Arnaldo Pomodoro"@it ;
cis:institutionalName "Arnaldo Pomodoro Foundation"@en ;
cis:ISILIdentifier "IT-EX0005" .
IRI: http://dati.beniculturali.it/cis/Currency
This class represents a currency. In our domain currency is typically associated with Price Specification for tickets, and assumes specific values (e.g., Euro).
Individuals of the this class represent currency instances (e.g., Euro, US Dollar, Pound, Australian Dollar, etc.); they are always associated with individuals of the class 'Price Specification'.
This allows modelling Price Specification as a a quantified value, where the value is expressed as an integer and it is quantified in terms of a currency
An example is the following:
priceSpecification:Under18>
a cis:PriceSpecification ;
rdfs:label "price specification under 18 "@en , "costo under 18 "@it ;
cis:hasCurrency cis:Euro ;
cis:hasCurrencyValue
"5"^^xsd:float .
cis:Euro a cis:Currency ;
rdfs:label "Euro"@en, "Euro"@it .
IRI: http://dati.beniculturali.it/cis/DayOfWeek
This class represents the set of all the days of the week.
An example of usage of the class cis:DayOfTheWeek is the following:
orari:Orari_di_apertura_di_Biblioteca_nazionale_centrale_di_Roma_giovedi
a cis:OpeningHoursSpecification ;
rdfs:label "Opening Hours of Biblioteca nazionale centrale di Roma - thursday"@en ,
"Orari di apertura di Biblioteca nazionale centrale di Roma - giovedì"@it ;
cis:closes "19:00:00"^^xsd:time ;
cis:hasAdmissionType addmissionType:Tipo_di_apertura_al_pubblico ;
cis:hasDayOfWeek cis:Thursday ;
cis:opens "08:30:00"^^xsd:time .
For the complete example see the class cis:OpeningHoursSpecification
IRI: http://dati.beniculturali.it/cis/Equipment
It represents the equipment made available by the Cultural Institute or Site. For instance, the equipment can be a totem, etc.
An example of usage of the class cis:Equipment is the following:
equ:Photocopier
a cis:Equipment ;
rdfs:label "Photocopier"@en ;
rdfs:label "Fotocopiatrice"@it ;
cis:name "Photocopier"@en ;
cis:name "Fotocopiatrice"@it .
cissite:Biblioteca_nazionale_centrale cis:makesAvailableEquipment equ:Photocopier .
IRI: http://dati.beniculturali.it/cis/Event
it represents an event that typically is related to the cultural domain
An example of usage of the class cis:Event is the following:
event:Vincenzo_Gemito_al_Museo_di_Capodimonte
a cis:Event;
cis:isHostedBy site:Museo_di_Capodimonte;
cis:name "Vincenzo Gemito, dal salotto Minozzi al Museo di Capodimonte" ;
rdfs:comment "Apre al pubblico al Museo di Capodimonte la mostra ‘Vincenzo Gemito, dal salotto Minozzi
al Museo di Capodimonte’,
organizzata dalla Soprintendenza speciale per il patrimonio storico" ;
cis:involves culturalheritageobject:Il_giocatore_di_carte ;
cis:hasSubEvent event:Vincenzo_Gemito_Il_Pescatorello ;
rdfs:label "Vincenzo Gemito, dal salotto Minozzi al Museo di Capodimonte" ;
cis:takesPlaceDuring ti:Durata_di_Vincenzo_Gemito_dal_salotto_Minozzi_al_Museo_di_Capodimonte .
event:Vincenzo_Gemito_Il_Pescatorello
a cis:Event ;
cis:isHostedBy site:Museo_di_Capodimonte;
rdfs:label "Vincenzo Gemito, esposizione de Il Pescatorello" ;
cis:name "Vincenzo Gemito, esposizione de Il Pescatorello&apos" ;
cis:involves culturalheritageobject:Il_Pescatorello ;
cis:takesPlaceDuring ti:Durata_di_Vincenzo_Gemito_dal_salotto_Minozzi_al_Museo_di_Capodimonte .
ti:Durata_di_Vincenzo_Gemito_dal_salotto_Minozzi_al_Museo_di_Capodimonte
a cis:TimeInterval ;
rdfs:label "Intervallo di durata dell'evento 'Vincenzo Gemito, dal salotto Minozzi al Museo di Capodimonte'" ;
cis:startDate "2014-11-28T00:00:00"^^xsd:dateTime;
cis:endDate "2015-07-16T00:00:00"^^xsd:dateTime .
culturalheritageobject:Il_giocatore_di_carte
a cis:CulturalHeritageObject ;
rdfs:label "Il giocatore di carte" ;;
cis:name "l giocatore di carte" ;
cis:isInSite site:Museo_di_Capodimonte .
cultualheritageobject:Il_Pescatorello
a cis:CulturalHeritageObject ;
rdfs:label "Il Pescatorello" ;
cis:name "Il Pescatorello"" ;
cis:isInSite site:Museo_di_Capodimonte .
IRI: http://dati.beniculturali.it/cis/GeographicalFeature
It represents a geographical feature. It can be used to model a municipality or an area across different administrative areas.
This class allows describing a geographical area. Geographical areas are always associated with individuals of the class 'Site' by means of the object property hasGeographicalLocation (domain Site and range 'Geographical Area').
A geographical area is described by a set of individuals of the class Geometry. A individual of the class Geometry is described by using a coordinate system related to Earth such as WGS84. It is univocally identified by lat/long. This means that a geographical area can be a point, a line or a polygon.
For example, the following snippet provides a turtle model that represents a Geographical Area corresponding to the Site of the Biblioteca Centrale di Roma.
site:Sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Site ;
cis:hasGeographicalLocation
geographicalArea:Comune_di_Roma ;
cis:isSiteOf cissite:Biblioteca_nazionale_centrale ;
cis:name "Biblioteca nazionale centrale di Roma"@it .
geographicalArea:Comune_di_Roma
a cis:GeographicalArea ;
rdfs:label "Comune di Roma"@it ;
cis:toponym "Roma" ;
owl:sameAs , ;
hasGeometry geometry:Comune_di_Roma .
geometry:Comune_di_Roma
a cis:Geometry ;
geo:lat "41.906784" ;
geo:long "12.504962" .
IRI: http://dati.beniculturali.it/cis/Geometry
It represents a geometry which is typically described by using a coordinate system related to Earth such as WGS84. It is univocally identified by lat/long
An example of usage of the class cis:Geometry is the following:
geometry:Museo_di_Capodimonte_Geometry
a cis:Geometry ;
rdfs:label "Coordinate geografiche della sede di Museo di Capodimonte"@it;
cis:hasLat "40.867424" ;
cis:geometryType "Point";
cis:geoMethodology "Satellite data georeferentiation" ;
cis:hasLong "14.249192".
For a complete example refer to the class cis:GeographicalFeature
IRI: http://dati.beniculturali.it/cis/GovernamentalAdministrativeArea
This class represents an administrative geographical area that is typically managed by a public body. It can be a Region, a Municipality, a Province, a sub-municipality area, etc.
An example of usage of the class cis:GovernamentalAdministrativeArea is the following:
gaa:Lazio
a cis:GovernamentalAdministrativeArea ;
rdfs:label "Lazio" ;
cis:toponym "Lazio" ;
cis:hasISTATCode "12" .
IRI: http://dati.beniculturali.it/cis/HolderOfArchive
This class represents a specific tyep of cultural institute or site, i.e., Holder of Archive
An example of usage of the class cis:HolderOfArchive is the following:
cissite:Archivio_di_Stato_di_Oristano
a cis:CulturalInstituteOrSite, cis:HolderOfArchive ;
rdfs:label "Archivio di Stato di Oristano" ;
cis:institutionalName "Archivio di Stato di Oristano" ;
cis:ISILIdentifier "IT-EX0006" .
IRI: http://dati.beniculturali.it/cis/ImageObject
Concept used to represent an image file.
An example of the usage of the class cis:ImageObject is the following:
image:Poster_Evento_Vincenzo_Gemito_al_Museo_di_Capodimonte
a cis:ImageObject , cis:CreativeWork ;
rdfs:label "Poster of the event 'Vincenzo Gemito al Museo di Capodimonte'"@en;
rdfs:label "Poster dell'evento 'Vincenzo Gemito al Museo di Capodimonte'"@it;
cis:url http://www.example.com/Image/Poster_Evento_Vincenzo_Gemito_al_Museo_di_Capodimonte.png ;
cis:isAbout event:Vincenzo_Gemito_al_Museo_di_Capodimonte .
IRI: http://dati.beniculturali.it/cis/Library
It represents a specific type of Cultural Institute or Site; that is, Library
IRI: http://dati.beniculturali.it/cis/MeasurementUnit
Class that represents a measurement unit
Individuals of this class expresses a definite magnitude of physical quantities.
For example it is possible to define a quantity for time (e.g., the second), space (e.g., the metre), or temperature (the celcius degree).
A measurement unit is always related to individuals of the class 'Quantitative Value' by means of the object property hasMeasurementUnit.
This allows representing as RDF assertions like 'the validity of the offer is of 7 days', e.g.,
quantitativeValue:BaseOfferDuration
a cis:QuantitativeValue ;
rdfs:label "Durata di validità dell'offerta base della biblioteca nazionale centrale di Roma"@it ;
cis:hasMeasurementUnit
cis:Day ;
cis:hasValue "7"^^xsd:positiveInteger .
cis:Day a cis:MeasurementUnit
IRI: http://dati.beniculturali.it/cis/MonumentalArea
It represents a specific type of Cultural Institute or Site; that is, Monumental Area
An example of usage of the class cis:MonumentalArea is the following:
cissite:COMPLESSO_MONUMENTALE_DI_VICOPISANO_ROCCA_DEL_BRUNELLESCHI_E_PALAZZO_PRETORIO
a cis:CulturalInstituteOrSite, cis:MonumentalArea ;
rdfs:label "COMPLESSO MONUMENTALE DI VICOPISANO: ROCCA DEL BRUNELLESCHI E PALAZZO PRETORIO" ;
cis:institutionalName "COMPLESSO MONUMENTALE DI VICOPISANO: ROCCA DEL BRUNELLESCHI E PALAZZO PRETORIOi" ;
cis:ISILIdentifier "IT-EX0007" .
IRI: http://dati.beniculturali.it/cis/Museum
It represents a specific type of Cultural Institute or Site; that is, Museum
An example of usage of the class cis:Museum is the following:
cissite:Museo_di_Capodimonte
a cis:CulturalInstituteOrSite, cis:Museum ;
rdfs:label "Museo di Capodimonte"; ;
cis:institutionalName "Museo di Capodimonte" ;
cis:ISILIdentifier "IT-EX0008" .
IRI: http://dati.beniculturali.it/cis/NameInTime
Permits to represent a situation in which a name of the Cultural Institute or Site change in time.
An example of usage of the class cis:NameInTime is the following:
cissite:Museo_di_Capodimonte
a cis:CulturalInstituteOrSite, cis:Museum ;
rdfs:label "Museo di Capodimonte" ;
cis:institutionalName "Museo di Capodimonte" ;
cis:ISILIdentifier "IT-EX0008" ;
cis:hasNameInTime nit:Museo_di_Capodimonte ;
cis:hasSite site:Museo_di_Capodimonte .
nit:Museo_di_Capodimonte
a cis:NameInTime ;
rdfs:label "Denominazione nel tempo 'Museo di Capodimonte'"@it ;
cis:institutionalName "Museo di Capodimonte"@it ;
cis:altLabel "Museo Nazionale di Capodimonte"@it ;
cis:isValidDuring ti:Intervallo_di_tempo_per_denominazione_nel_tempo_Museo_di_Capodimonte .
ti:Intervallo_di_tempo_per_denominazione_nel_tempo_Museo_di_Capodimonte
a cis:TimeInterval ;
cis:startDate "1957" .
IRI: http://dati.beniculturali.it/cis/NewsArticle
Concept used to represent a news article.
IRI: http://dati.beniculturali.it/cis/Offer
It represents an offer (reduction for specific types of users or base price) related to the entrance ticket for the Cultural Institute or Site or for the Event.
Any fare is expressed within the ontology by using instances of the class Offer.
It is possible to specify:
The following turtle example exemplifies the base offer of the Biblioteca Nazionale Centrale di Roma.
offer:Biblioteca_Nazionale_Centrale_base_offer
a cis:Offer ;
rdfs:label "offerta base "@it , "base offer "@en ;
cis:hasEligibleUser userType:Under18 ;
cis:hasPriceSpecification
priceSpecification:Under18 ;
cis:hasValidity validity:Biblioteca_nazionale_centrale_validity ;
cis:includes ticket:Biblioteca_nazionale_centrale_ticket_1 .
IRI: http://dati.beniculturali.it/cis/OpeningHoursSpecification
It represents the opening hours specification
Individuals of this class specify a particula access conditions, i.e., the opening hours of a 'Cultural Institute or Site' or an 'Event'.
Opening hours are represented in terms of:
An example in turtle is the following:
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasAccessCondition orari:Orari_di_apertura_di_Biblioteca_nazionale_centrale_di_Roma_giovedi
orari:Orari_di_apertura_di_Biblioteca_nazionale_centrale_di_Roma_giovedi
a cis:OpeningHoursSpecification ;
rdfs:label "Opening Hours of Biblioteca nazionale centrale di Roma - thursday"@en ,
"Orari di apertura di Biblioteca nazionale centrale di Roma - giovedì"@it ;
cis:closes "19:00:00"^^xsd:time ;
cis:hasAdmissionType addmissionType:Tipo_di_apertura_al_pubblico ;
cis:hasDayOfWeek cis:Thursday ;
cis:opens "08:30:00"^^xsd:time .
admissionType:Tipo_di_apertura_al_pubblico
a cis:AdmissionType ;
cis:description "daily" .
IRI: http://dati.beniculturali.it/cis/PriceSpecification
It represents the price specification of the ticket
A price specification provides the information about the cost of an offer for entering a Cultural Institute or Site.
It is associated to a currency (e.g., Euro) and a currency value (i.e., a quantity, e.g., 5).
The following turtle provides an example about the price specification of the base offer for entering the Biblioteca Nazionale Centrale di Roma.
priceSpecification:Under18
a cis:PriceSpecification ;
rdfs:label "price specification under 18 "@en , "costo under 18 "@it ;
cis:hasCurrency cis:Euro ;
cis:hasCurrencyValue
"5"^^xsd:float .
offer:Biblioteca_Nazionale_Centrale_base_offer
a cis:Offer ;
rdfs:label "offerta base "@it , "base offer "@en ;
cis:hasEligibleUser userType:Under18 ;
cis:hasPriceSpecification
priceSpecification:Under18 ;
cis:hasValidity validity:Biblioteca_nazionale_centrale_validity ;
cis:includes ticket:Biblioteca_nazionale_centrale_ticket_1 .
IRI: http://dati.beniculturali.it/cis/Project
It represents a Project the Cultural Institute and Site can be involved in.
An example of usage of the class cis:Project is the following:
cissite:Museo_di_Capodimonte
a cis:CulturalInstituteOrSite, cis:Museum ;
rdfs:label "Museo di Capodimonte" ;
cis:InstitutionalName "Museo di Capodimonte" ;
cis:ISILIdentifier "IT-EX0008" ;
cis:isInvolvedInProject project:ProgettoEsempio ;
cis:hasSite site:Museo_di_Capodimonte .
project:ProgettoEsempio
a cis:Project;
rdfs:label "Example Project"@en ;
rdfs:label "Progetto di Esempio";@it;
cis:name "Example Project";@en ;
cis:name "Progetto di Esempio"@it;
cis:hasWebSite http://www.example-project.com/ .
IRI: http://dati.beniculturali.it/cis/QuantitativeValue
Class that represents a quantitative value.
An example of usage of the class cis:QuantitativeValue is the following:
qv:Parco_archeologico_di_Liternum_Card_Validity_Duration
a cis:QuantitativeValue ;
rdfs:label "2";
cis:hasMeasurementUnit cis:Day ;
cis:hasValue "2"^^xsd:positiveInteger .
cis:Day a cis:MeasurementUnit .
IRI: http://dati.beniculturali.it/cis/Role
It represents a role. It can be modelled using a controlled vocabulary. Examples of roles include: ManagingAuthority, AccountableAuthority, Owner, Director, etc.
An example of usage of the class cis:Role is the following:
role:Director
a cis:Role ;
rdfs:label "Director"@en ;
rdfs:label "Direttore"@it ;
cis:name "Direttore"@it ;
cis:name ";Director"@en .
IRI: http://dati.beniculturali.it/cis/RoleInTime
Concept used to represent a situation in which a role can vary in time. In this specific domain, it is the role of an agent played on a Cultural Institute or Site.
An example of usage of the class cis:RoleInTime is the following:
agent:Andrea_De_Pasquale
a cis:Agent ;
rdfs:label "Andrea De Pasquale"; ;
cis:name "Andrea De Pasquale" ;
cis:reportsTo agent:Soprintendenza ;
cis:holdsRoleInTime roleInTime:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale .
roleInTime:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale
a cis:RoleInTime ;
rdfs:label "Andrea De Pasquale director of Biblioteca Nazionale Centrale"@en ;
cis:atTime timeInteval:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale_20130101_20161231 ;
cis:roleFor cissite:Biblioteca_nazionale_centrale ;
cis:withRole role:Director .
timeInteval:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale_20130101_20161231
a cis:TimeInterval ;
rdfs:label "Andrea De Pasquale director of Biblioteca Nazionale from 1-1-2013 through 31-12-2016"@en ;
cis:startDate "2013-01-01"^^xsd:dateTime ;
cis:endDate "2016-12-31"^^xsd:dateTime .
role:Director
a cis:Role ;
rdfs:label "Director"@en ;
rdfs:label "Direttore"@it ;
cis:name "Direttore"@it ;
cis:name ";Director"@en .
IRI: http://dati.beniculturali.it/cis/Service
It represents a service that is provided by the Cultural Institute or Site. For instance, a service can be: the presence of a restaurant internal to the Cultural Institute or Site, the uso of an educational room, the use of a free wifi connection
A Cultural Institute or Site (CIS) might offer a variety of services (e.g., Wi-Fi Handicapped access, cafeteria, etc.).
These services are represented as individuals of the class 'Service' and they are in relationship with a CIS by means of the object property providesService.
The following is an example expressed by using the turtle syntax:
service:Caffetteria
a cis:Service ;
cis:name "Caffetteria" .
service:Connessione_WI-FI
a cis:Service ;
cis:name "Connessione WI-FI" .
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:providesService service:Caffetteria, service:Connessione_WI-FI.
IRI: http://dati.beniculturali.it/cis/Site
It represents a georeferenced physical site related to the Cultural Institute or Site. A Cultural Institute or Site can be located in more than one physical site. For instance, a Site can be "Palazzo Venezia" which is the site of the "Museum of Palazzo Venezia" and of "Library of Archaelogy and Art History".
A site is always associated with an individual of the class 'Cultural Institute or Site' (CIS) by means of the object property hasSite.
A site is characterised by the following properties:
The following is an example of a Site and its association with a CIS
site:Sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Site ;
rdfs:label "Sede Biblioteca nazionale centrale di Roma"@it ;
cis:hasAddress address:Indirizzo_della_sede_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasContactPoint contactPoint:Contatti_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasGeographicalLocation
geographicalFeature:Comune_di_Roma ;
cis:isSiteOf cissite:Biblioteca_nazionale_centrale ;
cis:name "Sede di: Biblioteca nazionale centrale di Roma"@it .
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasSite site:Sede_di_Biblioteca_nazionale_centrale_di_Roma .
IRI: http://dati.beniculturali.it/cis/SiteDescription
Permits to represents a description of a site of the cultural institute or site (for instance, the site has a total space available XXX, and a shelving that consists of a set of XX X shelves, etc.)
An example of usage of the class cis:SiteDescription is the following:
site:Sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:Site ;
rdfs:label "Sede Biblioteca nazionale centrale di Roma"@it ;
cis:hasAddress address:Indirizzo_della_sede_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasContactPoint contactPoint:Contatti_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:hasGeographicalLocation geographicalFeature:Comune_di_Roma ;
cis:isSiteOf cissite:Biblioteca_nazionale_centrale ;
cis:hasSiteDescription sd:Sede_di_Biblioteca_nazionale_centrale_di_Roma ;
cis:name "Sede di: Biblioteca nazionale centrale di Roma"@it .
sd:Sede_di_Biblioteca_nazionale_centrale_di_Roma
a cis:SiteDescription ;
rdfs:label"Description of the 'Sede di Biblioteca Nazionale Centrale di Roma'"@en ;
rdfs:label "Descrizione della 'Sede di Biblioteca Nazionale Centrale di Roma'"@it ;
cis:description "La libreria 1000 metri di scaffalature"@it ;
cis:description "The Library has 1000 meters of shelves"@en ;
cis:hasAttribute attribute:Shelving .
attribute:Shelving
a cis:Attribute ;
rdfs:label "Shelving"@en ;
rdfs:label "Scaffalature";@it ;
cis:name "Shelving"@en ;
cis:name "Scaffalature"@it ;
cis:description "The linear dimension of a shelf unit (e.g. 3 meters)"@en ;
cis:description ";La dimensione di uno scaffale in metri lineari (es. 3 metri)"@it .
IRI: http://dati.beniculturali.it/cis/SubjectDiscipline
It represents a a field of knowledge or human activity. This can be defined in a controlled vocabulary. Examples can be: Modern Art, Ancient History, Ethnografy, etc.
An example of usage of the class cis:SubjectDiscipline is the following:
cissite:Museo_archeologico_statale
a cis:CulturalInstituteOrSite, cis:Museum ;
rdfs:label "Museo archeologico statale" ;
cis:institutionalName"Museo archeologico statale" ;
cis:ISILIdentifier "T-EX0010" ;
cis:hasDiscipline sd:Archeologia ;
cis:hasSite site:Museo_archeologico_statale .
sd:Archeologia
a cis:SubjectDiscipline ;
rdfs:label "Archeologia"@it ;
rdfs:label "Archaeology"@en ;
cis:name "Archeologia"@it ;
cis:name "Archaeology"@en ;
cis:description "Archaeology, or archeology, is the study of human activity through the recovery and analysis
of material culture"@en ;
cis:description "L'archeologia è la scienza che studia le civiltà e le culture umane del passato e le loro relazioni
con l'ambiente circostante, mediante la raccolta, la documentazione e l'analisi delle tracce materiali che hanno
lasciato architetture, manufatti, resti biologici e umani"@it .
IRI: http://dati.beniculturali.it/cis/TemporaryClosure
It represents the information on the temporary closure
A temporary closure is a subclass of 'AccessCondition' whose individuals provide information about a temporary closure. These individuals are described in terms of:
An example in turtle is the following:
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
cis:hasAccessCondition orari:Chiusura_estiva_di_Biblioteca_nazionale_centrale_di_Roma
orari:Chiusura_estiva_di_Biblioteca_nazionale_centrale_di_Roma
cis:hasDate "2015-08-15"^^xsd:dateTime ;
cis:hasReason "Chiusura estiva" ;
IRI: http://dati.beniculturali.it/cis/Theatre
This class represents a cultural institute or site of type Theatre
An example of usage of the class cis:Theatre is the following:
cissite:Teatro_Olimpico
a cis:CulturalInstituteOrSite, cis:Theatre ;
rdfs:label "Teatro Olimpico" ;
cis:name "Teatro Olimpico" ;
cis:ISILIdentifier "IT-EX0011" .
IRI: http://dati.beniculturali.it/cis/Ticket
It represents an entrance ticket for a Cultural Institute or Site, if required, and for an event
An example of usage of the class cis:Ticket is the following:
offer:Biblioteca_Nazionale_Centrale_base_offer
a cis:Offer ;
rdfs:label "offerta base "@it , "base offer"@en ;
cis:hasEligibleUser userType:Under18 ;
cis:hasPriceSpecification priceSpecification:Under18 ;
cis:hasValidity validity:Biblioteca_nazionale_centrale_validity ;
cis:includes ticket:Biblioteca_nazionale_centrale_ticket_1 .
ticket:Biblioteca_nazionale_centrale_ticket_1
a cis:Ticket ;
rdfs:label "Biglietto per accedere a 'Biblioteca Nazionale Centrale di Roma'"@it ;
rdfs:label "Ticket for access to 'Biblioteca Nazionale Centrale di Roma'"@en ;
cis:name "Biglietto base per accedere 'Biblioteca Nazionale Centrale di Roma'"@it ;
cis:name"Basic ticket for access to 'Biblioteca Nazionale Centrale di Roma'"@en ;
cis:description "Biglietto che permette l'accesso per un giorno alla 'Biblioteca Nazionale Centrale di Roma'"@it ;
cis:description "One-day ticket for 'Biblioteca Nazionale Centrale di Roma'"@en ;
cis:hasValidity validity:Biblioteca_nazionale_centrale_ticket_1;
cis:forAccessTo cissite:Biblioteca_nazionale_centrale .
validity:Biblioteca_nazionale_centrale_ticket_1
a cis:Validity ;
rdfs:label "One day validity"@en ;
rdfs:label "Validità per 1 giorno"@it ;
cis:hasDuration qv:Biblioteca_nazionale_centrale_ticket_1 .
qv:Biblioteca_nazionale_centrale_ticket_1
a cis:QuantitativeValue ;
rdfs:label "1";
cis:hasMeasurementUnit cis:Day ;
cis:hasValue "1"^^xsd:positiveInteger .
priceSpecification:Under18
a cis:PriceSpecification ;
rdfs:label "price specification under 18 "@en , "costo per ragazzi sotto i 18 anni "@it ;
cis:hasCurrency cis:Euro ;
cis:hasCurrencyValue "5"^^xsd:float .
userType:Under18
a cis:UserType ;
rdfs:label "Under 18" ;
cis:name "Under 18"; ;
cis:description "People under 18 years old";@en;
cis:description "Persone con età inferiore ai 18 anni"@it .
IRI: http://dati.beniculturali.it/cis/TimeInterval
It represents a temporal interval
An example of usage of the class cis:TimeInterval is the following:
timeInteval:Andrea_De_Pasquale_DirectorOfBibliotecaNazionaleCentrale_20130101_20161231
a cis:TimeInterval ;
rdfs:label "Andrea De Pasquale director of Biblioteca Nazionale from 2013-01-01 to 2016-12-31"@en ;
cis:startDate "2013-01-01"^^xsd:dateTime ;
cis:endDate "2016-12-31"^^xsd:dateTime .
IRI: http://dati.beniculturali.it/cis/Booking
It represents the type of booking for the cultural institute or site or for the event. Examples can be: Mandatory, Optional, None (free access).
An example of usage of the class cis:Booking is the following:
booking:Mandatory
a cis:Booking , cis:AccessCondition ;
rdfs:label "Mandatory Booking"@en ;
rdfs:label "Prenotazione obbligatoria"@it ;
cis:name "Mandatory Booking"@en ;
cis:name "Prenotazione obbligatoria"@it ;
cis:description "Per accedere al luogo della cultura o evento è necessaria la prenotazione"@it ;
cis:description "Booking is mandatory in order to access to the CIS or the event"@en ;
cis:accessConditionFor event:Vincenzo_Gemito_al_Museo_di_Capodimonte .
event:Vincenzo_Gemito_al_Museo_di_Capodimonte
a cis:Event ;
cis:isHostedBy site:Museo_di_Capodimonte ;
rdfs:label "Vincenzo Gemito, dal salotto Minozzi al Museo di Capodimonte" ;
cis:name "Vincenzo Gemito, dal salotto Minozzi al Museo di Capodimonte" ;
rdfs:comment "Apre al pubblico al Museo di Capodimonte la mostra ‘Vincenzo Gemito, dal salotto Minozzi
al Museo di Capodimonte’,
organizzata dalla Soprintendenza speciale per il patrimonio storico" ;
cis:involves culturalheritageobject:Il_giocatore_di_carte ;
cis:hasSubEvent event:VincenzoGemitoIlPescatorello ;
cis:hasAccessCondition booking:Mandatory ;
cis:takesPlaceDuring ti:Durata_di_Vincenzo_Gemito_dal_salotto_Minozzi_al_Museo_di_Capodimonte .
IRI: http://dati.beniculturali.it/cis/TemporaryClosureType
It represents the type of temporary. Examples can be: closed for renovation, unfit for use, etc.
An example of usage of the class cis:TemporaryClosureType is the following:
cissite:Biblioteca_nazionale_centrale
a cis:Library , cis:CulturalInstituteOrSite ;
rdfs:label "Biblioteca nazionale centrale"@it ;
cis:ISILIdentifier "IT-RM0267" ;
cis:hasAccessCondition tc:Biblioteca_nazionale_centrale_temporary_closure .
tc:Biblioteca_nazionale_centrale_temporary_closure
a cis:TemporaryClosure ;
rdfs:label "Chiusura temporanea della Biblioteca Nazionale Centrale di Roma per restauro"@it ;
rdfs:label "Temporary closure of Biblioteca Nazionale Centrale di Roma for renovation"@en ;
cis:description "Dal 19-01-2015 al 21-01-2015 la Biblioteca Nazionale centrale chiude per restauro"@it ;
cis:description "From 2015-01-19 al 2015-01-21 Biblioteca Nazionale centrale is closed for renovation"@en ;
cis:hasReason "Renovation"@en;
cis:hasReason "Restauro"@it ;
cis:hasTemporaryClosureType tct:Renovation ;
cis:hasDate "2015-01-19"^^xsd:date ;
cis:hasDate "2015-01-20"^^xsd:date ;
cis:hasDate "2015-01-21"^^xsd:date .
tct:Renovation
a cis:TemporaryClosureType;
rdfs:label "Renovation"@en;
rdfs:label "Restauro"@it ;
cis:name "Renovation"@en;
cis:name "Restauro";@it ;
cis:description"Temporary Closure for Renovation";@en ;
cis:description "Chiusura per Restauro";@it .
IRI: http://dati.beniculturali.it/cis/UserType
It represents the identified type of users related to the tickets used to access an event or a Cultural Institute or Site. Examples include: people over 25 years old, people over 65 years old, children, etc.
An example of usage of the class cis:UserType is the following:
userType:Under18 a cis:UserType ; rdfs:label "Under 18" ; cis:name "Under 18"; ; cis:description "People under 18 years old";@en; cis:description "Persone con età inferiore ai 18 anni"@it .
IRI: http://dati.beniculturali.it/cis/Validity
This class represents the validity for the ticket and offering.
An example of usage of the class cis:Validity is the following:
validity:Parco_archeologico_di_Liternum_Card_Validity
a cis:Validity ;
rdfs:label "Two-day validity"@en ;
rdfs:label "Validità per due giorni"@it ;
cis:hasDuration Parco_archeologico_di_Liternum_Card_Validity_Duration .
qv:Parco_archeologico_di_Liternum_Card_Validity_Duration
a cis:QuantitativeValue ;
rdfs:label "2";;
cis:hasMeasurementUnit cis:Day ;
cis:hasValue "2"^^xsd:positiveInteger .
IRI: http://dati.beniculturali.it/cis/VideoObject
Concept used to represent multimedia objects of type video.
IRI: http://dati.beniculturali.it/cis/accessConditionFor
Inverse property of "has access condition"
IRI: http://dati.beniculturali.it/cis/atTime
Property used to associate the situation role in time with a temporal interval. The same property is used in a similar way to link a site or a collection to a temporal interval
IRI: http://dati.beniculturali.it/cis/available
Property used to associate a contact point with hours specification in which the contact point is available.
IRI: http://dati.beniculturali.it/cis/catalogue
Property used to associate the Cultural Institute or SIte with a catalogue of cultural collections included in the institute or site. The relatioships can be used to indicate that a Cultural Institute or Site has an its own catalogue or situations where a Cultural Institute or Site contributes to a union catalogue (this latter case is represented by libraries that can contribute to or participate in a union catalogue).
IRI: http://dati.beniculturali.it/cis/describes
Property used to associate the catalogue with the cultural heritage objects of a cultural institute or site that the catalogue describes.
IRI: http://dati.beniculturali.it/cis/forAccessTo
Property used to associate a ticket with an event or a cultural institute or site
IRI: http://dati.beniculturali.it/cis/hasAccessCondition
Property used to associate the Cultural Institute or Site or the Event with its access condition information
IRI: http://dati.beniculturali.it/cis/hasAddress
Property that permits to associate a site with an address
IRI: http://dati.beniculturali.it/cis/hasAdmissionType
Property used to associate the opening hours specification to the admission type
IRI: http://dati.beniculturali.it/cis/hasAttribute
Property used to associate the description of the site of the cultural institute or site an attribute (e.g., total space, shelving, etc.)
IRI: http://dati.beniculturali.it/cis/hasCollection
Property used to associate the Cultural Institute or Site with the set of cultural objects it contains.
IRI: http://dati.beniculturali.it/cis/hasContactPoint
Property which links a cultural insttiute or site to its contact points. The same property is used to link in a similar way the event to its contact points and to link the site of the cultural institute or site with its contact points
IRI: http://dati.beniculturali.it/cis/hasCurrency
This property is used to connected the Price specification to Currency
IRI: http://dati.beniculturali.it/cis/hasDayOfWeek
This property is used to specify the opening hours and in particular the days of the week.
IRI: http://dati.beniculturali.it/cis/hasDiscipline
Property used to associate the Cultural Institute or Site with its own field of knowledge
IRI: http://dati.beniculturali.it/cis/hasDuration
This property is used to specify the temporal duration of the validity.
IRI: http://dati.beniculturali.it/cis/hasEligibleUser
Property used to associate the an offert for the access to an event or a cultural institute or site with the type of user
IRI: http://dati.beniculturali.it/cis/hasGeographicalLocation
Property used to associate a site with a geographical area where the site is located.
IRI: http://dati.beniculturali.it/cis/hasGeometry
Property used to associate a site with its own geographical coordinates
IRI: http://dati.beniculturali.it/cis/hasMeasurementUnit
This property is used to represent a measurement unit.
IRI: http://dati.beniculturali.it/cis/hasMember
Property that permits to specify the cultural heritage objects that form a specific collection or the entire cultural heritage included in a cultural institute or site
IRI: http://dati.beniculturali.it/cis/hasNameInTime
Property which associate a cultural institute or site or a site with the situation name in time
IRI: http://dati.beniculturali.it/cis/hasPriceSpecification
This property is used to link the offer for a ticket to its price specification.
IRI: http://dati.beniculturali.it/cis/hasSite
Property which links a cultural institute or site to its own physical site(s).
has characteristics: transitive
IRI: http://dati.beniculturali.it/cis/hasSiteDescription
Propery that permits to associate a site of a cultural institute or site with its description.
IRI: http://dati.beniculturali.it/cis/hasSubEvent
Property used to describe large events to which single sub events refer. For instance, a large event can be the first world war centenary to which single events celebrating the 100th anniversary refer
IRI: http://dati.beniculturali.it/cis/hasTemporaryClosureType
Property used to associate the temporary closure with its type
IRI: http://dati.beniculturali.it/cis/hasTicket
Inverse property of "for access to"
IRI: http://dati.beniculturali.it/cis/hasCISType
The property is used to link a cultural institure or site to its type.
IRI: http://dati.beniculturali.it/cis/hasValidity
Property used to specify the validity of an offer or ticket.
IRI: http://dati.beniculturali.it/cis/holdsRoleInTime
Property used to associate an agent with the situation role in time the agent can play
IRI: http://dati.beniculturali.it/cis/hosts
Property used to associate a cultural institute or site to an event
IRI: http://dati.beniculturali.it/cis/includes
Property used to associate an offer with the relative ticket
IRI: http://dati.beniculturali.it/cis/involves
Involvment property that associates an event with a general cultural entity
IRI: http://dati.beniculturali.it/cis/isAbout
Property used to associate a creative work with a cultural entity. The same property is used in a similar way to associate the creative work with an event or site
IRI: http://dati.beniculturali.it/cis/isCatalogueOf
Inverse property of "has catalogue".
IRI: http://dati.beniculturali.it/cis/isDayOfWeekOf
Inverse property of has day of week.
IRI: http://dati.beniculturali.it/cis/isDescribedBy
Inverse property of "describes"
IRI: http://dati.beniculturali.it/cis/isHeldBy
Inverse property of "holds a role in time"
IRI: http://dati.beniculturali.it/cis/isHostedBy
This property is the inverse of "hosts" and links the Event to the Site of the Cultural Institute or Site
IRI: http://dati.beniculturali.it/cis/isInSite
Property that permits to associate cultural heritage objects with the site(s) which conserve(s) them
IRI: http://dati.beniculturali.it/cis/isInvolvedInProject
Property used to represent an involvement relationship between a cultural institute or site and a project
IRI: http://dati.beniculturali.it/cis/isMemberOf
Inverse property of hasMember.
IRI: http://dati.beniculturali.it/cis/isPartOf
This object property is meant to link a cultural institute or site with itself. This can be used to represent all those cases in which a institute or site can be part of another general institute or site. This property can be effectively used in the cases of Sections of the Central Archive.
IRI: http://dati.beniculturali.it/cis/isProvidedBy
Inverse property of "provides service"
IRI: http://dati.beniculturali.it/cis/isRelatedToRiT
inverse property for "roleFor"
IRI: http://dati.beniculturali.it/cis/isRoleIn
Inverse property of "with role"
IRI: http://dati.beniculturali.it/cis/isSiteOf
Inverse property of "has Site"
IRI: http://dati.beniculturali.it/cis/isSubEventOf
Inverse Property of "has sub event"
IRI: http://dati.beniculturali.it/cis/isSubjectOf
Inverse propery of "is about".
IRI: http://dati.beniculturali.it/cis/isValidDuring
Property used to associate the situation name in time with a temporal validity interval
IRI: http://dati.beniculturali.it/cis/makesAvailableEquipment
Property that permits to associate the Cultural Institute or Site with its own equipment
IRI: http://dati.beniculturali.it/cis/offers
Property used to associate an agent with an offer for accessing an event or a cultural institute or site
IRI: http://dati.beniculturali.it/cis/providesService
Property used to represent a supply service relationship between a cultural institute or site and a service.
IRI: http://dati.beniculturali.it/cis/reportsTo
This property permits to represent a general belonging relationship of an agent. For instance, the property can be used to represent the case in which an agent with Role responsible acts on the cultural Istitute or site on behalf of an Organization to which (s)he belongs.
IRI: http://dati.beniculturali.it/cis/roleFor
Property used to associate the situation role in time played by an agent with the relative cultural institute or site. The same property is used in a similar way to associate role in time with an event
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/takesPlaceDuring
Property used to associate an event with a temporal interval within which the event takes place
IRI: http://dati.beniculturali.it/cis/withRole
Property used to associate the situation role in time with the role itself
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/addressID
Property used to represent the globally unique identifier for each instance of an address. A crucial part of the INSPIRE data specifications. Subproperty of identifier.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/adminUnitL1
Property used to represent the uppermost administrative unit for the address of the site of the cultural institute or site, almost always a country.
IRI: http://dati.beniculturali.it/cis/adminUnitL2
Property used to represent the region of the address of the site of a cultural institute or site, usually a county, state or other such area that typically encompasses several localities.
IRI: http://dati.beniculturali.it/cis/altLabel
Property used to associate the situation name in time with the alternative name of the cultural institute or site
IRI: http://dati.beniculturali.it/cis/closes
This property is used to represent the closing time
IRI: http://dati.beniculturali.it/cis/description
This property is used to indicate a description of the cultural institute or site
IRI: http://dati.beniculturali.it/cis/endDate
end Date of a Time Interval
IRI: http://dati.beniculturali.it/cis/fullAddress
Property used to represent the full address of the site of a cultural institute or site.
IRI: http://dati.beniculturali.it/cis/geometryType
This property is used to represent the geometry type (point, line, or polygon) in the geospatial representation.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/geoMethodology
This property is used to represent the methodology used for the georeferentiation.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/hasCertifiedEmail
Property used to associate a certified email address to a contact point
IRI: http://dati.beniculturali.it/cis/hasCurrencyValue
Property used to represent the price of the ticket.
IRI: http://dati.beniculturali.it/cis/hasDate
Property used to represent the date of the temporary closure.
IRI: http://dati.beniculturali.it/cis/hasEmail
Property used to specify email address for a contact point
IRI: http://dati.beniculturali.it/cis/hasFax
Property used to represent one or more fax numbers for the contact point
IRI: http://dati.beniculturali.it/cis/hasISTATCode
This property is used to represent a specific code used in the Italian context for the governamental administrative areas.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/hasLat
Property used to associate a latitude with a Point
IRI: http://dati.beniculturali.it/cis/hasLong
Property used to associate the longitude with a Point
IRI: http://dati.beniculturali.it/cis/hasReason
Property used to describe a reason for the temporary closure.
IRI: http://dati.beniculturali.it/cis/hasTelephone
Property used to represent one or more telephone numbers for the contact point
IRI: http://dati.beniculturali.it/cis/hasValue
Property used to represent a value
IRI: http://dati.beniculturali.it/cis/hasWebSite
Property used to represent a web site
IRI: http://dati.beniculturali.it/cis/identifier
This property represents an identifier for a Thing.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/institutionalName
This data property identifies the institutional name of the Cultural Institute or Site.
IRI: http://dati.beniculturali.it/cis/ISILIdentifier
This property is used to define the unique identifier of the cultural institute or site (i.e., the ISIL - International Standard Identifier for Libriaries and Related Organization - code). Subproperty of identifier.
has characteristics: functional
IRI: http://dati.beniculturali.it/cis/name
Property used to associate a name with an event and a project
IRI: http://dati.beniculturali.it/cis/opens
This property is used to represent the opening time
IRI: http://dati.beniculturali.it/cis/postCode
Property used to represent the post code of the address of the site of a cultural institute or site.
IRI: http://dati.beniculturali.it/cis/postName
Property used to represent the key postal division of the address of the site of the cultural institute or site, usually the city. (INSPIRE's definition is 'One or more names created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.').
IRI: http://dati.beniculturali.it/cis/startDate
Srart date of a Time Interval
IRI: http://dati.beniculturali.it/cis/toponym
This property represents the toponym of a geographical area.
IRI: http://dati.beniculturali.it/cis/url
Thi property represents an URL.
IRI: http://dati.beniculturali.it/cis/
IRI: http://dati.beniculturali.it/cis/ArchaeologicalArea
IRI: http://dati.beniculturali.it/cis/ArchaeologicalPark
IRI: http://dati.beniculturali.it/cis/Cinema
IRI: http://dati.beniculturali.it/cis/CulturalLandscapeAsset
IRI: http://dati.beniculturali.it/cis/CultReseachCenter
IRI: http://dati.beniculturali.it/cis/Day
IRI: http://dati.beniculturali.it/cis/Euro
IRI: http://dati.beniculturali.it/cis/Friday
IRI: http://dati.beniculturali.it/cis/HolderOfArchive
IRI: http://dati.beniculturali.it/cis/Hour
IRI: http://dati.beniculturali.it/cis/Library
IRI: http://dati.beniculturali.it/cis/Monday
IRI: http://dati.beniculturali.it/cis/MonumentalArea
IRI: http://dati.beniculturali.it/cis/Museum
IRI: http://dati.beniculturali.it/cis/QuantityOfAdmissions
IRI: http://dati.beniculturali.it/cis/Saturday
IRI: http://dati.beniculturali.it/cis/Sunday
IRI: http://dati.beniculturali.it/cis/Theatre
IRI: http://dati.beniculturali.it/cis/Thursday
IRI: http://dati.beniculturali.it/cis/Tuesday
IRI: http://dati.beniculturali.it/cis/Wednesday
IRI: http://dati.beniculturali.it/cis/Week
IRI: http://dati.beniculturali.it/cis/Year
IRI: http://purl.org/dc/elements/1.1/description
IRI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy
This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.
Concept used to represent general information for the public access to the Cultural Institute or Site or to the Event. For instance, examples of information include: opening hours, type of admission, temporary closing, etc.