@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix oh: <http://semweb.mmlab.be/ns/oh#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix airs: <https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@base <https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#> .

<https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#> rdf:type owl:Ontology ;
                                                                                         
                                                                                         dc:title "The Alliance of Information and Referral Services (AIRS) Linked Open Vocabulary"^^xsd:string ;
                                                                                         
                                                                                         dct:date "2015-02-15" ;
                                                                                         
                                                                                         owl:backwardCompatibleWith "" ;
                                                                                         
                                                                                         owl:priorVersion "" ;
                                                                                         
                                                                                         dct:description "The AIRS Linked Open Vocabulary is a way to describe human services information and referral (I&R) concepts.  AIRS is the Alliance of Information and Referral Services (airs.org), which possesses over 1,000 member agencies primarily in the United States and Canada.  The AIRS LOV is based on the AIRS XML Schema, available at: https://airs-xml.googlecode.com/hg/tags/3.1/airs.xsd"@en ;
                                                                                         
                                                                                         dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                         
                                                                                         owl:priorVersion <https://raw.githubusercontent.com/airs-linked-data/lov/v0.0.10/src/airs_vocabulary.ttl#> ;
                                                                                         
                                                                                         owl:versionIRI <https://raw.githubusercontent.com/airs-linked-data/lov/v0.0.11/src/airs_vocabulary.ttl#> .


#################################################################
#
#    Annotation properties
#
#################################################################


###  http://purl.org/dc/elements/1.1/language

dc:language rdf:type owl:AnnotationProperty .



###  http://purl.org/dc/terms/created

dct:created rdf:type owl:AnnotationProperty .



###  http://purl.org/dc/terms/description

dct:description rdf:type owl:AnnotationProperty .



###  http://purl.org/dc/terms/license

dct:license rdf:type owl:AnnotationProperty .



###  http://purl.org/dc/terms/title

dct:title rdf:type owl:AnnotationProperty .



###  http://www.w3.org/1999/02/22-rdf-syntax-ns#type

rdf:type rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#country-name

vcard:country-name rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#hasRelated

vcard:hasRelated rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#hasTelephone

vcard:hasTelephone rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#locality

vcard:locality rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#organization-name

vcard:organization-name rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#postal-code

vcard:postal-code rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#region

vcard:region rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#street-address

vcard:street-address rdf:type owl:AnnotationProperty .



###  http://www.w3.org/2006/vcard/ns#url

vcard:url rdf:type owl:AnnotationProperty .



###  http://www.w3.org/ns/org#hasSite

org:hasSite rdf:type owl:AnnotationProperty .



###  http://www.w3.org/ns/org#siteOf

org:siteOf rdf:type owl:AnnotationProperty .





#################################################################
#
#    Datatypes
#
#################################################################


###  http://www.w3.org/2001/XMLSchema#gYear

xsd:gYear rdf:type rdfs:Datatype .





#################################################################
#
#    Object Properties
#
#################################################################


###  http://www.w3.org/2006/vcard/ns#hasEmail

vcard:hasEmail rdf:type owl:ObjectProperty .



###  http://www.w3.org/2006/vcard/ns#hasRelated

vcard:hasRelated rdf:type owl:ObjectProperty .



###  http://www.w3.org/2006/vcard/ns#hasTelephone

vcard:hasTelephone rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#attributesResourceSpecialist

airs:attributesResourceSpecialist rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#describesInternetResource

airs:describesInternetResource rdf:type owl:ObjectProperty ;
                               
                               rdfs:subPropertyOf airs:hasInternetResource .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasAddress

airs:hasAddress rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasAgency

airs:hasAgency rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasAlternateName

airs:hasAlternateName rdf:type owl:ObjectProperty ;
                      
                      rdfs:comment "These are alternate names for an object. Confidential indicates that the alternate name won't be shared with the public."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasApplicationProcess

airs:hasApplicationProcess rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasDescription

airs:hasDescription rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasGenderRequirement

airs:hasGenderRequirement rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasInternetResource

airs:hasInternetResource rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasLanguageTimeOpen

airs:hasLanguageTimeOpen rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasLicenseAccreditation

airs:hasLicenseAccreditation rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasLicenseType

airs:hasLicenseType rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasResourceInfo

airs:hasResourceInfo rdf:type owl:AsymmetricProperty ,
                              owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasSeasonalSchedule

airs:hasSeasonalSchedule rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasServiceGroup

