

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://https://wikifab.org/wiki/Special:URIResolver/'>
	<!ENTITY category 'http://https://wikifab.org/wiki/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://https://wikifab.org/wiki/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://wikifab.org/wiki/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://wikifab.org/wiki/Special:ExportRDF/Timer_-3A_Un_minuteur_à_base_d-27Arduino/en">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-05-28T21:51:04+02:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Timer_-3A_Un_minuteur_à_base_d-27Arduino/en">
		<rdf:type rdf:resource="http://https://wikifab.org/wiki/Special:URIResolver/Category-3ATutorials"/>
		<rdfs:label>Timer : An Arduino based Timer</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.org/wiki/Special:ExportRDF/Timer_-3A_Un_minuteur_à_base_d-27Arduino/en"/>
		<swivt:page rdf:resource="https://wikifab.org/wiki/Timer_-3A_Un_minuteur_à_base_d-27Arduino/en"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">en</swivt:wikiPageContentLanguage>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Electronics</property:Area>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Furniture</property:Area>
		<property:Area rdf:datatype="http://www.w3.org/2001/XMLSchema#string">House</property:Area>
		<property:Complete rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published</property:Complete>
		<property:Cost rdf:datatype="http://www.w3.org/2001/XMLSchema#double">70</property:Cost>
		<property:Currency rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EUR (€)</property:Currency>
		<property:Description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;span class="mw-translate-fuzzy"&gt;A device that displays a duration in a visual manner&lt;/span&gt;</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Medium</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">8</property:Duration>
		<property:Duration-2Dtype rdf:datatype="http://www.w3.org/2001/XMLSchema#string">hour(s)</property:Duration-2Dtype>
		<property:ExternalAttachmentsLinks rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://fritzing.org/media/fritzing-repo/projects/t/timer_v3/code/Timer_code.ino</property:ExternalAttachmentsLinks>
		<property:ExternalAttachmentsLinks rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://fritzing.org/projects/timer_v3</property:ExternalAttachmentsLinks>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is a productivity tool 

When attending a meeting, it is rather usual that the meeting lasts longer than scheduled. Trying to avoid that, people can be faced with time passing by, display in a gaphic manner, we used a LED ring in order to do that.

Several pre-defined times can be chosen : 1min, 3min, 5min, 10min, 15min, 20min, 30min, 45min, 1h, 1h30 and 2h. You can add more presets if you edit the code.

There are three command buttons : PLUS and MINUS will help you choose a preset, START will ... start the timer. ( If you press PLUS and MINUS simultaneously, the timer will stop.)

In order to make the thing, we'll cut with a Dremel, a hacksaw, la lasercutter, weld some wires ... a lot of nice stuff.</property:Introduction>
		<property:IsTranslation rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</property:IsTranslation>
		<property:Language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">en</property:Language>
		<property:Licences rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GNU Free Hardware Designs</property:Licences>
		<property:Main_Picture rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Timer_-_Un_minuteur_à_base_d'Arduino_Timer.gif</property:Main_Picture>
		<property:Material rdf:datatype="http://www.w3.org/2001/XMLSchema#string">""Electronics""
* Arduino UNO
* Prototyping shield
* 7 segments display SH5461AS
* 12mm pushbutton '''x3'''
* 220 Ω resistor '''x4'''
* 1 kΩ resistor '''x3'''
* Adafruit Neopixel 24-LEDs ring (RGB, not RGBW)
* Prototyping plate
''All needed components EXCEPT THE LED RING AND THE BUTTONS can be found in the '''"Super Starter Kit ELEGOO"''' available an Amazon.''

""Casing""
* 150x290x6mm piece of wood
* woodscrew (4x25 mm) '''x4'''
* woodglue 
* Stratifié ou bois de placage 100x100mm</property:Material>
		<property:Notes rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The code in this tutorial is an iteration of that one : http://fritzing.org/projects/timer-work-in-progress

In order to understand the 7 digit wiring, i used Clab_Fred's documentation, you may find it here : http://fritzing.org/projects/test-4-digits-7-segments-displays/

