Sins de themes pour les bureau GNU/Linux

macbuntu : install macbuntu 16.04
Mac OS X Yosmite Theme for Ubuntu 16 04 LTS Xenial Xerus
You will get mac themes for ubuntu 16.04 and also you can know
How to install mac theme on your ubuntu.
Or process for installing mac theme for ubuntu
Install MacBuntu on your ubuntu.
install MAC OS X Theme for Ubuntu 16.04.
In this video you will see how easily you can transform Ubuntu look into Mac.

you will need this command to install this theme:


1.1.Docky:

add-apt-repository ppa:docky-core/stable && apt-get update
apt-get purge docky
apt-get install docky
**************************************************************
1: Mac OS X Lion Theme, Icons and cursors:

sudo add-apt-repository ppa:noobslab/macbuntu

sudo apt-get update

sudo apt-get install macbuntu-os-icons-lts-v7

sudo apt-get install macbuntu-os-ithemes-lts-v7
***************************************************************

2: Slingscold (Alternative to Launchpad)

sudo add-apt-repository ppa:noobslab/macbuntu

sudo apt-get update

sudo apt-get install slingscold
***************************************************************
3: Replace 'Ubuntu Desktop' text with 'Mac' on the Panel:

cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/ch...

cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
***************************************************************

4: Albert Spotlight (Alternative to Mac Spotlight)

sudo add-apt-repository ppa:noobslab/macbuntu

sudo apt-get update

sudo apt-get install albert
***************************************************************
***************************************************************
5.Enter following commands to install Apple Logo:

wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/la... sudo mv launcher_bfb.png /usr/share/unity/icons/

gsettings set com.canonical.unity-greeter draw-grid false;exit
***************************************************************

6: Unity Tweak Tool to change Themes & Icons:

sudo apt-get install unity-tweak-tool

sudo apt-get install gnome-tweak-tool
***************************************************************
7: Install Monochrome icons for Libreoffice:

sudo apt-get install libreoffice-style-sifr


After installation go to LibreOffice menu select "Tools" - "Options" - "LibreOffice" - "View" and select "Sifr" under "Icon size and style". See following screenshots
***************************************************************
install compizconfig-settings-manager

sudo apt-get install compizconfig-settings-manager
sudo apt-get install compiz-plugins compiz-plugins-extra
sudo apt-get install gconf-editor
********************************************
********************************************

Support Us on Patreon : https://goo.gl/FkB6OQ


related video: Uubntu:
1. how to install ubuntu 16.04:https://www.youtube.com/watch?v=c_Ja2...

2.How to Dual Boot Windows 10 and Ubuntu 16.04 : https://www.youtube.com/watch?v=K3lxF...

3. ubuntu 16.04 LTS review: https://www.youtube.com/edit?o=U&vide...

4. macbuntu for ubuntu 14.04: https://www.youtube.com/watch?v=fAN5j...

5. NTFS mount problem in ubuntu : https://www.youtube.com/watch?v=h7AMy...

6.Fix Error unknown filesystem Grub rescue mode in linux or ubuntu : Fix Error unknown filesystem Grub rescue mode
: https://www.youtube.com/watch?v=gulIJ...

7.How to install and use Xampp on Ubuntu 2016 :https://www.youtube.com/watch?v=7V3d1...

8.Top 6 Things To Do After Installing Ubuntu 16.04 :https://www.youtube.com/watch?v=ZcpWo...

https://dd-wrthompson.blogspot.be/: https://www.w3.org/Consortium/siteindex.html

https://dd-wrthompson.blogspot.be/: https://www.w3.org/Consortium/siteindex.html

 https://www.nngroup.com/reports/

https://www.w3.org/Consortium/siteindex.html






title "The OWL 2 Schema vocabulary (OWL 2)

@prefix dc: .
@prefix grddl: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xml: .
@prefix xsd: .

a owl:Ontology ;
dc:title "The OWL 2 Schema vocabulary (OWL 2)" ;
rdfs:comment """
This ontology partially describes the built-in classes and
properties that together form the basis of the RDF/XML syntax of OWL 2.
The content of this ontology is based on Tables 6.1 and 6.2
in Section 6.4 of the OWL 2 RDF-Based Semantics specification,
available at http://www.w3.org/TR/owl2-rdf-based-semantics/.
Please note that those tables do not include the different annotations
(labels, comments and rdfs:isDefinedBy links) used in this file.
Also note that the descriptions provided in this ontology do not
provide a complete and correct formal description of either the syntax
or the semantics of the introduced terms (please see the OWL 2
recommendations for the complete and normative specifications).
Furthermore, the information provided by this ontology may be
misleading if not used with care. This ontology SHOULD NOT be imported
into OWL ontologies. Importing this file into an OWL 2 DL ontology
will cause it to become an OWL 2 Full ontology and may have other,
unexpected, consequences.
""" ;
rdfs:isDefinedBy
,
,
;
rdfs:seeAlso ,
;
owl:imports ;
owl:versionIRI ;
owl:versionInfo "$Date: 2009/11/15 10:54:12 $" ;
grddl:namespaceTransformation .