airs:hasServiceGroup rdf:type owl:AsymmetricProperty ,
                              owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasSite

airs:hasSite rdf:type owl:AsymmetricProperty ,
                      owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasSiteService

airs:hasSiteService rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasSpatialLocation

airs:hasSpatialLocation rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasTaxonomy

airs:hasTaxonomy rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInCity

airs:isLocatedInCity rdf:type owl:ObjectProperty ;
                     
                     rdfs:subPropertyOf airs:servesGeographicArea .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInCounty

airs:isLocatedInCounty rdf:type owl:ObjectProperty ;
                       
                       rdfs:subPropertyOf airs:servesGeographicArea .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInPostalCode

airs:isLocatedInPostalCode rdf:type owl:ObjectProperty ;
                           
                           rdfs:subPropertyOf airs:servesGeographicArea .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInState

airs:isLocatedInState rdf:type owl:ObjectProperty ;
                      
                      rdfs:subPropertyOf airs:servesGeographicArea .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedWithinCountry

airs:isLocatedWithinCountry rdf:type owl:ObjectProperty ;
                            
                            rdfs:subPropertyOf airs:servesGeographicArea .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#offersService

airs:offersService rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#opensAtTimes

airs:opensAtTimes rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresDocument

airs:requiresDocument rdf:type owl:ObjectProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresGender

airs:requiresGender rdf:type owl:ObjectProperty ;
                    
                    rdfs:comment "Information about any age or gender related requirements or inclusions for a particular service at a particular location."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresMaximumAge

airs:requiresMaximumAge rdf:type owl:ObjectProperty ;
                        
                        rdfs:subPropertyOf airs:requiresGender .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresMinimumAge

airs:requiresMinimumAge rdf:type owl:ObjectProperty ;
                        
                        rdfs:subPropertyOf airs:requiresGender .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#servesGeographicArea

airs:servesGeographicArea rdf:type owl:ObjectProperty .





#################################################################
#
#    Data properties
#
#################################################################


###  http://purl.org/dc/elements/1.1/language

dc:language rdf:type owl:DatatypeProperty .



###  http://purl.org/dc/terms/created

dct:created rdf:type owl:DatatypeProperty .



###  http://purl.org/dc/terms/description

dct:description rdf:type owl:DatatypeProperty .



###  http://purl.org/dc/terms/title

dct:title rdf:type owl:DatatypeProperty .



###  http://semweb.mmlab.be/ns/oh#calendar

oh:calendar rdf:type owl:DatatypeProperty .



###  http://www.w3.org/2006/vcard/ns#country-name

vcard:country-name rdf:type owl:DatatypeProperty .



###  http://www.w3.org/2006/vcard/ns#fn

vcard:fn rdf:type owl:DatatypeProperty .



###  http://www.w3.org/2006/vcard/ns#organization-name

vcard:organization-name rdf:type owl:DatatypeProperty .



###  http://www.w3.org/2006/vcard/ns#url

vcard:url rdf:type owl:DatatypeProperty .



###  http://xmlns.com/foaf/0.1/gender

<http://xmlns.com/foaf/0.1/gender> rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#availableForDirectory

airs:availableForDirectory rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#availableForReferral

airs:availableForReferral rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#availableForResearch

airs:availableForResearch rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#censusTract

airs:censusTract rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#dateLastVerified

airs:dateLastVerified rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#dateOfLastAction

airs:dateOfLastAction rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#directions

airs:directions rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#disabilitiesAccess

airs:disabilitiesAccess rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#excludedFromWebsite

airs:excludedFromWebsite rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#explainsNoPhysicalAddress

airs:explainsNoPhysicalAddress rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#explanationForNoPhysicalAddess

airs:explanationForNoPhysicalAddess rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#fein

airs:fein rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasAreaDefinition

airs:hasAreaDefinition rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasDateAdded

airs:hasDateAdded rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasDescription

airs:hasDescription rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasIRSStatus

airs:hasIRSStatus rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasInternetResource

airs:hasInternetResource rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasLicenseType

airs:hasLicenseType rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasProgramName

airs:hasProgramName rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasReasonAddressWithheld

airs:hasReasonAddressWithheld rdf:type owl:DatatypeProperty ;
                              
                              rdfs:comment "Use this if the address can not be shared due to security concerns, such as an assaulted women's shelter. While it is possible to code an address as Confidential=\"true\", in this case the address is so confidential that it won't be shared at all."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasServiceGroupName

