. . "2017-06-13T05:43:39Z" . . . . "2017-06-13T05:43:39Z" . . . "VirtRDFViewODSCommunity" . . "VirtRDFViewODSCommunity" . . . "2017-06-13T05:43:39.276645"^^ . . . . "2017-06-13T05:43:39.276645"^^ . . "b7cfc6dad6fa9a684b2eb9630a75196e" . "VirtRDFViewODSCommunity" . "%META:TOPICPARENT{name=\"VirtRDFViews\"}%\n\n---+++RDF View for ODS Community\n\nIMPORTANT! The following code is part of the ODS global VIEW regarding the Community part, it is not a separate VIEW and is strongly recommended NOT to be executed directly. Instead, you should use the code from [[VirtRDFViewODSGlobal][ODS RDF Views Deployment and Demo Scripts]].\n\n\nsparql prefix ods: \n\n # Community\n\tcreate iri class ods:community_forum \"http://^{URIQADefaultHost}^/dataspace/%U/community/%U\"\n\t\t(in uname varchar not null, in forum_name varchar not null)\n\t\toption (returns \"http://^{URIQADefaultHost}^/dataspace/%U/community/%U\") .\n\n\n\n\nsparql\n prefix sioc: \n prefix sioct: \n prefix atom: \n prefix rdfs: \n prefix foaf: \n prefix dc: \n prefix dct: \n prefix skos: \n prefix geo: \n prefix bm: \n prefix exif: \n prefix ann: \n prefix wikiont: \n prefix calendar: \n prefix ods: \n\n alter quad storage virtrdf:DefaultQuadStorage\n \n from DB.DBA.ODS_COMMUNITIES as community\n where (^{community.}^.C_OWNER = ^{users.}^.U_NAME)\n\n{\n\tcreate virtrdf:ODS_DS as graph ods:graph (users.U_NAME) option (exclusive)\n\t {\n\t #----\n\n # Community\n\t ods:community_forum (community.C_OWNER, community.CM_COMMUNITY_ID) a sioc:Community ;\n\t sioc:has_part ods:forum (community.A_OWNER, community.A_TYPE, community.CM_MEMBER_APP) .\n\n\t ods:forum (community.A_OWNER, community.A_TYPE, community.CM_MEMBER_APP)\n\t sioc:part_of\n\t ods:community_forum (community.C_OWNER, community.CM_COMMUNITY_ID) .\n # end Community\n #---\n\t } .\n } .\n;\n\nCategoryVirtuoso CategoryRDF CategoryCommunity\n\n\n\n\n\n\n" . . . .