owl:AllDifferent a rdfs:Class ;
rdfs:label "AllDifferent" ;
rdfs:comment "The class of collections of pairwise different individuals." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:AllDisjointClasses a rdfs:Class ;
rdfs:label "AllDisjointClasses" ;
rdfs:comment "The class of collections of pairwise disjoint classes." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:AllDisjointProperties a rdfs:Class ;
rdfs:label "AllDisjointProperties" ;
rdfs:comment "The class of collections of pairwise disjoint properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:Annotation a rdfs:Class ;
rdfs:label "Annotation" ;
rdfs:comment "The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:AnnotationProperty a rdfs:Class ;
rdfs:label "AnnotationProperty" ;
rdfs:comment "The class of annotation properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:AsymmetricProperty a rdfs:Class ;
rdfs:label "AsymmetricProperty" ;
rdfs:comment "The class of asymmetric properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:Axiom a rdfs:Class ;
rdfs:label "Axiom" ;
rdfs:comment "The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:Class a rdfs:Class ;
rdfs:label "Class" ;
rdfs:comment "The class of OWL classes." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Class .

owl:DataRange a rdfs:Class ;
rdfs:label "DataRange" ;
rdfs:comment "The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Datatype .

owl:DatatypeProperty a rdfs:Class ;
rdfs:label "DatatypeProperty" ;
rdfs:comment "The class of data properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:DeprecatedClass a rdfs:Class ;
rdfs:label "DeprecatedClass" ;
rdfs:comment "The class of deprecated classes." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Class .

owl:DeprecatedProperty a rdfs:Class ;
rdfs:label "DeprecatedProperty" ;
rdfs:comment "The class of deprecated properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:FunctionalProperty a rdfs:Class ;
rdfs:label "FunctionalProperty" ;
rdfs:comment "The class of functional properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:InverseFunctionalProperty a rdfs:Class ;
rdfs:label "InverseFunctionalProperty" ;
rdfs:comment "The class of inverse-functional properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:IrreflexiveProperty a rdfs:Class ;
rdfs:label "IrreflexiveProperty" ;
rdfs:comment "The class of irreflexive properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:NamedIndividual a rdfs:Class ;
rdfs:label "NamedIndividual" ;
rdfs:comment "The class of named individuals." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:Thing .

owl:NegativePropertyAssertion a rdfs:Class ;
rdfs:label "NegativePropertyAssertion" ;
rdfs:comment "The class of negative property assertions." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:Nothing a owl:Class ;
rdfs:label "Nothing" ;
rdfs:comment "This is the empty class." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:Thing .

owl:ObjectProperty a rdfs:Class ;
rdfs:label "ObjectProperty" ;
rdfs:comment "The class of object properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:Ontology a rdfs:Class ;
rdfs:label "Ontology" ;
rdfs:comment "The class of ontologies." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdfs:Resource .

owl:OntologyProperty a rdfs:Class ;
rdfs:label "OntologyProperty" ;
rdfs:comment "The class of ontology properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf rdf:Property .

owl:ReflexiveProperty a rdfs:Class ;
rdfs:label "ReflexiveProperty" ;
rdfs:comment "The class of reflexive properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:Restriction a rdfs:Class ;
rdfs:label "Restriction" ;
rdfs:comment "The class of property restrictions." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:Class .

owl:SymmetricProperty a rdfs:Class ;
rdfs:label "SymmetricProperty" ;
rdfs:comment "The class of symmetric properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:TransitiveProperty a rdfs:Class ;
rdfs:label "TransitiveProperty" ;
rdfs:comment "The class of transitive properties." ;
rdfs:isDefinedBy ;
rdfs:subClassOf owl:ObjectProperty .

owl:Thing a owl:Class ;
rdfs:label "Thing" ;
rdfs:comment "The class of OWL individuals." ;
rdfs:isDefinedBy .

owl:allValuesFrom a rdf:Property ;
rdfs:label "allValuesFrom" ;
rdfs:comment "The property that determines the class that a universal property restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Class .