airs:hasServiceGroupName rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasSpatialLocation

airs:hasSpatialLocation rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#hasTelephone

airs:hasTelephone rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isConfidential

airs:isConfidential rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInCity

airs:isLocatedInCity rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInCounty

airs:isLocatedInCounty rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInPostalCode

airs:isLocatedInPostalCode rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedInState

airs:isLocatedInState rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#isLocatedWithinCountry

airs:isLocatedWithinCountry rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#lastActionType

airs:lastActionType rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#legalStatus

airs:legalStatus rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#licensedBy

airs:licensedBy rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#locatedAtCrossStreet

airs:locatedAtCrossStreet rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#mailingAddress

airs:mailingAddress rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#maximumAge

airs:maximumAge rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#minimumAge

airs:minimumAge rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#notAlwaysAvailable

airs:notAlwaysAvailable rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#openHoursDescription

airs:openHoursDescription rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#paymentMethodAccepted

airs:paymentMethodAccepted rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#physicalAddress

airs:physicalAddress rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#publicAccessToTransportation

airs:publicAccessToTransportation rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#recordOwner

airs:recordOwner rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiredDocumentation

airs:requiredDocumentation rdf:type owl:DatatypeProperty ;
                           
                           dct:description "A description of documents that are required in order to access services offered at a SiteService."^^xsd:string .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresFamily

airs:requiresFamily rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresGeneralEligibility

airs:requiresGeneralEligibility rdf:type owl:DatatypeProperty ;
                                
                                rdfs:comment "General eligibility is a text area to list any eligibility requirements for participation or services. This can include any exclusions, both negative and positive requirements (i.e. must have/ can't have are all requirements)"@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresIncome

airs:requiresIncome rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#requiresResidency

airs:requiresResidency rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#seasonal

airs:seasonal rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#servesGeographicArea

airs:servesGeographicArea rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#status

airs:status rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#structuresFees

airs:structuresFees rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#taxonomyCode

airs:taxonomyCode rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#taxonomyTerm

airs:taxonomyTerm rdf:type owl:DatatypeProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#transportationServicesAccess

airs:transportationServicesAccess rdf:type owl:DatatypeProperty ;
                                  
                                  rdfs:subPropertyOf owl:topDataProperty .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#yearIncorporated

airs:yearIncorporated rdf:type owl:DatatypeProperty .





#################################################################
#
#    Classes
#
#################################################################


###  http://purl.org/dc/terms/Location

dct:Location rdf:type owl:Class .



###  http://semweb.mmlab.be/ns/oh#OpeningHours

oh:OpeningHours rdf:type owl:Class .



###  http://www.w3.org/2003/01/geo/wgs84_pos#Point

geo:Point rdf:type owl:Class .



###  http://www.w3.org/2006/vcard/ns#Address

vcard:Address rdf:type owl:Class .



###  http://www.w3.org/2006/vcard/ns#Email

vcard:Email rdf:type owl:Class .



###  http://www.w3.org/2006/vcard/ns#Individual

vcard:Individual rdf:type owl:Class .



###  http://www.w3.org/2006/vcard/ns#Voice

vcard:Voice rdf:type owl:Class .



###  http://www.w3.org/ns/org#FormalOrganization

org:FormalOrganization rdf:type owl:Class .



###  http://www.w3.org/ns/org#Site

org:Site rdf:type owl:Class .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Address

airs:Address rdf:type owl:Class ;
             
             rdfs:subClassOf vcard:Address ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:mailingAddress ;
                               owl:allValuesFrom xsd:boolean
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:description ;
                               owl:allValuesFrom xsd:string
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:hasResourceInfo ;
                               owl:allValuesFrom airs:ResourceInfo
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:physicalAddress ;
                               owl:allValuesFrom xsd:boolean
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:explanationForNoPhysicalAddess ;
                               owl:allValuesFrom xsd:string
                             ] ;
             
             rdfs:comment "This represents a referenceable street location of an item, using an addressing system other than geospatial terms, often with postal system terms.  airs:hasDescription is a description of the physical location or other information pertinent to this address, and hasExplanationForNoPhysicalAddress clarifies why the address doesn't have a physical presence."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#AgeRequirement

airs:AgeRequirement rdf:type owl:Class ;
                    
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty airs:minimumAge ;
                                      owl:allValuesFrom xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty airs:maximumAge ;
                                      owl:allValuesFrom xsd:nonNegativeInteger
                                    ] ;
                    
                    dct:description "Age requirements for participation, independent of gender."^^xsd:string .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Agency

