tao-test/app/tao/models/ontology/oauth.rdf

43 lines
2.5 KiB
Plaintext
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?xml version="1.0"?>
<rdf:RDF
xml:base="http://www.tao.lu/Ontologies/TAO.rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:widget="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#"
xmlns:tao="http://www.tao.lu/Ontologies/TAO.rdf#"
>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer">
<rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#TAOObject"/>
<rdfs:label xml:lang="en-US"><![CDATA[Oauth Credentials]]></rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthKey">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:label xml:lang="en-US"><![CDATA[OAuth consumer key]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[identifier of OAuth consumer]]></rdfs:comment>
<rdfs:domain rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<widget:widget rdf:resource="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#TextBox"/>
<tao:TAOGUIOrder><![CDATA[10]]></tao:TAOGUIOrder>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthSecret">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:label xml:lang="en-US"><![CDATA[Oauth consumer secret]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Secret used for signatures]]></rdfs:comment>
<rdfs:domain rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<widget:widget rdf:resource="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#TextBox"/>
<tao:TAOGUIOrder><![CDATA[20]]></tao:TAOGUIOrder>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthCallbackUrl">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:label xml:lang="en-US"><![CDATA[OAuth consumer callback URL]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[URL to call after autentification]]></rdfs:comment>
<rdfs:domain rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<widget:widget rdf:resource="http://www.tao.lu/datatypes/WidgetDefinitions.rdf#TextBox"/>
<tao:TAOGUIOrder><![CDATA[30]]></tao:TAOGUIOrder>
</rdf:Description>
</rdf:RDF>