owl:annotatedProperty a rdf:Property ;
rdfs:label "annotatedProperty" ;
rdfs:comment "The property that determines the predicate of an annotated axiom or annotated annotation." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:annotatedSource a rdf:Property ;
rdfs:label "annotatedSource" ;
rdfs:comment "The property that determines the subject of an annotated axiom or annotated annotation." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:annotatedTarget a rdf:Property ;
rdfs:label "annotatedTarget" ;
rdfs:comment "The property that determines the object of an annotated axiom or annotated annotation." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:assertionProperty a rdf:Property ;
rdfs:label "assertionProperty" ;
rdfs:comment "The property that determines the predicate of a negative property assertion." ;
rdfs:domain owl:NegativePropertyAssertion ;
rdfs:isDefinedBy ;
rdfs:range rdf:Property .

owl:backwardCompatibleWith a owl:AnnotationProperty, owl:OntologyProperty ;
rdfs:label "backwardCompatibleWith" ;
rdfs:comment "The annotation property that indicates that a given ontology is backward compatible with another ontology." ;
rdfs:domain owl:Ontology ;
rdfs:isDefinedBy ;
rdfs:range owl:Ontology .

owl:bottomDataProperty a owl:DatatypeProperty ;
rdfs:label "bottomDataProperty" ;
rdfs:comment "The data property that does not relate any individual to any data value." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Literal .

owl:bottomObjectProperty a owl:ObjectProperty ;
rdfs:label "bottomObjectProperty" ;
rdfs:comment "The object property that does not relate any two individuals." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:cardinality a rdf:Property ;
rdfs:label "cardinality" ;
rdfs:comment "The property that determines the cardinality of an exact cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:complementOf a rdf:Property ;
rdfs:label "complementOf" ;
rdfs:comment "The property that determines that a given class is the complement of another class." ;
rdfs:domain owl:Class ;
rdfs:isDefinedBy ;
rdfs:range owl:Class .

owl:datatypeComplementOf a rdf:Property ;
rdfs:label "datatypeComplementOf" ;
rdfs:comment "The property that determines that a given data range is the complement of another data range with respect to the data domain." ;
rdfs:domain rdfs:Datatype ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Datatype .

owl:deprecated a owl:AnnotationProperty ;
rdfs:label "deprecated" ;
rdfs:comment "The annotation property that indicates that a given entity has been deprecated." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:differentFrom a rdf:Property ;
rdfs:label "differentFrom" ;
rdfs:comment "The property that determines that two given individuals are different." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:disjointUnionOf a rdf:Property ;
rdfs:label "disjointUnionOf" ;
rdfs:comment "The property that determines that a given class is equivalent to the disjoint union of a collection of other classes." ;
rdfs:domain owl:Class ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:disjointWith a rdf:Property ;
rdfs:label "disjointWith" ;
rdfs:comment "The property that determines that two given classes are disjoint." ;
rdfs:domain owl:Class ;
rdfs:isDefinedBy ;
rdfs:range owl:Class .

owl:distinctMembers a rdf:Property ;
rdfs:label "distinctMembers" ;
rdfs:comment "The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom." ;
rdfs:domain owl:AllDifferent ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:equivalentClass a rdf:Property ;
rdfs:label "equivalentClass" ;
rdfs:comment "The property that determines that two given classes are equivalent, and that is used to specify datatype definitions." ;
rdfs:domain rdfs:Class ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Class .

owl:equivalentProperty a rdf:Property ;
rdfs:label "equivalentProperty" ;
rdfs:comment "The property that determines that two given properties are equivalent." ;
rdfs:domain rdf:Property ;
rdfs:isDefinedBy ;
rdfs:range rdf:Property .

owl:hasKey a rdf:Property ;
rdfs:label "hasKey" ;
rdfs:comment "The property that determines the collection of properties that jointly build a key." ;
rdfs:domain owl:Class ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:hasSelf a rdf:Property ;
rdfs:label "hasSelf" ;
rdfs:comment "The property that determines the property that a self restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:hasValue a rdf:Property ;
rdfs:label "hasValue" ;
rdfs:comment "The property that determines the individual that a has-value restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:imports a owl:OntologyProperty ;
rdfs:label "imports" ;
rdfs:comment "The property that is used for importing other ontologies into a given ontology." ;
rdfs:domain owl:Ontology ;
rdfs:isDefinedBy ;
rdfs:range owl:Ontology .