airs:Agency rdf:type owl:Class ;
            
            rdfs:label "Agency"@en ,
                       "Agencia"@es ,
                       "Agence"@fr ;
            
            rdfs:subClassOf org:FormalOrganization ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:fein ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty dct:description ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:recordOwner ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty vcard:hasEmail ;
                              owl:allValuesFrom vcard:Email
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasLicenseAccreditation ;
                              owl:allValuesFrom airs:LicenseAccreditation
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty vcard:hasTelephone ;
                              owl:allValuesFrom vcard:Voice
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty vcard:hasRelated ;
                              owl:allValuesFrom vcard:Individual
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasResourceInfo ;
                              owl:allValuesFrom airs:ResourceInfo
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:offersService ;
                              owl:allValuesFrom airs:Service
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:yearIncorporated ;
                              owl:allValuesFrom xsd:gYear
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty vcard:organization-name ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:legalStatus ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasServiceGroup ;
                              owl:allValuesFrom airs:ServiceGroup
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty vcard:url ;
                              owl:allValuesFrom xsd:anyURI
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:excludedFromWebsite ;
                              owl:allValuesFrom xsd:boolean
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasInternetResource ;
                              owl:allValuesFrom airs:InternetResource
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasSite ;
                              owl:allValuesFrom airs:Site
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty airs:hasAlternateName ;
                              owl:allValuesFrom airs:AlternateName
                            ] ;
            
            rdfs:comment "Agencies are organizations that offer services at locations. Agencies provide services directly or they may have \"child\" agencies that offer these services. Services are offered at sites that belong to an agency. Services are represented by the combination of taxonomy codes offered at a location; this idea is called a SiteService. To recap: Agencies don't provide services directly, they provide them through sites. For property <http://www.w3.org/2006/vcard/ns:hasRelated> This represents the agency contact.  1) Contact is the person at an Agency, or Site who will interface with the public or who has responsibility for the entity, like a site manager or director."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#AlternateName

airs:AlternateName rdf:type owl:Class ;
                   
                   rdfs:subClassOf owl:Thing ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty dct:title ;
                                     owl:allValuesFrom xsd:string
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty dct:description ;
                                     owl:allValuesFrom xsd:string
                                   ] .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#ApplicationProcess

airs:ApplicationProcess rdf:type owl:Class ;
                        
                        rdfs:subClassOf owl:Thing ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty dct:description ;
                                          owl:allValuesFrom xsd:string
                                        ] ;
                        
                        rdfs:comment "ApplicationProcess describes the steps taken to apply for or access the service; also known as the 'intake process'. For example, \"Call for an appointment\" or \"Walk in only\"."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Document

airs:Document rdf:type owl:Class ;
              
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty dct:description ;
                                owl:allValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty dct:title ;
                                owl:allValuesFrom xsd:string
                              ] .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#GenderRequirement

airs:GenderRequirement rdf:type owl:Class ;
                       
                       rdfs:subClassOf owl:Thing ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty airs:maximumAge ;
                                         owl:allValuesFrom xsd:nonNegativeInteger
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty airs:minimumAge ;
                                         owl:allValuesFrom xsd:nonNegativeInteger
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty <http://xmlns.com/foaf/0.1/gender> ;
                                         owl:allValuesFrom xsd:string
                                       ] ;
                       
                       dct:description "Any gender requirements for participation.  Further restrictions upon age for a given gender are also available."^^xsd:string .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#InternetResource

airs:InternetResource rdf:type owl:Class ;
                      
                      rdfs:subClassOf owl:Thing ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty dct:description ;
                                        owl:allValuesFrom xsd:string
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty vcard:url ;
                                        owl:allValuesFrom xsd:anyURI
                                      ] ;
                      
                      rdfs:comment "A web location that has more information related to the SiteService, Agency, etc..  For example a facebook page for the Agency, that is supplementary to the Agency's main website."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#LanguageAvailability

airs:LanguageAvailability rdf:type owl:Class ;
                          
                          rdfs:subClassOf owl:Thing ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty dc:language ;
                                            owl:allValuesFrom xsd:string
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty dct:description ;
                                            owl:allValuesFrom xsd:string
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty airs:hasLanguageTimeOpen ;
                                            owl:allValuesFrom oh:OpeningHours
                                          ] ;
                          
                          rdfs:comment "Languages offered, and available times, at the SiteService"@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#LicenseAccreditation

