Example FME Template Output
From TechWiki
Here is an example FME XML template output file, (with only three records shown):
<?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:now="http://purl.org/ontology/now#" xmlns:sco="http://purl.org/ontology/sco#" xmlns:iron="http://purl.org/ontology/iron#" xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:geo="http://www.geonames.org/ontology#" xmlns:wsf="http://purl.org/ontology/wsf#"> <now:Aboriginal_services rdf:about="http://npidev.structureddynamics.com/datasets/Aboriginal_services/15"> <iron:prefLabel>Grassroots News</iron:prefLabel> <iron:description>Aboriginal newspaper</iron:description> <now:streetAddress>150 Henry Ave</now:streetAddress> <now:postalCode>R3B 0J7</now:postalCode> <now:phoneNumber>589-7495</now:phoneNumber> <now:serviceCategory rdf:resource="http://purl.org/ontology/now#Culture_and_creativity" /> <now:serviceCategory rdf:resource="http://purl.org/ontology/now#Heritage" /> <now:servicePrimaryActivity rdf:resource="http://purl.org/ontology/now#Printing_services" /> <now:serviceTargetUser rdf:resource="http://purl.org/ontology/now#People" /> <now:serviceIntendedImpact>strength through knowledge</now:serviceIntendedImpact> <now:typeOfFunding>self supporting</now:typeOfFunding> <now:affiliatedWith>Grassroots News</now:affiliatedWith> <geo:locatedIn rdf:resource="http://npidev.structureddynamics.com/datasets/neighbourhoods/1022" /> <wgs84_pos:long>-97.1326238490838</wgs84_pos:long> <wgs84_pos:lat>49.9027129851638</wgs84_pos:lat> <wgs84_pos:alt>0.0</wgs84_pos:alt> <sco:namedEntity>true</sco:namedEntity> <wsf:crudAction>create</wsf:crudAction> </now:Aboriginal_services> <now:Aboriginal_services rdf:about="http://npidev.structureddynamics.com/datasets/Aboriginal_services/198"> <iron:prefLabel>Yellowquill College</iron:prefLabel> <iron:description>Aboriginal college providing post-secondary programs</iron:description> <now:streetAddress>340 Assiniboine Ave</now:streetAddress> <now:postalCode>R3C 0Y1</now:postalCode> <now:phoneNumber>953-2800</now:phoneNumber> <now:serviceCategory rdf:resource="http://purl.org/ontology/now#Education_and_skills" /> <now:serviceTargetUser rdf:resource="http://purl.org/ontology/now#People" /> <now:serviceIntendedImpact>completion of post-secondary studies</now:serviceIntendedImpact> <now:typeOfFunding>multi-year</now:typeOfFunding> <now:affiliatedWith>Yellowquill College</now:affiliatedWith> <geo:locatedIn rdf:resource="http://npidev.structureddynamics.com/datasets/neighbourhoods/116" /> <wgs84_pos:long>-97.1390879713711</wgs84_pos:long> <wgs84_pos:lat>49.8847406214701</wgs84_pos:lat> <wgs84_pos:alt>0.0</wgs84_pos:alt> <sco:namedEntity>true</sco:namedEntity> <wsf:crudAction>create</wsf:crudAction> </now:Aboriginal_services> <now:Aboriginal_services rdf:about="http://npidev.structureddynamics.com/datasets/Aboriginal_services/235"> <iron:prefLabel>Native Studies Department</iron:prefLabel> <iron:description>courses towards a degree in Native Studies</iron:description> <now:streetAddress>183 Dafoe Rd</now:streetAddress> <now:postalCode>R3T 2N2</now:postalCode> <now:phoneNumber>474-6333</now:phoneNumber> <now:serviceCategory rdf:resource="http://purl.org/ontology/now#Education_and_skills" /> <now:serviceTargetUser rdf:resource="http://purl.org/ontology/now#People" /> <now:serviceIntendedImpact>completion of post-secondary studies</now:serviceIntendedImpact> <now:typeOfFunding>other</now:typeOfFunding> <now:affiliatedWith>University of Manitoba</now:affiliatedWith> <geo:locatedIn rdf:resource="http://npidev.structureddynamics.com/datasets/neighbourhoods/1670" /> <wgs84_pos:long>-97.1318156237263</wgs84_pos:long> <wgs84_pos:lat>49.8093893254848</wgs84_pos:lat> <wgs84_pos:alt>0.0</wgs84_pos:alt> <sco:namedEntity>true</sco:namedEntity> <wsf:crudAction>create</wsf:crudAction> </now:Aboriginal_services> </rdf:RDF>