owl:incompatibleWith a owl:AnnotationProperty, owl:OntologyProperty ;
rdfs:label "incompatibleWith" ;
rdfs:comment "The annotation property that indicates that a given ontology is incompatible with another ontology." ;
rdfs:domain owl:Ontology ;
rdfs:isDefinedBy ;
rdfs:range owl:Ontology .

owl:intersectionOf a rdf:Property ;
rdfs:label "intersectionOf" ;
rdfs:comment "The property that determines the collection of classes or data ranges that build an intersection." ;
rdfs:domain rdfs:Class ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:inverseOf a rdf:Property ;
rdfs:label "inverseOf" ;
rdfs:comment "The property that determines that two given properties are inverse." ;
rdfs:domain owl:ObjectProperty ;
rdfs:isDefinedBy ;
rdfs:range owl:ObjectProperty .

owl:maxCardinality a rdf:Property ;
rdfs:label "maxCardinality" ;
rdfs:comment "The property that determines the cardinality of a maximum cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:maxQualifiedCardinality a rdf:Property ;
rdfs:label "maxQualifiedCardinality" ;
rdfs:comment "The property that determines the cardinality of a maximum qualified cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:members a rdf:Property ;
rdfs:label "members" ;
rdfs:comment "The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:minCardinality a rdf:Property ;
rdfs:label "minCardinality" ;
rdfs:comment "The property that determines the cardinality of a minimum cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:minQualifiedCardinality a rdf:Property ;
rdfs:label "minQualifiedCardinality" ;
rdfs:comment "The property that determines the cardinality of a minimum qualified cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:onClass a rdf:Property ;
rdfs:label "onClass" ;
rdfs:comment "The property that determines the class that a qualified object cardinality restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range owl:Class .

owl:onDataRange a rdf:Property ;
rdfs:label "onDataRange" ;
rdfs:comment "The property that determines the data range that a qualified data cardinality restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Datatype .

owl:onDatatype a rdf:Property ;
rdfs:label "onDatatype" ;
rdfs:comment "The property that determines the datatype that a datatype restriction refers to." ;
rdfs:domain rdfs:Datatype ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Datatype .

owl:oneOf a rdf:Property ;
rdfs:label "oneOf" ;
rdfs:comment "The property that determines the collection of individuals or data values that build an enumeration." ;
rdfs:domain rdfs:Class ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:onProperties a rdf:Property ;
rdfs:label "onProperties" ;
rdfs:comment "The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:onProperty a rdf:Property ;
rdfs:label "onProperty" ;
rdfs:comment "The property that determines the property that a property restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdf:Property .

owl:priorVersion a owl:AnnotationProperty, owl:OntologyProperty ;
rdfs:label "priorVersion" ;
rdfs:comment "The annotation property that indicates the predecessor ontology of a given ontology." ;
rdfs:domain owl:Ontology ;
rdfs:isDefinedBy ;
rdfs:range owl:Ontology .

owl:propertyChainAxiom a rdf:Property ;
rdfs:label "propertyChainAxiom" ;
rdfs:comment "The property that determines the n-tuple of properties that build a sub property chain of a given property." ;
rdfs:domain owl:ObjectProperty ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:propertyDisjointWith a rdf:Property ;
rdfs:label "propertyDisjointWith" ;
rdfs:comment "The property that determines that two given properties are disjoint." ;
rdfs:domain rdf:Property ;
rdfs:isDefinedBy ;
rdfs:range rdf:Property .

owl:qualifiedCardinality a rdf:Property ;
rdfs:label "qualifiedCardinality" ;
rdfs:comment "The property that determines the cardinality of an exact qualified cardinality restriction." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range xsd:nonNegativeInteger .

owl:sameAs a rdf:Property ;
rdfs:label "sameAs" ;
rdfs:comment "The property that determines that two given individuals are equal." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:someValuesFrom a rdf:Property ;
rdfs:label "someValuesFrom" ;
rdfs:comment "The property that determines the class that an existential property restriction refers to." ;
rdfs:domain owl:Restriction ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Class .

owl:sourceIndividual a rdf:Property ;
rdfs:label "sourceIndividual" ;
rdfs:comment "The property that determines the subject of a negative property assertion." ;
rdfs:domain owl:NegativePropertyAssertion ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:targetIndividual a rdf:Property ;
rdfs:label "targetIndividual" ;
rdfs:comment "The property that determines the object of a negative object property assertion." ;
rdfs:domain owl:NegativePropertyAssertion ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:targetValue a rdf:Property ;
rdfs:label "targetValue" ;
rdfs:comment "The property that determines the value of a negative data property assertion." ;
rdfs:domain owl:NegativePropertyAssertion ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Literal .