airs:LicenseAccreditation rdf:type owl:Class ;
                          
                          rdfs:subClassOf owl:Thing ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty airs:licensedBy ;
                                            owl:allValuesFrom xsd:string
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty dct:title ;
                                            owl:allValuesFrom xsd:string
                                          ] ;
                          
                          rdfs:comment "If applicable, information about the license type (dct:title)/accreditation held by the agency and the body that licensed/accredited it."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#ResourceInfo

airs:ResourceInfo rdf:type owl:Class ;
                  
                  rdfs:subClassOf owl:Thing ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:attributesResourceSpecialist ;
                                    owl:allValuesFrom vcard:Individual
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:lastActionType ;
                                    owl:allValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:dateLastVerified ;
                                    owl:allValuesFrom xsd:dateTime
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:availableForDirectory ;
                                    owl:allValuesFrom xsd:boolean
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:availableForReferral ;
                                    owl:allValuesFrom xsd:boolean
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty dct:created ;
                                    owl:allValuesFrom xsd:dateTime
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:dateOfLastAction ;
                                    owl:allValuesFrom xsd:dateTime
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:availableForResearch ;
                                    owl:allValuesFrom xsd:boolean
                                  ] ;
                  
                  rdfs:comment "For property <http://www.w3.org/2006/vcard/ns:hasRelated>, it indicates the person within each agency who has overall responsibility for updating the information about the agency, its sites and its services, etc."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Seasonal

airs:Seasonal rdf:type owl:Class ;
              
              rdfs:subClassOf owl:Thing ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty dct:description ;
                                owl:allValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty airs:hasSeasonalSchedule ;
                                owl:allValuesFrom oh:OpeningHours
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty airs:seasonal ;
                                owl:allValuesFrom xsd:boolean
                              ] ;
              
              rdfs:comment "Activities that are only offered a certain time of year, such as seasonal tax preparation, summer camps and holiday meals."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Service

airs:Service rdf:type owl:Class ;
             
             rdfs:subClassOf owl:Thing ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:description ;
                               owl:allValuesFrom xsd:string
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:hasAgency ;
                               owl:allValuesFrom airs:Agency
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:title ;
                               owl:allValuesFrom xsd:string
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:hasSiteService ;
                               owl:allValuesFrom airs:SiteService
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:hasResourceInfo ;
                               owl:allValuesFrom airs:ResourceInfo
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:hasServiceGroup ;
                               owl:someValuesFrom airs:ServiceGroup
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty airs:status ;
                               owl:allValuesFrom xsd:string
                             ] ;
             
             rdfs:comment "Akin to a \"Program\", as in for example \"a homeless outreach program\".  Can be delivered at many \"airs:Site[s]\", and the nexus of the two is an airs:SiteService"@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#ServiceArea

airs:ServiceArea rdf:type owl:Class ;
                 
                 rdfs:subClassOf owl:Thing ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty dct:description ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:servesGeographicArea ;
                                   owl:allValuesFrom dct:Location
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:censusTract ;
                                   owl:allValuesFrom xsd:string
                                 ] ;
                 
                 rdfs:comment "This is the geographic area served by the SiteService. This can be anything from a single neighborhood to an entire country. Types can also be mixed; perhaps one city and 6 nearby ZIP codes. In this case the required element would be City and there would be additional ZIP codes. A national 1-800 hotline would have one Country element."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#ServiceGroup

airs:ServiceGroup rdf:type owl:Class ;
                  
                  rdfs:subClassOf owl:Thing ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:hasResourceInfo ;
                                    owl:allValuesFrom airs:ResourceInfo
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty dct:title ;
                                    owl:allValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty dct:description ;
                                    owl:allValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty airs:offersService ;
                                    owl:allValuesFrom airs:Service
                                  ] ;
                  
                  rdfs:comment "Groups together multiple Services that are related somehow."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Site

