@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://cookingbigdata.com/linkeddata/ccregions#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://cookingbigdata.com/linkeddata/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns0:availabilityzone_name
a owl:DatatypeProperty ;
rdfs:comment "Name of the Availability Zone"@en ;
rdfs:domain ns0:AvailabilityZone ;
rdfs:isDefinedBy ns1:ccregions ;
rdfs:label "AZ Name"@en ;
rdfs:range xsd:string .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://cookingbigdata.com/linkeddata/ccregions#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://cookingbigdata.com/linkeddata/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns0:availabilityzone_name
a owl:DatatypeProperty ;
rdfs:comment "Name of the Availability Zone"@en ;
rdfs:domain ns0:AvailabilityZone ;
rdfs:isDefinedBy ns1:ccregions ;
rdfs:label "AZ Name"@en ;
rdfs:range xsd:string .