The wiring and code can be found here :http://fritzing.org/projects/timer_v3</property:Notes>
		<property:SourceLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fr</property:SourceLanguage>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vous avez trois boutons : 

PLUS (connecté à la broche 3 ) doit incrémenter la durée que vous voyez affichée sur l'afficheur LCD. 

MOINS (connecté à la broche 2 ) fait l'inverse.

START (connecté à la broche 4 ) lance le compte à rebours et donc allume l'anneau de leds. 

Si ca ne marche pas :  
* Vérifiez votre câblage fil par fil en reprenant tout depuis de début 
* Vérifiez que votre Arduino est branché 
* Vérifiez que le code a bien été téléversé dans la carte 
* Demandez à quelqu'un de vérifiez votre câblage (souvent ça aide) 
''Temps indicatif : 2 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">''Temps indicatif : à volonté.''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Commencez par souder les boutons sur la plaque à trous en suivant le schéma indiqué (ce sont les mêmes connexions que sur la platine d'essai)

Les résistances font toujours 1 kΩ. 

Correspondances des câbles :  
* '''Bleu : PLUS''' 
* '''Vert : START''' 
* '''Blanc : MOINS''' 
''Temps indicatif : 30 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Placez l'afficheur 7 segments '''EXACTEMENT comme sur la photo''', sinon votre Timer risque de ne pas rentrer dans son boîtier ! 

Ensuite Soudez le en place, pour qu'il soit bien plaqué contre le bouclier, vous pouvez recourber ses pattes.

Coupez lui les pattes une fois qu'il est soudé.

Votre Timer prend forme. Bravo !

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connectez votre Arduino et votre bouclier de prototypage. 

Alimentez votre Arduino ( par exemple avec le câble USB que nous avons utilisé au début ) 

Vérifiez qu'un nombre s'affiche, dans mon cas, c'est la première sélection, 1, pour une minute sélectionnée, qui s'affiche. 

''Temps indicatif : 1 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Les boutons se soudent sur les connexions suivantes : 
* Moins (blanc) : broche 2
* Plus (bleu) : broche 3
* Start (vert) : broche 4

''Temps indicatif : 5 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vous trouverez les fichiers .svg dans le tutoriel. 

Découpez le fichier Timer_Corps dans un matériau de 6mm d'épaisseur, j'ai utilisé du contreplaqué de bouleau. 

Découpez le fichier Timer_0 dans un morceau de stratifié, si vous avez du bois de placage ou autre matériau translucide, vous pouvez l'utiliser.

''Temps indicatif : 20 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">In order to keep the housing shut,you may use 4 little woodscrews

Pour cacher la tête des vis à l'intérieur du bois j'ai fait un chambrage avec un outil conique au bout d'un tournevis, on aurait aussi pu forcer sur les vis, pour qu'elle déforment le bois.

Pay attention and ""align the rear panel correctly before you screw it down in place""

''Estimated duration : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">And then ? Does it work ? 

If it does, you may save tons of time using it. If not, waste some more fixing it :D

Hidden function : If you press PLUS and MINUS simultaneously, the timer will stop.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Avant de souder le circuit, on va le réaliser sur une planche d'essais, pour être bien surs que tout fonctionne.

On commence par connecter trois boutons aux broches 2, 3 et 4.

Les résistances font 1kΩ.

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Les broches 8 à 13 se connectent sur le haut de l'afficheur 7 segments, il vous faudra aussi 3 résistances de 220 Ohms. 

En cas de doute, procédez dans l'ordre :

* On commence par connecter le broche 8 à la patte en haut à droite de l'afficheur
* Ensuite la broche 9, qui nécéssite une résistance
* Ensuite la broche 10, une résistance aussi
* La broche 11 se connecte directement à la quatrième broche en partant de la droite
* On continue avec la broche 12, cablée sans résistance.
* Puis enfin la broche 13, qui se connecte avec une résistance à la broche la plus à gauche en haut.
La moitié est faite ! '''Bravo !'''

''Temps indicatif : 7 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Continuez à cabler, cette fois ce sont les broches A0 à A5, et il vous faut une résistance de 220 Ω pour la broche A5

''Temps indicatif : 5 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Prenez votre anneau de Leds et trois câbles :
* Un vert pour la donnée / DataIn
* Un noir pour la masse / GND / G / 0V
* Un rouge pour le 5V / PWR
Coupez les câbles au ras du connecteur.

Dénudez leurs extrémités ( une extrémité par câble )

Insérez l'extrémité dénudée du câble noir dans le trou "G" 

Et soudez le. 

Vous le savez pas souder ? Regardez [http://www.semageek.com/bd-souder-c-est-facile-voici-comment-faire/ ici] et si vous voulez plus de détails regardez [https://mightyohm.com/files/soldercomic/translations/Souder%20c'est%20facile_FR.pdf la].

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Après tout le reste, c'est facile.
* Le fil rouge va sur la piste connectée au 5V
* Le fil noir va sur la piste connectée à GND
* Le fil vert se branche sur la broche 5
Mais ça, vous vous en doutiez.

''Temps indicatif : 1 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Si vous avez déja le logiciel Arduino, très bien ! ouvrez le fichier appelé '''[http://fritzing.org/media/fritzing-repo/projects/t/timer_v3/code/Timer_code.ino Timer_code.ino]''' et téléversez le dans la carte. 

Vous trouverez ce fichier dans ce tutoriel. 

Sinon, téléchargez le logiciel arduino [https://www.arduino.cc/en/Main/Software# sur le site d'arduino]

Sélectionnez le port COM qui correspond à votre carte 

Et appuyez sur Téléverser en haut à gauche.

''Temps indicatif : 3 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Avez-vous inclus les bibliothèques nécessaires à ce code ?

Il vous en faut 2 :
* '''SevSeg''' pour piloter l'afficheur 7 segments
* '''Adafruit_Neopixel''' pour piloter l'anneau de Leds
Si en haut du code elles ne s'affichent pes en rouge mais en noir, il faut les ajouter. 

Ouvrez le gestionnaire de bibliothèques : ''Croquis &gt; Inclure une bibliothèque &gt; Gérer les bibliothèques''

Cherchez ces deux bibliothèques et ajoutez-les en les sélectionnant dans la liste et en cliquant sur ''Installer''

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Coupez un morceau de plaque à trous de facon à ce qu'il fasse 79x17mm, environ 30x6 trous.

'''Portez un masque à poussière.'''

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pour préparer le bouclier de prototypage à recevoir nos composants, il faut lui retirer : 
* Le bouton RESET
* Le bouton S1
* La LED1
* La LED2 
* Les connecteurs de toutes les broches
Pour dessouder les composants, vous pouvez utiliser de la tresse à dessouder, une pompe à dessouder, et/ou tirer DELICATEMENT dessus avec une petite pince plate pendant que vous chauffez l'etain avec votre fer

''Temps indicatif : 20 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Les broches 8, 11, 12 sont connectées à l'afficheur par un fil

Les broches 9, 10 et 13 sont connectées à l'afficheur par une résistance de 220 Ω

''Temps indicatif : 30 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Les broches A0 à A4 sont connectées à l'afficheur par un fil

La broche 5 est connectée à l'afficheur par une résistance de 220 Ω

''Temps indicatif : 30 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Arrivé là, et avant de pouvoir souder l'anneau de Leds à votre bouclier de prototypage, vous vous rendrez compte que l'afficheur ne "rentre" pas à l'intérieur de l'anneau. 

Il y a deux possibilités : limer l'anneau, ou limer l'afficheur. J'ai pensé que limer l'afficheur était plus facile et moins risqué, c'est ce que je vous propose de faire.

Vous pouvez utiliser une lime ou bien un outil rotatif, le deuxième est plus rapide, mais plus dangereux. Vous êtes libre.

Attention à ne pas endommager l'afficheur : si vous allez trop profond, je pense que vous pourriez couper un câble et il se pourrait que plus rien ne marche. Donc '''soyez doux en limant.''' 

'''Il faut que l'anneau de Leds soit en dessous de l'afficheur''' (voir photos 3 : trop haut et 4 juste assez bas.)

''Temps indicatif : 15 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dénudez les fils que vous aviez soudé sur l'anneau, et soudez les au bouclier.
* Connectez par un fil G et GND
* Connectez par un fil PWR et 5V
* Insérez une résistance entre la broche 5 et DataIn
''Temps indicatif : 5 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Empilez les différentes sections du boitier en les collant avec de la colle à bois. 

Laissez sécher sous pression (J'ai utilisé un extincteur mais un serre-joint sera parfait)

N'oubliez pas de retirer l'excédent de colle avec par exemple un papier absorbant, pour éviter que la colle ne prenne sur le support, j'ai utilisé une plaque de plastique verte. 

'''NE COLLEZ PAS LE CAPOT ARRIERE !'''

''Temps indicatif : 10 min''</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Si vous voulez un aspect plus travaillé, poncez votre boitier (sans l'électronique à l'intérieur) 

En premier lieu j'ai utilisé une ponceuse vibrante avec un grain de 120 puis du papier de verre grain 180 et enfin 500.

''Temps indicatif : 20-45 min (Selon votre perfectionnisme)''</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Placez les boutons sur la planche d'essais</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Placez l'afficheur 7 segments sur la planche d'essais et câblez la première moitié</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Câblez la deuxième partie de l'afficheur 7 segments</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Soudez des connecteurs à l'anneau</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connectez votre anneau de Leds</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Donnez lui son code</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ca ne téléverse pas ?</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vérifiez que ca marche !</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Félicitez vous</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Découpez une platine pour les boutons</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Soudez les boutons sur la platine</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Préparez le bouclier de prototypage</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Soudez l'afficheur 7 segments au bouclier de prototypage</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connectez les broches 8 à 13 à l'afficheur</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connectez les broches A0 à A5 à l'afficheur</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vérifiez que votre afficheur est bien soudé</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ajustez l'afficheur 7 segments à l'anneau de Leds</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Assemblez les boutons et le bouclier</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connectez l'anneau de Leds au bouclier de prototypage</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Découpez le boitier au laser</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Collez le boitier</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Finissez votre boitier</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Réassemblez le tout, et testez votre timer !</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Let's close this up !</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Arduino</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Timer</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">minuteur</property:Tags>
		<property:Tools rdf:datatype="http://www.w3.org/2001/XMLSchema#string">'''Electronique'''
* Ordinateur 
* Câble USB 
* Fer à souder
* Pince coupante
* Pince plate
* Pince à dénuder
* Fil d'etain
* Tresse à dessouder ou pompe à dessouder

'''Boîtier''' 
* Découpe laser
* Ponceuse grain 120
* Papier de verre grains 240, 500
* Dremel ou lime à métaux</property:Tools>
		<property:Type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Technique</property:Type>
		<property:Display_title_of rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Timer : An Arduino based Timer</property:Display_title_of>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2019-12-09T11:02:45Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2458826.9602431</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Timer : An Arduino based Timer</swivt:wikiPageSortKey>
		<property:Comments rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Comments>
		<property:Page_creator rdf:resource="&wiki;Utilisateur-3ADavid_LG"/>
		<property:I_did_it rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:I_did_it>
		<property:Favorites rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Favorites>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Category-3ATutorials" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AArea" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AComplete" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ACost" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ACurrency" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADescription" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADifficulty" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADuration" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADuration-2Dtype" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AExternalAttachmentsLinks" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AIntroduction" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AIsTranslation" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ALanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ALicences" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AMain_Picture" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AMaterial" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ANotes" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ASourceLanguage" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AStep_Content" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AStep_Title" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ATags" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ATools" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AType" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3ADisplay_title_of" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AComments" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3APage_creator" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AI_did_it" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AFavorites" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>