airs:Site rdf:type owl:Class ;
          
          rdfs:subClassOf org:Site ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:directions ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty vcard:url ;
                            owl:allValuesFrom xsd:anyURI
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasAlternateName ;
                            owl:allValuesFrom airs:AlternateName
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty vcard:hasTelephone ;
                            owl:allValuesFrom vcard:Voice
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:opensAtTimes ;
                            owl:allValuesFrom oh:OpeningHours
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasSpatialLocation ;
                            owl:allValuesFrom geo:Point
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasSiteService ;
                            owl:allValuesFrom airs:SiteService
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasInternetResource ;
                            owl:allValuesFrom airs:InternetResource
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty vcard:hasRelated ;
                            owl:allValuesFrom vcard:Individual
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty dct:description ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:locatedAtCrossStreet ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:disabilitiesAccess ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:openHoursDescription ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasResourceInfo ;
                            owl:allValuesFrom airs:ResourceInfo
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty dct:title ;
                            owl:allValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasAgency ;
                            owl:allValuesFrom airs:Agency
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:excludedFromWebsite ;
                            owl:allValuesFrom xsd:boolean
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:hasAddress ;
                            owl:allValuesFrom airs:Address
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:status ;
                            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onDataRange [ rdf:type rdfs:Datatype ;
                                              owl:oneOf [ rdf:type rdf:List ;
                                                          rdf:first "active" ;
                                                          rdf:rest [ rdf:type rdf:List ;
                                                                     rdf:first "defunct" ;
                                                                     rdf:rest [ rdf:type rdf:List ;
                                                                                rdf:first "inactive" ;
                                                                                rdf:rest rdf:nil
                                                                              ]
                                                                   ]
                                                        ]
                                            ]
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty airs:transportationServicesAccess ;
                            owl:allValuesFrom xsd:string
                          ] ;
          
          rdfs:comment "Sites are physical locations or none physical locations (a website or hotline). Site is used for two purposes. First, it is used by Agency to provide the location of the agency in Agency.AgencyLocation (note this type of Site would never have any SiteService children). Second, sites are also the location where services are provided. This would be the Agency.Site element (note this type of Site would have SiteService children)."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#SiteService

airs:SiteService rdf:type owl:Class ;
                 
                 rdfs:subClassOf owl:Thing ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty vcard:hasTelephone ;
                                   owl:allValuesFrom vcard:Voice
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:requiredDocumentation ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:structuresFees ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:requiresGeneralEligibility ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty dct:title ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasGenderRequirement ;
                                   owl:allValuesFrom airs:GenderRequirement
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:openHoursDescription ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasSite ;
                                   owl:allValuesFrom airs:Site
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:offersService ;
                                   owl:allValuesFrom airs:Service
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty dct:description ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:servesGeographicArea ;
                                   owl:allValuesFrom airs:ServiceArea
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasResourceInfo ;
                                   owl:allValuesFrom airs:ResourceInfo
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasSeasonalSchedule ;
                                   owl:allValuesFrom airs:Seasonal
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:paymentMethodAccepted ;
                                   owl:allValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty vcard:hasRelated ;
                                   owl:allValuesFrom vcard:Individual
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasApplicationProcess ;
                                   owl:allValuesFrom airs:ApplicationProcess
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:status ;
                                   owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onDataRange [ rdf:type rdfs:Datatype ;
                                                     owl:oneOf [ rdf:type rdf:List ;
                                                                 rdf:first "active" ;
                                                                 rdf:rest [ rdf:type rdf:List ;
                                                                            rdf:first "defunct" ;
                                                                            rdf:rest [ rdf:type rdf:List ;
                                                                                       rdf:first "inactive" ;
                                                                                       rdf:rest rdf:nil
                                                                                     ]
                                                                          ]
                                                               ]
                                                   ]
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:opensAtTimes ;
                                   owl:allValuesFrom oh:OpeningHours
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:hasInternetResource ;
                                   owl:allValuesFrom airs:InternetResource
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty airs:notAlwaysAvailable ;
                                   owl:allValuesFrom xsd:boolean
                                 ] ;
                 
                 rdfs:comment "SiteService is the smallest unit describing a \"service\" that is offered at a Site. It can be thought of as the intersection of a Site and a Taxonomy code (or related Taxonomy codes) and meta data about what is offered. A \"Service\" however is not represented as its own element because the \"Service\" cannot exist without a location (the site)."@en .



###  https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl#Taxonomy

airs:Taxonomy rdf:type owl:Class ;
              
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty airs:taxonomyTerm ;
                                owl:allValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty airs:taxonomyCode ;
                                owl:allValuesFrom xsd:string
                              ] .




###  Generated by the OWL API (version 3.5.0) http://owlapi.sourceforge.net