owl:topDataProperty a owl:DatatypeProperty ;
rdfs:label "topDataProperty" ;
rdfs:comment "The data property that relates every individual to every data value." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Literal .

owl:topObjectProperty a owl:ObjectProperty ;
rdfs:label "topObjectProperty" ;
rdfs:comment "The object property that relates every two individuals." ;
rdfs:domain owl:Thing ;
rdfs:isDefinedBy ;
rdfs:range owl:Thing .

owl:unionOf a rdf:Property ;
rdfs:label "unionOf" ;
rdfs:comment "The property that determines the collection of classes or data ranges that build a union." ;
rdfs:domain rdfs:Class ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

owl:versionInfo a owl:AnnotationProperty ;
rdfs:label "versionInfo" ;
rdfs:comment "The annotation property that provides version information for an ontology or another OWL construct." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy ;
rdfs:range rdfs:Resource .

owl:versionIRI a owl:OntologyProperty ;
rdfs:label "versionIRI" ;
rdfs:comment "The property that identifies the version IRI of an ontology." ;
rdfs:domain owl:Ontology ;
rdfs:isDefinedBy ;
rdfs:range owl:Ontology .

owl:withRestrictions a rdf:Property ;
rdfs:label "withRestrictions" ;
rdfs:comment "The property that determines the collection of facet-value pairs that define a datatype restriction." ;
rdfs:domain rdfs:Datatype ;
rdfs:isDefinedBy ;
rdfs:range rdf:List .

Il est temps de finir Soros et c'est z'birs

J'en ai fini avec toi : Déclaration à Youtube

Default mode (ad & trackers blocking):
  • 176.103.130.130
  • 176.103.130.131
  • 2a00:5a60::ad1:0ff
  • 2a00:5a60::ad2:0ff

"https://dd-wrthompson.blogspot.be//schemas/sitemap/0.9



https://dd-wrthompson.blogspot.be/
2018-05-22
daily
1



monthly



XML Schema for Sitemap files.
Last Modifed 2018-05-22





Container for a set of up to 50,000 document elements.
This is the root element of the XML file.












Container for the data needed to describe a document to crawl.












REQUIRED: The location URI of a document.
The URI must conform to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt).










OPTIONAL: The date the document was last modified. The date must conform
to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime).
Example: 2005-05-10
Lastmod may also contain a timestamp.
Example: 2005-05-10T17:33:30+08:00














OPTIONAL: Indicates how frequently the content at a particular URL is
likely to change. The value "always" should be used to describe
documents that change each time they are accessed. The value "never"
should be used to describe archived URLs. Please note that web
crawlers may not necessarily crawl pages marked "always" more often.
Consider this element as a friendly suggestion and not a command.















OPTIONAL: The priority of a particular URL relative to other pages
on the same site. The value for this element is a number between
0.0 and 1.0 where 0.0 identifies the lowest priority page(s).
The default priority of a page is 0.5. Priority is used to select
between pages on your site. Setting a priority of 1.0 for all URLs
will not help you, as the relative priority of pages on your site
is what will be considered.











https://dd-wrthompson.blogspot.be/page-a.html
2012-12-15
0.8




Container for a set of up to 50,000 sitemap URLs.
This is the root element of the XML file.

Container for the data needed to describe a sitemap.

REQUIRED: The location URI of a sitemap.
The URI must conform to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt).

OPTIONAL: The date the document was last modified. The date must conform
to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime).
Example: 2005-05-10
Lastmod may also contain a timestamp.
Example: 2005-05-10T17:33:30+08:00





Désactiver la publicité ciblée sur Android

Désactiver la publicité ciblée sur Android

Désactiver la publicité ciblée sur Android

Pour les utilisateurs soucieux de leur vie privée et qui ne souhaitent plus être importuné par des annonces personnalisées, voici la procédure pour désactiver l’identifiant publicitaire.

Ouvrez les paramètres de votre smartphone Android
Cliquez sur la rubrique Google
Dans la rubrique Services, sélectionnez l’option AnnoncesPersonnaliser les paramètres d’affichages des annonces pub sur Android
Appuyez sur l’interrupteur pour désactiver la personnalisation des annoncesArrêter l’affichage de bannières publicitaires personnalisées

