

<?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/Node_Red_with_Raspberry_Pi">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-12T14:56:03+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/Node_Red_with_Raspberry_Pi">
		<rdf:type rdf:resource="http://https://wikifab.org/wiki/Special:URIResolver/Category-3ATutorials"/>
		<rdf:type rdf:resource="http://https://wikifab.org/wiki/Special:URIResolver/Category-3APages_avec_des_erreurs_de_coloration_syntaxique"/>
		<rdfs:label>Node Red with Raspberry Pi</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.org/wiki/Special:ExportRDF/Node_Red_with_Raspberry_Pi"/>
		<swivt:page rdf:resource="https://wikifab.org/wiki/Node_Red_with_Raspberry_Pi"/>
		<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:Complete rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published</property:Complete>
		<property:Cost rdf:datatype="http://www.w3.org/2001/XMLSchema#double">40</property:Cost>
		<property:Currency rdf:datatype="http://www.w3.org/2001/XMLSchema#string">USD ($)</property:Currency>
		<property:Description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node-RED is a powerful open-source visual programming tool for building Internet of Things (IoT) applications. In this tutorial, we’ll cover what Node-RED is, how to install it, and how to use the visual interface to create a simple flow.</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Easy</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.5</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">https://github.com/CETECH11/NodeRed-with-Raspberry-Pi</property:ExternalAttachmentsLinks>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">'''[http://nodered.org/ Node-RED]''' is an effective open-source platform for developing Internet of Things (IoT) applications that aim to make the programming part simpler.

