@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ogc: <http://ogp.me/ns/class#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix og: <http://ogp.me/ns#> .

og:url a rdf:Property ;
	rdfs:label "url"@en-us ;
	rdfs:comment "The canonical URL of your object that will be used as its permanent ID in the graph, e.g., \"http://www.imdb.com/title/tt0117500/\"."@en-us ;
	rdfs:seeAlso dc:identifier , foaf:homepage ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:type a rdf:Property ;
	rdfs:label "type"@en-us ;
	rdfs:comment "The type of your object, e.g., \"movie\".  Depending on the type you specify, other properties may also be required."@en-us ;
	rdfs:seeAlso rdf:type ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:string .

og:title a rdf:Property ;
	rdfs:label "title"@en-us ;
	rdfs:comment "The title of the object as it should appear within the graph, e.g.,  \"The Rock\"."@en-us ;
	rdfs:subPropertyOf rdfs:label ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:string .

og:locale a rdf:Property ;
	rdfs:label "locale"@en-us ;
	rdfs:comment "A Unix locale in which this markup is rendered."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:string .

og:image a rdf:Property ;
	rdfs:label "image"@en-us ;
	rdfs:comment "An image URL which should represent your object within the graph."@en-us ;
	rdfs:seeAlso foaf:depiction ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:image:secure_url a rdf:Property ;
	rdfs:label "image secure url"@en-us ;
	rdfs:comment "A secure image URL which should represent your object within the graph."@en-us ;
	rdfs:seeAlso foaf:depiction ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:image:type a rdf:Property ;
	rdfs:label "image type"@en-us ;
	rdfs:comment "The mime type of an image."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:mime_type_str .

og:image:width a rdf:Property ;
	rdfs:label "image width"@en-us ;
	rdfs:comment "The width of an image."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:integer_str .

og:image:height a rdf:Property ;
	rdfs:label "image height"@en-us ;
	rdfs:comment "The height of an image."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:integer_str .

og:video a rdf:Property ;
	rdfs:label "video"@en-us ;
	rdfs:comment "A relevant video URL for your object."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:video:secure_url a rdf:Property ;
	rdfs:label "video secure URL"@en-us ;
	rdfs:comment "A relevant, secure video URL for your object."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:video:type a rdf:Property ;
	rdfs:label "video type"@en-us ;
	rdfs:comment "The mime type of a video e.g., \"application/x-shockwave-flash\""@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:mime_type_str .

og:video:width a rdf:Property ;
	rdfs:label "video width"@en-us ;
	rdfs:comment "The width of a video."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:integer_str .

og:video:height a rdf:Property ;
	rdfs:label "video height"@en-us ;
	rdfs:comment "The height of a video."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:integer_str .

og:audio a rdf:Property ;
	rdfs:label "audio"@en-us ;
	rdfs:comment "A relevant audio URL for your object."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:audio:secure_url a rdf:Property ;
	rdfs:label "audio secure URL"@en-us ;
	rdfs:comment "A relevant, secure audio URL for your object."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:url .

og:audio:type a rdf:Property ;
	rdfs:label "audio type"@en-us ;
	rdfs:comment "The mime type of an audio file e.g., \"application/mp3\""@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:mime_type_str .

og:description a rdf:Property ;
	rdfs:label "description"@en-us ;
	rdfs:comment "A one to two sentence description of your object."@en-us ;
	rdfs:subPropertyOf rdfs:comment ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:string .

og:site_name a rdf:Property ;
	rdfs:label "site name"@en-us ;
	rdfs:comment "If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., \"IMDb\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:string .

og:determiner a rdf:Property ;
	rdfs:label "determiner"@en-us ;
	rdfs:comment "The word to precede the object's title in a sentence (e.g., \"the\" in \"the statue of liberty\").  Valid values are \"a\", \"an\", \"the\", \"\", and \"auto\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:range ogc:determiner_str .

ogc:mime_type_str a rdfs:Datatype ;
	rdfs:label "mime type string"@en-us ;
	rdfs:comment "Valid mime type strings (e.g., \"application/mp3\")."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> ;
	rdfs:subClassOf xsd:string .

ogc:boolean_str a rdfs:Datatype ;
	rdfs:label "boolean string"@en-us ;
	rdfs:comment "A string representation of a true or false value.  The lexical space contains: \"true\", \"false\", \"1\", and \"0\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

ogc:date_time_str a rdfs:Datatype ;
	rdfs:label "date/time string"@en-us ;
	rdfs:comment "A string representation of a temporal value composed of a date (year, month, day) and an optional time component (hours, minutes).  The lexical space is defined by ISO 8601."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

ogc:float_str a rdfs:Datatype ;
	rdfs:label "float string"@en-us ;
	rdfs:comment "A string representation of a 64-bit signed floating point number.  Example lexical values include \"1.234\", \"-1.234\", \"1.2e3\", \"-1.2e3\", and \"7E-10\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

