@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://dati.beniculturali.it/cis/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns1: <http://dati.beniculturali.it/cis/img/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AccessCondition metadata_def:mappingLoom "accesscondition" ; metadata_def:mappingSameURI ns0:AccessCondition ; metadata_def:prefLabel "Access condition"@en, "Access condition"@it ; metadata:prefixIRI "AccessCondition" ; dc:description <http://dati.beniculturali.it/cis/img/access.png>, """Questa classe è utilizzata per rappresentare le condizioni di accesso associate a un \"Istituto e luogo della Culrura\" o a un \"Evento\": Le condizione di accesso sono individui delle seguenti classi: * Orari di apertura * Chiusara Temporanea * Tipo di Prenotazione Un esempio dell'uso della classe in turle è il seguente: <pre> 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\" . </pre>"""@it, """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: * Opening Hours Specification * Temporary Closure * Type of Booking An example in turtle is the following: <pre> 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\" . </pre>"""@en ; a owl:Class ; rdfs:comment "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."@en, "Concetto che rappresenta le informazioni generali per l'accesso da parte del pubblico all'Istituto e Luogo della Cultura e all'evento. Per esempio consente di modellare informazioni quali gi orari di apertura, le chiusure temporanee (con le relative motivazioni), il tipo di apertura al pubblico, ecc."@it ; rdfs:isDefinedBy <http://dati.beniculturali.it/cis/> ; rdfs:label "Access condition"@en, "Condizioni di accesso"@it ; rdfs:subClassOf owl:Thing ; owl:versionInfo "stabile"@it, "stable"@en . ns0:Booking rdfs:subClassOf ns0:AccessCondition . ns0:OpeningHoursSpecification rdfs:subClassOf ns0:AccessCondition . ns0:TemporaryClosure rdfs:subClassOf ns0:AccessCondition . ns0:accessConditionFor rdfs:domain ns0:AccessCondition . ns0:hasAccessCondition rdfs:range ns0:AccessCondition .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://dati.beniculturali.it/cis/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://dati.beniculturali.it/cis/img/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AccessCondition
    metadata_def:mappingLoom "accesscondition" ;
    metadata_def:mappingSameURI ns0:AccessCondition ;
    metadata_def:prefLabel "Access condition"@en, "Access condition"@it ;
    metadata:prefixIRI "AccessCondition" ;
    dc:description <http://dati.beniculturali.it/cis/img/access.png>, """Questa classe è utilizzata per rappresentare le condizioni di accesso associate a un \"Istituto e luogo della Culrura\" o a un \"Evento\": Le condizione di accesso sono individui delle seguenti classi:
 * Orari di apertura
 * Chiusara Temporanea
 * Tipo di Prenotazione

Un esempio dell'uso della classe in turle è il seguente:
<pre>
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\" .
</pre>"""@it, """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:
  * Opening Hours Specification
  * Temporary Closure
  * Type of Booking

An example in turtle is the following:

<pre>
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\" .
</pre>"""@en ;
    a owl:Class ;
    rdfs:comment "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."@en, "Concetto che rappresenta le informazioni generali per l'accesso da parte del pubblico all'Istituto e Luogo della Cultura e all'evento. Per esempio consente di modellare informazioni quali gi orari di apertura, le chiusure temporanee (con le relative motivazioni), il tipo di apertura al pubblico, ecc."@it ;
    rdfs:isDefinedBy <http://dati.beniculturali.it/cis/> ;
    rdfs:label "Access condition"@en, "Condizioni di accesso"@it ;
    rdfs:subClassOf owl:Thing ;
    owl:versionInfo "stabile"@it, "stable"@en .

ns0:Booking
    rdfs:subClassOf ns0:AccessCondition .

ns0:OpeningHoursSpecification
    rdfs:subClassOf ns0:AccessCondition .

ns0:TemporaryClosure
    rdfs:subClassOf ns0:AccessCondition .

ns0:accessConditionFor
    rdfs:domain ns0:AccessCondition .

ns0:hasAccessCondition
    rdfs:range ns0:AccessCondition .