This Linked Data URI can be used to view this page in a web browser, or by a computer program to access the same information in a machine-readable format:
This is part of a dataset which has its own Linked Data URI: This provides a human-readable list of contents if you click on it; It can also be used by computers to get a list of everything in the dataset in a machine-readable format:
This is the original information from which this Linked Data was generated and published on the web:
heading | value |
---|---|
Identifier | 7 |
Name | Southern Solidarity |
Description | |
Organisational Structure | |
Primary Activity | |
Activities | |
Street Address | |
Locality | |
Region | |
Postcode | |
Country ID | |
Territory ID | |
Website | https://southernsolidarity.org/ |
Phone | |
southernsolidarity | |
Companies House Number | |
Qualifiers | |
Membership Type | |
Latitude | 29.95 |
Longitude | -90.08 |
Geo Container | |
Geo Container Latitude | |
Geo Container Longitude |
You can look at this data, and follow its links using these tools:
<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:essglobal="https://lod.coop/essglobal/2.1/vocab/" xmlns:gr="http://purl.org/goodrelations/v1#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <essglobal:SSEInitiative rdf:about="https://lod.coop/mutual-aid/7"> <gr:name>Southern Solidarity</gr:name> <foaf:homepage>https://southernsolidarity.org/</foaf:homepage> <essglobal:hasAddress> <essglobal:Address rdf:about="https://lod.coop/mutual-aid/7#Address"> <geo:lat rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">29.95</geo:lat> <geo:long rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-90.08</geo:long> </essglobal:Address> </essglobal:hasAddress> <foaf:account> <foaf:OnlineAccount rdf:about="https://lod.coop/mutual-aid/7#facebook"> <foaf:accountServiceHomepage>https://facebook.com/</foaf:accountServiceHomepage> <foaf:accountName>southernsolidarity</foaf:accountName> </foaf:OnlineAccount> </foaf:account> </essglobal:SSEInitiative> </rdf:RDF>
@prefix essglobal: <https://lod.coop/essglobal/2.1/vocab/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix gr: <http://purl.org/goodrelations/v1#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <https://lod.coop/mutual-aid/7> a essglobal:SSEInitiative; gr:name "Southern Solidarity"; foaf:account <https://lod.coop/mutual-aid/7#facebook>; foaf:homepage "https://southernsolidarity.org/"; essglobal:hasAddress <https://lod.coop/mutual-aid/7#Address> . <https://lod.coop/mutual-aid/7#Address> a essglobal:Address; geo:lat 29.95; geo:long -90.08 . <https://lod.coop/mutual-aid/7#facebook> a foaf:OnlineAccount; foaf:accountName "southernsolidarity"; foaf:accountServiceHomepage "https://facebook.com/" .