Une fois cette option activée, les applications ne pourront plus utiliser cet identifiant unique pour afficher des annonces personnalisées. Attention, les bannières de publicité continueront de s’afficher mais par contre elles ne seront plus sélectionnées en fonction de vos centres d’intérêts et de vos habitudes de navigation. Autre détail important, si vous videz le cache des applications pour libérer de l’espace sur votre téléphone, la fonction d’identification publicitaire se réactivera automatiquement.
Renouveler son identifiant publicitaire

Pour mettre un terme au ciblage et vous assurez une protection optimale, il est également recommandé de réinitialiser l’identifiant publicitaire. Cette opération qui ne vous prendra pas plus de 10 secondes, permettra de supprimer toutes les recherches et les données liés à votre identifiant.

Dans les paramètres Google que vous venez d’ouvrir pour désactiver le suivi publicitaire vous allez trouver une fonction intitulée Réinitialiser votre identifiant
Cliquez dessus
Validez votre choix en appuyant sur le bouton Ok dans la fenêtreSupprimer les données collectées en réinitialisant l’identifiant publicitaire

Google va alors vous attribuer un nouvel identifiant publicitaire. Les anciennes données collectées avec votre ancien numéro seront automatiquement supprimées. A noter que même si vous désactivez la personnalisation des annonces publicitaires, Google continuera de recueillir des informations sur vos centres d’intérêts. Voilà pourquoi il est recommandé de réinitialiser son identifiant publicitaire plusieurs fois par mois.
Linux n'est pas le seul système d'exploitation open source gratuit.
FreeBSD, qui est basé sur l'historique BSD Unix dans lequel TCP / IP a été développé par l'Université de Californie à Berkeley, a été mis à jour. Il n'inclut pas systemd ni PulseAudio et est populaire dans de nombreuses installations de serveurs Web et périphériques réseau.
FreeBSD 11.1 est sorti avec des améliorations dans la prise en charge du cloud UEFI et Amazon en plus des programmes utilisateur mis à jour.Améliorations EFI incluant un nouvel utilitaire efivar (8) pour gérer les variables UEFI, démarrage EFI à partir de TFTP ou NFS, ainsi que Microsoft Hyper-V UEFI et Secure Boot pour les machines virtuelles de génération 2 pour les hôtes Windows Server et Windows 10 Professional.
FreeBSD 11.1 a également étendu le support des fonctionnalités Amazon Cloud. Une nouvelle pile réseau pour Amazon a été ajoutée avec le pilote ena (4), qui ajoute le support de la plate-forme Amazon EC2. Cela ajoute également la prise en charge de l'utilisation des partages Amazon EC2 NFS et de la prise en charge d'Amazon Elastic Filesystem pour NFS.
Pour les mises à jour d'applications, FreeBSD 11.1 Clang, LLVM, LLD, LLDB et libc ++ vers la version 4.0.0. ZFS a également été mis à jour avec un nouveau zfsbootcfg avec des améliorations de performances mineures.
Les téléchargements sont ici qui incluent Sparc, PowerPC, et même des images de cartes SD personnalisées pour Raspberry Pi, Beagle-bone et d'autres appareils.

Kernel | 4.14 | LTS !!!

Google menace de supprimer des applications avec des services d'accessibilité du Play StoreGoogle envoie un rappel sinistre que les développeurs sont à leur merci
Certaines des applications les plus innovantes sur le Play Store sont basées sur l'utilisation des API d'une manière que Google n'a jamais prévue. Il existe des applications qui peuvent remapper vos touches de volume pour passer des pistes musicales, enregistrer et lire des entrées tactiles sur des pages Web ou des jeux, et même fournir des touches de navigation alternatives pour utiliser l'intégralité de l'écran de votre appareil. Tous ces exemples que je viens de mentionner s'appuient sur les API d'accessibilité d'Android. Mais cela pourrait bientôt changer, car l'équipe Google Play Store envoie des courriels aux développeurs pour leur dire qu'ils ne peuvent plus mettre en œuvre les services d'accessibilité à moins de suivre les directives de Google.Qu'est-ce qu'un service d'accessibilité?
Pour comprendre pourquoi cela est important, nous devons d'abord expliquer ce qu'est l'accessibilité par rapport à Android. En général, l'accessibilité consiste à rendre une application Android plus accessible aux utilisateurs ayant certains handicaps, tels que les personnes ayant une déficience visuelle. Bien qu'il soit dans l'intérêt de chaque développeur de rendre ses applications plus accessibles aux utilisateurs handicapés, il existe une catégorie spéciale d'applications conçues pour améliorer la convivialité de toutes les applications Android pour les utilisateurs handicapés. Ce sont les services d'accessibilité.
Un service d'accessibilité, communément appelé a11y, est une application permettant au système de fournir certaines informations en fonction des événements que le service d'accessibilité doit enregistrer. Une application qui souhaite implémenter un service d'accessibilité doit ajouter l'autorisation android.permission.BIND_ACCESSIBILITY_SERVICE au fichier AndroidManifest afin que seul le système puisse se lier au service de l'application.
Par exemple, si un service d'accessibilité est conçu pour écouter les événements TYPE_VIEW_CLICKED, ce service recevra des informations du système sur les boutons que l'utilisateur pourrait appuyer. Un service d'accessibilité peut également réagir et consommer certains gestes et KeyEvents avant que d'autres applications ne les reçoivent. Enfin, un service d'accessibilité peut également injecter certains KeyEvents tels que le dos, l'écran partagé ou le bouton des applications récentes.
Ainsi, les services d'accessibilité peuvent être extrêmement puissants et utiles. Plusieurs des applications les plus populaires et les plus innovantes sur le Google Play Store reposent sur l'exercice de leurs fonctions. Voici quelques-uns des quelques exemples que j'ai trouvés sur le dessus de ma tête:

    
AutoInput - intercepte les KeyEvents et effectue des gestes de tap / swipe
    