ogc:integer_str a rdfs:Datatype ;
	rdfs:label "integer string"@en-us ;
	rdfs:comment "A string representation of a 32-bit signed integer.  Example lexical values include \"1234\" and \"-123\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

ogc:string a rdfs:Datatype ;
	rdfs:label "Unicode string"@en-us ;
	rdfs:comment "A string of Unicode characters."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

ogc:url a rdfs:Datatype ;
	rdfs:label "URL"@en-us ;
	rdfs:comment "A string of Unicode characters forming a valid URL having the http or https scheme."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf ogc:string .

ogc:determiner_str a rdfs:Datatype .

_:node182kglbeox6 rdf:first "" ;
	rdf:rest _:node182kglbeox7 .

_:node182kglbeox7 rdf:first "the" ;
	rdf:rest _:node182kglbeox8 .

_:node182kglbeox8 rdf:first "a" ;
	rdf:rest _:node182kglbeox9 .

_:node182kglbeox9 rdf:first "an" ;
	rdf:rest _:node182kglbeox10 .

_:node182kglbeox10 rdf:first "auto" ;
	rdf:rest rdf:nil .

ogc:determiner_str owl:oneOf _:node182kglbeox6 ;
	rdfs:label "determiner"@en-us ;
	rdfs:comment "The lexical space: \"\", \"the\", \"a\", \"an\", and \"auto\"."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns/class#> ;
	rdfs:subClassOf xsd:string .

og:audio:title a rdf:Property ;
	rdfs:label "audio title"@en-us ;
	rdfs:comment "[DEPRECATED] A title for some audio."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:audio:artist a rdf:Property ;
	rdfs:label "audio artist"@en-us ;
	rdfs:comment "[DEPRECATED] An artist of some audio."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:audio:album a rdf:Property ;
	rdfs:label "audio album"@en-us ;
	rdfs:comment "[DEPRECATED] An album to which some audio belongs."@en-us ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:latitude a rdf:Property ;
	rdfs:label "latitude"@en-us ;
	rdfs:comment "[DEPRECATED] The latitude of the resource e.g., the latitude of a company."@en-us ;
	rdfs:seeAlso geo:lat ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:longitude a rdf:Property ;
	rdfs:label "longitude"@en-us ;
	rdfs:comment "[DEPRECATED] The longitude of the resource e.g., the longitude of a company."@en-us ;
	rdfs:seeAlso geo:long ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:street-address a rdf:Property ;
	rdfs:label "street address"@en-us ;
	rdfs:comment "[DEPRECATED] The street address of the resource e.g., \"1601 S California Ave\"."@en-us ;
	rdfs:seeAlso vcard:street-address ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:locality a rdf:Property ;
	rdfs:label "locality"@en-us ;
	rdfs:comment "[DEPRECATED] The locality of the resource e.g, \"Palo Alto\""@en-us ;
	rdfs:seeAlso vcard:locality ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:region a rdf:Property ;
	rdfs:label "region"@en-us ;
	rdfs:comment "[DEPRECATED] The region of the resource e.g., \"CA\""@en-us ;
	rdfs:seeAlso vcard:region ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:postal-code a rdf:Property ;
	rdfs:label "postal code"@en-us ;
	rdfs:comment "[DEPRECATED] The postal code of the resource e.g., \"94304\""@en-us ;
	rdfs:seeAlso vcard:postal-code ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:country-name a rdf:Property ;
	rdfs:label "country name"@en-us ;
	rdfs:comment "[DEPRECATED] The country name of the resource e.g., \"USA\""@en-us ;
	rdfs:seeAlso vcard:country-name ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:email a rdf:Property ;
	rdfs:label "email"@en-us ;
	rdfs:comment "[DEPRECATED] Email of the contact for your object."@en-us ;
	rdfs:seeAlso foaf:mbox ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:phone_number a rdf:Property ;
	rdfs:label "phone number"@en-us ;
	rdfs:comment "[DEPRECATED] Phone number of the contact for your object."@en-us ;
	rdfs:seeAlso foaf:phone ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:fax_number a rdf:Property ;
	rdfs:label "fax number"@en-us ;
	rdfs:comment "[DEPRECATED] Fax number of the contact for your object."@en-us ;
	rdfs:seeAlso foaf:phone ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:isbn a rdf:Property ;
	rdfs:label "isbn"@en-us , "International Standard Book Number"@en-us ;
	rdfs:comment "[DEPRECATED] International Standard Book Number for you object."@en-us ;
	rdfs:seeAlso bibo:isbn ;
	rdfs:isDefinedBy <http://ogp.me/ns#> .

og:upc a rdf:Property ;
	rdfs:label "upc"@en-us , "universal product code"@en-us ;
	rdfs:comment "[DEPRECATED] Universal Product Code for your object."@en-us ;
	rdfs:seeAlso gr:hasEAN_UCC-13 .
