This is a diff between 1.1 and 1.2 revisions:

CategoryRDF CategorySIOC CategorySPARQL * [[http://jena.sourceforge.net/ARQ/Tutorial/][Jena SPARQL Tutorial]] * [[http://clarkparsia.com/weblog/2006/08/30/sparql-tutorial-slides/][SPARQL Tutorial]] - Clark+Prasia & University of Manchester Tutorial---+++Tutorials#SparqlTutorials * [[http://www.w3.org/2006/Talks/0518-SPASQL/][SPASQL]] - Initiative to add SPARQL to MySQL * [[http://xtech06.usefulinc.com/schedule/paper/61][SPARQL Query Protocol presentation at XTech 2006 ]] by Leigh Dodds * [[http://www.dajobe.org/talks/200603-sparql-stanford/][SPARQL Introduction]] - [[http://www.dajobe.org/][Dave Beckett]], Standford University Presentation * [[http://www.w3.org/2004/Talks/17Dec-sparql/intro/all.html][SPARQL Introduction]] - Dave Beckett, XTech 2004---+++Presentations#SparqlPresentations * [[http://thefigtrees.net/lee/sw/sparql-faq][SPARQL FAQ - Lee Feigenbaum]]---+++FAQs#SparqlFaqs * [[http://www.w3.org/TR/rdf-sparql-XMLres/][SPARQL - XML based Results Format]] * [[http://www.w3.org/TR/rdf-sparql-protocol/][SPARQL - Protocol]] * [[http://www.w3.org/TR/rdf-sparql-query/][SPARQL - Query Language]]---+++Specs#SparqlSpecs * [[http://virtuoso.openlinksw.com/wiki/main/Main/DrupalSIOCRef][Drupal SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/PHPBB3SIOCRef][PHPBB SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/MediaWikiSIOCRef][MedaWiki SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/WordPressSIOCRef][WordPress SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/SIOCRefDocs][Query Virtuoso Documentation using SPARQL]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/SIOCRefTutorial][Query Virtuoso Tutorials using SPARQL]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/NorthWindREF][Northwind SPARQL Reference]] * [[VOSODSSparqlSamples][ODS SPARQL Samples]] * [[ODSAnnoteaRef][Query ODS Data Spaces using SPARQL and Annotea Ontology]] * [[ODSFOAFRef][Query ODS Data Spaces using SPARQL and FOAF Ontology]] * [[ODSSKOSRef][Query ODS Data Spaces using SPARQL and SKOS Ontology]] * [[ODSAtomOWLRef][Query ODS Data Spaces using SPARQL and Atom OWL Ontology]]---+++Learn More#LearnMore---++References}
>/verbatim>
optional { ?post dcterms:created ?date } . optional { ?post dc:title ?title } . ?parentf sioc:container_of ?post . ?forum sioc:has_part ?parentf . ?forum rdf:type sioc:Community .{where } ?post dcterms:created ?date ?post dc:title ?title .{CONSTRUCTprefix dcterms: <http://purl.org/dc/terms/>prefix dc: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++ Community posts title and date details returned as an RDF Graph
>verbatim>
}
>/verbatim>
?member sioc:id "demo" ?role sioc:function_of ?member. ?forum sioc:scope_of ?role. ?forum a sioct:ImageGallery . ?post sioc:has_container ?forum . optional { ?topic skos:prefLabel ?tag }. optional { ?post sioc:topic ?topic }. optional { ?post dcterms:created ?cr } . optional { ?post sioc:links_to ?links_to } . optional { ?post sioc:link ?link } . optional { ?post dc:title ?title } . ?post rdf:type sioc:Item .{where } ?post dcterms:created ?cr ?post sioc:topic ?topic . ?post sioc:links_to ?links_to . ?post sioc:link ?link . ?post dc:title ?title .{CONSTRUCTprefix dcterms: <http://purl.org/dc/terms/>prefix dc: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix skos: <http://www.w3.org/2004/02/skos/core#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>----++++Gallery images details for user "demo" returned as an RDF Graph
>verbatim>
}
>/verbatim>
?x rdf:type sioc:User . {where} ?x rdf:type sioc:User . {CONSTRUCTprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>prefix foaf: <http://xmlns.com/foaf/0.1/>----++++List of all registered Dataspace members's home pages URLs returned as an RDF Graph
>verbatim>
}
>/verbatim>
optional { ?post sioc:title ?title } optional { ?post sioc:link ?link } . optional { ?post dcterms:created ?created } . ?post sioc:has_container ?forum . ?forum a sioct:MessageBoard . {where}?post sioc:title ?title .?post sioc:link ?link .?post dcterms:created ?created .{CONSTRUCTprefix dcterms: <http://purl.org/dc/terms/>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>----++++Discussions posts details returned as an RDF Graph
>verbatim>
}
>/verbatim>
optional{ ?post dc:title ?post_title } optional{ ?post dcterms:created ?post_date } . optional{ ?post sioc:has_reply ?reply } . optional{ ?post rdfs:seeAlso ?post_sioc } . ?_x sioc:id ?post_author . ?post sioc:has_creator ?_x .where {} ?post dc:title ?post_title . ?post dcterms:created ?post_date . ?post sioc:has_reply ?reply . ?post rdfs:seeAlso ?post_sioc . ?_x sioc:id ?post_author . ?post sioc:has_creator ?_x .{CONSTRUCTprefix dcterms: <http://purl.org/dc/terms/>prefix dc: <http://purl.org/dc/elements/1.1/>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix foaf: <http://xmlns.com/foaf/0.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>---++++People Network returned as an RDF Graph
>verbatim>
CONSTRUCT based SPARQL queries are very useful when trying to expose RDF (via a SPARQL Endpoint) to RDF Data Set consumers that do not support SPARQL. In a sense, the SPARQL CONSTRUCT statements as part of a SPARQL Protocol payload deliver a Data Web (We---+++Using SPARQL CONSTRUCT to Export SIOC based RDF Data Sets#GenericDataspaceConstructQueriesClick [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+sioc%3A+++%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3E%0D%0APREFIX+sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3E%0}
>/verbatim>
optional { ?post dc:title ?post_title } optional { ?post dcterms:created ?post_date } . optional { ?post sioc:has_reply ?reply } . optional { ?post rdfs:seeAlso ?post_sioc } . ?_x sioc:id ?post_author . ?post sioc:has_creator ?_x .where {select DISTINCT ?post, ?post_sioc, ?post_author, ?post_title, ?post_date, ?replyprefix dcterms: <http://purl.org/dc/terms/>prefix dc: <http://purl.org/dc/elements/1.1/>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix foaf: <http://xmlns.com/foaf/0.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>
>verbatim>
---++++People Network Construction using data from Post Comments * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org% }
>/verbatim>
?topic skos:prefLabel ?tag } ?topic rdf:type skos:Concept . optional {?post sioc:topic ?topic . optional { ?maker foaf:organization ?org } . optional { ?maker foaf:based_near ?geodata } . optional { ?maker foaf:gender ?gender } . optional { ?maker foaf:name ?fname } . optional { ?maker foaf:nick ?nick } . ?post foaf:maker ?maker } . ?post sioc:links_to ?links_to. ?post sioc:link ?url. ?post dcc:created ?cr. optional { ?post dct:title ?title. ?forum sioc:container_of ?post. optional { ?role sioc:function_of "<http://demo.openlinksw.com/dataspace/demo#this>" } . optional {?forum sioc:scope_of ?role } . ?forum sioc:id ?forum_name. ?forum a sioct:Weblog .where {select DISTINCT ?forum_name, ?post, ?title, ?cr, ?url, ?links_to, ?tag, ?nick, ?gender, ?org, ?geodataprefix foaf: <http://xmlns.com/foaf/0.1/>prefix skos: <http://www.w3.org/2004/02/skos/core#>prefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---++++People Network Construction that integrates data from both the FOAF and SKOS ontologies
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+skos%3A+%3Chttp%3A%2F%2Fwww.w3.or }
>/verbatim>
?topic skos:prefLabel ?tag } ?topic rdf:type skos:Concept . optional { ?s sioc:topic ?topic . ?s sioc:id ?id . optional { ?s dc:title ?title }. ?s a sioc:Item. {where select ?title, ?tag, ?topic prefix dc: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix skos: <http://www.w3.org/2004/02/skos/core#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---++++Data for analyzing Tags associated with Posts that also demonstrates the use of the SKOS ontology for describing Post topics (tags)
>verbatim>
#GenericDataspaceSelectQueriesThese SPARQL queries join data across serveral ODS data spaces.---+++ Generic Data Space Queries #GenericDataspaceQueries * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{ ?post sioc:link ?url } . optional{ ?post dcc:created ?create_time } . optional{ ?post dcc:modified ?mod_time } . optional{ ?post dct:title ?title } . optional{ ?forum sioc:container_of ?post } . sioc:id ?forum_name FILTER REGEX(?forum_name,".*mywiki*."). ?forum rdf:type sioct:MessageBoard ;where {select distinct ?forum_name, ?post, ?title, ?mod_time, ?create_time, ?urlprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---++++Dump of Wiki Posts with "Conversation" Feature Enabled
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{ ?post sioc:link ?url } . optional{ ?post dcc:created ?create_time } . optional{ ?post dcc:modified ?mod_time } . optional{ ?post dct:title ?title } . optional{ ?forum sioc:container_of ?post } . optional{ ?forum sioc:id ?forum_name. FILTER REGEX(?forum_name,".*demo*.") }. ?forum rdf:type sioct:MessageBoard.where {select distinct ?forum_name, ?post, ?title, ?mod_time, ?create_time, ?urlprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---++++Dump of Blog Posts with "Conversation" Feature Enabled
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{ ?post sioc:content ?content}. optional{ ?post sioc:link ?url } . optional{ ?post dcc:created ?create_time } . optional{ ?post dcc:modified ?mod_time } . optional{ ?post dct:title ?title } . optional{ ?forum sioc:container_of ?post } . sioc:id ?forum_name FILTER REGEX(?forum_name,".*demo*."). ?forum a sioct:MessageBoard ;where {select ?forum_name, ?post, ?title, ?mod_time, ?create_time, ?url, ?contentprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Obtaining a dump of all Posts within a specific ODS-Discussion Data Space that includes discussion content
>verbatim>
}
>/verbatim>
optional{ ?post sioc:link ?url } . optional{ ?post dcc:created ?create_time } . optional{ ?post dcc:modified ?mod_time } . optional{ ?post dct:title ?title } . optional{ ?forum sioc:container_of ?post } . sioc:id ?forum_name. ?forum a sioct:MessageBoard ;where {select distinct ?forum_name, ?post, ?title, ?mod_time, ?create_time, ?urlprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>order by ?attribute
>/verbatim>
>verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum rdf:type sioct:MessageBoard .where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
>verbatim>
* has_creator: if the creator is not known, the foaf:maker is filled in
>/verbatim>
* topic (tags) (TBD) * reply_of * links_to * link * id * has_reply * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Type Specific Instance|Type| sioct:MessageBoard ||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:MessageBoard ||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Discussion and SIOC OntologyEach Wiki, Weblog, Feed Manager, Bookmark Manager, Mail, and Photo Gallery, application instance with "Conversation" functionality enabled results in the generation of SIOC instance data from the ODS Discussion Application. For example, in the Weblog Dat---+++Discussion / Conversation Data Space#DiscussionDataspace * Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioc%3A+++%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%---+++++Sample Data (Live Query Results)order by DESC (?cr)
>/verbatim>
} optional { ?post sioc:links_to ?links_to }. optional { ?post sioc:link ?url }. optional { ?post dcc:created ?cr }. optional { ?post dct:title ?title }. ?forum sioc:container_of ?post. ?forum sioc:id ?forum_name. ?forum a sioct:Briefcase .where {select DISTINCT ?forum_name, ?post, ?title, ?cr, ?url, ?links_toprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Dump of all Briefcase Items from special "Public" folder
>verbatim>
order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:Briefcase .where {select ?endp , ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Briefcase Data Space Instances
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum rdf:type sioct:Briefcase . {where select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * topic (tags)
>/verbatim>
>verbatim>
* links_to ( supported for file types: 'text/html'); * link * id * has_creator * has_container * content ( supported for file types: 'text/*');---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/briefcase/demoBriefcase#id&gt;"||Data Space Type Specific Instance|Type| sioct:Briefcase ||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:Briefcase ||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Briefcase and SIOC Ontology---+++ Briefcase Applications Data Space #BriefcaseDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{?post dct:title ?title} . ?parentf sioc:container_of ?post . ?forum sioc:has_part ?parentf . ?forum rdf:type sioc:Community . {where select ?post ?titleprefix dct: <http://purl.org/dc/elements/1.1/>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Dump of all Data Space entries for a given ODS Community
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?parentf sioc:container_of ?post . ?forum sioc:has_part ?parentf . ?forum rdf:type sioc:Community .where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * reply_of (TBD)
>/verbatim>
>verbatim>
* has_reply (TBD) * topic (tags) * links_to * link * id * has_creator * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/community/demoCommunity#id&gt;"||Data Space Type Specific Instance|Type| sioc:Community||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioc:Community||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Community and SIOC Ontology---+++ Community (Group Mode) Applications Data Space #CommunityDataspace * Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0APREFIX+sioc%3A+++%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fn---+++++Sample Data (Live Query Results) }
>/verbatim>
optional {?post sioc:content ?content} optional {?post sioc:links_to ?links_to} . optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. optional {?post dct:title ?title}. ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:ImageGallery .where {select ?forum_name, ?post, ?title, ?link, ?links_to, ?cr, ?contentprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Data Space entries for a given ODS Photo Gallery including content and out-bound links
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+svc%3A+%3Chttp%3A%2F%2Frdfs.org%2---+++++Sample Data (Live Query Results)order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:ImageGallery .where {select ?endp , ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Gallery Data Space Instances
>verbatim>
}
>/verbatim>
optional {?post sioc:content ?content} optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. optional {?post dct:title ?title }. ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:ImageGallery .where {select ?forum_name, ?post, ?title, ?link, ?cr, ?contentprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> --+++++Dump of all Data Space entries for a given ODS Photo Gallery including content.
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum rdf:type sioct:ImageGallery .where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * has_reply (TBD)
>/verbatim>
>verbatim>
* reply_of (TBD) * links_to (TBD) * topic (tags) * link * id * has_creator * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/photos/MyGallery#id&gt;"||Data Space Type Specific Instance|Type| sioct:ImageGallery ||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:ImageGallery ||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Photo Galleryand SIOC Ontology---+++Photo Gallery Data Space#PhotoDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.or---+++++Sample Data (Live Query Results)order by DESC (?cr)
>/verbatim>
} optional{ ?post sioc:link ?url }. optional{ ?post dcc:created ?cr }. optional{ ?post dct:title ?title }. ?forum sioc:container_of ?post. ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. ?forum sioc:id ?forum_name. ?forum a sioct:SurveyCollection.where { select DISTINCT ?forum_name, ?post, ?title ?cr ?url prefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Polls Posts for a given ODS Member
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum a sioct:SurveyCollection.where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * topic (tags)
>/verbatim>
>verbatim>
* link * id * has_creator * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/polls/mypolls#id&gt;"||Data Space Type Specific Instance|Type| sioct:SurveyCollection ||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:SurveyCollection||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Polls and SIOC Ontology---+++Polls Data Space#PollsDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+svc%3A+%3Chttp%3A%2F%2Frdfs.org%2---+++++Sample Data (Live Query Results)order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:AddressBook . {where select ?endp , ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with <nowiki>AddressBook</nowiki> Data Space Instances
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3E%0D%0Aprefix+sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3---+++++Sample Data (Live Query Results) }
>/verbatim>
optional {?post sioc:topic ?topic } . optional {?post sioc:link ?link }. optional {?post dcc:created ?created}. optional {?post dct:title ?title}. optional {?post vcd:ADR ?address}. optional {?post vcd:NICKNAME ?nick}. optional {?post vcd:FN ?FN }. ?forum sioc:container_of ?post . ?forum a sioct:AddressBook . {whereselect ?FN ?nick ?address ?title ?created ?link ?topic prefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix vcd: <http://www.w3.org/2001/vcard-rdf/3.0#>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>---+++++Dump all <nowiki>AddressBook</nowiki>'s contacts
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
?member foaf:knows ?knows ?role sioc:function_of ?member. sioc:scope_of ?role. ?s a sioct:AddressBook; {whereselect ?member, ?knowsprefix foaf: <http://xmlns.com/foaf/0.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Dump all <nowiki>AddressBook</nowiki>'s members friends
>verbatim>
}
>/verbatim>
?member sioc:id ?id. ?role sioc:function_of ?member. sioc:scope_of ?role. ?s a sioct:AddressBook; {wherefrom <http://demo.openlinksw.com/dataspace>select ?member, ?idprefix foaf: <http://xmlns.com/foaf/0.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>---+++++Dump all <nowiki>AddressBook</nowiki>'s members
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3E%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3---+++++Sample Data (Live Query Results) }
>/verbatim>
?member ?attribute ?o ?role sioc:function_of ?member. sioc:scope_of ?role. ?s a sioct:AddressBook; {whereselect distinct ?attributeprefix sioc: <http://rdfs.org/sioc/ns#>prefix sioct: <http://rdfs.org/sioc/types#>---+++++Dump all properties supported for members imported from Briefcase FOAF uploaded
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3E%0D%0Aprefix+sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3---+++++Sample Data (Live Query Results)order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum a sioct:AddressBook . {whereselect distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>
>verbatim>
* topic
>/verbatim>
* link * id * has_creator * has_container
>verbatim>
---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/addressbook/myAddressBook#id&gt;"||Data Space Type Specific Instance|Type| sioct:AddressBook||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:AddressBook||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-AddressBook and SIOC Ontology---+++ <nowiki>AddressBook</nowiki> Data Space#AddressBookDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+svc%3A+%3Chttp%3A%2F%2Frdfs.org%2---+++++Sample Data (Live Query Results)order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:BookmarkFolder . {where select ?endp , ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Bookmarks Data Space Instances
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results)order by ?title
>/verbatim>
} optional{ ?post sioc:links_to ?url } optional{ ?post sioc:link ?link } . optional{ ?post dct:title ?title }. ?forum sioc:container_of ?post . ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. ?forum sioc:id ?forum_name. ?forum a sioct:BookmarkFolder .where {select distinct ?forum_name, ?post, ?title, ?link, ?urlprefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Dump of all Bookmark Data Space entries for a given ODS Bookmarks Data Space
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum a sioct:BookmarkFolder .where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * topic (tags)
>/verbatim>
>verbatim>
* links_to * link * id * has_creator * has_container * content ---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/bookmark/mybookmarks#id&gt;"||Data Space Type Specific Instance|Type| sioct:BookmarkFolder ||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:BookmarkFolder ||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Bookmark Manager and SIOC Ontology---+++ Bookmarks Data Space#BookmarksDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{ ?post sioc:content ?content}. optional{ ?post dcc:created ?created }. optional{ ?post sioc:links_to ?url }. optional{ ?post dct:title ?item_title }. ?channel sioc:container_of ?post . ?forum sioc:parent_of ?channel . ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. sioc:id ?forum_name. ?forum a sioct:SubscriptionList; {where select ?forum_name, ?channel, ?item_title, ?url, ?created, ?contentprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Obtaining a dump of all Posts within an ODS-Feeds Data Space that includes feed content
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+sioc%3A++%3Chttp%3A%2F%2Frdfs.org---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{ ?post dcc:created ?created }. optional{ ?post dct:title ?item_title }. ?channel sioc:container_of ?post . ?forum sioc:parent_of ?channel . ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. sioc:id ?forum_name. ?forum a sioct:SubscriptionList; {where select ?forum_name, ?channel, ?item_title, ?createdprefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++Obtaining a dump of all Posts within an ODS-Feeds Data Space.
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?parentf sioc:container_of ?post . ?forum sioc:parent_of ?parentf . ?forum rdf:type sioct:SubscriptionList .where {select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * topic (tags)
>/verbatim>
>verbatim>
* reply_of * links_to * link * id * has_reply * has_creator * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/subscriptions/DemoFeeds#id&gt;"||Data Space Type Specific Instance|Type| sioct:SubscriptionList||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:SubscriptionList||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Feed Manager and SIOC Ontology---+++Feeds / Subscriptions Data Space (Feed Aggregation)#FeedsDataspace * Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.o---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{?post calr:location ?location}. optional{?post calr:dtstart ?start}. optional{?post calr:description ?descr }. optional{?post calr:summary ?summary }. optional{?post calr:url ?url }. optional{?post dct:title ?title}. ?post rdf:type calr:vevent . ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Calendar . {where select distinct ?forum_name, ?post, ?url, ?summary, ?descr, ?locationprefix calr: <http://www.w3.org/2002/12/cal#> prefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of Events with details for a given Calendar
>verbatim>
* Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0APREFIX+sioc%3A+++%3Chttp%3A%2F%2Frdfs---+++++Sample Data (Live Query Results) }
>/verbatim>
optional {?post sioc:content ?content}. optional {?post sioc:links_to ?links_to} . optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. optional {?post dct:title ?title}. ?post rdf:type calr:vevent . ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Calendar. {where select ?forum_name, ?post, ?title, ?link, ?links_to, ?cr, ?contentprefix calr: <http://www.w3.org/2002/12/cal#> prefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Events for a given Calendar including content
>verbatim>
* Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.o---+++++Sample Data (Live Query Results) }
>/verbatim>
optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. ?post dct:title ?title. ?post rdf:type calr:vevent . ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Calendar . {where select distinct ?forum_name, ?post, ?title, ?link, ?crprefix calr: <http://www.w3.org/2002/12/cal#> prefix dcc: <http://purl.org/dc/terms/>prefix dct: <http://purl.org/dc/elements/1.1/>prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Events for a given Calendar
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum rdf:type sioct:Calendar . {where select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * topic (tags)
>/verbatim>
>verbatim>
* link * id * has_creator * has_container * content---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/calendar/mycalendar#id&gt;"||Data Space Type Specific Instance|Type| sioct:Calendar||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:Calendar||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Calendar and SIOC Ontology---+++Calendar Data Space#CalendarDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+svc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fservices%23%3E%0D%0Aprefix++sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftype---+++++Sample Data (Live Query Results)order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:Wiki. {whereselect ?endp , ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Wiki Data Space Instances
>verbatim>
* Click [[http://demo.openlinksw.com/sparql/?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0APREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%---+++++Sample Data (Live Query Results) }
>/verbatim>
optional {?post sioc:content ?content}. optional {?post sioc:links_to ?links_to} . optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. ?post dct:title ?title. ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Wiki . {where select ?forum_name, ?post, ?title, ?link, ?links_to, ?cr, ?contentprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all WikiWords for a given Wiki including content plus out-bound links
>verbatim>
}
>/verbatim>
optional {?post sioc:content ?content}. optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. ?post dct:title ?title. ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Wiki . {where select ?forum_name, ?post, ?title, ?link, ?cr, ?contentprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all WikiWords for a given Wiki including content
>verbatim>
order by ?title
>/verbatim>
} optional {?post sioc:links_to ?links_to} . optional {?post sioc:link ?link} . optional {?post dcc:created ?cr}. ?post dct:title ?title. ?forum sioc:container_of ?post . ?forum sioc:id ?forum_name. ?forum rdf:type sioct:Wiki . {where select distinct ?forum_name, ?post, ?title, ?link, ?links_to, ?crprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Wikiwords for a given Wiki
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum rdf:type sioct:Wiki . {whereselect distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> * has_reply
>/verbatim>
>verbatim>
* topic (tags) * reply_of (TBD - for older db is not supported) * links_to * link * id * has_creator * has_container * content * attachment---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/wiki/mywiki#id&gt;"||Data Space Type Specific Instance|Type| sioct:Wiki||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:Wiki||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Wiki and SIOC Ontology---+++Wiki Data Space#WikiDataspace * Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.or---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{?post sioc:content ?content} optional{ ?post sioc:links_to ?links_to }. optional{ ?post sioc:link ?url }. optional{ ?post dcc:created ?cr }. optional{ ?post dct:title ?title }. ?forum sioc:container_of ?post. ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. ?forum sioc:id ?forum_name. ?forum a sioct:Weblog . { where select ?forum_name, ?post, ?title, ?cr, ?content, ?url, ?links_toprefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Weblog Posts for a given ODS Member that includes content of blog post plus out-bound links.
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.or---+++++Sample Data (Live Query Results) }
>/verbatim>
optional{?post sioc:content ?content} optional{?post sioc:links_to ?links_to }. optional{?post sioc:link ?url }. optional{?post dcc:created ?cr }. optional{?post dct:title ?title }. ?forum sioc:container_of ?post. ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. ?forum sioc:id ?forum_name. ?forum a sioct:Weblog . { where select ?forum_name, ?post, ?title, ?cr, ?content, ?urlprefix sioct: <http://rdfs.org/sioc/types#>prefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Weblog Posts for a given ODS Member that includes content of blog post.
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+svc%3A+%3Chttp%3A%2F%2Frdfs.org%2---+++++Sample Data (Live Query Results)order by ?proto
>/verbatim>
} ?svc svc:service_protocol ?proto . ?svc svc:service_endpoint ?endp . ?forum svc:has_service ?svc . ?forum a sioct:Weblog . {where select ?endp, ?proto prefix sioct: <http://rdfs.org/sioc/types#>prefix svc: <http://rdfs.org/sioc/services#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>---+++++List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Weblog Data Space Instances
>verbatim>
* Click [[http://demo.openlinksw.com/sparql?default-graph-uri=http%3A%2F%2Fdemo.openlinksw.com%2Fdataspace&should-sponge=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E++%0D%0Aprefix+sioc%3A+%3Chttp%3A%2F%2Frdfs.or---+++++Sample Data (Live Query Results)order by DESC (?cr)
>/verbatim>
} optional{?post sioc:link ?url}. optional{?post dcc:created ?cr}. optional{?post dct:title ?title}. ?forum sioc:container_of ?post. ?role sioc:function_of <http://demo.openlinksw.com/dataspace/demo#this> . ?forum sioc:scope_of ?role. ?forum sioc:id ?forum_name. ?forum a sioct:Weblog . { where select DISTINCT ?forum_name, ?post, ?title ?cr ?url prefix dcc: <http://purl.org/dc/terms/> prefix dct: <http://purl.org/dc/elements/1.1/>prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ---+++++Dump of all Weblog Posts for a given ODS Member
>verbatim>
order by ?attribute
>/verbatim>
} ?post ?attribute ?o ?forum sioc:container_of ?post . ?forum a sioct:Weblog . {where select distinct ?attributeprefix sioct: <http://rdfs.org/sioc/types#>prefix sioc: <http://rdfs.org/sioc/ns#>prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
>verbatim>
* topic (tags)
>/verbatim>
* reply_of * links_to * link * id * has_reply * has_creator * has_container * content * attachment---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates)
>verbatim>
|Data Space Instance Identifier (URI)|ID|"&lt;http://demo.openlinksw.com/dataspace/demo/weblog/myblog#id&gt;"||Data Space Type Specific Instance|Type| sioct:Weblog||Data Space Generic Instance| Type|sioc:Container||Data Space SubClass|SubClass| sioct:Weblog||Data Space Class| Class|sioc:Container||ODS|SIOC|Sample Value|---++++ODS-Weblog and SIOC Ontology---+++Weblog Data Space#WeblogDataspace * Default Graph URI value used in the queries below is: http://demo.openlinksw.com/dataspace * You can run most (if not all) of the queries with minimal modification using the following SPARQL Query Services: http://demo.openlinksw.com/sparql/ (using the 'demo' user account) and http://myopenlink.net:8890/sparql/ (assuming you have an account * You can actually create you own Data Spaces and then experiment with these queries by opening accounts at: http://demo.openlinksw.com/ods (for very temporary and volatile usage) or http://myopenlink.net:8890/ods (for less volatile usage) * To validate a particular SIOC RDF Data Set (in plain old RDF form), you can use the [[http://www.w3.org/RDF/Validator/][W3C RDF Validation Service]]*Note*: This article outlines the mapping of ODS data to the SIOC ontology for the purpose of constructing [[SPARQL]] Queries against OpenLink Data Spaces [[ODS]] Data.---++ODS SIOC Reference%TOC%%META:TOPICINFO{author="MitkoIliev" date="1169219789" format="1.1" version="1.1"}%