Button Mapper - intercepte les KeyEvents et les remappe sur d'autres KeyEvents
    
Greenify - hiberne automatiquement les applications en les fermant de force avant que l'écran ne s'éteigne
    
Entrée + - détecter lorsque l'application du clavier est ouverte pour afficher le bouton d'action flottante
    
LastPass - scan des pages pour les entrées de nom d'utilisateur / mot de passe (nécessaire avant Android Oreo)
    
Passer rapidement - envoyer KeyEvent pour le bouton de retour
    
Tasker - détecter quand les applications sont ouvertes afin que vous puissiez effectuer toute action définie par l'utilisateur
    
Tapez Machine - enregistrez toute la saisie de texte pour ne jamais perdre d'entrée de texte

Live TuxnVape et droit de réponse

Live TuxnVape et droit de réponse

"Vous ne pouvez rien enseigner à l'homme, vous pouvez seulement l'aider à le trouver en lui-même." - Galileo.

Enseignement actuel (cours 2017-2018)

FTPR
Nom: Principes fondamentaux des protocoles et technologies réseau
Cours: 3º du Diplôme en Génie des Technologies des Télécommunications
Type: Théorie, 30h et 3 groupes de pratiques (120h)
URL: Moodle , public
RNG
Nom: Réseaux de nouvelle génération
Cours: 1er du Master en génie des télécommunications
Type: Théorie et pratiques, 60h
URL: Moodle , public

Projets de dernière année et projets de diplôme final

Courant
Passé

Enseignement passé

