This HTML5 document contains 30 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtGoogleVocabExamples/sioc.
foafhttp://xmlns.com/foaf/0.1/
n14http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n10http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n5http://vos.openlinksw.com/dataspace/person/dav#
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n9http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n5:this
foaf:made
n2:VirtGoogleVocabExamples
Subject Item
n10:this
sioc:creator_of
n2:VirtGoogleVocabExamples
Subject Item
n14:item
n15:services_of
n2:VirtGoogleVocabExamples
Subject Item
n9:this
sioc:creator_of
n2:VirtGoogleVocabExamples
Subject Item
n7:VOS
sioc:container_of
n2:VirtGoogleVocabExamples
atom:entry
n2:VirtGoogleVocabExamples
atom:contains
n2:VirtGoogleVocabExamples
Subject Item
n2:VirtGoogleVocabExamples
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:50:07.027410
dcterms:modified
2017-06-29T07:37:29.383259
rdfs:label
VirtGoogleVocabExamples
foaf:maker
n13:this n5:this
dc:title
VirtGoogleVocabExamples
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n9:this n10:this
sioc:content
%TOC% ---++Virtuoso Mapping Ontology for Google: Examples ---+++Sample Curl Example I Executing the curl command: <verbatim> curl -i -L -H "Accept: application/rdf+xml" http://www.openlinksw.com/schemas/external/googlevocab/name </verbatim> shows the following result: <verbatim> HTTP/1.1 303 See Other Server: Virtuoso/05.10.3038 (Linux) i686-generic-linux-glibc23-32 VDB Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 18 May 2009 11:36:12 GMT Accept-Ranges: bytes Location: http://www.openlinksw.com/schemas/external/googlevocab/name.xml Content-Length: 0 HTTP/1.1 200 OK Server: Virtuoso/05.10.3038 (Linux) i686-generic-linux-glibc23-32 VDB Connection: Keep-Alive Date: Mon, 18 May 2009 11:36:13 GMT Accept-Ranges: bytes Content-Type: application/rdf+xml; charset=UTF-8 Content-Length: 1762 <?xml version="1.0" encoding="utf-8" ?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <rdf:Description rdf:about="http://www.openlinksw.com/schemas/external/googlevocab/name"><rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/></rdf:Description> <rdf:Description rdf:about="http://www.openlinksw.com/schemas/external/googlevocab/name"><rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/></rdf:Description> <rdf:Description rdf:about="http://rdf.data-vocabulary.org#name"><owl:equivalentProperty xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="http://www.openlinksw.com/schemas/external/googlevocab/name"/></rdf:Description> <rdf:Description rdf:about="http://www.openlinksw.com/schemas/external/googlevocab/name"><rdfs:isDefinedBy rdf:resource="http://www.openlinksw.com/schemas/external/googlevocab/"/></rdf:Description> <rdf:Description rdf:about="http://www.openlinksw.com/schemas/external/googlevocab/name"><rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/name"/></rdf:Description> <rdf:Description rdf:about="http://rdf.data-vocabulary.org/#name"><owl:equivalentProperty xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="http://www.openlinksw.com/schemas/external/googlevocab/name"/></rdf:Description> <rdf:Description rdf:about="http://www.openlinksw.com/schemas/external/googlevocab/name"><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/></rdf:Description> <rdf:Description rdf:about="http://rdf.data-vocabulary.org/name"><owl:equivalentProperty xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="http://www.openlinksw.com/schemas/external/googlevocab/name"/></rdf:Description> </rdf:RDF> </verbatim> ---+++Sample Curl Example II Executing the curl command: <verbatim> curl -i -L -H "Accept: text/rdf+n3" http://www.openlinksw.com/schemas/external/googlevocab/name </verbatim> shows the following result: <verbatim> HTTP/1.1 303 See Other Server: Virtuoso/05.10.3038 (Linux) i686-generic-linux-glibc23-32 VDB Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 18 May 2009 11:37:43 GMT Accept-Ranges: bytes Location: http://www.openlinksw.com/schemas/external/googlevocab/name.n3 Content-Length: 0 HTTP/1.1 200 OK Server: Virtuoso/05.10.3038 (Linux) i686-generic-linux-glibc23-32 VDB Connection: Keep-Alive Date: Mon, 18 May 2009 11:37:44 GMT Accept-Ranges: bytes Content-Type: text/rdf+n3; charset=UTF-8 Content-Length: 717 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns1: <http://www.openlinksw.com/schemas/external/googlevocab/> . ns1:name rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . ns1:name rdfs:domain owl:Thing ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy ns1: . @prefix foaf: <http://xmlns.com/foaf/0.1/> . ns1:name rdfs:subPropertyOf foaf:name . @prefix ns5: <http://rdf.data-vocabulary.org#> . ns5:name owl:equivalentProperty ns1:name . @prefix ns6: <http://rdf.data-vocabulary.org/#> . ns6:name owl:equivalentProperty ns1:name . @prefix ns7: <http://rdf.data-vocabulary.org/> . ns7:name owl:equivalentProperty ns1:name . </verbatim> ---++Related * [[VirtGoogleVocab][Virtuoso Mapping Ontology for Google]]
sioc:id
16c7dc6d305a4d71b7bc6030c0ae0cab
sioc:link
n2:VirtGoogleVocabExamples
sioc:has_container
n7:VOS
n15:has_services
n14:item
atom:title
VirtGoogleVocabExamples
sioc:links_to
n2:VirtGoogleVocab
atom:source
n7:VOS
atom:author
n5:this
atom:published
2017-06-13T05:50:07Z
atom:updated
2017-06-29T07:37:29Z
sioc:topic
n7:VOS