Node-RED is a web-based application that employs visual programming to let you link code fragments, or "nodes, " together to carry out a task. When the nodes are connected, they form flows.</property:Introduction>
		<property:IsTranslation rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:IsTranslation>
		<property:Language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">en</property:Language>
		<property:Main_Picture rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node_Red_with_Raspberry_Pi_1.JPG</property:Main_Picture>
		<property:SourceLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">none</property:SourceLanguage>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">You must check out [https://www.pcbway.com/ PCBWAY] for ordering PCBs online for cheap!

You get 10 good-quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto [https://www.pcbway.com/ PCBWAY] to get them manufactured with good quality and quick turnaround time. PCBWay now could provide a complete product solution, from design to enclosure production. Check out their online Gerber viewer function. With reward points, you can get free stuff from their gift shop.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* IBM created open-source Node-RED software.
* The Raspberry Pi flawlessly runs Node-RED.
* Because it is a visual programming tool, a wider spectrum of users can use it.
* Node-RED allows you to spend less time writing code and more time creating exciting things.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node-RED forms it easy to:

* access the GPIOs on your RPi;
* connect to other devices via MQTT;
* For your projects, develop a responsive graphical user interface;
* Interact with outside services.
* Get information from the internet, such as stock prices, emails, and weather forecasts;
* Organize time-based events;
* Keeping and getting information from a database.

Now that we are aware of Node-Red, okay. We need a physical medium to install Node-Red, and the Raspberry Pi will serve that purpose.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">First, we need to boot our OS to Raspberry Pi, and we need a tool called [https://downloads.raspberrypi.org/imager/imager_latest.exe Raspberry Pi Imager].

Once installed, the software opens the tool.

Next, choose the OS type.

Then select the drive. One of the great features of this tool is we can add the SSH and Wi-Fi credentials directly into the OS file, even without turning on the Raspberry Pi. For that, select the settings icon in the tool.

Next, start burning the OS into the SD card.

Once the writing is finished, insert the SD card into the Raspberry Pi.

Then power on the device. The first time it will take some to boot and connect to Wi-Fi to 5–10 minutes and look at your router status, you can see there will be a new device connected to your router.

Next, copy the IP address and use serial terminal software to access the serial port.

Then try to connect to the SSH.

After that, we have to update the system, for that, we can use the following command &lt;code&gt;sudo apt-get update&lt;/code&gt;

Next &lt;code&gt;sudo apt-get upgrade.&lt;/code&gt;

That's all now are system is ready to install the node-red.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;nowiki&gt;Type the following command in the Raspberry Pi SSH to install the Node-Red.&lt;br /&gt; &lt;code&gt;bash &lt;(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)&lt;/code&gt;&lt;br /&gt;You need to give some input to the system in order to install the Node-Red. Type Y to install the Node-Red.&lt;br /&gt;&lt;br /&gt;The first time, it will automatically install Node.js and all the other necessary components. Once the installation is done, type the following command to start the node-red.&lt;br /&gt;&lt;br /&gt;We can make the Node-Red auto start at boot using the following commands.&lt;br /&gt;&lt;br /&gt;In the console, you can see the IP address.&lt;br /&gt;&lt;br /&gt;Just type in the IP address in your browser, and it will open up the Node-Red dashboard.&lt;br /&gt;&lt;br/&gt;&lt;/nowiki&gt;</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">To get you used to the Node-RED interface, let’s create a simple flow. The flow we’ll create, prints a message to the debug console when triggered.

Drag an '''inject''' node and a '''debug''' node to your flow and wire them together.

Now, let’s edit the inject node. Double-click the node. In the figure below, you can see the different settings you can change.

In the msg. Payload field, select Boolean and true. Then, click '''Done'''. Next, click on the debug node, and select the content as a complete message object.

Then click on the Red deploy icon and it will start the flow,

Next, click the trigger node, it will print the boolean data into the debug console on the right-side panel.

Now we are done with the "Hello Word" section, let's try to control the GPIO using Node-Red.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;nowiki&gt;&lt;section id="story"&gt;&lt;br /&gt;In the Node's pallet, scroll down to the last section, and you can find an additional node specifically for Node-Red.&lt;br /&gt;&lt;br /&gt;Then add some inject nodes, switch, and GPIO out nodes and connect them as follows.&lt;br /&gt;&lt;br /&gt;Click on the switch node and enter the on signal as 0.&lt;br /&gt;&lt;br /&gt;Repeat the same step with the signal as 1 in another node. Then click on the Raspberry Pi out node and select the pin. In my case, I'm using GPIO 19.&lt;br /&gt;&lt;br /&gt;Here is the complete JSON of my flow I have added two led's on the Raspberry.&lt;div class="mw-highlight mw-content-ltr" dir="ltr"&gt;&lt;pre&gt;[&lt;br /&gt;    {&lt;br /&gt;        "id": "5bdf6461ffad327a",&lt;br /&gt;        "type": "tab",&lt;br /&gt;        "label": "Flow 1",&lt;br /&gt;        "disabled": false,&lt;br /&gt;        "info": "",&lt;br /&gt;        "env": []&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "bcccd9aac1596b24",&lt;br /&gt;        "type": "rpi-gpio out",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "pin": "26",&lt;br /&gt;        "set": "",&lt;br /&gt;        "level": "0",&lt;br /&gt;        "freq": "",&lt;br /&gt;        "out": "out",&lt;br /&gt;        "bcm": true,&lt;br /&gt;        "x": 720,&lt;br /&gt;        "y": 380,&lt;br /&gt;        "wires": []&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "034c6ccdd7eccd7f",&lt;br /&gt;        "type": "switch",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "property": "payload",&lt;br /&gt;        "propertyType": "msg",&lt;br /&gt;        "rules": [&lt;br /&gt;            {&lt;br /&gt;                "t": "eq",&lt;br /&gt;                "v": "1",&lt;br /&gt;                "vt": "num"&lt;br /&gt;            }&lt;br /&gt;        ],&lt;br /&gt;        "checkall": "true",&lt;br /&gt;        "repair": false,&lt;br /&gt;        "outputs": 1,&lt;br /&gt;        "x": 510,&lt;br /&gt;        "y": 340,&lt;br /&gt;        "wires": [&lt;br /&gt;            [&lt;br /&gt;                "bcccd9aac1596b24",&lt;br /&gt;                "93780305db7d14f0"&lt;br /&gt;            ]&lt;br /&gt;        ]&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "72c0d7a9a642486d",&lt;br /&gt;        "type": "inject",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "props": [&lt;br /&gt;            {&lt;br /&gt;                "p": "payload"&lt;br /&gt;            }&lt;br /&gt;        ],&lt;br /&gt;        "repeat": "",&lt;br /&gt;        "crontab": "",&lt;br /&gt;        "once": false,&lt;br /&gt;        "onceDelay": 0.1,&lt;br /&gt;        "topic": "",&lt;br /&gt;        "payload": "false",&lt;br /&gt;        "payloadType": "bool",&lt;br /&gt;        "x": 310,&lt;br /&gt;        "y": 500,&lt;br /&gt;        "wires": [&lt;br /&gt;            [&lt;br /&gt;                "5bc162fcf714ce93"&lt;br /&gt;            ]&lt;br /&gt;        ]&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "925d9a563c4b4e8d",&lt;br /&gt;        "type": "rpi-gpio out",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "pin": "26",&lt;br /&gt;        "set": "",&lt;br /&gt;        "level": "0",&lt;br /&gt;        "freq": "",&lt;br /&gt;        "out": "out",&lt;br /&gt;        "bcm": true,&lt;br /&gt;        "x": 720,&lt;br /&gt;        "y": 460,&lt;br /&gt;        "wires": []&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "5bc162fcf714ce93",&lt;br /&gt;        "type": "switch",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "property": "payload",&lt;br /&gt;        "propertyType": "msg",&lt;br /&gt;        "rules": [&lt;br /&gt;            {&lt;br /&gt;                "t": "eq",&lt;br /&gt;                "v": "0",&lt;br /&gt;                "vt": "num"&lt;br /&gt;            }&lt;br /&gt;        ],&lt;br /&gt;        "checkall": "true",&lt;br /&gt;        "repair": false,&lt;br /&gt;        "outputs": 1,&lt;br /&gt;        "x": 510,&lt;br /&gt;        "y": 500,&lt;br /&gt;        "wires": [&lt;br /&gt;            [&lt;br /&gt;                "925d9a563c4b4e8d",&lt;br /&gt;                "08fe29effb029c40"&lt;br /&gt;            ]&lt;br /&gt;        ]&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "ac5d41eb38bc759a",&lt;br /&gt;        "type": "inject",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "props": [&lt;br /&gt;            {&lt;br /&gt;                "p": "payload"&lt;br /&gt;            }&lt;br /&gt;        ],&lt;br /&gt;        "repeat": "",&lt;br /&gt;        "crontab": "",&lt;br /&gt;        "once": false,&lt;br /&gt;        "onceDelay": 0.1,&lt;br /&gt;        "topic": "",&lt;br /&gt;        "payload": "true",&lt;br /&gt;        "payloadType": "bool",&lt;br /&gt;        "x": 310,&lt;br /&gt;        "y": 340,&lt;br /&gt;        "wires": [&lt;br /&gt;            [&lt;br /&gt;                "034c6ccdd7eccd7f"&lt;br /&gt;            ]&lt;br /&gt;        ]&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "93780305db7d14f0",&lt;br /&gt;        "type": "rpi-gpio out",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "pin": "19",&lt;br /&gt;        "set": "",&lt;br /&gt;        "level": "0",&lt;br /&gt;        "freq": "",&lt;br /&gt;        "out": "out",&lt;br /&gt;        "bcm": true,&lt;br /&gt;        "x": 720,&lt;br /&gt;        "y": 320,&lt;br /&gt;        "wires": []&lt;br /&gt;    },&lt;br /&gt;    {&lt;br /&gt;        "id": "08fe29effb029c40",&lt;br /&gt;        "type": "rpi-gpio out",&lt;br /&gt;        "z": "5bdf6461ffad327a",&lt;br /&gt;        "name": "",&lt;br /&gt;        "pin": "19",&lt;br /&gt;        "set": "",&lt;br /&gt;        "level": "0",&lt;br /&gt;        "freq": "",&lt;br /&gt;        "out": "out",&lt;br /&gt;        "bcm": true,&lt;br /&gt;        "x": 720,&lt;br /&gt;        "y": 520,&lt;br /&gt;        "wires": []&lt;br /&gt;    }&lt;br /&gt;]&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you inject the true node both LEDs will turn on if you inject the false node both LEDs will turn off&lt;br /&gt;&lt;br/&gt;&lt;/section&gt;&lt;/nowiki&gt;</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">In this article, we see how we can install the Node-Red on Raspberry Pi and how we can control the GPIO using Node-Red. In upcoming tutorials will see how we can connect and communicate the sensors with Raspberry Pi via Node-Red.</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Get PCBs For Your Projects Manufactured</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Why Node-RED?</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Applications with Node-RED?</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Let's Boot the Pi:</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node-Red Installation:</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">First Flow with Node-Red:</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GPIO Control with Node-Red:</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Summary:</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node Red</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IOT</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Home Automation</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Raspberry Pi</property:Tags>
		<property:Has_processing_error rdf:resource="&wiki;Node_Red_with_Raspberry_Pi-23_ERRa1fa27779242b4902f7ae3bdd5c6d508"/>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-03-18T18:25:46Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2460022.2678935</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node Red with Raspberry Pi</swivt:wikiPageSortKey>
		<property:Comments rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Comments>
		<property:Page_creator rdf:resource="&wiki;Utilisateur-3ACETECH11"/>
		<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>
	<swivt:Subject rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Node_Red_with_Raspberry_Pi-23_ERRa1fa27779242b4902f7ae3bdd5c6d508">
		<swivt:masterPage rdf:resource="&wiki;Node_Red_with_Raspberry_Pi"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AType"/>
		<property:Has_processing_error_text rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[8,"smw-datavalue-constraint-error-allows-value-list","Circuitry","Technique, Creation","Type"]</property:Has_processing_error_text>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node Red with Raspberry Pi# ERRa1fa27779242b4902f7ae3bdd5c6d508</swivt:wikiPageSortKey>
	</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:Class rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Category-3APages_avec_des_erreurs_de_coloration_syntaxique" />
	<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-3AMain_Picture" />
	<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:ObjectProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AHas_processing_error" />
	<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" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#masterPage" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AHas_improper_value_for" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.org/wiki/Special:URIResolver/Property-3AHas_processing_error_text" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>