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

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

PrefixNamespace IRI
n4http://www.openlinksw.com/ontology/webservices#
n7https://www.iodbc.org/ods/api/acl.groups.
schemahttp://schema.org/
n6http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#action_acl.groups.
xsdhhttp://www.w3.org/2001/XMLSchema#
n5http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#action_acl.groups.import_#
Subject Item
n2:import
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n4:isWebServiceOf
n6:this_ODSAclModuleAPI
n4:endPointURL
n7:import
schema:shortDescription
<p>Import an ACL group. </p>
n4:hasParameter
n5:_content
schema:name
EntryPoint - acl_groups_import
schema:description
<p><parameterlist kind="param"><li> <parameternamelist> <parametername>content</parametername> </parameternamelist> <parameterdescription> <p>TTL string containing representation of the group</p></parameterdescription> </li> </ul> <pre> @prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; @prefix : &lt;#&gt; . &lt;&gt; foaf:topic :Group . &lt;&gt; rdfs:label "Social Semantics &amp; ACLs Demo" . &lt;&gt; rdfs:comment "Members of this group provide the basis for a Resource Access Policy scoped to this group.". :Group a foaf:Group . :Group foaf:member &lt;http://id.myopenlink.net/dataspace/person/user1#this&gt; , &lt;http://id.myopenlink.net/dataspace/person/user2#this&gt; , &lt;http://id.myopenlink.net/dataspace/person/user3#this&gt; . </pre></p><p><simplesect kind="return"><p>An error code stating the success of the command execution as detailed in <ref kindref="member" refid="ods_response_format_1ods_response_format_result_code">ODS Error Result Codes</ref>. In case of an error the HTTP status code is set accordingly. </p></simplesect> </p>
schema:url
n7:import