RNG
Nom: Réseaux de nouvelle génération
Cours: 1ère du Master en Ingénierie des Télécommunications
Type: Théorie et pratiques, 30h
URL: 2014/15 ( Moodle , public ), 2015/16 ( Moodle , public ), 2016/2017 ( Moodle , public )
GPRS
Nom: Gestion et planification des réseaux et des services
Cours: 4e du diplôme en génie des technologies de télécommunications
Type: Théorie et Pratiques, 60h
URL: 2013/14 ( Moodle , public ), 2014/15 ( Moodle , public ), 2015/16 ( Moodle , public )
PIT
Nom: Projets de génie télématique
Cours: 4e du diplôme en génie des technologies de télécommunications
Type: Théorie et pratiques, 20h
URL: 2013/14 ( Moodle )
PR
Nom: Programmation réseau
Cours: 3º du Diplôme en Génie Informatique
Type: Théorie et pratiques, 60h
URL: 2012-13 ( Moodle , public )
TAR
Nom: Technologies de réseau avancées
Cours: 3º du Diplôme en Génie des Technologies des Télécommunications
Type: Théorie et pratiques, 60h
URL: 2012-13 ( Moodle , public ), 2013-14 ( Moodle , public ), 2014/15 ( Moodle , public ), 2015/16 ( Moodle , public )
FTPR
Nom: Principes fondamentaux des protocoles et technologies réseau
Cours: 3º du Diplôme en Génie des Technologies des Télécommunications
Type: Théorie, 30h et groupes de pratiques selon le cours
URL: 2012/13 ( Moodle , public ), 2013/14 ( Moodle , public ), 2014/15 ( Moodle , public ), 2015/16 ( Moodle , public ), 2016/2017 ( Moodle , public )
ARSS
Nom: Architecture des réseaux, systèmes et services
Cours: 2e degré en génie des technologies de télécommunications
Type: Théorie, 23h
URL: 2011/12 automne ( Moodle , public ), 2011/12 printemps ( Moodle , public ), 2012/13 automne ( Moodle , public ), printemps 2012/13 ( Moodle , public ), automne 2013/14 ( Moodle , public ), Printemps 2013/14 ( Moodle , public ), automne 2014/15 ( Moodle , public ), automne 2015/16 ( Moodle , public )
Réseaux
Nom: Réseaux
Cours: 4ème Génie Informatique
Type: Théorie, 30h
URL: 2010/11 ( Moodle , public ) et 2011/12 ( Moodle , public )
PSI
Nom: Protocoles et services Internet
Cours: Maîtrise en technologie de l'information
Type: Théorie, 15h
URL: 2009/10 ( public )
SWDC
Nom: Services Web et distribution de contenu
Cours: Technologies de programme de doctorat pour la gestion distribuée de l'information
Type: Théorie
URL: 2006/07 ( Moodle , public ), 2007/08 ( Moodle , public ) et 2008/09 ( Moodle , public )
NSRI
Nom: Nouveaux services Internet sur Internet
Cours: Master en Communications
Type: Théorie et pratiques
URL: 2007/08 ( Moodle , public ), 2008/09 ( Moodle , public ), 2009/10 ( public ), 2010/2011 ( Moodle , public ), 2011/12 ( Moodle , public ) et 2014/15 ( Moodle , public) )
RBA
Nom: Réseaux à large bande
Cours: 5ème Ingénierie des Télécommunications
Type: Théorie et pratiques
URL: 2006/07 ( public ), 2007/08 ( Moodle , public ), 2008/09 ( Moodle , public ), 2009/10 ( Moodle , public ), 2010/11 ( Moodle , public ) et 2011/12 ( Moodle , public) )
RO (ITT-SI)
Nom: Réseaux informatiques
Cours: 3e spécialité en génie des télécommunications techniques en son et image
Type: Théorie
URL: 2005/06 ( public ), la moitié de 2006/07 ( public )
RC
Nom: Réseaux informatiques
Cours: 2ème Ingénierie Technique en Informatique de Gestion
Type: Théorie
URL: 2004/05
LPR
Nom: Laboratoire de programmation réseau
Cours: 3ème Génie Technique en Informatique de Gestion
Type: Théorie (15h) et pratiques (45h)
URL: 2003/04 , 2004/05 , 2006/07 , 2007/08 ( Moodle , public ), 2008/09 ( Moodle , public ), 2009/10 ( Moodle , public ) et 2010/11 ( Moodle , public )
LIR
Nom: Laboratoire d'interfaces réseau
Cours: 3ème Génie Technique en Informatique de Gestion
Type: Théorie (15h) et pratiques (45h)
URL: 2003/04 , 2004/05 et 2005/06
LC
Nom: Laboratoire de commutation
Cours: 3ème Génie des Télécommunications
Type: Stages (45h)
URL: 2003/04
RO (IT)
Nom: Réseaux informatiques
Cours: 5ème Ingénierie des Télécommunications
Type: Théorie (30h) et / ou pratiques (30h)
URL: 2002/03 et 2001/02 , 2000/01
ARSS
Nom: Architecture des réseaux, systèmes et services
Cours: 3ème Génie des Télécommunications
Type: Théorie (30h) ou pratiques (30h)
URL: 1997/98 (pratiques), 2006/07 (théorie du premier semestre), 2007/08 (idem) ( Moodle , public ), 2008/09 (idem) ( Moodle , public ), 2009/10 (idem) ( Moodle , public) ), 2010/11 ( Moodle , public ) et 2011/12 ( Moodle , public )
AC
Nom: Architecture informatique
Cours: 4ème Ingénierie des Télécommunications
Type: Stages (30h)
URL: 1998/99 , 1999/00 et 2000/01
RSS
Nom: Réseaux, systèmes et services
Cours: 5ème Ingénierie des Télécommunications
Type: Stages (30h)
URL: 1998/99 , 1999/00 , 2002/03
LT
Nom: Laboratoire de télématique
Cours: 4ème Ingénierie des Télécommunications
Type: Stages (30h)
URL: 1997/98
BISM
Nom: Bases de l'information: accès par des systèmes multimédias
Cours: Choix gratuit tous les degrés
Type: Stages (60h)
URL: 1998/99
"Vous ne pouvez rien enseigner à l'homme, vous pouvez seulement l'aider à le trouver en lui-même." - Galileo.